-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
112 lines (112 loc) · 3.57 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "237c109b149c7c9487266dd2996b21c3",
"packages": [
{
"name": "aura/sqlquery",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.SqlQuery.git",
"reference": "dd81b57aeb43628180a9c70a4df58d872024d7f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.SqlQuery/zipball/dd81b57aeb43628180a9c70a4df58d872024d7f2",
"reference": "dd81b57aeb43628180a9c70a4df58d872024d7f2",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"suggest": {
"aura/sql": "Provides an extension to the native PDO along with a profiler and connection locator. Use version 2.*."
},
"type": "library",
"extra": {
"aura": {
"type": "library"
}
},
"autoload": {
"psr-4": {
"Aura\\SqlQuery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Aura.SqlQuery Contributors",
"homepage": "https://github.com/auraphp/Aura.SqlQuery/contributors"
}
],
"description": "Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.",
"homepage": "https://github.com/auraphp/Aura.SqlQuery",
"keywords": [
"database",
"db",
"delete",
"dml",
"insert",
"mysql",
"pdo",
"pgsql",
"postgres",
"postgresql",
"query",
"select",
"sql",
"sql server",
"sqlite",
"sqlserver",
"update"
],
"time": "2016-10-03T20:34:56+00:00"
},
{
"name": "topotru/pheeltrator",
"version": "dev-next",
"source": {
"type": "git",
"url": "https://github.com/topotru/pheeltrator",
"reference": "ecbc12b0d2141050f013e846f6153e9c3b369157"
},
"type": "library",
"autoload": {
"psr-4": {
"TopoTrue\\Pheeltrator\\": "src/Pheeltrator/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "topot",
"email": "topotru@gmail.com"
}
],
"description": "pheeltrator",
"time": "2017-09-15T15:11:01+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"topotru/pheeltrator": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.1.0"
},
"platform-dev": []
}