wikimedia / composer-merge-plugin

Merge one or more additional composer.json files at Composer runtime
MIT License
926 stars 160 forks source link

Can`t install #183

Closed semasping closed 4 years ago

semasping commented 4 years ago

Used in octobercms.

Problem 1

OR

Problem 1

bd808 commented 4 years ago

@semasping the error looks to be on your side and specifically that you are following dev-master and that the PHP version requirements there (>=7.2.0) are now greater than the apparent PHP version in your install environment (7.0.8).

Maybe try using https://github.com/wikimedia/composer-merge-plugin/releases/tag/v1.4.1 instead of dev-master?

semasping commented 4 years ago

7.0.8 it was written in composer.json. current php-cli version is 7.2.25

it does not matter. I will wait for an official revision from the octobercms

thx

semasping commented 4 years ago

Developers of the OctoberCMS lock version of the library on 1.4.1. https://github.com/octobercms/october/issues/5024