composer.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "helhum/typo3-console": "^7.1",
  36. "sgalinski/lfeditor": "^7.1",
  37. "opentalent/ot_core": "^1.0",
  38. "opentalent/ot_admin": "^1.0",
  39. "opentalent/ot_templating": "^1.0",
  40. "opentalent/ot_stats": "^1.0",
  41. "opentalent/ot_optimizer": "^1.0",
  42. "opentalent/ot_connect": "^1.0"
  43. },
  44. "repositories": [
  45. {
  46. "type": "path",
  47. "url": "packages/*"
  48. },
  49. {
  50. "type": "composer",
  51. "url": "https://composer.typo3.org/"
  52. }
  53. ],
  54. "scripts": {
  55. "typo3-cms-scripts": [
  56. "typo3cms install:fixfolderstructure"
  57. ],
  58. "post-autoload-dump": [
  59. "@typo3-cms-scripts"
  60. ]
  61. },
  62. "config": {
  63. "allow-plugins": {
  64. "typo3/class-alias-loader": true,
  65. "typo3/cms-composer-installers": true
  66. }
  67. },
  68. "require-dev": {
  69. "ssch/typo3-rector": "^1.3",
  70. "phpspec/prophecy": "^1.19"
  71. }
  72. }