Skip to content

Commit d41842c

Browse files
committed
Updating composer.json file.
1 parent 090e456 commit d41842c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"name" : "block8/php-docblock-checker",
2+
"name" : "devdrops/php-docblock-checker",
33
"description" : "A simple tool for checking that your PHP classes and methods use docblocks.",
44
"minimum-stability": "stable",
55
"type" : "library",
6-
"keywords" : ["php", "phpci", "testing", "docblock", "comment", "checker", "code quality"],
7-
"homepage" : "https://www.phptesting.org/",
6+
"keywords" : ["php", "docblock", "comment", "checker", "code quality"],
87
"license" : "BSD-2-Clause",
98
"authors": [
109
{
1110
"name" : "Dan Cryer",
1211
"email" : "[email protected]",
1312
"homepage": "http://www.block8.co.uk",
1413
"role" : "Developer"
14+
},
15+
{
16+
"name" : "Davi Marcondes Moreira",
17+
"email" : "[email protected]",
18+
"homepage": "http://about.me/devdrops",
19+
"role" : "Developer"
1520
}
16-
],
17-
"support": {
18-
"issues": "https://github.com/Block8/php-docblock-checker/issues",
19-
"source": "https://github.com/Block8/php-docblock-checker"
20-
},
21+
]
2122
"require": {
2223
"php": ">=5.3.3",
2324
"phpunit/php-token-stream": "1.*",

0 commit comments

Comments
 (0)