Specify the platform configuration in composer.json

parent 54fb5e08
......@@ -48,6 +48,9 @@
},
"bin": ["bin/doctrine-dbal"],
"config": {
"platform": {
"php": "7.2.0"
},
"sort-packages": true
},
"autoload": {
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "120172ae44052999ec9a50b1121414cc",
"content-hash": "5917f568d73e1f502700514d88d00b8c",
"packages": [
{
"name": "doctrine/cache",
......@@ -3129,8 +3129,10 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2",
"ext-pdo": "*"
"php": "^7.2"
},
"platform-dev": []
"platform-dev": [],
"platform-overrides": {
"php": "7.2.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment