Skip to content

Commit d1d9076

Browse files
author
Florian Eckerstorfer
committed
Fixed composer.json
1 parent 6e1cf81 commit d1d9076

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"require-dev": {
99
"squizlabs/php_codesniffer": "1.4.*"
1010
},
11-
"minimum-stability": "beta"
11+
"minimum-stability": "beta",
12+
"autoload": {
13+
"psr-0": { "Bc\\Bundle\\Symfony2CodingStandardBundle": "" }
14+
},
15+
"target-dir": "Bc/Bundle/Symfony2CodingStandardBundle"
1216
}

0 commit comments

Comments
 (0)