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 trying to require your extension I get the following error in composer:
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- typo3/surf dev-main requires symfony/dependency-injection ^5.0 || ^6.0 -> found symfony/dependency-injection[v5.0.0, ..., v5.4.42, v6.0.0, ..., v6.4.10] but the package is fixed to v7.1.3 (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/surf 3.x-dev is an alias of typo3/surf dev-main and thus requires it to be installed too.
- Root composer.json requires typo3/surf 3.x-dev -> satisfiable by typo3/surf[3.x-dev (alias of dev-main)].
Would be great to see support for the new version of the symfony package.
Dennis
The text was updated successfully, but these errors were encountered:
I'm aware of the incompatibility but making Surf compatible with the latest Symfony DI is quite complicated. I'm very happy if somebody would help here.
The main Problem is that the container Trait is gone:
PHP Fatal error: Trait "Symfony\Component\DependencyInjection\ContainerAwareTrait" not found in /home/runner/work/Surf/Surf/src/Domain/Model/Deployment.php on line 29
Hello,
when trying to require your extension I get the following error in composer:
Would be great to see support for the new version of the symfony package.
Dennis
The text was updated successfully, but these errors were encountered: