Skip to content

Commit

Permalink
Merge pull request #177 from ElectricMaxxx/allow_symfony_4.0
Browse files Browse the repository at this point in the history
allow symfony 4.0
  • Loading branch information
lsmith77 authored Nov 18, 2017
2 parents 39e2639 + 947d893 commit c41d985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ matrix:
include:
- php: 5.6
env: PACKAGE_VERSION=low
- php: hhvm
dist: trusty

before_script:
- composer selfupdate
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

* **2017-11-18**: Removed hhvm test

1.2.7
-----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^5.6|^7.0",
"phpcr/phpcr": "~2.1.0",
"symfony/console": "~2.3|~3.0"
"symfony/console": "~2.3|~3.0|^4.0"
},
"require-dev": {
"ramsey/uuid": "^3.5",
Expand Down

0 comments on commit c41d985

Please sign in to comment.