Skip to content

Commit

Permalink
Remove PHP 8.1, as it's not support by Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Mar 14, 2024
1 parent a5721ce commit 52b979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": "^8.1|^8.2|^8.3",
"php": "^8.2|^8.3",
"illuminate/auth": "^11.0",
"illuminate/cache": "^11.0",
"illuminate/container": "^11.0",
Expand Down

0 comments on commit 52b979f

Please sign in to comment.