diff options
-rwxr-xr-x | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index a17da36..c56d8a1 100755 --- a/composer.json +++ b/composer.json @@ -1,14 +1,15 @@ { "name": "phpixie/project", "type": "project", - "description" : "PHPixie skeleton project", - "license" : "BSD", + "description": "PHPixie skeleton project", + "license": "BSD", "autoload": { "psr-4": { "": [ "src/", "tests/", - "bundles/app/src/" + "bundles/app/src/", + "bundles/test/src/" ] } }, @@ -26,9 +27,9 @@ } }, "scripts": { - "post-create-project-cmd" : [ + "post-create-project-cmd": [ "php ./console framework:generateBundle app", "php ./console framework:installWebAssets" ] } -} +}
\ No newline at end of file |