Skip to content

Commit

Permalink
Adds support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
David Esquivel committed Apr 4, 2024
1 parent 69c0d60 commit 83d369a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -61,7 +61,6 @@
"vimeo/psalm": "^4.28",
"wikimedia/composer-merge-plugin": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 83d369a

Please sign in to comment.