forked from Codeception/phpunit-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (33 loc) · 805 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (33 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "php5friends/codeception-phpunit48-wrapper",
"description": "PHPUnit48 classes used by Codeception",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"replace": {
"codeception/phpunit-wrapper": "*"
},
"require": {
"php5friends/phpunit48": ">=4.8.40",
"phpunit/php-code-coverage": ">=2.2.4 <6.0",
"sebastian/comparator": "~1.2.4",
"sebastian/diff": ">=1.4 <4.0"
},
"autoload":{
"psr-4":{
"Codeception\\PHPUnit\\": "src/"
}
},
"require-dev": {
"vlucas/phpdotenv": "^3.0",
"codeception/specify": "*"
},
"config": {
"discard-changes": true
}
}