Composer not upgrading module to 5.1.12

Created on 6 April 2023, about 1 year ago
Updated 21 April 2023, about 1 year ago

Problem/Motivation

I ran composer require 'drupal/fullcalendar_view:^5.1' and the upgrade appeared successful (and I cleared the cache). When I go back into Drupal, it says I'm still on 5.1.11. I tried running the composer command again and it says there is nothing to install. I've successfully updated this module many times before.

Update: I just tried upgrading it on a second website and the ^5.1 command returns there's nothing to update. It probably did that on the other website too, I was just going so fast I didn't notice.

Steps to reproduce

  1. Run composer require 'drupal/fullcalendar_view:^5.1'
  2. Clear the cache
  3. Go to /admin/reports/updates/update and manually trigger an update. Drupal reports that it's still on 5.1.11
  4. Run command again. Composer says there's nothing to install.
  5. Run composer require 'drupal/fullcalendar_view:^5.1.12'
  6. Composer returns Root composer.json requires drupal/fullcalendar_view 5.1.12, found drupal/fullcalendar_view[dev-1.x, dev-2.x, dev-3.x, dev-5.x, dev-6.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-rc1, ..., 2.x-dev (alias of dev-2.x), 3.x-dev (alias of dev-3.x), 4.0.0, ..., 4.5.0, 5.0.0, ..., 5.x-dev (alias of dev-5.x), 6.x-dev (alias of dev-6.x)] but it does not match the constraint.M. (Also tried with --with-all-dependencies)
  7. Edit composer.json and change require line to "drupal/fullcalendar_view": "^5.1.12",
  8. Run composer require 'drupal/fullcalendar_view:^5.1.12' again
  9. Composer returns the same error

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Closed: cannot reproduce

Version

5.1

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States chanelwheeler

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024