-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
44 lines (44 loc) · 1.2 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
{
"name": "ravage84/cakephp-multi-column-uniqueness",
"description": "A CakePHP Plugin for Validating Composite Unique Indices",
"keywords":[
"cakephp",
"plugin",
"data validation",
"multi column uniqueness",
"multi column",
"unique"
],
"type": "cakephp-plugin",
"homepage": "https://github.com/ravage84/cakephp-multi-column-uniqueness",
"license": "MIT",
"authors": [
{
"name": "Marc Würth",
"homepage": "https://github.com/ravage84/",
"email": "[email protected]",
"role": "Lead developer"
},
{
"name": "Other contributors",
"homepage": "https://github.com/ravage84/cakephp-multi-column-uniqueness/graphs/contributors",
"role": "Contributors"
}
],
"support": {
"source": "https://github.com/ravage84/cakephp-multi-column-uniqueness",
"issues": "https://github.com/ravage84/cakephp-multi-column-uniqueness/issues"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^3.7.38",
"cakephp/cakephp-codesniffer": "^1.0.0",
"satooshi/php-coveralls": "^1.0"
},
"extra": {
"installer-name": "MultiColumnUniqueness"
}
}