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 committed by GitHub
parent e99c80b3ad
commit a5e424d909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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