Closed rorych closed 1 year ago
It appears you are missing contao/conflicts
in your composer.json
. You need to add that and then run a composer update
.
Thanks for the fast reply, i have following in my composer.json:
"contao/conflicts": "@dev"
Would you recommend to have a version set?
No, @dev
is correct. Anyway, this error is unrelated to this extension. The error is caused by symfony/routing: 6.4.0
, see https://github.com/symfony/symfony/issues/52801. This is why a conflict was added in contao/conflicts
: https://github.com/contao/conflicts/pull/55. Run a full composer update
, then symfony/routing
should automatically be downgraded.
Ah i am getting "v6.4.0-RC1" for symfony/routing. Probably my problem, because i have "minimum-stability" set to dev (and prefer-stable = true). I will wait it out in that case ;)
Why did you set the minimum stability lower?
Because of custom bundles, that are still in development.
I would recommend to not lower the minimum stability. Instead you should require any non stable dependencies directly.
Prerequisites
Please select the topic(s) that most closely match your concern
Backend (PHP/CSS)
Description
Contao: 5.2.7 PHP 8.1.25 oveleon/contao-component-style-manager: 3.4.2
--
After composer update from Contao 5.2.6 to 5.2.7 (and all the symfony upgrades to v6.4.0) your bundle is throwing following error on cache clear. Can you help me with this?
Relevant log output