Change the php version constraint

This commit is contained in:
Anatoly Pashin
2020-08-13 19:19:12 +10:00
committed by GitHub
parent 5b4de508ba
commit 1eeef0e5d7
+1 -1
View File
@@ -28,7 +28,7 @@
}
],
"require": {
"php": ">=7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"