Skip to content

Commit 815139e

Browse files
author
Andrey Helldar
authored
Merge pull request #11 from TheDragonCode/4.x
Added Laravel 9 support
2 parents 3b20c1c + 3b651ec commit 815139e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
},
2121
"require": {
2222
"php": "^7.3 || ^8.0",
23-
"dragon-code/contracts": "^2.4",
24-
"dragon-code/laravel-support": "^3.0",
25-
"dragon-code/support": "^5.0",
26-
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
27-
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
23+
"dragon-code/contracts": "^2.6",
24+
"dragon-code/laravel-support": "^3.2",
25+
"dragon-code/support": "^5.6",
26+
"illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0",
27+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2828
"phpdocumentor/reflection-docblock": "^5.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.0",
32-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
32+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3333
"phpunit/phpunit": "^8.0 || ^9.0"
3434
},
3535
"conflict": {

0 commit comments

Comments
 (0)