Skip to content

Commit

Permalink
Add support for Laravel 9 / PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-smith committed Nov 28, 2022
1 parent 346af49 commit 621c95e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"illuminate/http": "^7.0|^8.0",
"illuminate/routing": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"laravel/framework": "^9.0",
"illuminate/routing": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"laravel/dusk": "^6.0",
"symfony/http-foundation": "^5.1.3"
"symfony/http-foundation": "^5.1.3|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down

0 comments on commit 621c95e

Please sign in to comment.