For PHP 7.1 for Composer

If local PHP is 7.2, we still want to download dependencies compatible with PHP 7.1
This commit is contained in:
Adrien Loison 2018-12-03 16:45:19 +01:00
parent 6c8344c025
commit ee998f7173

View File

@ -33,6 +33,10 @@
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"config": {
"platform": {
"php": "7.1"
}
}
}