Skip to content

Commit

Permalink
Adding PDO as hard dependency as per discussion in #808
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed May 3, 2017
1 parent 232d585 commit 36df682
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 36df682

Please sign in to comment.