-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "orca-services/cakephp-data-validation-testing",
"description": "A plugin to simplify CakePHP data validation testing",
"type": "cakephp-plugin",
"keywords":[
"cakephp",
"plugin",
"validation",
"data",
"testing",
"valid",
"model",
"unit",
"test"
],
"homepage": "https://github.com/orca-services/cakephp-data-validation-testing",
"license": "MIT",
"authors": [
{
"name": "Marc Würth",
"homepage": "https://github.com/ravage84/",
"email": "[email protected]",
"role": "Lead developer"
},
{
"name": "Livia Scapin",
"homepage": "https://github.com/liviascapin",
"role": "Developer"
},
{
"name": "Other contributors",
"homepage": "https://github.com/orca-services/cakephp-data-validation-testing/graphs/contributors",
"role": "Contributors"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/orca-services/cakephp-data-validation-testing",
"issues": "https://github.com/orca-services/cakephp-data-validation-testing/issues"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"extra": {
"installer-name": "DataValidationTesting"
}
}