-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
87 lines (86 loc) · 2.51 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
{
"hash": "ef6e0bf04a1c5036af208b25bf7f8308",
"packages": [
{
"name": "nette/nette",
"version": "v2.0.8",
"source": {
"type": "git",
"url": "http://github.com/nette/nette",
"reference": "v2.0.8"
},
"dist": {
"type": "zip",
"url": "https://github.com/nette/nette/archive/v2.0.8.zip",
"reference": "v2.0.8",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-tokenizer": "*",
"php": ">=5.3.0"
},
"require-dev": {
"nette/tester": "@dev"
},
"suggest": {
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-memcache": "*",
"ext-pdo": "*"
},
"time": "2013-01-01 20:42:38",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"files": [
"Nette/loader.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",
"dbal",
"debugging",
"framework",
"images",
"latte",
"mailing",
"micro",
"mvc",
"neon",
"templating"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"nette/tester": 20
}
}