composer.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "root/ftth",
  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. },
  19. "repositories": [
  20. {
  21. "type": "vcs",
  22. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
  23. "options": {
  24. "local_pk": "./keys/bitbucket.id_rsa"
  25. }
  26. },
  27. {
  28. "type": "vcs",
  29. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
  30. "options": {
  31. "local_pk": "./keys/bitbucket.id_rsa"
  32. }
  33. },
  34. {
  35. "type": "vcs",
  36. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
  37. "options": {
  38. "local_pk": "./keys/bitbucket.id_rsa"
  39. }
  40. }
  41. ],
  42. "config":{
  43. "secure-http": false
  44. },
  45. "require": {
  46. "php": ">=5.5.9",
  47. "symfony/symfony": "3.2.*",
  48. "doctrine/orm": "^2.5",
  49. "doctrine/doctrine-bundle": "^1.6",
  50. "doctrine/doctrine-cache-bundle": "^1.2",
  51. "symfony/swiftmailer-bundle": "^2.3.10",
  52. "symfony/monolog-bundle": "^3.0.2",
  53. "symfony/polyfill-apcu": "^1.0",
  54. "sensio/distribution-bundle": "^5.0",
  55. "sensio/framework-extra-bundle": "3.0.23",
  56. "incenteev/composer-parameter-handler": "^2.0",
  57. "sonata-project/admin-bundle": "^3.12",
  58. "sonata-project/doctrine-orm-admin-bundle": "^3.1",
  59. "jms/serializer-bundle": "^1.1",
  60. "phpunit/phpunit": "5.5.*",
  61. "stof/doctrine-extensions-bundle": "^1.2",
  62. "voryx/restgeneratorbundle": "dev-master",
  63. "base-admin": "dev-master",
  64. "base-oauth-client-bundle": "dev-master",
  65. "webservice": "dev-master",
  66. "hwi/oauth-bundle": "^0.5.3"
  67. },
  68. "require-dev": {
  69. "sensio/generator-bundle": "^3.0",
  70. "symfony/phpunit-bridge": "^3.0"
  71. },
  72. "scripts": {
  73. "symfony-scripts": [
  74. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  75. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  76. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  77. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  78. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  79. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
  80. ],
  81. "post-install-cmd": [
  82. "@symfony-scripts"
  83. ],
  84. "post-update-cmd": [
  85. "@symfony-scripts"
  86. ]
  87. },
  88. "extra": {
  89. "symfony-app-dir": "app",
  90. "symfony-bin-dir": "bin",
  91. "symfony-var-dir": "var",
  92. "symfony-web-dir": "web",
  93. "symfony-tests-dir": "tests",
  94. "symfony-assets-install": "relative",
  95. "incenteev-parameters": [
  96. {
  97. "file": "app/config/parameters.yml"
  98. },
  99. {
  100. "file": "app/config/url_webservice.yml"
  101. },
  102. {
  103. "file": "app/config/hwioauthbundle/parameters.yml"
  104. }
  105. ],
  106. "branch-alias": null
  107. }
  108. }