Skip to content

Commit 36544b8

Browse files
committed
Limit PHP Version
1 parent b577a63 commit 36544b8

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
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"require": {
15-
"php": ">=8.1",
15+
"php": ">=8.1 <8.4",
1616
"psr/cache": "^1.0|^2.0|^3.0",
1717
"psr/log": "^1.0|^1.1|^2.0",
1818
"psr/simple-cache": "^1.0|^2.0",

0 commit comments

Comments
 (0)