File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 23
23
"optimize-autoloader" : true ,
24
24
"sort-packages" : true
25
25
},
26
+ "repositories" : {
27
+ "phpunit" : {
28
+ "type" : " vcs" ,
29
+ "url" : " https://github.com/krakjoe/phpunit"
30
+ },
31
+ "php-code-coverage" : {
32
+ "type" : " vcs" ,
33
+ "url" : " https://github.com/krakjoe/php-code-coverage"
34
+ },
35
+ "environment" : {
36
+ "type" : " vcs" ,
37
+ "url" : " https://github.com/krakjoe/environment"
38
+ }
39
+ },
26
40
"prefer-stable" : true ,
27
41
"require" : {
28
42
"php" : " ^7.1" ,
32
46
"phpunit/php-token-stream" : " ^3.0.1" ,
33
47
"phpunit/php-text-template" : " ^1.2.1" ,
34
48
"sebastian/code-unit-reverse-lookup" : " ^1.0.1" ,
35
- "sebastian/environment" : " ^ 4.0" ,
49
+ "sebastian/environment" : " dev-pcov as 4.0.1 " ,
36
50
"sebastian/version" : " ^2.0.1" ,
37
51
"theseer/tokenizer" : " ^1.1"
38
52
},
39
53
"require-dev" : {
40
- "phpunit/phpunit" : " ^7.4.4 "
54
+ "phpunit/phpunit" : " dev-pcov as 7.5.2 "
41
55
},
42
56
"suggest" : {
43
57
"ext-xdebug" : " ^2.6.1"
53
67
" tests/_files/BankAccountTest.php"
54
68
]
55
69
},
56
- "extra" : {
57
- "branch-alias" : {
58
- "dev-master" : " 6.1-dev"
59
- }
60
- }
70
+ "minimum-stability" : " dev"
61
71
}
You can’t perform that action at this time.
0 commit comments