-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
138 lines (138 loc) · 4.84 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a0d36dff49c4ed4b1982ab486a71190e",
"packages": [
{
"name": "bvanhoekelen/performance",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/bvanhoekelen/performance.git",
"reference": "597003c45bda39af79e8fc767eaabb6aa3784408"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bvanhoekelen/performance/zipball/597003c45bda39af79e8fc767eaabb6aa3784408",
"reference": "597003c45bda39af79e8fc767eaabb6aa3784408",
"shasum": ""
},
"require": {
"bvanhoekelen/terminal-style": "^1.0",
"php": ">=5.6.0"
},
"require-dev": {
"illuminate/database": "^5.4",
"illuminate/events": "^5.4",
"larapack/dd": "1.*",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Performance\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "B. van Hoekelen",
"homepage": "https://github.com/bvanhoekelen/performance"
}
],
"description": "PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.",
"keywords": [
"analyser",
"command line",
"compressor",
"database",
"database query log",
"export",
"laravel",
"memory",
"performance",
"performance tool",
"php",
"php performance analyser",
"php performance tool",
"php-performance",
"query",
"query analyser",
"query log",
"terminal",
"time",
"web"
],
"time": "2019-03-31T14:41:23+00:00"
},
{
"name": "bvanhoekelen/terminal-style",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/bvanhoekelen/terminal-style.git",
"reference": "e851be5b3c46f884be1096f9e01d3d5e90742194"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bvanhoekelen/terminal-style/zipball/e851be5b3c46f884be1096f9e01d3d5e90742194",
"reference": "e851be5b3c46f884be1096f9e01d3d5e90742194",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"larapack/dd": "1.*",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"files": [
"src/terminal-style.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "B. van Hoekelen",
"homepage": "https://github.com/bvanhoekelen/terminal-style"
}
],
"description": "Return your terminal message in style! Change the text style, text color and text background color form the terminal interface with ANSI color codes. The terminal style tool support Laravel and Composer.",
"keywords": [
"8-bits background color",
"ANSI color codes",
"ansi",
"bash",
"colors",
"command line",
"command line colors",
"command line style",
"php",
"php terminal colors",
"php terminal style",
"terminal",
"terminal colors"
],
"time": "2018-02-19T20:46:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}