forked from crazy-max/CwsMailBounceHandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
109 lines (109 loc) · 3.55 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
{
"_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": "5cd235c65986f74690ea5f3be03ed651",
"packages": [
{
"name": "crazy-max/cws-debug",
"version": "1.11",
"source": {
"type": "git",
"url": "https://github.com/crazy-max/CwsDebug.git",
"reference": "cfccbb4f57a4e76e0f5609f3d1c91114600486d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/crazy-max/CwsDebug/zipball/cfccbb4f57a4e76e0f5609f3d1c91114600486d3",
"reference": "cfccbb4f57a4e76e0f5609f3d1c91114600486d3",
"shasum": ""
},
"require": {
"crazy-max/cws-dump": "~1.9",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Cws": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CrazyMax",
"homepage": "https://github.com/crazy-max"
}
],
"description": "PHP class to output additional messages for debug.",
"homepage": "https://github.com/crazy-max/CwsDebug",
"keywords": [
"debug",
"log",
"print"
],
"time": "2018-01-04T14:50:39+00:00"
},
{
"name": "crazy-max/cws-dump",
"version": "1.9",
"source": {
"type": "git",
"url": "https://github.com/crazy-max/CwsDump.git",
"reference": "41e34c6aeafc9430cf3d3e40f014124b9c764a91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/crazy-max/CwsDump/zipball/41e34c6aeafc9430cf3d3e40f014124b9c764a91",
"reference": "41e34c6aeafc9430cf3d3e40f014124b9c764a91",
"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": [
"MIT"
],
"authors": [
{
"name": "CrazyMax",
"homepage": "https://github.com/crazy-max"
}
],
"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": "2018-01-04T14:42:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": []
}