Skip to content

Commit

Permalink
Merge pull request #7088 from Majkl578/dev/drop-pdo-dependency
Browse files Browse the repository at this point in the history
Drop explicit PDO dependency
  • Loading branch information
Ocramius authored Feb 25, 2018
2 parents d952c12 + e6fa862 commit a0e414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"require": {
"php": "^7.2",
"ext-pdo": "*",
"doctrine/annotations": "~1.5",
"doctrine/cache": "~1.6",
"doctrine/collections": "^1.4",
Expand All @@ -29,6 +28,7 @@
"symfony/console": "~3.2|~4.0"
},
"require-dev": {
"ext-pdo": "*",
"doctrine/coding-standard": "^3.0",
"phpunit/phpunit": "^7.0"
},
Expand Down

0 comments on commit a0e414b

Please sign in to comment.