summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDracony <draconyster@gmail.com>2016-09-09 16:39:21 +0200
committerDracony <draconyster@gmail.com>2016-09-09 16:39:21 +0200
commitf9ab9a6ab2b78c8690876765dce50881b91a1e9d (patch)
tree09e33a560a4838aa6ece259ec6ca4bf197f928d1
parentbac985f9aac47c629c77fb8263693bdccd1c13f1 (diff)
downloadPHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.zip
PHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.tar.gz
PHPixie-f9ab9a6ab2b78c8690876765dce50881b91a1e9d.tar.bz2
better install script
-rwxr-xr-xcomposer.json11
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