Skip to content

Commit

Permalink
Merge pull request #11 from TheDragonCode/4.x
Browse files Browse the repository at this point in the history
Added Laravel 9 support
  • Loading branch information
Andrey Helldar authored Jan 17, 2022
2 parents 3b20c1c + 3b651ec commit 815139e
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 @@ -20,16 +20,16 @@
},
"require": {
"php": "^7.3 || ^8.0",
"dragon-code/contracts": "^2.4",
"dragon-code/laravel-support": "^3.0",
"dragon-code/support": "^5.0",
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"dragon-code/contracts": "^2.6",
"dragon-code/laravel-support": "^3.2",
"dragon-code/support": "^5.6",
"illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpdocumentor/reflection-docblock": "^5.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"conflict": {
Expand Down

0 comments on commit 815139e

Please sign in to comment.