forked from NasExt/DependentSelectBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 816 Bytes
/
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
{
"name": "nasext/dependent-select-box",
"type": "library",
"description": "Dependent Select Box for Nette Framework.",
"keywords": ["nette", "nasext", "DependentSelectBox"],
"license": ["MIT"],
"authors": [
{
"name": "Dusan Hudak"
},
{
"name": "Jáchym Toušek"
},
{
"name": "Ales Wita",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1",
"nette/application": "^2.4 || ^3.0.0",
"nette/forms": "^2.4 || ^3.0.0",
"nette/utils": "^2.4 || ^3.0.0"
},
"require-dev": {
"nette/di": "^2.4.6 || ^3.0.0",
"nette/robot-loader": "^2.4 || ^3.0.0",
"nette/bootstrap": "^2.4 || ^3.0.0",
"nette/http": "^2.4 || ^3.0.0",
"tracy/tracy": "^2.4 || ^3.0.0",
"nette/tester": "^2.0",
"latte/latte": "^2.4 || ^3.0.0"
},
"autoload": {
"classmap": ["src/"]
}
}