composer installation of 2.1.x@dev is installing tag 2.1.0 and never 2.1 branch.
composer installation of 2.1.x-dev is installing 2.1 branch, but dependancy "pelago/emogrifier": "0.1.1" requires php 5.4 which is above silverstripe's php 5.3.3 requirement :(
Can you downgrade emogrifier to 0.1? This version is php 5.3 safe...
Alternatively, can this package be optional and only shown as suggested?
Hello,
composer installation of 2.1.x@dev is installing tag 2.1.0 and never 2.1 branch.
composer installation of 2.1.x-dev is installing 2.1 branch, but dependancy "pelago/emogrifier": "0.1.1" requires php 5.4 which is above silverstripe's php 5.3.3 requirement :(
Can you downgrade emogrifier to 0.1? This version is php 5.3 safe...
Alternatively, can this package be optional and only shown as suggested?
Thanks