composer.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "name": "root/stats",
  3. "license": "proprietary",
  4. "type": "project",
  5. "autoload": {
  6. "psr-4": {
  7. "": "src/"
  8. },
  9. "classmap": [
  10. "app/AppKernel.php",
  11. "app/AppCache.php"
  12. ]
  13. },
  14. "autoload-dev": {
  15. "psr-4": {
  16. "Tests\\": "tests/"
  17. },
  18. "files": [
  19. "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
  20. ]
  21. },
  22. "repositories": [
  23. {
  24. "type": "vcs",
  25. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
  26. "options": {
  27. "local_pk": "./keys/bitbucket.id_rsa"
  28. }
  29. },
  30. {
  31. "type": "vcs",
  32. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
  33. "options": {
  34. "local_pk": "./keys/bitbucket.id_rsa"
  35. }
  36. },
  37. {
  38. "type": "vcs",
  39. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
  40. "options": {
  41. "local_pk": "./keys/bitbucket.id_rsa"
  42. }
  43. }
  44. ],
  45. "require": {
  46. "php": ">=5.5.9",
  47. "doctrine/doctrine-bundle": "^1.6",
  48. "doctrine/doctrine-cache-bundle": "^1.2",
  49. "doctrine/orm": "^2.5",
  50. "incenteev/composer-parameter-handler": "^2.0",
  51. "sensio/distribution-bundle": "^5.0",
  52. "sensio/framework-extra-bundle": "^3.0.2",
  53. "symfony/monolog-bundle": "^3.0.2",
  54. "symfony/polyfill-apcu": "^1.0",
  55. "symfony/swiftmailer-bundle": "^2.3.10",
  56. "symfony/symfony": "3.2.*",
  57. "twig/twig": "^1.0||^2.0",
  58. "sonata-project/admin-bundle": "^3.12",
  59. "sonata-project/doctrine-orm-admin-bundle": "^3.1",
  60. "jms/serializer-bundle": "^1.1",
  61. "phpunit/phpunit": "5.5.*",
  62. "stof/doctrine-extensions-bundle": "^1.2",
  63. "voryx/restgeneratorbundle": "dev-master",
  64. "php-amqplib/rabbitmq-bundle": "^1.12",
  65. "ik/base-admin-bundle": "dev-master",
  66. "ik/oauthclient-bundle": "dev-master",
  67. "ik/webservice-bundle": "dev-master"
  68. },
  69. "require-dev": {
  70. "sensio/generator-bundle": "^3.0",
  71. "symfony/phpunit-bridge": "^3.0"
  72. },
  73. "scripts": {
  74. "symfony-scripts": [
  75. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  76. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  77. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  78. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  79. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  80. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
  81. ],
  82. "chmod-dir-cache-sessions-logs":"chmod 777 -R var/cache var/logs var/sessions",
  83. "post-install-cmd": [
  84. "@symfony-scripts",
  85. "@chmod-dir-cache-sessions-logs"
  86. ],
  87. "post-update-cmd": [
  88. "@symfony-scripts",
  89. "@chmod-dir-cache-sessions-logs"
  90. ]
  91. },
  92. "config": {
  93. "sort-packages": true
  94. },
  95. "extra": {
  96. "symfony-app-dir": "app",
  97. "symfony-bin-dir": "bin",
  98. "symfony-var-dir": "var",
  99. "symfony-web-dir": "web",
  100. "symfony-tests-dir": "tests",
  101. "symfony-assets-install": "relative",
  102. "incenteev-parameters": [
  103. {
  104. "file": "app/config/parameters.yml"
  105. },
  106. {
  107. "file": "app/config/bundles/ik/webservice-bundle/parameters.yml"
  108. },
  109. {
  110. "file": "app/config/bundles/hwi/oauth-bundle/parameters.yml"
  111. }
  112. ],
  113. "branch-alias": null
  114. }
  115. }