Skip to content

Commit fb587c4

Browse files
committed
Rename package
1 parent 0df7436 commit fb587c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "codeception/phpunit-wrapper",
3-
"description": "PHPUnit classes used by Codeception",
2+
"name": "php5friends/codeception-phpunit48-wrapper",
3+
"description": "PHPUnit48 classes used by Codeception",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -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+
"php5friends/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)