- Merge request !6Issue #3247179: Undefined index: name in composer_manager_installed_packages() → (Open) created by rishi kulshreshtha
- 🇺🇸United States uri_frazier Portland, Oregon
Did anyone else notice this related (?) bug in conjunction with this fix?
Namely, the package status page says several packages are not needed, but composer says otherwise and doesn't remove them when running composer update. (see screenshots)https://www.drupal.org/files/issues/2023-01-31/3247179_1.png →
https://www.drupal.org/files/issues/2023-01-31/3247179_2.png →
https://www.drupal.org/files/issues/2023-01-31/3247179_3.png → - Status changed to Needs review
almost 2 years ago 6:17pm 1 February 2023 - 🇺🇸United States uri_frazier Portland, Oregon
I added a commit based on my previous findings/comment 🐛 Undefined index: name in composer_manager_installed_packages() Needs review .
There was another instance of
$json
that needed to be replaced with$json['packages']
infunction composer_manager_package_dependents()
- 🇳🇱Netherlands spokje
Code changes in the MR look relevant and fix the problem (at least for me).
- Status changed to RTBC
7 months ago 7:55am 25 April 2024