Skip to content

Instantly share code, notes, and snippets.

@hugeval
Last active September 4, 2015 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugeval/e3d7266532dfae38e8c7 to your computer and use it in GitHub Desktop.
Save hugeval/e3d7266532dfae38e8c7 to your computer and use it in GitHub Desktop.
composer-example
{
"name": "oro/crm-enterprise-application",
"description": "The OroCRM Enterprise Application",
"homepage": "https://github.com/orocrm/crm-enterprise-application.git",
"license": "OSL-3.0",
"autoload": {
"psr-0": {
"": "src/"
}
},
"repositories": {
"composer": {
"type": "composer",
"url": "http://packagist.orocrm.com"
},
"platform": {
"type": "vcs",
"url": "https://github.com/laboro/platform.git"
},
"crm": {
"type": "vcs",
"url": "https://github.com/laboro/crm.git"
},
"platform-serialised-fields": {
"type": "vcs",
"url": "https://github.com/advisors-excel-llc/OroEntitySerializedFieldsBundle.git"
},
"who-charted": {
"type": "vcs",
"url": "https://github.com/advisors-excel-llc/who-charted.git"
},
"enterprise": {
"type": "vcs",
"url": "https://github.com/laboro/crm-enterprise.git"
}
},
"require": {
"oro/platform": "dev-feature/AEIV-42 as 1.7.x-dev",
"oro/crm": "dev-feature/AEIV-42 as 1.7.x-dev",
"oro/crm-enterprise": "dev-feature/AEIV-42",
"oro/platform-serialised-fields": "dev-master",
"jovial/who-charted": "dev-master",
"besimple/sso-auth-bundle": "dev-master",
"misd/guzzle-bundle": "~1.0",
"akeneo/batch-bundle": "0.4.2"
},
"require-dev": {
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
}
},
"config": {
"component-dir": "web/bundles/components",
"process-timeout": 600
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment