Skip to content

Commit 8dca7ee

Browse files
committed
feat: require PHP 8.1+
BREAKING CHANGE: PHP 8.0 is no longer supported
1 parent 07ce05f commit 8dca7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"license": "Apache-2.0",
2222
"require": {
23-
"php": ">=8.0",
23+
"php": ">=8.1",
2424
"illuminate/support": "~10.0|~11.0|~12.0|~13.0",
2525
"illuminate/database": "~10.0|~11.0|~12.0|~13.0",
2626
"illuminate/console": "~10.0|~11.0|~12.0|~13.0",

0 commit comments

Comments
 (0)