Problem/Motivation
Thank you very much for this handy module. It helps a lot keeping the file system clean. :)
The Views Bulk Operations module has now a stable 4.0.0 release. On my attempt to upgrade VBO from 3.13 to 4.0.0, I received the following message from Composer:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/fancy_file_delete is locked to version 2.0.3 and an update of this package was not requested.
- drupal/fancy_file_delete 2.0.3 requires drupal/views_bulk_operations ^3.6 -> found drupal/views_bulk_operations[dev-3.x, 3.6.0, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (^4.0).
Are there any technical reasons that have to be resolved first before we'll be able to upgrade VBO to 4.0 or is it simply a matter of updating the requirements in Fancy File Delete's composer.json?
Steps to reproduce
If both modules "Install Fancy File Delete" and "VBO "3.x are installed, run the command composer require 'drupal/views_bulk_operations:^4.0' and the mentioned message should appear.
Comments
Comment #3
labboy0276 commentedThanks for reporting this, I allowed both the 3.x and 4.x for VBO.
Comment #4
labboy0276 commentedComment #5
design.er commentedSuperb, thank you! :)