File tree Expand file tree Collapse file tree 2 files changed +43
-24
lines changed Expand file tree Collapse file tree 2 files changed +43
-24
lines changed Original file line number Diff line number Diff line change 88 " xunit"
99 ],
1010 "homepage" : " http://www.phpunit.de/" ,
11+ "license" : " BSD-3-Clause" ,
1112 "authors" : [
1213 {
1314 "name" : " Sebastian Bergmann" ,
14- "email" : " sebastian@phpunit .de" ,
15- "homepage " : " http://www.phpunit.de/ "
15+ "email" : " sb@sebastian-bergmann .de" ,
16+ "role " : " lead "
1617 }
1718 ],
18- "license" : " BSD-3-Clause" ,
19+ "version" : " 1.2.0RC5" ,
20+ "time" : " 2012-09-17" ,
21+ "support" : {
22+ "issues" : " https://github.com/sebastianbergmann/php-code-coverage/issues" ,
23+ "irc" : " irc://irc.freenode.net/phpunit"
24+ },
1925 "require" : {
20- "php" : " >=5.2.7 " ,
21- "symfony/finder " : " >=2.1.0-RC1 " ,
26+ "php" : " >=5.3.3 " ,
27+ "phpunit/php-file-iterator " : " >=1.3.0 " ,
2228 "phpunit/php-token-stream" : " >=1.1.3" ,
2329 "phpunit/php-text-template" : " >=1.1.1"
2430 },
2531 "suggest" : {
26- "ext-xdebug" : " ext/Xdebug" ,
27- "ext-dom" : " ext/dom" ,
28- "ext-reflection" : " ext/Reflection" ,
29- "ext-spl" : " ext/SPL"
30- },
31- "config" : {
32- "bin-dir" : " bin"
32+ "ext-dom" : " *" ,
33+ "ext-reflection" : " *" ,
34+ "ext-spl" : " *" ,
35+ "ext-xdebug" : " >=2.0.5"
3336 },
3437 "autoload" : {
35- "psr-0" : {
36- "PHP_CodeCoverage" : " "
37- },
38- "files" : [" PHP/CodeCoverage/Autoload.php" ]
38+ "files" : [
39+ " PHP/CodeCoverage/Autoload.php"
40+ ]
3941 },
40- "minimum-stability" : " dev" ,
41- "extra" : {
42- "branch-alias" : {
43- "dev-master" : " 1.2.x-dev"
44- }
45- }
46-
47- }
42+ "include-path" : [
43+ " "
44+ ]
45+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " phpunit/php-code-coverage" ,
3+ "keywords" : [ " coverage" , " testing" , " xunit" ],
4+ "license" : " BSD-3-Clause" ,
5+ "homepage" : " http://www.phpunit.de/" ,
6+ "dependency_map" : {
7+ "pear.phpunit.de/PHP_TokenStream" : " phpunit/php-token-stream" ,
8+ "pear.phpunit.de/File_Iterator" : " phpunit/php-file-iterator" ,
9+ "pear.phpunit.de/Text_Template" : " phpunit/php-text-template"
10+ },
11+ "support" : {
12+ "issues" : " https://github.com/sebastianbergmann/php-code-coverage/issues" ,
13+ "irc" : " irc://irc.freenode.net/phpunit"
14+ },
15+ "autoload" : {
16+ "files" : [" PHP/CodeCoverage/Autoload.php" ]
17+ },
18+ "include_path" : [
19+ " "
20+ ]
21+ }
You can’t perform that action at this time.
0 commit comments