-
-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set drupal console core to version 1.9.8
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7027117
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version is not work for Drupal 10.0.1 it show this message below , but it work with Drupal 9
root@e4996de7a19b:/var/www/html# composer require drupal/console --with-all-dependencies
./composer.json has been updated
Running composer update drupal/console --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/console[0.1.0, ..., 0.2.6] require symfony/console ~2.4 -> found symfony/console[v2.4.0-BETA1, ..., 2.8.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/console[0.2.7, ..., 0.2.11] require symfony/console ~2.4.0 -> found symfony/console[v2.4.0-BETA1, ..., 2.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/console[0.2.12, ..., 0.3.1] require symfony/console 2.5.* -> found symfony/console[v2.5.0-BETA1, ..., 2.5.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/console[dev-update-version-1-9-7, dev-feat/drupal9, dev-master, dev-tag-1-9-7, 0.5.0, ..., 0.11.3, 1.0.0-alpha1, ..., 1.9.10] require composer/installers ~1.0 -> found composer/installers[v1.0.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).
- drupal/console[1.0.0-beta4, ..., 1.0.0-beta5] require php ^5.6 || ^7.0 -> your php version (8.1.8) does not satisfy that requirement.
- drupal/console[dev-load-commands-from-profile, dev-test-suite, dev-feature/d9, dev-revert-3880-master, 1.0.0-rc1, ..., 1.9.4, 3807.x-dev] require php ^5.5.9 || ^7.0 -> your php version (8.1.8) does not satisfy that requirement.
- Root composer.json requires drupal/console * -> satisfiable by drupal/console[dev-load-commands-from-profile, dev-test-suite, dev-update-version-1-9-7, dev-feat/drupal9, dev-feature/d9, dev-master, dev-tag-1-9-7, dev-revert-3880-master, 0.1.0, ..., 0.11.3, 1.0.0-alpha1, ..., 1.9.10, 3807.x-dev, 9999999-dev].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/console:*" to figure out if any version is installable, or "composer require drupal/console:^2.1" if you know which you need.