Skip to content

Commit c41d985

Browse files
authored
Merge pull request #177 from ElectricMaxxx/allow_symfony_4.0
allow symfony 4.0
2 parents 39e2639 + 947d893 commit c41d985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ matrix:
1515
include:
1616
- php: 5.6
1717
env: PACKAGE_VERSION=low
18-
- php: hhvm
19-
dist: trusty
2018

2119
before_script:
2220
- composer selfupdate

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* **2017-11-18**: Removed hhvm test
5+
46
1.2.7
57
-----
68

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": "^5.6|^7.0",
3131
"phpcr/phpcr": "~2.1.0",
32-
"symfony/console": "~2.3|~3.0"
32+
"symfony/console": "~2.3|~3.0|^4.0"
3333
},
3434
"require-dev": {
3535
"ramsey/uuid": "^3.5",

0 commit comments

Comments
 (0)