Skip to content

Commit

Permalink
Define PHP hard requirements on composer manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
npicado committed Nov 3, 2018
1 parent 23c8d1e commit 2659560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
],
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.4",
Expand Down

0 comments on commit 2659560

Please sign in to comment.