Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of Symfony 7 #552

Open
GCO-MR opened this issue Mar 5, 2024 · 1 comment
Open

Support of Symfony 7 #552

GCO-MR opened this issue Mar 5, 2024 · 1 comment

Comments

@GCO-MR
Copy link

GCO-MR commented Mar 5, 2024

TYPO3: 12.4.11
PHP: 8.2

When i try to install the extension via composer i get the following error:

`composer req in2code/femanager
./composer.json has been updated
Running composer update in2code/femanager
Loading composer repositories with package information Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- in2code/femanager[5.1.0, ..., 5.5.4] require typo3/cms-core >=8.7.0 <9.6.0 -> satisfiable by typo3/cms[8.7.0, ..., v8.7.32].
- in2code/femanager[4.2.2, ..., 4.2.5] require typo3/cms-core >=8.7.0 <9.0.0 -> satisfiable by typo3/cms[8.7.0, ..., v8.7.32].
- in2code/femanager[3.0.0, ..., 3.3.0, 4.0.0, ..., 4.2.1] require typo3/cms >=8.7.0 <9.0.0 -> satisfiable by typo3/cms[8.7.0, ..., v8.7.32].
- in2code/femanager[2.6.0, ..., 2.6.2] require typo3/cms-core >=7.6.0 <9.0.0 -> satisfiable by typo3/cms[7.6.0, ..., v7.6.32, 8.0.0, ..., v8.7.32].
- in2code/femanager[2.5.0, ..., 2.5.1] require typo3/cms >=7.6.0 <9.0.0 -> satisfiable by typo3/cms[7.6.0, ..., v7.6.32, 8.0.0, ..., v8.7.32].
- typo3/cms[8.0.0, ..., v8.7.32] require php ^7.0 -> your php version (8.2.0; overridden via config.platform, actual: 8.2.16) does not satisfy that requirement.
- typo3/cms[7.6.0, ..., 7.6.13] require psr/log 1.0.*@dev -> found psr/log[1.0.0, 1.0.1, 1.0.2] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- typo3/cms[7.6.14, ..., v7.6.32] require psr/log ~1.0.0 -> found psr/log[1.0.0, 1.0.1, 1.0.2] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- in2code/femanager 2.7.0 requires helhum/typo3-console ^4.9 -> found helhum/typo3-console[4.9.0, ..., 4.9.6] but it conflicts with your root composer.json require (^8.0).
- in2code/femanager 5.0.0 requires typo3/cms-core >=9.5.0 <9.6.0 -> found typo3/cms-core[v9.5.0, ..., v9.5.31] but it conflicts with your root composer.json require (^12).
- typo3/cms[v8.7.11, ..., v8.7.22] require php >=7.0.0 <=7.2.99 -> your php version (8.2.0; overridden via config.platform, actual: 8.2.16) does not satisfy that requirement.
- typo3/cms v8.7.16 requires doctrine/instantiator ~1.0.4 -> found doctrine/instantiator[1.0.4, 1.0.5] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- typo3/cms[v8.7.23, ..., v8.7.29] require php ^7.0 <7.4 -> your php version (8.2.0; overridden via config.platform, actual: 8.2.16) does not satisfy that requirement.
- in2code/femanager 6.0.0 requires typo3/cms-core >=9.5.0 <11.0.0 -> found typo3/cms-core[v9.5.0, ..., v9.5.31, v10.0.0, ..., v10.4.37] but it conflicts with your root composer.json require (^12).
- in2code/femanager[6.0.1, ..., 6.1.2] require typo3/cms-core >=10.0.0 <11.0.0 -> found typo3/cms-core[v10.0.0, ..., v10.4.37] but it conflicts with your root composer.json require (^12).
- in2code/femanager[6.2.0, ..., 6.3.6] require php ^7.2 -> your php version (8.2.0; overridden via config.platform, actual: 8.2.16) does not satisfy that requirement.
- in2code/femanager[7.0.0, ..., 7.0.1] require php ^7.4 -> your php version (8.2.0; overridden via config.platform, actual: 8.2.16) does not satisfy that requirement.
- in2code/femanager[7.1.0, ..., 7.2.3] require typo3/cms-core ^11.5 -> found typo3/cms-core[v11.5.0, ..., v11.5.36] but it conflicts with your root composer.json require (^12).
- in2code/femanager 8.0.1 requires symfony/config ^6.1 -> found symfony/config[v6.1.0, ..., v6.4.4] but it conflicts with your root composer.json require (^7.0).
- Root composer.json requires in2code/femanager * -> satisfiable by in2code/femanager[2.5.0, ..., 2.7.0, 3.0.0, ..., 3.3.0, 4.0.0, ..., 4.2.5, 5.0.0, ..., 5.5.4, 6.0.0, ..., 6.3.6, 7.0.0, ..., 7.2.3, 8.0.1].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require in2code/femanager:*" to figure out if any version is installable, or "composer require in2code/femanager:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.`

@julianhofmann
Copy link

julianhofmann commented May 24, 2024

Since TYPO3 12.4.10 the core allows Symfony 7 in its dependencies ("symfony/config:^6.4 || ^7.0")
Details: TYPO3-issue 102746.

Currently, femanager has not yet added this compatibility.

@julianhofmann julianhofmann changed the title installation error typo3 v12 Support of Symfony 7 May 24, 2024
julianhofmann added a commit that referenced this issue May 24, 2024
Since TYPO3 12.4.10 the core allows Symfony 7 in its dependencies (`"symfony/config:^6.4 || ^7.0"`)

@see https://forge.typo3.org/issues/102746

Related: #552
sbusemann pushed a commit that referenced this issue Jun 3, 2024
Since TYPO3 12.4.10 the core allows Symfony 7 in its dependencies (`"symfony/config:^6.4 || ^7.0"`)

@see https://forge.typo3.org/issues/102746

Related: #552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants