Skip to content

Commit 8979b95

Browse files
authored
Merge pull request #37 from oleg-andreyev/drop-php-53-force-phpunit-less-8
Dropping support of 5.3 and forcing phpunit < 8
2 parents d208035 + 835c785 commit 8979b95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
],
1919

2020
"require": {
21-
"php": ">=5.3.1",
21+
"php": ">=5.4",
2222
"behat/mink": "~1.7",
23-
"symfony/phpunit-bridge": "^4.0"
23+
"symfony/phpunit-bridge": "^4.2"
2424
},
25-
2625
"require-dev": {
2726
"symfony/http-kernel": "^2.7 || ^3.2 || ^4.0"
2827
},

0 commit comments

Comments
 (0)