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
Due to doctrine/dbal throwing the error below, we need to upgrade to Composer 2.
[10.0MiB/0.00s] You are using Composer 1 which is deprecated. You should upgrade to Composer 2, see https://blog.packagist.com/deprecating-composer-1-support/
[11.6MiB/0.01s] Loading composer repositories with package information
[11.9MiB/0.01s] Installing dependencies (including require-dev) from lock file
[13.2MiB/0.03s] Your requirements could not be resolved to an installable set of packages.
[13.2MiB/0.03s]
Problem 1
- Installation request for doctrine/dbal 3.4.2 -> satisfiable by doctrine/dbal[3.4.2].
- doctrine/dbal 3.4.2 requires composer-runtime-api ^2 -> no matching package found.
Potential causes:
- This package is not installable via Composer 1.x, see <https://blog.packagist.com/deprecating-composer-1-support/>
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability>for more details.
- It's a private package and you forgot to add a custom repository to find itRead <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.[12.1MiB/0.03s] Memory usage: 12.07MiB (peak: 13.42MiB), time: 0.03s
It's pretty trivial to locally live with both versions and switch back and forth but this will likely require upgrading Forge servers in preparation. I'm fine with this since it's a major version lock for us and I'm big on semver even when it doesn't always make sense.
The text was updated successfully, but these errors were encountered:
Remove "hirak/prestissimo" as parallel downloads possibly rolled into v2. It's really only supported for v1 either way.
Remove the `--1` flag. We could force v2 by using `--2` but that shouldn't be necessary for now. It probably will be in the future though with like PHP 10 or something.
Due to
doctrine/dbal
throwing the error below, we need to upgrade to Composer 2.It's pretty trivial to locally live with both versions and switch back and forth but this will likely require upgrading Forge servers in preparation. I'm fine with this since it's a major version lock for us and I'm big on semver even when it doesn't always make sense.
The text was updated successfully, but these errors were encountered: