composer.json 531 B

123456789101112131415161718192021
  1. {
  2. "name": "opentalent/ot_templating",
  3. "type": "typo3-cms-extension",
  4. "description": "Gabarits Typo3 par Opentalent",
  5. "authors": [
  6. {
  7. "name": "Olivier Massot",
  8. "role": "Developer"
  9. }
  10. ],
  11. "require": {
  12. "typo3/cms-core": "^8.7.1 || ^10.4",
  13. "fluidtypo3/vhs": "^6",
  14. "fluidtypo3/flux": "^9",
  15. "fluidtypo3/fluidpages": "^5"
  16. },
  17. "replace": {
  18. "ot_templating": "self.version",
  19. "typo3-ter/ot_templating": "self.version"
  20. }
  21. }