We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5e0ba6 + 8a0e884 commit 66b991cCopy full SHA for 66b991c
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - nightly
8
before_install:
9
- phpenv config-rm xdebug.ini || true
10
@@ -42,3 +43,11 @@ jobs:
42
43
env: DEPS="dev"
44
- php: 7.4
45
46
+ - php: nightly
47
+ env: DEPS="low"
48
49
+ env: DEPS="high"
50
51
+ env: DEPS="stable"
52
53
+ env: DEPS="dev"
composer.json
@@ -14,7 +14,7 @@
14
"sort-packages": true
15
},
16
"require": {
17
- "php": "^7.1.3",
+ "php": "^7.1.3 || ^8.0",
18
"ext-simplexml": "*",
19
"composer/semver": "^1.4 || ^2.0 || ^3.0",
20
"composer/package-versions-deprecated": "^1.10",
0 commit comments