diff --git a/composer.json b/composer.json index 0339f4f..ee40e35 100644 --- a/composer.json +++ b/composer.json @@ -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": {