Skip to content

Commit d7d62b7

Browse files
authored
Merge pull request #45 from GoodWave2020/fix/Inconsistent_php_version_requirement
Fix PHP version in composer.json
2 parents a6c8997 + 65ba70e commit d7d62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^8.0",
27+
"php": "^8.1",
2828
"illuminate/support": "^10.0|^11.0"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)