Commit 36df6828 authored by Marco Pivetta's avatar Marco Pivetta

Adding PDO as hard dependency as per discussion in #808

parent 232d5852
......@@ -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