UNPKG
grunt-phpunit-dplus
Version:
latest (0.4.0)
0.4.0
Grunt plugin for running phpunit.
github.com/michbuett/grunt-phpunit
michbuett/grunt-phpunit
grunt-phpunit-dplus
/
composer.json
13 lines
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"grunt-phpunit"
,
"type"
:
"library"
,
"require"
: {
"php"
:
">=5.3.2"
,
"seld/jsonlint"
:
"1.*"
,
"symfony/console"
:
"~2.1
@dev
"
,
"symfony/finder"
:
"~2.1"
,
"symfony/process"
:
"~2.1
@dev
"
,
"phpunit/phpunit"
:
"~3.7.10"
,
"apix/autoloader"
:
"1.0.*"
} }