forked from Kdyby/FormsReplicator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 797 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 797 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
{
"abandoned": "contributte/forms-multiplier",
"name": "webwings/forms-replicator",
"type": "library",
"description": "Nette forms container replicator aka addDynamic, based on kdyby/form-replicator",
"keywords": ["nette", "kdyby", "forms", "replicator", "addDynamic"],
"homepage": "https://webwings.cz",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "Filip Procházka",
"homepage": "http://filip-prochazka.com",
"email": "filip@prochazka.su"
},
{
"name": "Webwings",
"homepage": "https://webwings.cz",
"email": "info@webwings.eu"
}
],
"require": {
"php": ">= 7.1",
"nette/forms": "^2.4",
"nette/utils": "^2.4"
},
"suggest": {
"nette/di": "^2.4"
},
"autoload": {
"classmap": ["/src"]
}
}