Project

General

Profile

Actions

Feature #24108

closed

Not possible to set a TYPO3 version as suggestion

Added by Georg Ringer about 14 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2010-11-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

It seems that it is not possible to set a TYPO3 version as suggestion.

Following works:
----------------
'constraints' => array(
'depends' => array(
'typo3' => '4.6.0-0.0.0',
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
'extbase_dam' => '',
),
),
------------

and states:
The running TYPO3 version (4.5.0) is lower than required (4.6.0).

but following doesn't work:
-------------------
'constraints' => array(
'depends' => array(
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
'typo3' => '4.6.0-0.0.0',
'extbase_dam' => '',
),
),
-------------------

as it reproduces: Extension "typo3" was not available in the system. You may want to import it from the TYPO3 Extension Repository.

sometimes extensions are working better under special versions (e.g. a current one) but still support older branches as kind of fallback

(issue imported from #M16449)

Actions #1

Updated by Alexander Opitz about 11 years ago

  • Category set to Extension Manager
  • Target version deleted (0)
  • Is Regression set to No
Actions #2

Updated by Susanne Moog over 10 years ago

  • Tracker changed from Bug to Feature
Actions #3

Updated by Georg Ringer over 9 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF