Skip to content

Commit

Permalink
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@
/public/js
/public/media

/app/config/parameters.yml

/bin/symfony_requirements

/composer.lock
File renamed without changes.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@
"friendsofsymfony/rest-bundle": "^2.1",
"fzaninotto/faker": "^1.6",
"gedmo/doctrine-extensions": "^2.4.12",
"incenteev/composer-parameter-handler": "^2.1",
"jms/serializer-bundle": "^2.0",
"knplabs/knp-gaufrette-bundle": "^0.5",
"knplabs/knp-menu-bundle": "^2.1",
@@ -161,11 +162,13 @@
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
@@ -194,6 +197,9 @@
"symfony-web-dir": "public",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "1.3-dev"
}

0 comments on commit df647b7

Please sign in to comment.