| 12345678910111213141516171819202122232425262728 |
- <?php
- /***************************************************************
- * Extension Manager/Repository config file for ext: "ot_core"
- *
- * Manual updates:
- * Only the data in the array - anything else is removed by next write.
- * "version" and "dependencies" must not be touched!
- ***************************************************************/
- $EM_CONF[$_EXTKEY] = [
- 'title' => 'Core',
- 'description' => "Core extension par Opentalent",
- 'category' => 'services',
- 'author' => 'Olivier Massot',
- 'author_email' => 'olivier.massot@2iopenservice.fr',
- 'state' => 'stable',
- 'version' => '0.7.1',
- 'constraints' => [
- 'depends' => [
- 'typo3' => '10.4.0-11.5.99',
- 'flux' => '9.3.0-9.7.99',
- 'vhs' => '6.0.0-6.1.99',
- ],
- 'conflicts' => [],
- 'suggests' => [],
- ],
- ];
|