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 87051b9 commit e5739bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -18,5 +18,9 @@
],
"require": {
"php": ">=5.3.2"
}
},
"autoload": {
"psr-0": { "Symfony\\Component\\Serializer": "" }
},
"target-dir": "Symfony/Component/Serializer"
}

0 comments on commit e5739bf

Please sign in to comment.