ext_emconf.php 935 B

12345678910111213141516171819202122232425262728293031
  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' => 'alpha',
  16. 'uploadfolder' => 0,
  17. 'createDirs' => '',
  18. 'clearCacheOnLoad' => 0,
  19. 'version' => '0.1.0',
  20. 'constraints' => [
  21. 'depends' => [
  22. 'typo3' => '8.7.0-10.4.99',
  23. 'flux' => '9.3.0-9.4.99',
  24. 'vhs' => '6.0.0-6.0.99',
  25. ],
  26. 'conflicts' => [],
  27. 'suggests' => [],
  28. ],
  29. ];