Skip to content

Commit 830e163

Browse files
author
Vinícius Gamaliel
committed
composer.json fixed
1 parent 088acef commit 830e163

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json~

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "agentile/php-docblock-generator",
3+
"description": "Generate PHPDoc Blocks in files and Folders",
4+
"require": {},
5+
"autoload": {
6+
"psr-0": {
7+
"DocBlockGenerator\\": "src"
8+
}
9+
},
10+
"bin": [
11+
"bin/docblock"
12+
],
13+
}

0 commit comments

Comments
 (0)