Specify the platform configuration in composer.json

parent 54fb5e08
...@@ -48,6 +48,9 @@ ...@@ -48,6 +48,9 @@
}, },
"bin": ["bin/doctrine-dbal"], "bin": ["bin/doctrine-dbal"],
"config": { "config": {
"platform": {
"php": "7.2.0"
},
"sort-packages": true "sort-packages": true
}, },
"autoload": { "autoload": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "120172ae44052999ec9a50b1121414cc", "content-hash": "5917f568d73e1f502700514d88d00b8c",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -3129,8 +3129,10 @@ ...@@ -3129,8 +3129,10 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.2", "php": "^7.2"
"ext-pdo": "*"
}, },
"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