This repository has been archived by the owner on Jun 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
122 lines (121 loc) · 3.65 KB
/
composer.lock
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"hash": "cad9c942a4d28691856cb283ea89da6f",
"packages": [
{
"name": "nette/nette",
"version": "v2.0.6",
"source": {
"type": "git",
"url": "http://github.com/nette/nette",
"reference": "v2.0.6"
},
"dist": {
"type": "zip",
"url": "https://github.com/nette/nette/zipball/v2.0.6",
"reference": "v2.0.6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"nette/tester": "@dev"
},
"time": "2012-10-01 12:34:05",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"Nette/loader.php"
]
},
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
}
],
"description": "Nette Framework - innovative framework for fast and easy development of secured web applications in PHP. Write less, have cleaner code and your work will bring you joy.",
"homepage": "http://nette.org",
"keywords": [
"templating",
"framework",
"database",
"dbal",
"debugging",
"mvc",
"micro",
"Forms",
"latte",
"neon",
"mailing",
"images"
]
},
{
"name": "stekycz/nette-date-paginator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/stekycz/nette-date-paginator.git",
"reference": "1.1.0-beta"
},
"dist": {
"type": "zip",
"url": "https://github.com/stekycz/nette-date-paginator/archive/1.1.0-beta.zip",
"reference": "1.1.0-beta",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"nette/nette": "2.0.*"
},
"time": "1353198956",
"type": "nette-addon",
"installation-source": "source",
"autoload": {
"classmap": [
"DatePaginator/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Štekl",
"email": "martin.stekl@gmail.com"
}
],
"description": "DatePaginator - Nette Framework addon for easier paging by any period",
"homepage": "http://forum.nette.org/cs/11574-datepaginator-strankovani-po-dnech",
"keywords": [
"paginator",
"date",
"nette",
"period"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"stekycz/nette-date-paginator": 20
}
}