Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 959266c

Browse files
NaktibaldaDavertMik
authored andcommitted
Bumped lowest versions of dependencies (#36)
Because Codeception no longer supports PHP 5.4
1 parent 7057e59 commit 959266c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"codeception/phpunit-wrapper": "*"
1414
},
1515
"require": {
16-
"phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0",
17-
"phpunit/php-code-coverage": ">=2.2.4 <6.0",
18-
"sebastian/comparator": ">1.1 <3.0",
16+
"phpunit/phpunit": ">=5.7.27 <7.0",
17+
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
18+
"sebastian/comparator": ">=1.2.4 <3.0",
1919
"sebastian/diff": ">=1.4 <4.0"
2020

2121
},

0 commit comments

Comments
 (0)