summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-02 10:09:34 +1000
committerGitHub <[email protected]>2018-01-02 10:09:34 +1000
commit869514b527f826f68e078eb8a8160d7e7cac6e4a (patch)
tree413f3a97c273ca2f36140ad8524616985cc24174
parent8753a698b1baaa8b17e348ac153a426fc672f89e (diff)
parent60e6f6f5bb408bb9c2dd127f7234886ae93fbb59 (diff)
Merge pull request #328 from qyanu-pull-requests/master
add missing require-dev for SQLite
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 43ff219..669cf88 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,8 @@
"test": "phpunit"
},
"require-dev": {
- "phpunit/phpunit": "^4.8"
+ "phpunit/phpunit": "^4.8",
+ "ext-pdo_sqlite": "*"
},
"license": [
"BSD-2-Clause",