We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a871bd commit aeab366Copy full SHA for aeab366
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "codeception/phpunit-wrapper",
+ "name": "nanasess/codeception-phpunit48-wrapper",
3
"description": "PHPUnit classes used by Codeception",
4
"type": "library",
5
"license": "MIT",
@@ -13,9 +13,9 @@
13
"codeception/phpunit-wrapper": "*"
14
},
15
"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",
+ "nanasess/phpunit48": ">=4.8.40",
+ "phpunit/php-code-coverage": ">=2.2.4 <6.0",
+ "sebastian/comparator": "~1.2.4",
19
"sebastian/diff": ">=1.4 <4.0"
20
21
0 commit comments