This website requires JavaScript.
Explore
Help
Register
Sign In
chalec
/
ctrlv-privatebin
Watch
6
Star
0
Fork
You've already forked ctrlv-privatebin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e217a42c5
ctrlv-privatebin
/
composer.json
7 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
adding support for automatic code coverage generation into codacy
2016-07-05 17:01:26 +02:00
{
"require-dev"
:
{
try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
2016-07-05 17:33:55 +02:00
"phpunit/phpunit"
:
"4.8.*"
,
adding support for automatic code coverage generation into codacy
2016-07-05 17:01:26 +02:00
"codacy/coverage"
:
"dev-master"
}
}