1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "6af3d2163a5c70028dd91fd6716df630",
8 "packages": [],
9 "packages-dev": [
10 {
11 "name": "nette/tester",
12 "version": "v2.5.2",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/nette/tester.git",
16 "reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/nette/tester/zipball/328d7b64579cdbc82e0e01d92ea9c58b9cf0a327",
21 "reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=8.0 <8.4"
26 },
27 "require-dev": {
28 "ext-simplexml": "*",
29 "phpstan/phpstan": "^1.0"
30 },
31 "bin": [
32 "src/tester"
33 ],
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "2.5-dev"
38 }
39 },
40 "autoload": {
41 "classmap": [
42 "src/"
43 ]
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "BSD-3-Clause",
48 "GPL-2.0-only",
49 "GPL-3.0-only"
50 ],
51 "authors": [
52 {
53 "name": "David Grudl",
54 "homepage": "https://davidgrudl.com"
55 },
56 {
57 "name": "Miloslav Hůla",
58 "homepage": "https://github.com/milo"
59 },
60 {
61 "name": "Nette Community",
62 "homepage": "https://nette.org/contributors"
63 }
64 ],
65 "description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏",
66 "homepage": "https://tester.nette.org",
67 "keywords": [
68 "Xdebug",
69 "assertions",
70 "clover",
71 "code coverage",
72 "nette",
73 "pcov",
74 "phpdbg",
75 "phpunit",
76 "testing",
77 "unit"
78 ],
79 "support": {
80 "issues": "https://github.com/nette/tester/issues",
81 "source": "https://github.com/nette/tester/tree/v2.5.2"
82 },
83 "time": "2024-01-08T11:41:26+00:00"
84 },
85 {
86 "name": "php-parallel-lint/php-console-color",
87 "version": "v1.0.1",
88 "source": {
89 "type": "git",
90 "url": "https://github.com/php-parallel-lint/PHP-Console-Color.git",
91 "reference": "7adfefd530aa2d7570ba87100a99e2483a543b88"
92 },
93 "dist": {
94 "type": "zip",
95 "url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/7adfefd530aa2d7570ba87100a99e2483a543b88",
96 "reference": "7adfefd530aa2d7570ba87100a99e2483a543b88",
97 "shasum": ""
98 },
99 "require": {
100 "php": ">=5.3.2"
101 },
102 "replace": {
103 "jakub-onderka/php-console-color": "*"
104 },
105 "require-dev": {
106 "php-parallel-lint/php-code-style": "^2.0",
107 "php-parallel-lint/php-parallel-lint": "^1.0",
108 "php-parallel-lint/php-var-dump-check": "0.*",
109 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
110 },
111 "type": "library",
112 "autoload": {
113 "psr-4": {
114 "PHP_Parallel_Lint\\PhpConsoleColor\\": "src/"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "BSD-2-Clause"
120 ],
121 "authors": [
122 {
123 "name": "Jakub Onderka",
124 "email": "jakub.onderka@gmail.com"
125 }
126 ],
127 "description": "Simple library for creating colored console ouput.",
128 "support": {
129 "issues": "https://github.com/php-parallel-lint/PHP-Console-Color/issues",
130 "source": "https://github.com/php-parallel-lint/PHP-Console-Color/tree/v1.0.1"
131 },
132 "time": "2021-12-25T06:49:29+00:00"
133 },
134 {
135 "name": "php-parallel-lint/php-console-highlighter",
136 "version": "v1.0.0",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
140 "reference": "5b4803384d3303cf8e84141039ef56c8a123138d"
141 },
142 "dist": {
143 "type": "zip",
144 "url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/5b4803384d3303cf8e84141039ef56c8a123138d",
145 "reference": "5b4803384d3303cf8e84141039ef56c8a123138d",
146 "shasum": ""
147 },
148 "require": {
149 "ext-tokenizer": "*",
150 "php": ">=5.3.2",
151 "php-parallel-lint/php-console-color": "^1.0.1"
152 },
153 "replace": {
154 "jakub-onderka/php-console-highlighter": "*"
155 },
156 "require-dev": {
157 "php-parallel-lint/php-code-style": "^2.0",
158 "php-parallel-lint/php-parallel-lint": "^1.0",
159 "php-parallel-lint/php-var-dump-check": "0.*",
160 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
161 },
162 "type": "library",
163 "autoload": {
164 "psr-4": {
165 "PHP_Parallel_Lint\\PhpConsoleHighlighter\\": "src/"
166 }
167 },
168 "notification-url": "https://packagist.org/downloads/",
169 "license": [
170 "MIT"
171 ],
172 "authors": [
173 {
174 "name": "Jakub Onderka",
175 "email": "acci@acci.cz",
176 "homepage": "http://www.acci.cz/"
177 }
178 ],
179 "description": "Highlight PHP code in terminal",
180 "support": {
181 "issues": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues",
182 "source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/v1.0.0"
183 },
184 "time": "2022-02-18T08:23:19+00:00"
185 },
186 {
187 "name": "squizlabs/php_codesniffer",
188 "version": "3.10.1",
189 "source": {
190 "type": "git",
191 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
192 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
193 },
194 "dist": {
195 "type": "zip",
196 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
197 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
198 "shasum": ""
199 },
200 "require": {
201 "ext-simplexml": "*",
202 "ext-tokenizer": "*",
203 "ext-xmlwriter": "*",
204 "php": ">=5.4.0"
205 },
206 "require-dev": {
207 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
208 },
209 "bin": [
210 "bin/phpcbf",
211 "bin/phpcs"
212 ],
213 "type": "library",
214 "extra": {
215 "branch-alias": {
216 "dev-master": "3.x-dev"
217 }
218 },
219 "notification-url": "https://packagist.org/downloads/",
220 "license": [
221 "BSD-3-Clause"
222 ],
223 "authors": [
224 {
225 "name": "Greg Sherwood",
226 "role": "Former lead"
227 },
228 {
229 "name": "Juliette Reinders Folmer",
230 "role": "Current lead"
231 },
232 {
233 "name": "Contributors",
234 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
235 }
236 ],
237 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
238 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
239 "keywords": [
240 "phpcs",
241 "standards",
242 "static analysis"
243 ],
244 "support": {
245 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
246 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
247 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
248 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
249 },
250 "funding": [
251 {
252 "url": "https://github.com/PHPCSStandards",
253 "type": "github"
254 },
255 {
256 "url": "https://github.com/jrfnl",
257 "type": "github"
258 },
259 {
260 "url": "https://opencollective.com/php_codesniffer",
261 "type": "open_collective"
262 }
263 ],
264 "time": "2024-05-22T21:24:41+00:00"
265 }
266 ],
267 "aliases": [],
268 "minimum-stability": "stable",
269 "stability-flags": [],
270 "prefer-stable": false,
271 "prefer-lowest": false,
272 "platform": {
273 "php": ">=5.3.0",
274 "ext-json": "*"
275 },
276 "platform-dev": [],
277 "plugin-api-version": "2.6.0"
278}