Skip to content

Commit

Permalink
Merge pull request #140 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
mikebronner authored Feb 9, 2022
2 parents 9023b3b + 5bc5c28 commit aa8c8e9
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 @@ -9,17 +9,17 @@
}
],
"require": {
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0",
"illuminate/routing": "^9.0",
"illuminate/support": "^9.0",
"jenssegers/model": "^1.4"
},
"require-dev": {
"orchestra/testbench-browser-kit": "^6.0",
"orchestra/testbench-dusk": "^6.0",
"orchestra/testbench": "^6.0",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^9.3",
"php-coveralls/php-coveralls" : "^2.2"
"orchestra/testbench": "^7.0",
"phpmd/phpmd": "^2.11",
"phpunit/phpunit": "^9.5",
"php-coveralls/php-coveralls": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aa8c8e9

Please sign in to comment.