| 1234567891011121314151617181920212223 |
- <?php
- $EM_CONF['bagger_site_package'] = [
- 'title' => 'Bagger Site Package',
- 'description' => 'The Bagger distribution',
- 'version' => '0.0.1',
- 'category' => 'distribution',
- 'constraints' => [
- 'depends' => [
- 'typo3' => '11.5.0-12.99.99',
- 'php' => '7.2.0-8.2.99',
- 'site_package' => '',
- 'redirects' => '11.5.0-12.99.99'
- ],
- 'conflicts' => [],
- 'suggests' => []
- ],
- 'state' => 'alpha',
- 'clearCacheOnLoad' => true,
- 'author' => 'cybob Team',
- 'author_email' => 'info@cybob.com',
- 'author_company' => 'cybob communication GmbH'
- ];
|