diff options
author | Dracony <draconyster@gmail.com> | 2016-09-09 16:39:21 +0200 |
---|---|---|
committer | Dracony <draconyster@gmail.com> | 2016-09-09 16:39:21 +0200 |
commit | f9ab9a6ab2b78c8690876765dce50881b91a1e9d (patch) | |
tree | 09e33a560a4838aa6ece259ec6ca4bf197f928d1 | |
parent | bac985f9aac47c629c77fb8263693bdccd1c13f1 (diff) | |
download | PHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.zip PHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.tar.gz PHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.tar.bz2 |
better install script
-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 |