UNPKG
grunt-phpunit
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Grunt plugin for running phpunit.
github.com/SaschaGalley/grunt-phpunit
SaschaGalley/grunt-phpunit
grunt-phpunit
/
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.*"
} }