composer.json 878 B

1234567891011121314151617181920212223242526272829303132333435
  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": "^9.5 || ^10.4",
  13. "fluidtypo3/vhs": "^6",
  14. "fluidtypo3/flux": "^9",
  15. "fluidtypo3/fluidpages": "^5",
  16. "co-stack/logs": "",
  17. "guzzlehttp/guzzle": "^6",
  18. "ext-json": "^1.6",
  19. "sgalinski/lfeditor": "^6"
  20. },
  21. "replace": {
  22. "ot_templating": "self.version",
  23. "typo3-ter/ot_templating": "self.version"
  24. },
  25. "autoload": {
  26. "psr-4": {
  27. "Opentalent\\OtTemplating\\": "Classes"
  28. }
  29. },
  30. "autoload-dev": {
  31. "psr-4": {
  32. "Opentalent\\OtTemplating\\Tests\\": "Tests"
  33. }
  34. }
  35. }