Skip to content

Commit

Permalink
Merge pull request #177 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
dusterio authored Aug 9, 2023
2 parents 9729c62 + 7259ec9 commit 5194dd4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "dusterio/lumen-passport",
"type": "library",
"description": "Making Laravel Passport work with Lumen",
"keywords": ["php","lumen","laravel passport"],
"keywords": [
"php",
"lumen",
"laravel passport"
],
"homepage": "https://github.com/dusterio/lumen-passport",
"license": "MIT",
"authors": [
Expand All @@ -14,20 +18,20 @@
],
"require": {
"php": ">=7.1",
"illuminate/database": "~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/passport": ">=0.2.2",
"laminas/laminas-diactoros": "^2.4"
},
"require-dev": {
"fakerphp/faker": "^1.19",
"fakerphp/faker": "^1.19|^1.9.1",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
"Dusterio\\LumenPassport\\": "src/"
},
"files": [
"files": [
"src/helpers.php"
]
}
Expand Down

0 comments on commit 5194dd4

Please sign in to comment.