Skip to content

Commit 8b05a53

Browse files
committed
updated composer.json files to contain information about autoloading and target dirs
1 parent 93660e6 commit 8b05a53

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
@@ -28,5 +28,9 @@
2828
"symfony/console": ">=2.0",
2929
"symfony/form": ">=2.0",
3030
"symfony/validator": ">=2.0"
31-
}
31+
},
32+
"autoload": {
33+
"psr-0": { "Symfony\\Bundle\\FrameworkBundle": "" }
34+
},
35+
"target-dir": "Symfony/Bundle/FrameworkBundle"
3236
}

0 commit comments

Comments
 (0)