Commit 3632e03c authored by Luís Cobucci's avatar Luís Cobucci Committed by GitHub

Merge pull request #2709 from doctrine/fix/#808-DBAL-1156-DBAL-1157-add-pdo-as-hard-dependency

Adding PDO as hard dependency as per discussion in #808
parents 232d5852 36df6828
......@@ -13,6 +13,7 @@
],
"require": {
"php": "^7.0",
"ext-pdo": "*",
"doctrine/common": "^2.7.1"
},
"require-dev": {
......
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