-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.lock
124 lines (124 loc) · 3.9 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
{
"_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": "a3d5d39011b53ac016b8669c908d52ad",
"content-hash": "e4b0482e94f6b95c4c535319e7c49818",
"packages": [
{
"name": "psr/log",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e",
"reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-01-06 21:40:42"
}
],
"packages-dev": [
{
"name": "leeoniya/dump-r",
"version": "2.1",
"source": {
"type": "git",
"url": "https://github.com/leeoniya/dump_r.php.git",
"reference": "f6d3694f4ddd7dc08d7b3900875116eaf600034d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leeoniya/dump_r.php/zipball/f6d3694f4ddd7dc08d7b3900875116eaf600034d",
"reference": "f6d3694f4ddd7dc08d7b3900875116eaf600034d",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"suggest": {
"jdorn/sql-formatter": "Pretty-print dumped SQL strings"
},
"type": "library",
"autoload": {
"files": [
"dump_r.php"
],
"psr-4": {
"dump_r\\": "src/dump_r"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Leon Sorokin",
"email": "[email protected]",
"homepage": "https://github.com/leeoniya",
"role": "Developer"
}
],
"description": "a cleaner, leaner mix of print_r() and var_dump()",
"homepage": "https://github.com/leeoniya/dump_r.php",
"keywords": [
"debug",
"dump",
"pretty",
"print",
"print_r",
"var_dump"
],
"time": "2015-09-04 22:05:16"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": {
"php": ">=5.3.0"
}
}