-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.lock
62 lines (60 loc) · 1.69 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
{
"hash": "ec6122536d2fd287fbfed1e23ebb8601",
"packages": [
{
"name": "twig/twig",
"version": "v1.12.1",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",
"reference": "v1.12.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Twig/archive/v1.12.1.zip",
"reference": "v1.12.1",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2013-01-15 20:03:52",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Armin Ronacher",
"email": "[email protected]"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}