You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve this issue, you can try one or more of the following solutions:
Upgrade to the latest version of the Composer Merge Plugin: Check to see if a new version of the Composer Merge Plugin has been released that addresses this issue. You can do this by running the following command: composer require wikimedia/composer-merge-plugin. If a new version is available, updating to it may solve the issue.
Modify the version constraint of the dependency: If the problem is caused by a package dependency with a different version constraint than what is specified in the root composer.json file, you can modify the version constraint to match what is specified in the root composer.json file. To do this, update the version constraint in the dependency's composer.json file or in the require section of the root composer.json file.
Manually merge the composer.json files: If the above solutions do not work, you can try manually merging the composer.json files instead of using the Composer Merge Plugin. To do this, copy the contents of all the composer.json files into a single composer.json file and remove any duplicate entries. Make sure to update the version constraints of any dependencies to match what is specified in the root composer.json file.
Use a different tool for merging composer.json files: If none of the above solutions work, you can try using a different tool for merging composer.json files, such as the composer-merge tool. This tool is designed to work with Composer and has built-in support for handling package dependencies with different version constraints.
Hello,
when I load in the plugin, during install/update comes the error in the image
I am using the latest Composer version and PHP8.1, macOS 13.2.
It worked then, on Windows and Linux, without problems.
The text was updated successfully, but these errors were encountered: