-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
123 lines (123 loc) · 4.17 KB
/
Copy pathcomposer.lock
File metadata and controls
123 lines (123 loc) · 4.17 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
123
{
"_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"
],
"hash": "dc4fb43176f5f5f9515d8bcafe4b4f04",
"content-hash": "ae77f421d72752ca1e98efb62a732e5e",
"packages": [
{
"name": "asticode/php-toolbox",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/asticode/php-toolbox.git",
"reference": "55f30ee22329c2df4fd452e07d0347f1913af62c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asticode/php-toolbox/zipball/55f30ee22329c2df4fd452e07d0347f1913af62c",
"reference": "55f30ee22329c2df4fd452e07d0347f1913af62c",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Asticode\\Toolbox\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Quentin RENARD",
"email": "contact@asticode.com",
"homepage": "http://asticode.com",
"role": "Developer"
}
],
"description": "Static methods to ease PHP developments",
"homepage": "https://github.com/asticode/php-toolbox",
"keywords": [
"Toolbox",
"array",
"php",
"shell",
"string"
],
"time": "2016-02-04 13:07:05"
},
{
"name": "aura/sql",
"version": "2.4.3",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.Sql.git",
"reference": "69ade8ae9920751da9a020eb78f5ed6ee4ac6a88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/69ade8ae9920751da9a020eb78f5ed6ee4ac6a88",
"reference": "69ade8ae9920751da9a020eb78f5ed6ee4ac6a88",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"aura": {
"type": "library"
}
},
"autoload": {
"psr-4": {
"Aura\\Sql\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Aura.Sql Contributors",
"homepage": "https://github.com/auraphp/Aura.Sql/contributors"
}
],
"description": "A PDO extension that provides lazy connections, array quoting, identifier quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.",
"homepage": "https://github.com/auraphp/Aura.Sql",
"keywords": [
"mysql",
"pdo",
"pgsql",
"postgres",
"postgresql",
"sql server",
"sqlite",
"sqlserver",
"sqlsrv"
],
"time": "2015-03-27 20:02:04"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}