composer.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. {
  2. "name": "root/radius",
  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": "composer",
  22. "url": "https://satis.infra.flowdat.com/"
  23. },
  24. {
  25. "type": "vcs",
  26. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/BaseAdmin.git",
  27. "options": {
  28. "local_pk": "./keys/bitbucket.id_rsa"
  29. }
  30. },
  31. {
  32. "type": "vcs",
  33. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/Webservice.git",
  34. "options": {
  35. "local_pk": "./keys/bitbucket.id_rsa"
  36. }
  37. },
  38. {
  39. "type": "vcs",
  40. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
  41. "options": {
  42. "local_pk": "./keys/bitbucket.id_rsa"
  43. }
  44. },
  45. {
  46. "type": "vcs",
  47. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/WorkflowBundle.git",
  48. "options": {
  49. "local_pk": "./keys/bitbucket.id_rsa"
  50. }
  51. },
  52. {
  53. "type": "vcs",
  54. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/TemplateBundle.git"
  55. },
  56. {
  57. "type": "vcs",
  58. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/ExtraDataBundle.git"
  59. },
  60. {
  61. "type": "vcs",
  62. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/DeviceBundle.git",
  63. "options": {
  64. "local_pk": "./keys/bitbucket.id_rsa"
  65. }
  66. },
  67. {
  68. "type": "vcs",
  69. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/OwnerVoter.git",
  70. "options": {
  71. "local_pk": "./keys/bitbucket.id_rsa"
  72. }
  73. },
  74. {
  75. "type": "vcs",
  76. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/migrations.git",
  77. "options": {
  78. "local_pk": "./keys/bitbucket.id_rsa"
  79. }
  80. },
  81. {
  82. "type": "vcs",
  83. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/MapBundle.git",
  84. "options": {
  85. "local_pk": "./keys/bitbucket.id_rsa"
  86. }
  87. },
  88. {
  89. "type": "vcs",
  90. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/LeafletBundle.git",
  91. "options": {
  92. "local_pk": "./keys/bitbucket.id_rsa"
  93. }
  94. },
  95. {
  96. "type": "vcs",
  97. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/AuthBundle.git",
  98. "options": {
  99. "local_pk": "./keys/bitbucket.id_rsa"
  100. }
  101. },
  102. {
  103. "type": "vcs",
  104. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/AuditBundle.git",
  105. "options": {
  106. "local_pk": "./keys/bitbucket.id_rsa"
  107. }
  108. },
  109. {
  110. "type": "vcs",
  111. "url": "ssh://git@gogs.infra.flowdat.com:222/3erPartyFlowdat3/SonataAdminBundle.git",
  112. "name": "ik-sonata"
  113. },
  114. {
  115. "type": "vcs",
  116. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/CheckSintaxBundle.git",
  117. "options": {
  118. "local_pk": "./keys/bitbucket.id_rsa"
  119. }
  120. }
  121. ],
  122. "config": {
  123. "secure-http": false,
  124. "optimize-autoloader": true,
  125. "sort-packages": true
  126. },
  127. "require": {
  128. "php": ">=5.5.9",
  129. "cocur/slugify": "^2.5",
  130. "doctrine/doctrine-bundle": "^1.6",
  131. "doctrine/doctrine-cache-bundle": "^1.2",
  132. "doctrine/doctrine-migrations-bundle": "^1.2",
  133. "doctrine/instantiator": "^1.0.5",
  134. "doctrine/orm": "^2.5",
  135. "dwoo/dwoo": "dev-master",
  136. "hwi/oauth-bundle": "^0.5.3",
  137. "ik/audit-bundle": "dev-master",
  138. "ik/auth-bundle": "dev-FD3-284",
  139. "ik/base-admin-bundle": "dev-master",
  140. "ik/device-bundle": "dev-master",
  141. "ik/extra-data-bundle": "dev-master",
  142. "ik/leaflet-bundle": "dev-master",
  143. "ik/map-bundle": "dev-master",
  144. "ik/migrations-bundle": "dev-master",
  145. "ik/oauthclient-bundle": "dev-master",
  146. "ik/owner-voter-bundle": "dev-master",
  147. "ik/template-bundle": "dev-master",
  148. "ik/webservice-bundle": "dev-master",
  149. "ik/workflow-bundle": "dev-master",
  150. "ik/check-sintax-bundle": "dev-master",
  151. "incenteev/composer-parameter-handler": "^2.0",
  152. "jdorn/sql-formatter": "^1.2.17",
  153. "jms/serializer": "^1.9.0",
  154. "jms/serializer-bundle": "^1.5.0",
  155. "php-amqplib/rabbitmq-bundle": "^1.12",
  156. "samsonasik/package-versions": "1.1.0",
  157. "sensio/distribution-bundle": "^5.0.21",
  158. "sensio/framework-extra-bundle": "^3.0.2",
  159. "sonata-project/admin-bundle": "dev-bf4681",
  160. "sonata-project/doctrine-orm-admin-bundle": "^3.1",
  161. "stof/doctrine-extensions-bundle": "^1.2",
  162. "swiftmailer/swiftmailer": "^5.4",
  163. "symfony/assetic-bundle": "^2.8.2",
  164. "symfony/monolog-bundle": "^3.1.0",
  165. "symfony/polyfill-apcu": "^1.0",
  166. "symfony/swiftmailer-bundle": "^2.3.10",
  167. "symfony/symfony": "3.3.*",
  168. "symfony/web-server-bundle": "^3.3",
  169. "twig/extensions": "^1.5",
  170. "twig/twig": "^2.0",
  171. "voryx/restgeneratorbundle": "dev-master"
  172. },
  173. "require-dev": {
  174. "phpunit/phpunit": "^6.4",
  175. "sensio/generator-bundle": "^3.0",
  176. "symfony/phpunit-bridge": "^3.3"
  177. },
  178. "scripts": {
  179. "workflows-commands": [
  180. "chown -Rf www-data:www-data app/Resources/workflows",
  181. "cp -n app/Resources/workflows/workflow_list.yml.dist app/Resources/workflows/workflow_list.yml",
  182. "chown -Rf www-data:www-data app/Resources/workflows/workflow_list.yml",
  183. "chown -Rf www-data:www-data web/workflows_png"
  184. ],
  185. "symfony-scripts": [
  186. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  187. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  188. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  189. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  190. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  191. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
  192. ],
  193. "mkdir-dir-cache-sessions-logs": "mkdir -p var/cache var/logs var/sessions",
  194. "chmod-dir-cache-sessions-logs": "chmod 777 -R var/cache var/logs var/sessions",
  195. "doctrine-update": "php bin/console doctrine:schema:update --force",
  196. "doctrine-migrations": "php bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration",
  197. "auto-increment": "php bin/console baseadmin:autoincrement",
  198. "update-data": "php bin/console ik:update:data 'app/DoctrineMigrations/src/'",
  199. "assets-static": " bin/console assets:install web",
  200. "post-install-cmd": [
  201. "@workflows-commands",
  202. "@symfony-scripts",
  203. "@mkdir-dir-cache-sessions-logs",
  204. "@chmod-dir-cache-sessions-logs",
  205. "@doctrine-update",
  206. "@auto-increment",
  207. "@update-data",
  208. "@doctrine-migrations",
  209. "@assets-static"
  210. ],
  211. "post-update-cmd": [
  212. "@workflows-commands",
  213. "@symfony-scripts",
  214. "@mkdir-dir-cache-sessions-logs",
  215. "@chmod-dir-cache-sessions-logs",
  216. "@auto-increment",
  217. "@assets-static"
  218. ]
  219. },
  220. "extra": {
  221. "symfony-app-dir": "app",
  222. "symfony-bin-dir": "bin",
  223. "symfony-var-dir": "var",
  224. "symfony-web-dir": "web",
  225. "symfony-tests-dir": "tests",
  226. "symfony-assets-install": "relative",
  227. "incenteev-parameters": [
  228. {
  229. "file": "app/config/parameters.yml"
  230. },
  231. {
  232. "file": "app/config/url_webservice.yml"
  233. },
  234. {
  235. "file": "app/config/hwioauthbundle/parameters.yml"
  236. },
  237. {
  238. "file": "app/config/bundles/ik/device-bundle/parameters.yml"
  239. },
  240. {
  241. "file": "app/config/bundles/ik/audit-bundle/parameters.yml"
  242. },
  243. {
  244. "file": "app/config/bundles/ik/base-admin-bundle/parameters.yml"
  245. }
  246. ]
  247. }
  248. }