in2code-de / femanager

Modern TYPO3 Frontend User RegistrationTYPO3 Frontend User Registration and Management based on Extbase and Fluid and on TYPO3 8 and the possibility to extend it to your needs. Extension basicly works like sr_feuser_register
https://www.in2code.de/agentur/typo3-extensions/femanager/
46 stars 115 forks source link

Support of Symfony 7 #552

Open GCO-MR opened 4 months ago

GCO-MR commented 4 months ago

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

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 commented 1 month ago

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.