From: ArthurHoaro Date: Sat, 5 Aug 2017 08:59:39 +0000 (+0200) Subject: Fix PHP version configuration in composer.json X-Git-Tag: v0.9.1~1^2~7^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8911863019870a9827a278244ff85a943016d50d;hp=8911863019870a9827a278244ff85a943016d50d;p=github%2Fshaarli%2FShaarli.git Fix PHP version configuration in composer.json Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1. ---