Composer v2 problem
- Dominant language
- PHP
- Stars
- 332
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
composer create-project --prefer-dist botman/studio:1.3.1 tg-bot
Creating a "botman/studio:1.3.1" project at "./tg-bot"
Installing botman/studio (1.3.1)
- Installing botman/studio (1.3.1): Extracting archive
Created project in ...
> php -r "file_exists('.env') || copy('.env.example', '.env');"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- thecodingmachine/discovery is locked to version v1.2.1 and an update of this package was not requested.
- thecodingmachine/discovery v1.2.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
Problem 2
- thecodingmachine/discovery v1.2.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
- botman/studio-addons 1.3.0 requires thecodingmachine/discovery ^1.2 -> satisfiable by thecodingmachine/discovery[v1.2.1].
- botman/studio-addons is locked to version 1.3.0 and an update of this package was not requested.
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.