]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix PHP version configuration in composer.json 916/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 5 Aug 2017 08:59:39 +0000 (10:59 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 5 Aug 2017 08:59:39 +0000 (10:59 +0200)
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.


No differences found