Skip to content

Commit

Permalink
add extension requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Jan 31, 2017
1 parent 366a135 commit c2fec6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require": {
"php": ">=5.5",
"ext-pdo": "*",
"mindplay/unbox": "^2",
"psr/log": "^1"
},
Expand All @@ -24,5 +25,9 @@
"mindplay/benchpress": "dev-master",
"mockery/mockery": "~0.9.4",
"phpunit/php-code-coverage": ">=2, <4"
},
"suggest": {
"ext-pdo_pgsql": "for PostgreSQL support (duh.)",
"ext-pdo_mysql": "for MySQL support (hello, Captain Obvious.)"
}
}

0 comments on commit c2fec6e

Please sign in to comment.