File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments