ext_emconf.php 1009 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /***************************************************************
  3. * Extension Manager/Repository config file for ext: "ot_stats"
  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' => 'Statistics',
  11. 'description' => "Suivi des statistiques d'utilisation des sites Typo3 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. 'ot_core' => '*'
  26. ],
  27. 'conflicts' => [],
  28. 'suggests' => [],
  29. ],
  30. ];