Skip to content

Commit

Permalink
Merge pull request #37 from bpolaszek/master
Browse files Browse the repository at this point in the history
Symfony 4 compatibility
  • Loading branch information
winzou authored Feb 11, 2018
2 parents 4ef48e7 + ce72d56 commit 37f03a3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,21 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
allow_failures:
- php: 5.3
dist: xenial
- php: 5.3
dist: trusty

before_script:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
- composer --no-interaction --prefer-source install
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
],
"require": {
"php": ">=5.3.0",
"symfony/event-dispatcher": "~2.1|~3.0",
"symfony/property-access": "~2.1|~3.0",
"symfony/expression-language": "~2.4|~3.0"
"symfony/event-dispatcher": "~2.1|~3.0|~4.0",
"symfony/property-access": "~2.1|~3.0|~4.0",
"symfony/expression-language": "~2.4|~3.0|~4.0"
},
"suggest": {
"twig/twig": "Access the state machine in your twig templates (~1.0)"
Expand Down

0 comments on commit 37f03a3

Please sign in to comment.