Skip to content

Commit aeab366

Browse files
committed
Fix dependencies
> Revert "Bumped lowest versions of dependencies (Codeception#36)" > > This reverts commit 959266c.
1 parent 7a871bd commit aeab366

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codeception/phpunit-wrapper",
2+
"name": "nanasess/codeception-phpunit48-wrapper",
33
"description": "PHPUnit classes used by Codeception",
44
"type": "library",
55
"license": "MIT",
@@ -13,9 +13,9 @@
1313
"codeception/phpunit-wrapper": "*"
1414
},
1515
"require": {
16-
"phpunit/phpunit": ">=5.7.27 <6.5.13",
17-
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
18-
"sebastian/comparator": ">=1.2.4 <3.0",
16+
"nanasess/phpunit48": ">=4.8.40",
17+
"phpunit/php-code-coverage": ">=2.2.4 <6.0",
18+
"sebastian/comparator": "~1.2.4",
1919
"sebastian/diff": ">=1.4 <4.0"
2020

2121
},

0 commit comments

Comments
 (0)