Skip to content

Commit

Permalink
raise php & Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
SineMah committed Mar 13, 2024
1 parent b778acd commit 7eca6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"prefer-stable": true,
"require": {
"php": "^8.1.0",
"php": "^8.2.0|^8.3.0",
"sinema/json-api-error": "^0.7",
"laravel/framework": "^9.10|^10.0.2"
"laravel/framework": "^9.10|^10.0.2|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7eca6f2

Please sign in to comment.