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 d72342b commit a2ab4f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -23,5 +23,9 @@
"suggest": {
"symfony/http-foundation": ">=2.0",
"symfony/yaml": ">=2.0"
}
},
"autoload": {
"psr-0": { "Symfony\\Component\\Validator": "" }
},
"target-dir": "Symfony/Component/Validator"
}

0 comments on commit a2ab4f6

Please sign in to comment.