Fix composer.json in the 1.14 branch.
... | @@ -28,8 +28,9 @@ | ... | @@ -28,8 +28,9 @@ |
"whitehat101/apr1-md5": "~1.0" | "whitehat101/apr1-md5": "~1.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"ext-pdo_sqlite": "*", | |||
"phpunit/phpunit": "~3.7", | "phpunit/phpunit": "~3.7", | ||
"satooshi/php-coveralls": "dev-master" | "satooshi/php-coveralls": "^1.0" | ||
}, | }, | ||
"support": { | "support": { | ||
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues", | "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", | ||
... | ... |
Please register or sign in to comment