Skip to content

Commit

Permalink
Merge pull request #6 from cgauge/upgrade
Browse files Browse the repository at this point in the history
Allow Laravel 9
  • Loading branch information
deleugpn committed Jan 26, 2022
2 parents 10e93e0 + b70c837 commit 0946c5f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"email": "deleugyn@gmail.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.3",
"ext-gmp": "*",
Expand All @@ -18,15 +20,15 @@
"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"
"illuminate/contracts": "^7.1 || ^8.0 || ^9.0"
},
"require-dev": {
"illuminate/cache": "~7.1 || ^8.0",
"illuminate/config": "~7.1 || ^8.0",
"illuminate/container": "~7.1 || ^8.0",
"illuminate/cache": "~7.1 || ^8.0 || ^9.0",
"illuminate/config": "~7.1 || ^8.0 || ^9.0",
"illuminate/container": "~7.1 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"doctrine/coding-standard": "^6.0 || ^8.0",
"phpstan/phpstan": "^0.12.4",
"phpstan/phpstan": "^1.0",
"web-token/jwt-easy": "~2.0"
},
"autoload": {
Expand Down

0 comments on commit 0946c5f

Please sign in to comment.