Skip to content

Commit aca6ab1

Browse files
committed
fix composer.json
1 parent 8d9c0ca commit aca6ab1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
"role": "Developer"
1414
}
1515
],
16+
"config": {
17+
"platform": {
18+
"php": ">=7.4"
19+
}
20+
},
1621
"require": {
17-
"php": "^8.*.*",
1822
"ext-mysqli": "*"
1923
},
2024
"require-dev": {

0 commit comments

Comments
 (0)