This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
PrivateBin
Watch
1
Star
0
Fork
0
You've already forked PrivateBin
mirror of
https://github.com/PrivateBin/PrivateBin.git
synced
2024-03-22 13:10:41 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
0e217a42c5
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 23:01:26 +08:00
{
"require-dev"
:
{
try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
2016-07-05 23:33:55 +08:00
"phpunit/phpunit"
:
"4.8.*"
,
adding support for automatic code coverage generation into codacy
2016-07-05 23:01:26 +08:00
"codacy/coverage"
:
"dev-master"
}
}
Reference in New Issue
Copy Permalink