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.
1 parent 39e2639 commit a62ea4eCopy full SHA for a62ea4e
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - 5.6
5
- - 7.0
6
- 7.1
7
- 7.2
8
@@ -13,7 +11,7 @@ sudo: false
13
11
14
12
matrix:
15
include:
16
- - php: 5.6
+ - php: 7.1
17
env: PACKAGE_VERSION=low
18
- php: hhvm
19
dist: trusty
composer.json
@@ -27,9 +27,9 @@
27
}
28
],
29
"require": {
30
- "php": "^5.6|^7.0",
+ "php": "^7.1",
31
"phpcr/phpcr": "~2.1.0",
32
- "symfony/console": "~2.3|~3.0"
+ "symfony/console": "~2.3|~3.0|^4.0"
33
},
34
"require-dev": {
35
"ramsey/uuid": "^3.5",
0 commit comments