Skip to content

Commit

Permalink
modify composer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Jan 2, 2016
1 parent 43a93d5 commit 8422206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
php:
- '5.4'
- '5.5'
- '5.6'
install:
- composer install
script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">=5.4",
"symfony/css-selector": ">=2.8"
"php": ">= 5.4,< 5.6",
"symfony/css-selector": ">=2.8,<3"
},
"require-dev": {
"phpunit/phpunit": ">=4.8",
Expand Down

0 comments on commit 8422206

Please sign in to comment.