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 39e2639 + 947d893 commit c41d985Copy full SHA for c41d985
.travis.yml
@@ -15,8 +15,6 @@ matrix:
15
include:
16
- php: 5.6
17
env: PACKAGE_VERSION=low
18
- - php: hhvm
19
- dist: trusty
20
21
before_script:
22
- composer selfupdate
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Changelog
2
=========
3
4
+* **2017-11-18**: Removed hhvm test
5
+
6
1.2.7
7
-----
8
composer.json
@@ -29,7 +29,7 @@
29
"require": {
30
"php": "^5.6|^7.0",
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