Require builds on PHP 7.4 to pass and allow installation on PHP 8

This commit is contained in:
Ben Ramsey
2019-12-06 21:43:54 -08:00
parent 2ed5a60a61
commit 2c87e46b63
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ jobs:
- php: nightly
arch: s390x
allow_failures:
- php: 7.4
- php: nightly
addons:
+1 -1
View File
@@ -21,7 +21,7 @@
}
],
"require": {
"php": "^5.4 | ^7",
"php": "^5.4 | ^7 | ^8",
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"symfony/polyfill-ctype": "^1.8"