Skip to content

Commit 6d4dc2e

Browse files
Merge pull request #4 from grininc/task/TV-632/add-laravel-10-support
[TV-632] Fix package name and dependency versions
2 parents 57605ac + 604501c commit 6d4dc2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "auth0/login",
2+
"name": "grininc/laravel-auth0",
33
"description": "Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.",
44
"license": "MIT",
55
"type": "library",
@@ -35,12 +35,12 @@
3535
"source": "https://github.com/auth0/laravel-auth0"
3636
},
3737
"require": {
38-
"php": "^8.2",
38+
"php": ">=8.1",
3939
"ext-json": "*",
4040
"auth0/auth0-php": "^8.10",
41-
"illuminate/contracts": "^11",
42-
"illuminate/http": "^11",
43-
"illuminate/support": "^11",
41+
"illuminate/contracts": "^10|^11",
42+
"illuminate/http": "^10|^11",
43+
"illuminate/support": "^10|^11",
4444
"psr-discovery/all": "^1",
4545
"psr/cache": "^2 || ^3"
4646
},
@@ -49,7 +49,7 @@
4949
"friendsofphp/php-cs-fixer": "^3",
5050
"larastan/larastan": "^2",
5151
"mockery/mockery": "^1",
52-
"orchestra/testbench": "^9",
52+
"orchestra/testbench": "^8|^9",
5353
"pestphp/pest": "^2",
5454
"pestphp/pest-plugin-laravel": "^2",
5555
"phpstan/phpstan": "^1",

0 commit comments

Comments
 (0)