Skip to content

Commit

Permalink
[TV-632] Fix package name and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Esquivel committed Apr 3, 2024
1 parent 05bf665 commit 604501c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,12 +35,12 @@
"source": "https://github.com/auth0/laravel-auth0"
},
"require": {
"php": "^8.2",
"php": ">=8.1",
"ext-json": "*",
"auth0/auth0-php": "^8.10",
"illuminate/contracts": "^11",
"illuminate/http": "^11",
"illuminate/support": "^11",
"illuminate/contracts": "^10|^11",
"illuminate/http": "^10|^11",
"illuminate/support": "^10|^11",
"psr-discovery/all": "^1",
"psr/cache": "^2 || ^3"
},
Expand All @@ -49,7 +49,7 @@
"friendsofphp/php-cs-fixer": "^3",
"larastan/larastan": "^2",
"mockery/mockery": "^1",
"orchestra/testbench": "^9",
"orchestra/testbench": "^8|^9",
"pestphp/pest": "^2",
"pestphp/pest-plugin-laravel": "^2",
"phpstan/phpstan": "^1",
Expand Down

0 comments on commit 604501c

Please sign in to comment.