-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
57 lines (55 loc) · 1.56 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
{
"hash": "f13daff9b41b44c6c6614d20e7da4dd9",
"packages": [
{
"name": "davewid/peyote",
"version": "0.6.0",
"source": {
"type": "git",
"url": "https://github.com/daveWid/Peyote",
"reference": "0.6.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/daveWid/Peyote/zipball/0.6.0",
"reference": "0.6.0",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"time": "2013-02-12 16:55:07",
"type": "library",
"autoload": {
"psr-0": {
"Peyote": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dave Widmer",
"email": "[email protected]",
"homepage": "http://www.davewidmer.net",
"role": "Developer"
}
],
"description": "A database query builder for PHP 5.3+",
"homepage": "https://github.com/daveWid/Peyote",
"keywords": [
"database",
"mysql",
"query builder"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}