forked from crazy-max/CwsMailBounceHandler
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
110 lines (110 loc) · 3.59 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
{
"_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": "f7ab0b099008781e6c31fc2e6e13af61",
"content-hash": "a1bdec3f6343ae86c8542d47bb091d76",
"packages": [
{
"name": "crazy-max/cws-debug",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/crazy-max/CwsDebug.git",
"reference": "edbcd917a441fbf4a824d5d3f8df6b791bfb01bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/crazy-max/CwsDebug/zipball/edbcd917a441fbf4a824d5d3f8df6b791bfb01bb",
"reference": "edbcd917a441fbf4a824d5d3f8df6b791bfb01bb",
"shasum": ""
},
"require": {
"crazy-max/cws-dump": ">=1.5",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Cws": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "crazy-max",
"homepage": "http://www.crazyws.fr/"
}
],
"description": "PHP class to output additional messages for debug.",
"homepage": "https://github.com/crazy-max/CwsDebug",
"keywords": [
"debug",
"log",
"print"
],
"time": "2016-08-22 08:00:02"
},
{
"name": "crazy-max/cws-dump",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/crazy-max/CwsDump.git",
"reference": "b73f3925cf73a2f073e23c5f863f2940a2e12f18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/crazy-max/CwsDump/zipball/b73f3925cf73a2f073e23c5f863f2940a2e12f18",
"reference": "b73f3925cf73a2f073e23c5f863f2940a2e12f18",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Cws": "lib/"
},
"files": [
"lib/Cws/CwsDumpHelper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "crazy-max",
"homepage": "http://www.crazyws.fr/"
}
],
"description": "PHP class to replace var_dump(), print_r() based on the Xdebug style.",
"homepage": "https://github.com/crazy-max/CwsDump",
"keywords": [
"Xdebug",
"dump",
"print_r",
"var_dump"
],
"time": "2016-08-22 08:00:13"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.2"
},
"platform-dev": []
}