Skip to content

Commit

Permalink
Set drupal console core to version 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Oct 2, 2022
1 parent c7eaa46 commit 7027117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -46,7 +46,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "dev-master",
"drupal/console-core": "^1.9.8",
"drupal/console-extend-plugin": "~0.9.5",
"psy/psysh": "0.6.* || ~0.8",
"symfony/expression-language": "~3.0|~4.0",
Expand Down

1 comment on commit 7027117

@sarun2000
Copy link

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.

Please sign in to comment.