-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.lock
More file actions
122 lines (122 loc) · 4.18 KB
/
composer.lock
File metadata and controls
122 lines (122 loc) · 4.18 KB
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
{
"_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": "7da4f41194876dc8f70224f56782fb11",
"packages": [
{
"name": "asimlqt/php-google-spreadsheet-client",
"version": "2.2.4",
"source": {
"type": "git",
"url": "https://github.com/asimlqt/php-google-spreadsheet-client.git",
"reference": "a5ef0a9a639ab38ee52f2fa9d0af845bb4a6b937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asimlqt/php-google-spreadsheet-client/zipball/a5ef0a9a639ab38ee52f2fa9d0af845bb4a6b937",
"reference": "a5ef0a9a639ab38ee52f2fa9d0af845bb4a6b937",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\": "src/Google"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Asim Liaquat",
"email": "asimlqt22@gmail.com",
"role": "Developer"
},
{
"name": "Martin Czygan",
"email": "martin.czygan@gmail.com",
"homepage": "http://twitter.com/cvvfj",
"role": "Packager"
}
],
"description": "Google Spreadsheet PHP Client",
"homepage": "https://github.com/asimlqt/php-google-spreadsheet-client",
"keywords": [
"google",
"spreadsheet"
],
"time": "2014-12-02 14:08:20"
},
{
"name": "klein/klein",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/chriso/klein.php.git",
"reference": "5dc073f05adb67ee09680545b4cc7b0590d2559e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/chriso/klein.php/zipball/5dc073f05adb67ee09680545b4cc7b0590d2559e",
"reference": "5dc073f05adb67ee09680545b4cc7b0590d2559e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/php-code-coverage": "1.2.x",
"phpunit/phpunit": "3.7.x",
"squizlabs/php_codesniffer": "1.4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Klein\\": "src/Klein/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris O'Hara",
"email": "cohara87@gmail.com",
"homepage": "http://chris6f.com/",
"role": "Creator/Developer"
},
{
"name": "Trevor Suarez",
"email": "rican7@gmail.com",
"homepage": "http://about.me/tnsuarez",
"role": "Contributor/Developer"
}
],
"description": "A lightning fast router for PHP",
"homepage": "https://github.com/chriso/klein.php",
"keywords": [
"boilerplate",
"router",
"routing",
"sinatra"
],
"time": "2014-11-07 07:35:23"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}