Skip to content

Commit 1909882

Browse files
Fix PHP version constraint in composer.json
1 parent 3a10297 commit 1909882

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
@@ -14,7 +14,7 @@
1414

1515
],
1616
"require": {
17-
"php": "8^2 || ^8.4",
17+
"php": "^8.2 || ^8.4",
1818
"ext-curl": "*",
1919
"ext-json": "*"
2020
},

0 commit comments

Comments
 (0)