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
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.
The text was updated successfully, but these errors were encountered:
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)
Created project in ...
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.
The text was updated successfully, but these errors were encountered: