Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit a24c921

Browse files
committed
Remove unused dependency, rename from block8/ to dancryer/
1 parent 52f4ade commit a24c921

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "block8/php-docblock-checker",
2+
"name" : "dancryer/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",
@@ -17,14 +17,13 @@
1717
],
1818

1919
"support": {
20-
"issues": "https://github.com/Block8/php-docblock-checker/issues",
21-
"source": "https://github.com/Block8/php-docblock-checker"
20+
"issues": "https://github.com/dancryer/php-docblock-checker/issues",
21+
"source": "https://github.com/dancryer/php-docblock-checker"
2222
},
2323

2424
"require": {
2525
"php": ">=5.4",
2626
"nikic/php-parser": "3.*",
27-
"symfony/debug": "3.4.*",
2827
"symfony/console": "3.4.*"
2928
},
3029

0 commit comments

Comments
 (0)