Lock main to PHP 8.1.x and lower

This commit is contained in:
Ben Ramsey
2021-09-24 12:39:20 -05:00
parent 4ba9f66759
commit 3c1ce39db1
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "^7.2 || ^8",
"php": "^7.2 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
"brick/math": "^0.8 || ^0.9",
"ramsey/collection": "^1.0",