Skip to content

Minimum dependencies not displayed correctly

Summary

Adding a minimum dependency to another TYPO3 extension or PHP version displays only the given version.

Example URLs

What is the current bug behavior?

In ext_emconf.php the following configuration is given:

'constraints' => [
    'depends' => [
        'typo3' => '9.5.0-11.5.99',
        'schema' => '1.7.0-0.0.0'
    ],
],

In the detail view of EXT:schema_virtuallocation the constraint to EXT:schema is displayed with exactly "1.7.0" which is misleading.

What is the expected correct behavior?

Instead it should be displayed ">= 1.7.0".

Acceptence Criterias

  • The constraints are displayed correctly