Lock 3.x to PHP 8.1.x and lower

This commit is contained in:
Ben Ramsey
2021-09-24 12:38:13 -05:00
parent 893211ef84
commit 1b074f4a1c
+1 -1
View File
@@ -21,7 +21,7 @@
}
],
"require": {
"php": "^5.4 | ^7 | ^8",
"php": "^5.4 | ^7 | ~8.0.0 | ~8.1.0",
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | ^9.99.99",
"symfony/polyfill-ctype": "^1.8"