ext_emconf.php 859 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "ot_core"
  4. *
  5. * Manual updates:
  6. * Only the data in the array - anything else is removed by next write.
  7. * "version" and "dependencies" must not be touched!
  8. ***************************************************************/
  9. $EM_CONF[$_EXTKEY] = [
  10. 'title' => 'Core',
  11. 'description' => "Core extension par Opentalent",
  12. 'category' => 'services',
  13. 'author' => 'Olivier Massot',
  14. 'author_email' => 'olivier.massot@2iopenservice.fr',
  15. 'state' => 'stable',
  16. 'version' => '0.7.1',
  17. 'constraints' => [
  18. 'depends' => [
  19. 'typo3' => '10.4.0-11.5.99',
  20. 'flux' => '9.3.0-9.7.99',
  21. 'vhs' => '6.0.0-6.1.99',
  22. ],
  23. 'conflicts' => [],
  24. 'suggests' => [],
  25. ],
  26. ];