Z
Z
Zhaz2018-11-14 12:23:10
Composer
Zhaz, 2018-11-14 12:23:10

Is it possible to make composer install the correct version of my package depending on the version of php?

Good afternoon.
I have one package in composer for php7 version and for php5 version. Is it possible to make it so that the composer, when installing the package, determines what version of php the user has and, depending on this, installs the correct version of my package?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Иван Шумов, 2018-11-14
@Zhaz

Делайте отдельные релизы и при переводе на более новую версию php меняйте мажорную версию (особенно если вы ломаете обратную совместимость). В changelog указываете что поменяли, а в composer.json минимальную версию php для которой написан код. Таким образом для старых версий php новые релизы и мастер не установятся и люди сами выберут крайний релиз под из версию

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question