Skip to content

Commit

Permalink
Move ext-pdo from requirements to suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hyde committed Jun 23, 2015
1 parent ebe22d4 commit 902dea2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"php": ">=5.3.0",
"ext-dom": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-pgsql": "*",
"ext-simplexml": "*",
"ext-spl": "*",
Expand All @@ -49,5 +48,8 @@
"phpunit/phpunit": "4.4.*",
"satooshi/php-coveralls": "dev-master"
},
"suggest": {
"ext-pdo": "Necessary to extract a schema from a MySQL database"
},
"bin": ["bin/dbsteward"]
}

0 comments on commit 902dea2

Please sign in to comment.