forked from ipublikuj-archive/form-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (37 loc) · 993 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
42
{
"name" : "ipub/form-datetime",
"type" : "library",
"description" : "Forms control for adding date, date&time and time fields for Nette Framework",
"keywords" : ["nette", "form", "date", "datepicker", "time", "timepicker", "ipub", "framework", "tools"],
"homepage" : "https://github.com/iPublikuj/form-datetime",
"license" : ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name" : "iPublikuj:cms",
"email" : "info@ipublikuj.eu",
"homepage" : "http://www.ipublikuj.eu/"
}
],
"support":{
"email" :"support@ipublikuj.eu",
"issues" :"https://github.com/iPublikuj/form-datetime/issues"
},
"require": {
"php" : ">=5.4.0",
"nette/application" : "~2.2",
"nette/di" : "~2.2",
"nette/forms" : "~2.2",
"nette/utils" : "~2.2",
"latte/latte" : "~2.2"
},
"require-dev": {
"nette/tester" : "@dev",
"tracy/tracy" : "~2.2",
"janmarek/mockista" : "@dev"
},
"autoload": {
"psr-0": {
"IPub\\FormDateTime\\": "src/"
}
}
}