Skip to content

Commit

Permalink
Added Laravel 9+ support.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcalik authored Sep 17, 2022
1 parent d2cb2f0 commit 2dd54dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/console": "~5.5 || ~6.0 || ~7.0|| ~8.0",
"illuminate/filesystem": "~5.5 || ~6.0 || ~7.0|| ~8.0",
"illuminate/routing": "~5.5 || ~6.0 || ~7.0|| ~8.0"
"illuminate/support": ">=5.5",
"illuminate/console": ">=5.5",
"illuminate/filesystem": ">=5.5",
"illuminate/routing": ">=5.5"
},
"require-dev": {
"illuminate/events": "~5.5 || ~6.0 || ~7.0|| ~8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"illuminate/events": ">=5.5",
"phpunit/phpunit": ">=8.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 2dd54dc

Please sign in to comment.