From 5eaea9d2287232aa95dcebbebbfc7b87455a9b17 Mon Sep 17 00:00:00 2001
From: Brook Schofield <schofield@terena.org>
Date: Thu, 21 Jan 2016 10:49:13 +0100
Subject: [PATCH] use pdo_sqlite rather than sqlite3 extension

changed the extension on the request of @thijskh
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 4887c24ca..ae06acd59 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
         "whitehat101/apr1-md5": "~1.0"
     },
     "require-dev": {
-        "ext-sqlite3": "*",
+        "ext-pdo_sqlite": "*",
         "phpunit/phpunit": "~3.7",
         "satooshi/php-coveralls": "^1.0"
     },
-- 
GitLab