Added satooshi/php-coveralls to composer.json [ci skip]

This commit is contained in:
Alex Bilbie 2013-07-26 10:55:56 +01:00
parent 71b6f2c2bc
commit 5c21370691

View File

@ -8,7 +8,8 @@
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": ">=0.7.2"
"mockery/mockery": ">=0.7.2",
"satooshi/php-coveralls": "dev-master"
},
"repositories": [
{
@ -46,4 +47,4 @@
"zetacomponents/database": "A PDO implementation of the storage classes",
"doctrine/dbal": "A Doctrine/DBAL implementation of the storage classes"
}
}
}