forked from NasExt/DependentSelectBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 910 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
38
39
40
41
{
"name": "jakercz/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": "aleswita+github@gmail.com"
},
{
"name": "Dominik Korčák",
"email": "studio@jakercz-studios.eu"
}
],
"require": {
"php": ">=7.1",
"nette/application": "^2.4 || ^3.0.0",
"nette/forms": "^3.1.0",
"nette/utils": "^2.4 || ^3.0.0 || ^4.0.0"
},
"require-dev": {
"nette/di": "^2.4.6 || ^3.0.0",
"nette/robot-loader": "^2.4 || ^3.0.0 || ^4.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/"]
}
}