Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 04bb07d commit 5e7275e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"homepage": "https://github.com/daniel-de-wit/lighthouse-sanctum",
"require": {
"php": "^8.1",
"illuminate/auth": "^9 || ^10",
"illuminate/contracts": "^9 || ^10",
"illuminate/database": "^9 || ^10",
"illuminate/routing": "^9 || ^10",
"illuminate/support": "^9 || ^10",
"laravel/sanctum": "^3.0",
"nuwave/lighthouse": "^6.0"
"illuminate/auth": "^9 || ^10 || ^11.0",
"illuminate/contracts": "^9 || ^10 || ^11.0",
"illuminate/database": "^9 || ^10 || ^11.0",
"illuminate/routing": "^9 || ^10 || ^11.0",
"illuminate/support": "^9 || ^10 || ^11.0",
"laravel/sanctum": "^3.0 || dev-master",
"nuwave/lighthouse": "^6.0 || dev-laravel-11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.14",
"mockery/mockery": "^1.5",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"orchestra/testbench-core": "^8.0",
"phpstan/phpstan-mockery": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15.25"
"rector/rector": "^0.15.25 || ^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e7275e

Please sign in to comment.