[TYPO3-dev] Extension dependencies for TER

Michael Schams typo3 at 2016.schams.net
Wed Mar 23 00:07:17 CET 2016


Hi,

Did I missing something? I am trying to upload an extension to TER and
get the following error message:

Extension does not have a dependency for a supported version of TYPO3.
See http://typo3.org/news/article/announcing-ter-cleanup-process/ for
how to fix this.

Dependency settings in ext_emconf.php as follows:

$EM_CONF[$_EXTKEY] = array (
...
'constraints' => array (
  'depends' =>
    array (
      'php' => '5.5.0-5.6.99',
      'typo3' => '7.0.0-7.6.99',
    ),
...
);

...and the JSON file at get.typo3.org looks ok, too, I think:
https://get.typo3.org/json


Cheers
Michael





More information about the TYPO3-dev mailing list