-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.lock
167 lines (163 loc) · 5.34 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"_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": "3f38bedd7ef11188005881853e8e5301",
"packages": [
{
"name": "jasny/db-mysql",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/jasny/DB-MySQL.git",
"reference": "14a36fe90754343204d6e9c2f1351f8d51f0f05f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasny/DB-MySQL/zipball/14a36fe90754343204d6e9c2f1351f8d51f0f05f",
"reference": "14a36fe90754343204d6e9c2f1351f8d51f0f05f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"jasny/config": "Configure your DB and make it work out of the box",
"jasny/dbquery-mysql": "Supports building, parsing and modifying MySQL queries"
},
"type": "library",
"autoload": {
"psr-0": {
"Jasny\\MySQL\\DB": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net",
"homepage": "http://www.jasny.net"
}
],
"description": "A simple DB layer in PHP for using MySQL",
"homepage": "http://jasny.github.com/DB-MySQL",
"keywords": [
"database",
"db",
"mysql"
],
"time": "2013-01-09 00:39:22"
},
{
"name": "jdorn/sql-formatter",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jdorn/sql-formatter.git",
"reference": "38058f6fc48b05bb7a18946e773f9916942dfecd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/38058f6fc48b05bb7a18946e773f9916942dfecd",
"reference": "38058f6fc48b05bb7a18946e773f9916942dfecd",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2014-01-23 04:54:58"
},
{
"name": "league/plates",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
"reference": "d73a08f8094e7d2aac0018ec1c2200ba2ac07a6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/plates/zipball/d73a08f8094e7d2aac0018ec1c2200ba2ac07a6e",
"reference": "d73a08f8094e7d2aac0018ec1c2200ba2ac07a6e",
"shasum": ""
},
"require-dev": {
"mikey179/vfsstream": "v1.2.0",
"mockery/mockery": "dev-master@dev",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that’s fast, easy to use and easy to extend.",
"homepage": "http://platesphp.com",
"keywords": [
"league",
"package",
"templating"
],
"time": "2014-01-31 23:43:18"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"jdorn/sql-formatter": 20
},
"platform": [
],
"platform-dev": [
]
}