You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.`
The text was updated successfully, but these errors were encountered:
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.`
The text was updated successfully, but these errors were encountered: