-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.lock
87 lines (84 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
{
"_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"
],
"hash": "0733d31a920f4f6880d2a7f9e57f3a3c",
"packages": [
{
"name": "abraham/twitteroauth",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/abraham/twitteroauth.git",
"reference": "master"
},
"dist": {
"type": "zip",
"url": "https://github.com/abraham/twitteroauth/zipball/master",
"reference": null,
"shasum": null
},
"type": "library",
"time": "2013-06-21 12:48:06"
},
{
"name": "smarty/smarty",
"version": "v3.1.14",
"source": {
"type": "svn",
"url": "http://smarty-php.googlecode.com/svn",
"reference": "/tags/v3.1.14/@4752"
},
"require": {
"php": ">=5.2"
},
"type": "library",
"autoload": {
"classmap": [
"distribution/libs/Smarty.class.php",
"distribution/libs/SmartyBC.class.php",
"distribution/libs/sysplugins/smarty_security.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Monte Ohrt",
"email": "[email protected]"
},
{
"name": "Uwe Tews",
"email": "[email protected]"
},
{
"name": "Rodney Rehm",
"email": "[email protected]"
}
],
"description": "Smarty - the compiling PHP template engine",
"homepage": "http://www.smarty.net",
"keywords": [
"templating"
],
"time": "2013-07-02 16:38:47"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"abraham/twitteroauth": 20
},
"platform": {
"php": ">=5.3.0",
"ext-sqlite3": "*"
},
"platform-dev": [
]
}