Skip to content

Instantly share code, notes, and snippets.

@zechendorf
Last active September 26, 2018 09:00
Show Gist options
  • Save zechendorf/03cfb8d04d91fba3a435cea39cc4c233 to your computer and use it in GitHub Desktop.
Save zechendorf/03cfb8d04d91fba3a435cea39cc4c233 to your computer and use it in GitHub Desktop.
<?php
/***************************************************************
*
* This is free and unencumbered software
* released into the public domain.
*
* (C0) 2018 ext/dev <info@extdev.io>
*
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'ext/dev Site Package',
'description' => 'TYPO3 Site Package for extdev.io',
'category' => 'templates',
'author' => 'Christopher Zechendorf',
'author_email' => 'christopher@zechendorf.com',
'author_company' => 'ext/dev',
'version' => '0.0.1',
'state' => 'alpha',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
'fluid_styled_content' => '8.7.0-9.5.99',
'vhs' => '5.0.0-5.99.99'
],
'conflicts' => [
],
],
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment