Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 80
    • Issues 80
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Issues
  • #500
Closed
Open
Issue created Dec 28, 2020 by Chris Müller@krueml0 of 1 checklist item completed0/1 checklist item

Minimum dependencies not displayed correctly

Summary

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

Example URLs

  • https://extensions.typo3.org/extension/schema_virtuallocation/
  • https://extensions.typo3.org/extension/byt_coordconverter/

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
Assignee
Assign to
Time tracking