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
I tried to install fractor, but composer results into an error:
➜ typo3_13 ddev composer require a9f/fractor --dev
./composer.json has been updated
Running composer update a9f/fractor
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires a9f/fractor * -> satisfiable by a9f/fractor[v0.1.0, v0.1.1, v0.1.2].
- a9f/fractor[v0.1.0, ..., v0.1.2] require symfony/config ^6.4 -> found symfony/config[v6.4.0, ..., v6.4.7] but the package is fixed to v7.0.6 (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.
The example in README uses rules for TYPO3 13. TYPO3 13 itself uses symfony/* ^7.0. But fractor is still using ^6.4. Can you streamline these dependencies?
Stefan
The text was updated successfully, but these errors were encountered:
Hello,
I tried to install fractor, but composer results into an error:
The example in README uses rules for TYPO3 13. TYPO3 13 itself uses
symfony/*
^7.0. But fractor is still using ^6.4. Can you streamline these dependencies?Stefan
The text was updated successfully, but these errors were encountered: