-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.06 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "wame/UserModule",
"version": "0.0.2",
"description": "",
"homepage": "https://wameis.org",
"minimum-stability": "dev",
"authors": [
{
"name": "WAME s.r.o.",
"homepage": "http://wame.sk"
}
],
"repositories": [
{ "type": "composer", "url": "http://packages.wame.sk" },
{ "type": "vcs", "url": "https://github.com/matej21/nette-identity-doctrine" }
],
"config": { "secure-http": false },
"require": {
"majkl578/nette-identity-doctrine": "dev-fix/proxy",
"wame/AutocompleteFormControl": ">=0.0.1",
"wame/LocationModule": ">=0.0.1",
"wame/DynamicObject": ">=0.0.1",
"wame/DataGridControl": ">=0.0.1",
"wame/PermissionModule": ">=0.0.1",
"wame/ChameleonComponents": ">=0.0.1"
},
"softRequire": {
"wame/AdminModule": ">=0.0.1",
"wame/MenuModule": ">=0.0.1",
"wame/RouterModule": ">=0.0.1"
},
"autoload": {
"classmap": [
"."
]
},
"type": "wame-module"
}