Skip to content

Commit

Permalink
Merge 0b71e7c into 898d56d
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit committed Mar 27, 2024
2 parents 898d56d + 0b71e7c commit 0658c5a
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
Expand Up @@ -17,12 +17,12 @@
"homepage": "https://github.com/daniel-de-wit/lighthouse-sanctum",
"require": {
"php": "^8.1",
"illuminate/auth": "^9 || ^10",
"illuminate/contracts": "^9 || ^10",
"illuminate/database": "^9 || ^10",
"illuminate/routing": "^9 || ^10",
"illuminate/support": "^9 || ^10",
"laravel/sanctum": "^3.0",
"illuminate/auth": "^9 || ^10 || ^11",
"illuminate/contracts": "^9 || ^10 || ^11",
"illuminate/database": "^9 || ^10 || ^11",
"illuminate/routing": "^9 || ^10 || ^11",
"illuminate/support": "^9 || ^10 || ^11",
"laravel/sanctum": "^3.0 || ^4.0",
"nuwave/lighthouse": "^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 0658c5a

Please sign in to comment.