Skip to content

Commit

Permalink
Allow Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
deleugpn committed Apr 26, 2023
1 parent a200a0d commit 3089447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"web-token/jwt-core": "^2.0",
"web-token/jwt-signature": "^2.0",
"web-token/jwt-signature-algorithm-rsa": "^2.0",
"illuminate/contracts": "^7.1 || ^8.0 || ^9.0"
"illuminate/contracts": ">=7.1"
},
"require-dev": {
"illuminate/cache": "~7.1 || ^8.0 || ^9.0",
"illuminate/config": "~7.1 || ^8.0 || ^9.0",
"illuminate/container": "~7.1 || ^8.0 || ^9.0",
"illuminate/cache": ">=7.1",
"illuminate/config": ">=7.1",
"illuminate/container": ">=7.1",
"phpunit/phpunit": "^9.0",
"doctrine/coding-standard": "^6.0 || ^8.0",
"phpstan/phpstan": "^1.0",
Expand Down

0 comments on commit 3089447

Please sign in to comment.