Skip to content

Commit

Permalink
allow symfony/dom-crawler 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wasinger committed Mar 22, 2016
1 parent 8993c36 commit ec73f01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ php:
- 5.5
- 5.6
- 7.0
# - hhvm
- hhvm

env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.*
# - SYMFONY_VERSION=dev-master
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
Expand All @@ -23,16 +24,16 @@ after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

matrix:
# allow_failures:
# - env: SYMFONY_VERSION=dev-master
# - php: hhvm
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: hhvm
exclude:
# - env: SYMFONY_VERSION=dev-master
# php: 5.3
# - env: SYMFONY_VERSION=dev-master
# php: 5.4
- env: SYMFONY_VERSION=2.3.*
php: 5.6
- env: SYMFONY_VERSION=2.3.*
php: 7.0
- env: SYMFONY_VERSION=dev-master
php: 5.4
- env: SYMFONY_VERSION=dev-master
php: 5.5
- env: SYMFONY_VERSION=3.0.*
php: 5.4
- env: SYMFONY_VERSION=3.0.*
php: 5.5

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require":{
"php":">=5.4.0",
"symfony/dom-crawler":"^2.3 <2.8 | ^2.8.3",
"symfony/dom-crawler":"^2.3 <2.8 | ^2.8.3 | ^3.0.1",
"symfony/css-selector":">=2.3"
},
"require-dev": {
Expand Down

0 comments on commit ec73f01

Please sign in to comment.