Skip to content

Instantly share code, notes, and snippets.

@digitalkaoz
Created September 19, 2015 21:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save digitalkaoz/f5169b064d4957daf493 to your computer and use it in GitHub Desktop.
{
"name": "xxx/yyy",
"license": "proprietary",
"type": "project",
"description": "Lorem Ipsum",
"autoload": {
"psr-0": {
"": "src/",
"SymfonyStandard": "app/"
}
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.6.*",
"doctrine/dbal": "~2.4,<2.5",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0",
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0",
"jms/i18n-routing-bundle": "~1.1",
"jms/serializer-bundle": "~0.13",
"jms/aop-bundle": "~1.0",
"jms/di-extra-bundle": "~1.5",
"cocur/slugify": "~1.0",
"stof/doctrine-extensions-bundle": "~1.1",
"nelmio/api-doc-bundle": "~2.7",
"friendsofsymfony/rest-bundle": "~1.4",
"friendsofsymfony/user-bundle": "~1.3",
"friendsofsymfony/http-cache-bundle": "~1.2",
"knplabs/knp-gaufrette-bundle": "~0.1",
"coduo/php-humanizer": "~1.0",
"nesbot/carbon": "~1.13",
"doctrine/migrations": "1.0.*@dev",
"doctrine/doctrine-migrations-bundle": "2.1.*@dev",
"friendsofsymfony/jsrouting-bundle": "~1.5",
"symfony/proxy-manager-bridge": "~2.6",
"ocramius/proxy-manager": "~1.0",
"ramsey/uuid": "~2.8",
"google/apiclient": "~1.1",
"guzzle/guzzle": "~3.9",
"liip/imagine-bundle": "~1.3"
},
"require-dev": {
"sensio/generator-bundle": "~2.3",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"phpunit/phpunit": "~4.2",
"squizlabs/php_codesniffer": "~2.2",
"phploc/phploc": "~2.0",
"pdepend/pdepend": "~2.0",
"phpmd/phpmd": "~2.2",
"sebastian/phpcpd": "~2.0"
},
"scripts": {
"post-root-package-install": [
"SymfonyStandard\\Composer::hookRootPackageInstall"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"npm install",
"\"$(npm bin)\"/bower install --allow-root",
"\"$(npm bin)\"/grunt",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"npm install",
"\"$(npm bin)\"/bower install --allow-root",
"\"$(npm bin)\"/grunt",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
]
},
"config": {
"bin-dir": "bin",
"platform": {
"php": "5.3.10"
}
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml",
"env-map": {
"database_name": "DATABASE_NAME",
"database_user": "DATABASE_USER",
"database_password": "DATABASE_PASSWORD"
}
},
"branch-alias": {
"dev-master": "2.6-dev"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment