Problem/Motivation

Drupal / Admin toolbar reports upgrading to v 3.4.0 not being compatible as Drupal 10.0.9 is a requirement. Site although runs D 10.0.9. ( upgrade from admin toolbar 3.3.2 )

Steps to reproduce

Simply go to /admin/reports/updates

Proposed resolution

?

Remaining tasks

?

User interface changes

N/A

API changes

N/A

Data model changes

Comments

Civette created an issue. See original summary.

redseujac’s picture

I have installed version 3.4.0 successfully on Drupal 10.0.9. No error messages. I used Composer to install the module.

devil2005’s picture

Same here for up from 9 to 10 :

 - drupal/admin_toolbar_tools[2.0.0-beta1, ..., 2.0.0] require drupal/core ^8.6 -> found drupal/core[8.6.0-alpha1, ..., 8.9.x-dev] but it conflicts with your root composer.json require (^10).
    - drupal/admin_toolbar_tools 2.1.0 requires drupal/core ^8.7.7 || ^9.0 -> found drupal/core[8.7.7, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
    - drupal/admin_toolbar_tools[2.2.0, ..., 2.x-dev] require drupal/core ^8.8.0 || ^9.0 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
    - Root composer.json requires drupal/admin_toolbar_tools ^2 -> satisfiable by drupal/admin_toolbar_tools[2.0.0-beta1, ..., 2.x-dev].

thanks

paulocs’s picture

@devil2005 try to update you admin_toolbar module first.
Seems you are on 2.x version. Update it to 3.x.

devil2005’s picture

i was on 3.4 but now it's ok, don't know why, thanks you can close

adriancid’s picture

Status: Active » Closed (works as designed)
devil2005’s picture

l