Skip to content

Commit 91dc9c2

Browse files
authored
Merge pull request #6 from dungnh/support_laravel_12
Upgrade to support Laravel 12
2 parents 0544621 + c5bd701 commit 91dc9c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple way of authenticating your APIs with API keys using Laravel. This packa
1010
- philsturgeon's [Fractal](https://github.com/thephpleague/fractal)
1111
- maximebeaudoin's [api-response](https://github.com/ellipsesynergie/api-response)
1212

13-
## Laravel 11 and PHP 8.3 is finally supported!
13+
## Laravel 12 and PHP 8.4 is finally supported!
1414

1515
## Laravel 5.3, 5.4 and 5.5 is finally supported!
1616

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.0|^8.1|^8.2|^8.3",
21-
"illuminate/support": "^5.4 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
22-
"illuminate/database": "^5.4 | ^6.0| ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
20+
"php": "^8.0|^8.1|^8.2|^8.3|^8.4",
21+
"illuminate/support": "^5.4 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0",
22+
"illuminate/database": "^5.4 | ^6.0| ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0",
2323
"ellipsesynergie/api-response": "*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)