Fix the invalid package conflict on itself at Extra Block Types (EBT): Slideshow

Created on 8 February 2023, over 1 year ago

Problem/Motivation

As talked at πŸ› Fixed the wrong conflict definition in the composer.json Fixed inside of the composer.json there is a definition on conflict key and this one is used to define how Composer should handle conflicting versions of dependencies when multiple packages require different versions of the same package. But on that case the error is because conflict key in the composer.json file is set to conflict with itself, which is not a valid configuration

Steps to reproduce

Go to the project root and run $composer validate, it'll return:

./composer.json is invalid, the following errors/warnings were found:
# General errors
- conflict.drupal : a package cannot set a conflict on itself

Proposed resolution

To fix that we can remove the conflict key from the composer.json

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.4

Component

Code

Created by

πŸ‡§πŸ‡·Brazil RenatoG Campinas

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

Comments & Activities

Production build 0.69.0 2024