phingofficial / phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
https://www.phing.info
GNU Lesser General Public License v3.0
1.16k stars 319 forks source link

symfony/yaml dependency improvemnt #658

Closed urbantom closed 7 years ago

urbantom commented 7 years ago

Could you improve symfony/yaml dependency from ^3.1 to 2.8|^3.1?

Context: current phing/phing (2.16) package requires symfony/yaml ^3.1, but drupal/core 8.2.5 (complying the criteria ~8.0 defined in composer.json distributed with drupal-composer/drupal-project project) requires symfony/yaml ~2.8.

So how to build (but not crack) environment that provides drupal/core as well as phing/phing?

urbantom commented 7 years ago

Thx4help.