Skip to content

Commit

Permalink
updated composer.json files to contain information about autoloading …
Browse files Browse the repository at this point in the history
…and target dirs
  • Loading branch information
fabpot committed Nov 1, 2011
1 parent 6cf5203 commit 9200eac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -22,5 +22,9 @@
"suggest": {
"symfony/config": ">=2.0",
"symfony/yaml": ">=2.0"
}
},
"autoload": {
"psr-0": { "Symfony\\Component\\Routing": "" }
},
"target-dir": "Symfony/Component/Routing"
}

0 comments on commit 9200eac

Please sign in to comment.