mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Require builds on PHP 7.4 to pass and allow installation on PHP 8
This commit is contained in:
@@ -38,7 +38,6 @@ jobs:
|
||||
- php: nightly
|
||||
arch: s390x
|
||||
allow_failures:
|
||||
- php: 7.4
|
||||
- php: nightly
|
||||
|
||||
addons:
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user