Skip to content

Commit fdb2b2c

Browse files
author
Emmanuel ROECKER
committed
move to php 5.5
1 parent 2dc8810 commit fdb2b2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.4",
19+
"php": ">=5.5",
2020
"symfony/css-selector": "~2.3|~3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": ">=4.8",
24-
"satooshi/php-coveralls": ">=0.7"
23+
"phpunit/phpunit": "~4.0",
24+
"satooshi/php-coveralls": "~1.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)