Set php-coveralls dep to version 1.0 to fix build for PHP 5.3 and 5.4.
... | ... | @@ -29,7 +29,7 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~3.7", | ||
"satooshi/php-coveralls": "dev-master" | ||
"satooshi/php-coveralls": "^1.0" | ||
}, | ||
"support": { | ||
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues", | ||
... | ... |
Please register or sign in to comment