From 4a9efcf82b357d91fcb040a8fd4f419227c14d0d Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Tue, 26 Jan 2016 09:54:19 +0100 Subject: [PATCH] Fix composer.json in the 1.14 branch. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc805567a..ae06acd59 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,9 @@ "whitehat101/apr1-md5": "~1.0" }, "require-dev": { + "ext-pdo_sqlite": "*", "phpunit/phpunit": "~3.7", - "satooshi/php-coveralls": "dev-master" + "satooshi/php-coveralls": "^1.0" }, "support": { "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", -- GitLab