Project

General

Profile

Actions

Bug #51182

closed

Depending on the latest version throws exception

Added by Jan Kiesewetter over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-08-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

If i depend on the very latest version of an extension which has to be loaded from TER an exception is throw:
Could not resolve dependency for "realurl"
My depends array:

'depends' => array(
    'typo3' => '6.1.0-0.0.0',
    'extbase' => '6.1.0-0.0.0',
    'fluid' => '6.1.0-0.0.0',
    'linkvalidator' => '6.1.0-0.0.0',
    'opendocs' => '6.1.0-0.0.0',
    'recycler' => '6.1.0-0.0.0',
    'scheduler' => '6.1.0-0.0.0',
    'realurl' => '1.12.6-0.0.0'
),

Same if i skip the '-0.0.0'.

If i change the dependency to '1.12.5-0.0.0' the extension manager loads version 1.12.6 and it works.


Files

testpackage_0.0.1.zip (1.59 KB) testpackage_0.0.1.zip Jan Kiesewetter, 2013-08-20 14:53

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #48082: Uploading local extension doesn't honor dependenciesClosedAlexander Opitz2013-05-09

Actions
Related to TYPO3 Core - Bug #58455: Typo3 TER / Extension Manager different dependencies in ext_emconf.php fileClosed2014-05-03

Actions
Related to TYPO3 Core - Bug #58474: Invalid dependency is not hinted to the developerClosed2014-05-04

Actions
Actions

Also available in: Atom PDF