Project

General

Profile

Actions

Bug #81832

closed

typo3-ter/wizard-crpagetree cannot be installed with composer along with TYPO3 < 9

Added by Helmut Hummel almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2017-07-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This is a minimal composer.json to reproduce my issue:

{
  "repositories": [
    {
      "type": "composer",
      "url": "https://composer.typo3.org/" 
    }
  ],
  "name": "stefanr/test",
  "require": {
    "typo3/cms": "^7.6",
    "typo3-ter/wizard-crpagetree": "1.1.0" 
  },
  "extra": {
    "typo3/cms": {
      "cms-package-dir": "{$vendor-dir}/typo3/cms",
      "web-dir": "web" 
    }
  }
}

When I run
composer install
I get the following error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - typo3-ter/func 9.0.1 requires typo3/cms-core >= 9.0.0, <= 9.0.99 -> no matching package found.
    - typo3-ter/func 9.0.0 requires typo3/cms-core >= 9.0.0, <= 9.0.99 -> no matching package found.
    - typo3-ter/wizard-crpagetree 1.1.0 requires typo3-ter/func * -> satisfiable by typo3-ter/func[9.0.0, 9.0.1].
    - Installation request for typo3-ter/wizard-crpagetree 1.1.0 -> satisfiable by typo3-ter/wizard-crpagetree[1.1.0].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Actions #1

Updated by Gerrit Code Review almost 7 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53433

Actions #2

Updated by Gerrit Code Review almost 7 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434

Actions #3

Updated by Gerrit Code Review almost 7 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434

Actions #4

Updated by Gerrit Code Review almost 7 years ago

Patch set 3 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434

Actions #5

Updated by Helmut Hummel almost 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF