Hallo zusammen,
habe folgendes Setup:
Contao 4.13.6
Php8
contao-bootstrap/form Version 2.1.1
Sobald ich contao-bootstrap/form auf eine höhere Version updaten möchte, macht er es nicht.
Habe schon mal probiert, eine Version zu "erzwingen" durch manuelles Eintragen der höheren Version "^2.1.2" und bekomme dann das:
Code:
> Resolving dependencies using Composer Cloud v3.4.4
!!! Current server is sponsored by: Contao Association !!!
[6.9MiB/0.17s] Loading composer repositories with package information
[63.9MiB/6.60s] Updating dependencies
[79.6MiB/7.09s] Your requirements could not be resolved to an installable set of packages.
[79.6MiB/7.09s]
Problem 1
- contao-bootstrap/form[2.1.3, ..., 2.1.6] require symfony/config ^3.3 || ^4.0 -> found symfony/config[v3.3.0, ..., v3.4.47, v4.0.0, ..., v4.4.42] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires contao-bootstrap/form ^2.1.3 -> satisfiable by contao-bootstrap/form[2.1.3, 2.1.4, 2.1.5, 2.1.6].
[79.6MiB/7.09s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
[37.0MiB/7.11s] Memory usage: 37.04MB (peak: 176.42MB), time: 7.12s.
[37.0MiB/7.12s] Finished Composer Cloud resolving.
Problem ist nämlich, dass ich keine Formulare mehr bearbeiten kann wegen einem DCA Fehler:
Code:
The "contao_bootstrap.form.listener.form_field_dca" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
Wäre für jede Hilfe und Ideen sehr dankbar!