We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df7436 commit fb587c4Copy full SHA for fb587c4
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "codeception/phpunit-wrapper",
3
- "description": "PHPUnit classes used by Codeception",
+ "name": "php5friends/codeception-phpunit48-wrapper",
+ "description": "PHPUnit48 classes used by Codeception",
4
"type": "library",
5
"license": "MIT",
6
"authors": [
@@ -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",
+ "php5friends/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