diff --git a/composer.json b/composer.json index e7548e8..73b3fcf 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^7.4|^8.0", - "auth0/auth0-php": "^7.9", - "illuminate/support": "^8.0" + "php": "^8.2", + "auth0/auth0-php": "^8.1", + "illuminate/support": "^11.0" }, "require-dev": { - "nunomaduro/collision": "^5.3", - "orchestra/testbench": "^6.18", - "phpunit/phpunit": "^9.3" + "nunomaduro/collision": "^8.0", + "orchestra/testbench": "^9.0", + "phpunit/phpunit": "^11.1" }, "autoload": { "psr-4": { @@ -40,7 +40,10 @@ "test-coverage": "./vendor/bin/phpunit --coverage-html coverage" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "php-http/discovery": true + } }, "extra": { "laravel": { @@ -54,4 +57,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}