diff --git a/composer.json b/composer.json index 4382a241..54da0bf0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "auth0/login", + "name": "grininc/laravel-auth0", "description": "Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.", "license": "MIT", "type": "library", @@ -35,22 +35,22 @@ "source": "https://github.com/auth0/laravel-auth0" }, "require": { - "php": "^8.0", + "php": ">=8.1", "ext-json": "*", "ext-mbstring": "*", "auth0/auth0-php": "^8.3.4", - "illuminate/contracts": "^8.0 || ^9.0", - "illuminate/http": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", + "illuminate/contracts": "^10.0", + "illuminate/http": "^10.0", + "illuminate/support": "^10.0", "psr/cache": "^3.0" }, "require-dev": { "ergebnis/composer-normalize": "dev-main", - "laravel/laravel": "^8.4.4 || ^9.0", + "laravel/laravel": "^10.0", "laravel/pint": "^1.2", "nunomaduro/larastan": "^1.0", "nyholm/psr7": "^1.4", - "orchestra/testbench": "6.25.1", + "orchestra/testbench": "^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.2", "phpstan/phpstan": "^1.7", @@ -61,7 +61,6 @@ "vimeo/psalm": "^4.28", "wikimedia/composer-merge-plugin": "^2.0" }, - "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": {