Skip to content

Commit

Permalink
Support Illuminate 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored Sep 8, 2020
1 parent 7fe0e06 commit f0de654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"require": {
"php": ">=5.6",
"illuminate/container": "~5.1 | ^6.0 | ^7.0",
"illuminate/container": "~5.1 | ^6.0 | ^7.0 | ^8.0",
"mnapoli/silly": "~1.0",
"symfony/process": "~3.0|~4.0|~5.0",
"nategood/httpful": "~0.2",
"tightenco/collect": "^5.3 | ^6.0 | ^7.0"
"tightenco/collect": "^5.3 | ^6.0 | ^7.0 | ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
Expand Down

0 comments on commit f0de654

Please sign in to comment.