-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
93 lines (88 loc) · 2.73 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "c338cba0ce9ce704c27e92d979a1523b",
"packages": [
{
"name": "nette/nette",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/nette/nette.git",
"reference": "e5af13a9d662972e9e34272771e52b832629bb91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/nette/zipball/e5af13a9d662972e9e34272771e52b832629bb91",
"reference": "e5af13a9d662972e9e34272771e52b832629bb91",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-tokenizer": "*",
"php": ">=5.3.1"
},
"require-dev": {
"nette/tester": "~0.9.5"
},
"suggest": {
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-pdo": "*"
},
"type": "library",
"autoload": {
"classmap": [
"Nette/"
],
"files": [
"Nette/common/shortcuts.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"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": [
"Forms",
"database",
"debugging",
"framework",
"mailing",
"mvc",
"templating"
],
"time": "2013-12-31 00:08:21"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": [
],
"prefer-stable": false,
"platform": [
],
"platform-dev": [
]
}