Skip to content

Commit

Permalink
move to php 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Sep 5, 2016
1 parent 2dc8810 commit fdb2b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"symfony/css-selector": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8",
"satooshi/php-coveralls": ">=0.7"
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fdb2b2c

Please sign in to comment.