|
1 | 1 | { |
2 | | - "name": "leanphp/phpspec-code-coverage", |
| 2 | + "name": "friends-of-phpspec/phpspec-code-coverage", |
3 | 3 | "description": "Generate Code Coverage reports for PhpSpec tests", |
4 | 4 | "type": "library", |
5 | 5 | "keywords": [ |
6 | 6 | "phpspec", "code", "coverage", "generate", "generation", "build", |
7 | 7 | "report", "test", "tests", "code-coverage", "reports", "clover", "spec" |
8 | 8 | ], |
9 | | - "homepage": "https://github.com/leanphp/phpspec-code-coverage", |
| 9 | + "homepage": "https://github.com/friends-of-phpspec/phpspec-code-coverage", |
10 | 10 | "license": "MIT", |
11 | 11 | "authors": [ |
12 | 12 | { |
|
19 | 19 | } |
20 | 20 | ], |
21 | 21 | "support": { |
22 | | - "issues": "https://github.com/leanphp/phpspec-code-coverage/issues", |
23 | | - "source": "https://github.com/leanphp/phpspec-code-coverage", |
24 | | - "docs": "https://github.com/leanphp/phpspec-code-coverage#phpspec-code-coverage" |
| 22 | + "issues": "https://github.com/friends-of-phpspec/phpspec-code-coverage/issues", |
| 23 | + "source": "https://github.com/friends-of-phpspec/phpspec-code-coverage", |
| 24 | + "docs": "https://github.com/friends-of-phpspec/phpspec-code-coverage#phpspec-code-coverage" |
25 | 25 | }, |
26 | 26 | "require": { |
27 | 27 | "php": "^7.1", |
|
33 | 33 | "squizlabs/php_codesniffer": "^3.2" |
34 | 34 | }, |
35 | 35 | "suggest": { |
36 | | - "ext-xdebug": "Install Xdebug to generate phpspec code coverage if you are not using phpdbg" |
| 36 | + "ext-xdebug": "Install Xdebug to generate phpspec code coverage.", |
| 37 | + "ext-pcov": "Install PCov extension to generate code coverage." |
37 | 38 | }, |
38 | 39 | "minimum-stability": "stable", |
39 | 40 | "autoload" : { |
|
0 commit comments