-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
113 lines (113 loc) · 2.9 KB
/
Copy pathcomposer.json
File metadata and controls
113 lines (113 loc) · 2.9 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "elixir/elixir-validator",
"description": "Component validator",
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"keywords": [
"elixir",
"validator"
],
"homepage": "https://github.com/cedtanghe/elixir-validator",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-cache"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-classloader"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-config"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-config"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-db"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-di"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-dispatcher"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-filter"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-form"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-helper"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-http"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-i18n"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-kernel"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-mail"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-routing"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-security"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-session"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-stdlib"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-validator"
},
{
"type": "vcs",
"url": "https://github.com/cedtanghe/elixir-view"
}
],
"require": {
"php": ">=5.6",
"elixir/elixir-stdlib": "*"
},
"require-dev": {
"phpunit/PHPUnit": "~4.0"
},
"autoload": {
"psr-4": {
"Elixir\\Validator\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Elixir\\Test\\Validator\\": "tests/"
}
},
"suggest": {
"elixir/elixir-di": "If you use ValidatorManager"
}
}