-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 879 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"name": "wame/DynamicObject",
"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/wamesro/forms" }
],
"config": { "secure-http": false },
"require": {
"kdyby/forms-replicator": "1.2.x-dev",
"nextras/forms": "dev-dev-master",
"tomaj/nette-bootstrap-form": "1.2.0"
},
"softRequire": {
"wame/AdminModule": ">=0.0.1",
"wame/ComponentModule": ">=0.0.1",
"wame/Core": ">=0.0.1"
},
"autoload": {
"classmap": [
"."
]
},
"type": "wame-module"
}