Skip to content

Commit

Permalink
Allow Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Feb 22, 2023
1 parent 0a28855 commit ec36a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.0",
"laravel/framework": "^9||^10",
"laravel/passport": "^10||^11"
},
"autoload": {
Expand All @@ -33,7 +33,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.8.*",
"friendsofphp/php-cs-fixer": "^3.14",
"laravel/octane": "^1.2",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.3"
Expand Down

0 comments on commit ec36a75

Please sign in to comment.