Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Fix composer.json files along bundles & components
Browse files Browse the repository at this point in the history
Add some missing files in FixturesBundle & InstallerBundle
  • Loading branch information
stloyd committed Apr 11, 2014
1 parent aa8c64d commit 5e238bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -28,9 +28,11 @@
"symfony/yaml": "~2.1"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\FlowBundle\\": "" }
"psr-4": { "Sylius\\Bundle\\FlowBundle\\": "" }
},
"autoload-dev": {
"psr-4": { "Sylius\\Bundle\\FlowBundle\\Tests\\": "Tests/" }
},
"target-dir": "Sylius/Bundle/FlowBundle",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
Expand Down

0 comments on commit 5e238bf

Please sign in to comment.