Skip to content

Commit 94ffef8

Browse files
authored
Merge pull request #9 from friends-of-phpspec/project-name
Composer.json: Update project name
2 parents 893f6e1 + e1728ed commit 94ffef8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "leanphp/phpspec-code-coverage",
2+
"name": "friends-of-phpspec/phpspec-code-coverage",
33
"description": "Generate Code Coverage reports for PhpSpec tests",
44
"type": "library",
55
"keywords": [
66
"phpspec", "code", "coverage", "generate", "generation", "build",
77
"report", "test", "tests", "code-coverage", "reports", "clover", "spec"
88
],
9-
"homepage": "https://github.com/leanphp/phpspec-code-coverage",
9+
"homepage": "https://github.com/friends-of-phpspec/phpspec-code-coverage",
1010
"license": "MIT",
1111
"authors": [
1212
{
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"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"
2525
},
2626
"require": {
2727
"php": "^7.1",
@@ -33,7 +33,8 @@
3333
"squizlabs/php_codesniffer": "^3.2"
3434
},
3535
"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."
3738
},
3839
"minimum-stability": "stable",
3940
"autoload" : {

0 commit comments

Comments
 (0)