Skip to content

Commit

Permalink
Merge pull request #2709 from doctrine/fix/#808-DBAL-1156-DBAL-1157-a…
Browse files Browse the repository at this point in the history
…dd-pdo-as-hard-dependency

Adding PDO as hard dependency as per discussion in #808
  • Loading branch information
lcobucci committed May 3, 2017
2 parents 232d585 + 36df682 commit 3632e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"require": {
"php": "^7.0",
"ext-pdo": "*",
"doctrine/common": "^2.7.1"
},
"require-dev": {
Expand Down

0 comments on commit 3632e03

Please sign in to comment.