Skip to content

Commit feeff1f

Browse files
committed
Some composer tweaks
1 parent 72878b3 commit feeff1f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"name": "phpunit/php-code-coverage",
3-
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2+
"name": "mmapes/php-code-coverage-optional-whitelist",
3+
"description": "Fork with optional whitelist of Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
44
"type": "library",
55
"keywords": [
66
"coverage",
77
"testing",
88
"xunit"
99
],
10-
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10+
"homepage": "https://github.com/mmapes/php-code-coverage-optional-whitelist",
1111
"license": "BSD-3-Clause",
1212
"authors": [
1313
{
14-
"name": "Sebastian Bergmann",
15-
"email": "[email protected]",
14+
"name": "Marty Mapes",
15+
"email": "[email protected]",
1616
"role": "lead"
1717
}
1818
],
1919
"support": {
20-
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
21-
"irc": "irc://irc.freenode.net/phpunit"
20+
"issues": "https://github.com/mmapes/php-code-coverage-optional-whitelist/pulls"
2221
},
2322
"require": {
2423
"php": "^5.6 || ^7.0",

0 commit comments

Comments
 (0)