Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. "name": "oro/crm-application",
  3. "description": "The OroCRM distribution",
  4. "homepage": "https://github.com/orocrm/crm-application.git",
  5. "license": "OSL-3.0",
  6. "autoload": {
  7. "psr-0": {
  8. "": "src/"
  9. }
  10. },
  11. "repositories": [
  12. {
  13. "type": "composer",
  14. "url": "https://packagist.orocrm.com"
  15. }
  16. ],
  17. "require": {
  18. "oro/crm": "1.9.*"
  19. },
  20. "require-dev": {
  21. "sensio/generator-bundle": "2.5.3"
  22. },
  23. "config": {
  24. "component-dir": "web/bundles/components"
  25. },
  26. "scripts": {
  27. "post-install-cmd": [
  28. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  29. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  30. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  31. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
  32. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets",
  33. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setAssetsVersion"
  34. ],
  35. "post-update-cmd": [
  36. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  37. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  38. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  39. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
  40. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets",
  41. "Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setAssetsVersion"
  42. ]
  43. },
  44. "minimum-stability": "dev",
  45. "prefer-stable": true,
  46. "extra": {
  47. "symfony-app-dir": "app",
  48. "symfony-web-dir": "web",
  49. "incenteev-parameters": {
  50. "file": "app/config/parameters.yml"
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement