composer.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "require": {
  3. "typo3/cms-about": "^11.5",
  4. "typo3/cms-adminpanel": "^11.5",
  5. "typo3/cms-backend": "^11.5",
  6. "typo3/cms-belog": "^11.5",
  7. "typo3/cms-beuser": "^11.5",
  8. "typo3/cms-core": "^11.5",
  9. "typo3/cms-extbase": "^11.5",
  10. "typo3/cms-extensionmanager": "^11.5",
  11. "typo3/cms-felogin": "^11.5",
  12. "typo3/cms-filelist": "^11.5",
  13. "typo3/cms-filemetadata": "^11.5",
  14. "typo3/cms-fluid": "^11.5",
  15. "typo3/cms-fluid-styled-content": "^11.5",
  16. "typo3/cms-form": "^11.5",
  17. "typo3/cms-frontend": "^11.5",
  18. "typo3/cms-impexp": "^11.5",
  19. "typo3/cms-info": "^11.5",
  20. "typo3/cms-install": "^11.5",
  21. "typo3/cms-lowlevel": "^11.5",
  22. "typo3/cms-recycler": "^11.5",
  23. "typo3/cms-redirects": "^11.5",
  24. "typo3/cms-reports": "^11.5",
  25. "typo3/cms-rte-ckeditor": "^11.5",
  26. "typo3/cms-scheduler": "^11.5",
  27. "typo3/cms-seo": "^11.5",
  28. "typo3/cms-setup": "^11.5",
  29. "typo3/cms-t3editor": "^11.5",
  30. "typo3/cms-tstemplate": "^11.5",
  31. "typo3/cms-viewpage": "^11.5",
  32. "typo3/cms-dashboard": "^11.5",
  33. "typo3/cms-opendocs": "^11.5",
  34. "typo3/cms-recordlist": "^11.5",
  35. "fluidtypo3/flux": "^10.0",
  36. "fluidtypo3/vhs": "^7.0",
  37. "georgringer/news": "^11.4",
  38. "helhum/typo3-console": "^7.1",
  39. "causal/image_autoresize": "^2.2",
  40. "guzzlehttp/guzzle": "^7.7",
  41. "twig/twig": "^3.3",
  42. "phpunit/phpunit": "^9.5",
  43. "sgalinski/lfeditor": "^7.1",
  44. "waldhacker/hcaptcha": "^2.1",
  45. "nimut/typo3-complete": "11.5",
  46. "nimut/testing-framework": "^6.0",
  47. "ext-json": "*",
  48. "co-stack/logs": "*",
  49. "opentalent/ot_core": "^1.0",
  50. "opentalent/ot_admin": "^1.0",
  51. "opentalent/ot_templating": "^1.0",
  52. "opentalent/ot_stats": "^1.0",
  53. "opentalent/ot_optimizer": "^1.0",
  54. "opentalent/ot_connect": "^1.0"
  55. },
  56. "repositories": [
  57. {
  58. "type": "path",
  59. "url": "packages/*"
  60. },
  61. {
  62. "type": "composer",
  63. "url": "https://composer.typo3.org/"
  64. }
  65. ],
  66. "scripts": {
  67. "typo3-cms-scripts": [
  68. "typo3cms install:fixfolderstructure"
  69. ],
  70. "post-autoload-dump": [
  71. "@typo3-cms-scripts"
  72. ]
  73. },
  74. "autoload": {
  75. "psr-4": {
  76. "Opentalent\\OtCore\\": "public/typo3conf/ext/ot_core/Classes",
  77. "Opentalent\\OtConnect\\": "public/typo3conf/ext/ot_connect/Classes",
  78. "Opentalent\\OtStats\\": "public/typo3conf/ext/ot_stats/Classes",
  79. "Opentalent\\OtTemplating\\": "public/typo3conf/ext/ot_templating/Classes",
  80. "Opentalent\\OtOptimizer\\": "public/typo3conf/ext/ot_optimizer/Classes",
  81. "Opentalent\\OtAdmin\\": "public/typo3conf/ext/ot_admin/Classes"
  82. }
  83. },
  84. "config": {
  85. "allow-plugins": {
  86. "typo3/class-alias-loader": true,
  87. "typo3/cms-composer-installers": true
  88. }
  89. },
  90. "require-dev": {
  91. "ssch/typo3-rector": "^1.3"
  92. }
  93. }