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": "3206d4d1ea1f6a327397745989fdf7f2", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "guzzlehttp/guzzle", |
||
11 | "version": "6.3.2", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/guzzle/guzzle.git", |
||
15 | "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", |
||
20 | "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "guzzlehttp/promises": "^1.0", |
||
25 | "guzzlehttp/psr7": "^1.4", |
||
26 | "php": ">=5.5" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "ext-curl": "*", |
||
30 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", |
||
31 | "psr/log": "^1.0" |
||
32 | }, |
||
33 | "suggest": { |
||
34 | "psr/log": "Required for using the Log middleware" |
||
35 | }, |
||
36 | "type": "library", |
||
37 | "extra": { |
||
38 | "branch-alias": { |
||
39 | "dev-master": "6.3-dev" |
||
40 | } |
||
41 | }, |
||
42 | "autoload": { |
||
43 | "files": [ |
||
44 | "src/functions_include.php" |
||
45 | ], |
||
46 | "psr-4": { |
||
47 | "GuzzleHttp\\": "src/" |
||
48 | } |
||
49 | }, |
||
50 | "notification-url": "https://packagist.org/downloads/", |
||
51 | "license": [ |
||
52 | "MIT" |
||
53 | ], |
||
54 | "authors": [ |
||
55 | { |
||
56 | "name": "Michael Dowling", |
||
57 | "email": "[email protected]", |
||
58 | "homepage": "https://github.com/mtdowling" |
||
59 | } |
||
60 | ], |
||
61 | "description": "Guzzle is a PHP HTTP client library", |
||
62 | "homepage": "http://guzzlephp.org/", |
||
63 | "keywords": [ |
||
64 | "client", |
||
65 | "curl", |
||
66 | "framework", |
||
67 | "http", |
||
68 | "http client", |
||
69 | "rest", |
||
70 | "web service" |
||
71 | ], |
||
72 | "time": "2018-03-26T16:33:04+00:00" |
||
73 | }, |
||
74 | { |
||
75 | "name": "guzzlehttp/promises", |
||
76 | "version": "v1.3.1", |
||
77 | "source": { |
||
78 | "type": "git", |
||
79 | "url": "https://github.com/guzzle/promises.git", |
||
80 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
81 | }, |
||
82 | "dist": { |
||
83 | "type": "zip", |
||
84 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
85 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
86 | "shasum": "" |
||
87 | }, |
||
88 | "require": { |
||
89 | "php": ">=5.5.0" |
||
90 | }, |
||
91 | "require-dev": { |
||
92 | "phpunit/phpunit": "^4.0" |
||
93 | }, |
||
94 | "type": "library", |
||
95 | "extra": { |
||
96 | "branch-alias": { |
||
97 | "dev-master": "1.4-dev" |
||
98 | } |
||
99 | }, |
||
100 | "autoload": { |
||
101 | "psr-4": { |
||
102 | "GuzzleHttp\\Promise\\": "src/" |
||
103 | }, |
||
104 | "files": [ |
||
105 | "src/functions_include.php" |
||
106 | ] |
||
107 | }, |
||
108 | "notification-url": "https://packagist.org/downloads/", |
||
109 | "license": [ |
||
110 | "MIT" |
||
111 | ], |
||
112 | "authors": [ |
||
113 | { |
||
114 | "name": "Michael Dowling", |
||
115 | "email": "[email protected]", |
||
116 | "homepage": "https://github.com/mtdowling" |
||
117 | } |
||
118 | ], |
||
119 | "description": "Guzzle promises library", |
||
120 | "keywords": [ |
||
121 | "promise" |
||
122 | ], |
||
123 | "time": "2016-12-20T10:07:11+00:00" |
||
124 | }, |
||
125 | { |
||
126 | "name": "guzzlehttp/psr7", |
||
127 | "version": "1.4.2", |
||
128 | "source": { |
||
129 | "type": "git", |
||
130 | "url": "https://github.com/guzzle/psr7.git", |
||
131 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
132 | }, |
||
133 | "dist": { |
||
134 | "type": "zip", |
||
135 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
136 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
137 | "shasum": "" |
||
138 | }, |
||
139 | "require": { |
||
140 | "php": ">=5.4.0", |
||
141 | "psr/http-message": "~1.0" |
||
142 | }, |
||
143 | "provide": { |
||
144 | "psr/http-message-implementation": "1.0" |
||
145 | }, |
||
146 | "require-dev": { |
||
147 | "phpunit/phpunit": "~4.0" |
||
148 | }, |
||
149 | "type": "library", |
||
150 | "extra": { |
||
151 | "branch-alias": { |
||
152 | "dev-master": "1.4-dev" |
||
153 | } |
||
154 | }, |
||
155 | "autoload": { |
||
156 | "psr-4": { |
||
157 | "GuzzleHttp\\Psr7\\": "src/" |
||
158 | }, |
||
159 | "files": [ |
||
160 | "src/functions_include.php" |
||
161 | ] |
||
162 | }, |
||
163 | "notification-url": "https://packagist.org/downloads/", |
||
164 | "license": [ |
||
165 | "MIT" |
||
166 | ], |
||
167 | "authors": [ |
||
168 | { |
||
169 | "name": "Michael Dowling", |
||
170 | "email": "[email protected]", |
||
171 | "homepage": "https://github.com/mtdowling" |
||
172 | }, |
||
173 | { |
||
174 | "name": "Tobias Schultze", |
||
175 | "homepage": "https://github.com/Tobion" |
||
176 | } |
||
177 | ], |
||
178 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
179 | "keywords": [ |
||
180 | "http", |
||
181 | "message", |
||
182 | "request", |
||
183 | "response", |
||
184 | "stream", |
||
185 | "uri", |
||
186 | "url" |
||
187 | ], |
||
188 | "time": "2017-03-20T17:10:46+00:00" |
||
189 | }, |
||
190 | { |
||
191 | "name": "nesbot/carbon", |
||
192 | "version": "1.26.4", |
||
193 | "source": { |
||
194 | "type": "git", |
||
195 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
196 | "reference": "e3d9014279133a3cccc01f6a691322a2d5a6a87b" |
||
197 | }, |
||
198 | "dist": { |
||
199 | "type": "zip", |
||
200 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e3d9014279133a3cccc01f6a691322a2d5a6a87b", |
||
201 | "reference": "e3d9014279133a3cccc01f6a691322a2d5a6a87b", |
||
202 | "shasum": "" |
||
203 | }, |
||
204 | "require": { |
||
205 | "php": ">=5.3.9", |
||
206 | "symfony/translation": "~2.6 || ~3.0 || ~4.0" |
||
207 | }, |
||
208 | "require-dev": { |
||
209 | "friendsofphp/php-cs-fixer": "~2", |
||
210 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
211 | }, |
||
212 | "type": "library", |
||
213 | "autoload": { |
||
214 | "psr-4": { |
||
215 | "": "src/" |
||
216 | } |
||
217 | }, |
||
218 | "notification-url": "https://packagist.org/downloads/", |
||
219 | "license": [ |
||
220 | "MIT" |
||
221 | ], |
||
222 | "authors": [ |
||
223 | { |
||
224 | "name": "Brian Nesbitt", |
||
225 | "email": "[email protected]", |
||
226 | "homepage": "http://nesbot.com" |
||
227 | } |
||
228 | ], |
||
229 | "description": "A simple API extension for DateTime.", |
||
230 | "homepage": "http://carbon.nesbot.com", |
||
231 | "keywords": [ |
||
232 | "date", |
||
233 | "datetime", |
||
234 | "time" |
||
235 | ], |
||
236 | "time": "2018-04-17T15:35:42+00:00" |
||
237 | }, |
||
238 | { |
||
239 | "name": "paragonie/random_compat", |
||
240 | "version": "v2.0.12", |
||
241 | "source": { |
||
242 | "type": "git", |
||
243 | "url": "https://github.com/paragonie/random_compat.git", |
||
244 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" |
||
245 | }, |
||
246 | "dist": { |
||
247 | "type": "zip", |
||
248 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
249 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
250 | "shasum": "" |
||
251 | }, |
||
252 | "require": { |
||
253 | "php": ">=5.2.0" |
||
254 | }, |
||
255 | "require-dev": { |
||
256 | "phpunit/phpunit": "4.*|5.*" |
||
257 | }, |
||
258 | "suggest": { |
||
259 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
260 | }, |
||
261 | "type": "library", |
||
262 | "autoload": { |
||
263 | "files": [ |
||
264 | "lib/random.php" |
||
265 | ] |
||
266 | }, |
||
267 | "notification-url": "https://packagist.org/downloads/", |
||
268 | "license": [ |
||
269 | "MIT" |
||
270 | ], |
||
271 | "authors": [ |
||
272 | { |
||
273 | "name": "Paragon Initiative Enterprises", |
||
274 | "email": "[email protected]", |
||
275 | "homepage": "https://paragonie.com" |
||
276 | } |
||
277 | ], |
||
278 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
279 | "keywords": [ |
||
280 | "csprng", |
||
281 | "pseudorandom", |
||
282 | "random" |
||
283 | ], |
||
284 | "time": "2018-04-04T21:24:14+00:00" |
||
285 | }, |
||
286 | { |
||
287 | "name": "predis/predis", |
||
288 | "version": "v1.1.1", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/nrk/predis.git", |
||
292 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
297 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "php": ">=5.3.9" |
||
302 | }, |
||
303 | "require-dev": { |
||
304 | "phpunit/phpunit": "~4.8" |
||
305 | }, |
||
306 | "suggest": { |
||
307 | "ext-curl": "Allows access to Webdis when paired with phpiredis", |
||
308 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" |
||
309 | }, |
||
310 | "type": "library", |
||
311 | "autoload": { |
||
312 | "psr-4": { |
||
313 | "Predis\\": "src/" |
||
314 | } |
||
315 | }, |
||
316 | "notification-url": "https://packagist.org/downloads/", |
||
317 | "license": [ |
||
318 | "MIT" |
||
319 | ], |
||
320 | "authors": [ |
||
321 | { |
||
322 | "name": "Daniele Alessandri", |
||
323 | "email": "[email protected]", |
||
324 | "homepage": "http://clorophilla.net" |
||
325 | } |
||
326 | ], |
||
327 | "description": "Flexible and feature-complete Redis client for PHP and HHVM", |
||
328 | "homepage": "http://github.com/nrk/predis", |
||
329 | "keywords": [ |
||
330 | "nosql", |
||
331 | "predis", |
||
332 | "redis" |
||
333 | ], |
||
334 | "time": "2016-06-16T16:22:20+00:00" |
||
335 | }, |
||
336 | { |
||
337 | "name": "psr/http-message", |
||
338 | "version": "1.0.1", |
||
339 | "source": { |
||
340 | "type": "git", |
||
341 | "url": "https://github.com/php-fig/http-message.git", |
||
342 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
343 | }, |
||
344 | "dist": { |
||
345 | "type": "zip", |
||
346 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
347 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
348 | "shasum": "" |
||
349 | }, |
||
350 | "require": { |
||
351 | "php": ">=5.3.0" |
||
352 | }, |
||
353 | "type": "library", |
||
354 | "extra": { |
||
355 | "branch-alias": { |
||
356 | "dev-master": "1.0.x-dev" |
||
357 | } |
||
358 | }, |
||
359 | "autoload": { |
||
360 | "psr-4": { |
||
361 | "Psr\\Http\\Message\\": "src/" |
||
362 | } |
||
363 | }, |
||
364 | "notification-url": "https://packagist.org/downloads/", |
||
365 | "license": [ |
||
366 | "MIT" |
||
367 | ], |
||
368 | "authors": [ |
||
369 | { |
||
370 | "name": "PHP-FIG", |
||
371 | "homepage": "http://www.php-fig.org/" |
||
372 | } |
||
373 | ], |
||
374 | "description": "Common interface for HTTP messages", |
||
375 | "homepage": "https://github.com/php-fig/http-message", |
||
376 | "keywords": [ |
||
377 | "http", |
||
378 | "http-message", |
||
379 | "psr", |
||
380 | "psr-7", |
||
381 | "request", |
||
382 | "response" |
||
383 | ], |
||
384 | "time": "2016-08-06T14:39:51+00:00" |
||
385 | }, |
||
386 | { |
||
387 | "name": "ramsey/uuid", |
||
388 | "version": "3.7.3", |
||
389 | "source": { |
||
390 | "type": "git", |
||
391 | "url": "https://github.com/ramsey/uuid.git", |
||
392 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" |
||
393 | }, |
||
394 | "dist": { |
||
395 | "type": "zip", |
||
396 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
397 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
398 | "shasum": "" |
||
399 | }, |
||
400 | "require": { |
||
401 | "paragonie/random_compat": "^1.0|^2.0", |
||
402 | "php": "^5.4 || ^7.0" |
||
403 | }, |
||
404 | "replace": { |
||
405 | "rhumsaa/uuid": "self.version" |
||
406 | }, |
||
407 | "require-dev": { |
||
408 | "codeception/aspect-mock": "^1.0 | ~2.0.0", |
||
409 | "doctrine/annotations": "~1.2.0", |
||
410 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
411 | "ircmaxell/random-lib": "^1.1", |
||
412 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
413 | "mockery/mockery": "^0.9.9", |
||
414 | "moontoast/math": "^1.1", |
||
415 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
416 | "phpunit/phpunit": "^4.7|^5.0", |
||
417 | "squizlabs/php_codesniffer": "^2.3" |
||
418 | }, |
||
419 | "suggest": { |
||
420 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
421 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
422 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
423 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
424 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
425 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
426 | }, |
||
427 | "type": "library", |
||
428 | "extra": { |
||
429 | "branch-alias": { |
||
430 | "dev-master": "3.x-dev" |
||
431 | } |
||
432 | }, |
||
433 | "autoload": { |
||
434 | "psr-4": { |
||
435 | "Ramsey\\Uuid\\": "src/" |
||
436 | } |
||
437 | }, |
||
438 | "notification-url": "https://packagist.org/downloads/", |
||
439 | "license": [ |
||
440 | "MIT" |
||
441 | ], |
||
442 | "authors": [ |
||
443 | { |
||
444 | "name": "Marijn Huizendveld", |
||
445 | "email": "[email protected]" |
||
446 | }, |
||
447 | { |
||
448 | "name": "Thibaud Fabre", |
||
449 | "email": "[email protected]" |
||
450 | }, |
||
451 | { |
||
452 | "name": "Ben Ramsey", |
||
453 | "email": "[email protected]", |
||
454 | "homepage": "https://benramsey.com" |
||
455 | } |
||
456 | ], |
||
457 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
458 | "homepage": "https://github.com/ramsey/uuid", |
||
459 | "keywords": [ |
||
460 | "guid", |
||
461 | "identifier", |
||
462 | "uuid" |
||
463 | ], |
||
464 | "time": "2018-01-20T00:28:24+00:00" |
||
465 | }, |
||
466 | { |
||
467 | "name": "symfony/console", |
||
468 | "version": "v4.0.8", |
||
469 | "source": { |
||
470 | "type": "git", |
||
471 | "url": "https://github.com/symfony/console.git", |
||
472 | "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64" |
||
473 | }, |
||
474 | "dist": { |
||
475 | "type": "zip", |
||
476 | "url": "https://api.github.com/repos/symfony/console/zipball/aad9a6fe47319f22748fd764f52d3a7ca6fa6b64", |
||
477 | "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64", |
||
478 | "shasum": "" |
||
479 | }, |
||
480 | "require": { |
||
481 | "php": "^7.1.3", |
||
482 | "symfony/polyfill-mbstring": "~1.0" |
||
483 | }, |
||
484 | "conflict": { |
||
485 | "symfony/dependency-injection": "<3.4", |
||
486 | "symfony/process": "<3.3" |
||
487 | }, |
||
488 | "require-dev": { |
||
489 | "psr/log": "~1.0", |
||
490 | "symfony/config": "~3.4|~4.0", |
||
491 | "symfony/dependency-injection": "~3.4|~4.0", |
||
492 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
493 | "symfony/lock": "~3.4|~4.0", |
||
494 | "symfony/process": "~3.4|~4.0" |
||
495 | }, |
||
496 | "suggest": { |
||
497 | "psr/log": "For using the console logger", |
||
498 | "symfony/event-dispatcher": "", |
||
499 | "symfony/lock": "", |
||
500 | "symfony/process": "" |
||
501 | }, |
||
502 | "type": "library", |
||
503 | "extra": { |
||
504 | "branch-alias": { |
||
505 | "dev-master": "4.0-dev" |
||
506 | } |
||
507 | }, |
||
508 | "autoload": { |
||
509 | "psr-4": { |
||
510 | "Symfony\\Component\\Console\\": "" |
||
511 | }, |
||
512 | "exclude-from-classmap": [ |
||
513 | "/Tests/" |
||
514 | ] |
||
515 | }, |
||
516 | "notification-url": "https://packagist.org/downloads/", |
||
517 | "license": [ |
||
518 | "MIT" |
||
519 | ], |
||
520 | "authors": [ |
||
521 | { |
||
522 | "name": "Fabien Potencier", |
||
523 | "email": "[email protected]" |
||
524 | }, |
||
525 | { |
||
526 | "name": "Symfony Community", |
||
527 | "homepage": "https://symfony.com/contributors" |
||
528 | } |
||
529 | ], |
||
530 | "description": "Symfony Console Component", |
||
531 | "homepage": "https://symfony.com", |
||
532 | "time": "2018-04-03T05:24:00+00:00" |
||
533 | }, |
||
534 | { |
||
535 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
536 | "version": "v4.0.8", |
||
537 | "source": { |
||
538 | "type": "git", |
||
539 | "url": "https://github.com/symfony/http-foundation.git", |
||
540 | "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c" |
||
541 | }, |
||
542 | "dist": { |
||
543 | "type": "zip", |
||
544 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0864a82e5891ab61d31eecbaa48bed5a09b8e6c", |
||
545 | "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c", |
||
546 | "shasum": "" |
||
547 | }, |
||
548 | "require": { |
||
549 | "php": "^7.1.3", |
||
550 | "symfony/polyfill-mbstring": "~1.1" |
||
551 | }, |
||
552 | "require-dev": { |
||
553 | "symfony/expression-language": "~3.4|~4.0" |
||
554 | }, |
||
555 | "type": "library", |
||
556 | "extra": { |
||
557 | "branch-alias": { |
||
558 | "dev-master": "4.0-dev" |
||
559 | } |
||
560 | }, |
||
561 | "autoload": { |
||
562 | "psr-4": { |
||
563 | "Symfony\\Component\\HttpFoundation\\": "" |
||
564 | }, |
||
565 | "exclude-from-classmap": [ |
||
566 | "/Tests/" |
||
567 | ] |
||
568 | }, |
||
569 | "notification-url": "https://packagist.org/downloads/", |
||
570 | "license": [ |
||
571 | "MIT" |
||
572 | ], |
||
573 | "authors": [ |
||
574 | { |
||
575 | "name": "Fabien Potencier", |
||
576 | "email": "[email protected]" |
||
577 | }, |
||
578 | { |
||
579 | "name": "Symfony Community", |
||
580 | "homepage": "https://symfony.com/contributors" |
||
581 | } |
||
582 | ], |
||
583 | "description": "Symfony HttpFoundation Component", |
||
584 | "homepage": "https://symfony.com", |
||
585 | "time": "2018-04-03T05:24:00+00:00" |
||
586 | }, |
||
587 | { |
||
588 | "name": "symfony/polyfill-mbstring", |
||
589 | "version": "v1.7.0", |
||
590 | "source": { |
||
591 | "type": "git", |
||
592 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
593 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
594 | }, |
||
595 | "dist": { |
||
596 | "type": "zip", |
||
597 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
598 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
599 | "shasum": "" |
||
600 | }, |
||
601 | "require": { |
||
602 | "php": ">=5.3.3" |
||
603 | }, |
||
604 | "suggest": { |
||
605 | "ext-mbstring": "For best performance" |
||
606 | }, |
||
607 | "type": "library", |
||
608 | "extra": { |
||
609 | "branch-alias": { |
||
610 | "dev-master": "1.7-dev" |
||
611 | } |
||
612 | }, |
||
613 | "autoload": { |
||
614 | "psr-4": { |
||
615 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
616 | }, |
||
617 | "files": [ |
||
618 | "bootstrap.php" |
||
619 | ] |
||
620 | }, |
||
621 | "notification-url": "https://packagist.org/downloads/", |
||
622 | "license": [ |
||
623 | "MIT" |
||
624 | ], |
||
625 | "authors": [ |
||
626 | { |
||
627 | "name": "Nicolas Grekas", |
||
628 | "email": "[email protected]" |
||
629 | }, |
||
630 | { |
||
631 | "name": "Symfony Community", |
||
632 | "homepage": "https://symfony.com/contributors" |
||
633 | } |
||
634 | ], |
||
635 | "description": "Symfony polyfill for the Mbstring extension", |
||
636 | "homepage": "https://symfony.com", |
||
637 | "keywords": [ |
||
638 | "compatibility", |
||
639 | "mbstring", |
||
640 | "polyfill", |
||
641 | "portable", |
||
642 | "shim" |
||
643 | ], |
||
644 | "time": "2018-01-30T19:27:44+00:00" |
||
645 | }, |
||
646 | { |
||
647 | "name": "symfony/translation", |
||
648 | "version": "v4.0.8", |
||
649 | "source": { |
||
650 | "type": "git", |
||
651 | "url": "https://github.com/symfony/translation.git", |
||
652 | "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938" |
||
653 | }, |
||
654 | "dist": { |
||
655 | "type": "zip", |
||
656 | "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938", |
||
657 | "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938", |
||
658 | "shasum": "" |
||
659 | }, |
||
660 | "require": { |
||
661 | "php": "^7.1.3", |
||
662 | "symfony/polyfill-mbstring": "~1.0" |
||
663 | }, |
||
664 | "conflict": { |
||
665 | "symfony/config": "<3.4", |
||
666 | "symfony/dependency-injection": "<3.4", |
||
667 | "symfony/yaml": "<3.4" |
||
668 | }, |
||
669 | "require-dev": { |
||
670 | "psr/log": "~1.0", |
||
671 | "symfony/config": "~3.4|~4.0", |
||
672 | "symfony/dependency-injection": "~3.4|~4.0", |
||
673 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
674 | "symfony/intl": "~3.4|~4.0", |
||
675 | "symfony/yaml": "~3.4|~4.0" |
||
676 | }, |
||
677 | "suggest": { |
||
678 | "psr/log": "To use logging capability in translator", |
||
679 | "symfony/config": "", |
||
680 | "symfony/yaml": "" |
||
681 | }, |
||
682 | "type": "library", |
||
683 | "extra": { |
||
684 | "branch-alias": { |
||
685 | "dev-master": "4.0-dev" |
||
686 | } |
||
687 | }, |
||
688 | "autoload": { |
||
689 | "psr-4": { |
||
690 | "Symfony\\Component\\Translation\\": "" |
||
691 | }, |
||
692 | "exclude-from-classmap": [ |
||
693 | "/Tests/" |
||
694 | ] |
||
695 | }, |
||
696 | "notification-url": "https://packagist.org/downloads/", |
||
697 | "license": [ |
||
698 | "MIT" |
||
699 | ], |
||
700 | "authors": [ |
||
701 | { |
||
702 | "name": "Fabien Potencier", |
||
703 | "email": "[email protected]" |
||
704 | }, |
||
705 | { |
||
706 | "name": "Symfony Community", |
||
707 | "homepage": "https://symfony.com/contributors" |
||
708 | } |
||
709 | ], |
||
710 | "description": "Symfony Translation Component", |
||
711 | "homepage": "https://symfony.com", |
||
712 | "time": "2018-02-22T10:50:29+00:00" |
||
713 | } |
||
714 | ], |
||
715 | "packages-dev": [ |
||
716 | { |
||
717 | "name": "composer/semver", |
||
718 | "version": "1.4.2", |
||
719 | "source": { |
||
720 | "type": "git", |
||
721 | "url": "https://github.com/composer/semver.git", |
||
722 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
723 | }, |
||
724 | "dist": { |
||
725 | "type": "zip", |
||
726 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
727 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
728 | "shasum": "" |
||
729 | }, |
||
730 | "require": { |
||
731 | "php": "^5.3.2 || ^7.0" |
||
732 | }, |
||
733 | "require-dev": { |
||
734 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
735 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
736 | }, |
||
737 | "type": "library", |
||
738 | "extra": { |
||
739 | "branch-alias": { |
||
740 | "dev-master": "1.x-dev" |
||
741 | } |
||
742 | }, |
||
743 | "autoload": { |
||
744 | "psr-4": { |
||
745 | "Composer\\Semver\\": "src" |
||
746 | } |
||
747 | }, |
||
748 | "notification-url": "https://packagist.org/downloads/", |
||
749 | "license": [ |
||
750 | "MIT" |
||
751 | ], |
||
752 | "authors": [ |
||
753 | { |
||
754 | "name": "Nils Adermann", |
||
755 | "email": "[email protected]", |
||
756 | "homepage": "http://www.naderman.de" |
||
757 | }, |
||
758 | { |
||
759 | "name": "Jordi Boggiano", |
||
760 | "email": "[email protected]", |
||
761 | "homepage": "http://seld.be" |
||
762 | }, |
||
763 | { |
||
764 | "name": "Rob Bast", |
||
765 | "email": "[email protected]", |
||
766 | "homepage": "http://robbast.nl" |
||
767 | } |
||
768 | ], |
||
769 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
770 | "keywords": [ |
||
771 | "semantic", |
||
772 | "semver", |
||
773 | "validation", |
||
774 | "versioning" |
||
775 | ], |
||
776 | "time": "2016-08-30T16:08:34+00:00" |
||
777 | }, |
||
778 | { |
||
779 | "name": "composer/xdebug-handler", |
||
780 | "version": "1.1.0", |
||
781 | "source": { |
||
782 | "type": "git", |
||
783 | "url": "https://github.com/composer/xdebug-handler.git", |
||
784 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08" |
||
785 | }, |
||
786 | "dist": { |
||
787 | "type": "zip", |
||
788 | "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08", |
||
789 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08", |
||
790 | "shasum": "" |
||
791 | }, |
||
792 | "require": { |
||
793 | "php": "^5.3.2 || ^7.0", |
||
794 | "psr/log": "^1.0" |
||
795 | }, |
||
796 | "require-dev": { |
||
797 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
798 | }, |
||
799 | "type": "library", |
||
800 | "autoload": { |
||
801 | "psr-4": { |
||
802 | "Composer\\XdebugHandler\\": "src" |
||
803 | } |
||
804 | }, |
||
805 | "notification-url": "https://packagist.org/downloads/", |
||
806 | "license": [ |
||
807 | "MIT" |
||
808 | ], |
||
809 | "authors": [ |
||
810 | { |
||
811 | "name": "John Stevenson", |
||
812 | "email": "[email protected]" |
||
813 | } |
||
814 | ], |
||
815 | "description": "Restarts a process without xdebug.", |
||
816 | "keywords": [ |
||
817 | "Xdebug", |
||
818 | "performance" |
||
819 | ], |
||
820 | "time": "2018-04-11T15:42:36+00:00" |
||
821 | }, |
||
822 | { |
||
823 | "name": "doctrine/annotations", |
||
824 | "version": "v1.6.0", |
||
825 | "source": { |
||
826 | "type": "git", |
||
827 | "url": "https://github.com/doctrine/annotations.git", |
||
828 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
829 | }, |
||
830 | "dist": { |
||
831 | "type": "zip", |
||
832 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
833 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
834 | "shasum": "" |
||
835 | }, |
||
836 | "require": { |
||
837 | "doctrine/lexer": "1.*", |
||
838 | "php": "^7.1" |
||
839 | }, |
||
840 | "require-dev": { |
||
841 | "doctrine/cache": "1.*", |
||
842 | "phpunit/phpunit": "^6.4" |
||
843 | }, |
||
844 | "type": "library", |
||
845 | "extra": { |
||
846 | "branch-alias": { |
||
847 | "dev-master": "1.6.x-dev" |
||
848 | } |
||
849 | }, |
||
850 | "autoload": { |
||
851 | "psr-4": { |
||
852 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
853 | } |
||
854 | }, |
||
855 | "notification-url": "https://packagist.org/downloads/", |
||
856 | "license": [ |
||
857 | "MIT" |
||
858 | ], |
||
859 | "authors": [ |
||
860 | { |
||
861 | "name": "Roman Borschel", |
||
862 | "email": "[email protected]" |
||
863 | }, |
||
864 | { |
||
865 | "name": "Benjamin Eberlei", |
||
866 | "email": "[email protected]" |
||
867 | }, |
||
868 | { |
||
869 | "name": "Guilherme Blanco", |
||
870 | "email": "[email protected]" |
||
871 | }, |
||
872 | { |
||
873 | "name": "Jonathan Wage", |
||
874 | "email": "[email protected]" |
||
875 | }, |
||
876 | { |
||
877 | "name": "Johannes Schmitt", |
||
878 | "email": "[email protected]" |
||
879 | } |
||
880 | ], |
||
881 | "description": "Docblock Annotations Parser", |
||
882 | "homepage": "http://www.doctrine-project.org", |
||
883 | "keywords": [ |
||
884 | "annotations", |
||
885 | "docblock", |
||
886 | "parser" |
||
887 | ], |
||
888 | "time": "2017-12-06T07:11:42+00:00" |
||
889 | }, |
||
890 | { |
||
891 | "name": "doctrine/instantiator", |
||
892 | "version": "1.1.0", |
||
893 | "source": { |
||
894 | "type": "git", |
||
895 | "url": "https://github.com/doctrine/instantiator.git", |
||
896 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
897 | }, |
||
898 | "dist": { |
||
899 | "type": "zip", |
||
900 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
901 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
902 | "shasum": "" |
||
903 | }, |
||
904 | "require": { |
||
905 | "php": "^7.1" |
||
906 | }, |
||
907 | "require-dev": { |
||
908 | "athletic/athletic": "~0.1.8", |
||
909 | "ext-pdo": "*", |
||
910 | "ext-phar": "*", |
||
911 | "phpunit/phpunit": "^6.2.3", |
||
912 | "squizlabs/php_codesniffer": "^3.0.2" |
||
913 | }, |
||
914 | "type": "library", |
||
915 | "extra": { |
||
916 | "branch-alias": { |
||
917 | "dev-master": "1.2.x-dev" |
||
918 | } |
||
919 | }, |
||
920 | "autoload": { |
||
921 | "psr-4": { |
||
922 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
923 | } |
||
924 | }, |
||
925 | "notification-url": "https://packagist.org/downloads/", |
||
926 | "license": [ |
||
927 | "MIT" |
||
928 | ], |
||
929 | "authors": [ |
||
930 | { |
||
931 | "name": "Marco Pivetta", |
||
932 | "email": "[email protected]", |
||
933 | "homepage": "http://ocramius.github.com/" |
||
934 | } |
||
935 | ], |
||
936 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
937 | "homepage": "https://github.com/doctrine/instantiator", |
||
938 | "keywords": [ |
||
939 | "constructor", |
||
940 | "instantiate" |
||
941 | ], |
||
942 | "time": "2017-07-22T11:58:36+00:00" |
||
943 | }, |
||
944 | { |
||
945 | "name": "doctrine/lexer", |
||
946 | "version": "v1.0.1", |
||
947 | "source": { |
||
948 | "type": "git", |
||
949 | "url": "https://github.com/doctrine/lexer.git", |
||
950 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
951 | }, |
||
952 | "dist": { |
||
953 | "type": "zip", |
||
954 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
955 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
956 | "shasum": "" |
||
957 | }, |
||
958 | "require": { |
||
959 | "php": ">=5.3.2" |
||
960 | }, |
||
961 | "type": "library", |
||
962 | "extra": { |
||
963 | "branch-alias": { |
||
964 | "dev-master": "1.0.x-dev" |
||
965 | } |
||
966 | }, |
||
967 | "autoload": { |
||
968 | "psr-0": { |
||
969 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
970 | } |
||
971 | }, |
||
972 | "notification-url": "https://packagist.org/downloads/", |
||
973 | "license": [ |
||
974 | "MIT" |
||
975 | ], |
||
976 | "authors": [ |
||
977 | { |
||
978 | "name": "Roman Borschel", |
||
979 | "email": "[email protected]" |
||
980 | }, |
||
981 | { |
||
982 | "name": "Guilherme Blanco", |
||
983 | "email": "[email protected]" |
||
984 | }, |
||
985 | { |
||
986 | "name": "Johannes Schmitt", |
||
987 | "email": "[email protected]" |
||
988 | } |
||
989 | ], |
||
990 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
991 | "homepage": "http://www.doctrine-project.org", |
||
992 | "keywords": [ |
||
993 | "lexer", |
||
994 | "parser" |
||
995 | ], |
||
996 | "time": "2014-09-09T13:34:57+00:00" |
||
997 | }, |
||
998 | { |
||
999 | "name": "friendsofphp/php-cs-fixer", |
||
1000 | "version": "dev-master", |
||
1001 | "source": { |
||
1002 | "type": "git", |
||
1003 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
1004 | "reference": "ccf3d176c9448b0976d014b9f3104ff34513664e" |
||
1005 | }, |
||
1006 | "dist": { |
||
1007 | "type": "zip", |
||
1008 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ccf3d176c9448b0976d014b9f3104ff34513664e", |
||
1009 | "reference": "ccf3d176c9448b0976d014b9f3104ff34513664e", |
||
1010 | "shasum": "" |
||
1011 | }, |
||
1012 | "require": { |
||
1013 | "composer/semver": "^1.4", |
||
1014 | "composer/xdebug-handler": "^1.0", |
||
1015 | "doctrine/annotations": "^1.2", |
||
1016 | "ext-json": "*", |
||
1017 | "ext-tokenizer": "*", |
||
1018 | "php": "^5.6 || >=7.0 <7.3", |
||
1019 | "php-cs-fixer/diff": "^1.3", |
||
1020 | "symfony/console": "^3.2 || ^4.0", |
||
1021 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
1022 | "symfony/filesystem": "^3.0 || ^4.0", |
||
1023 | "symfony/finder": "^3.0 || ^4.0", |
||
1024 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
1025 | "symfony/polyfill-php70": "^1.0", |
||
1026 | "symfony/polyfill-php72": "^1.4", |
||
1027 | "symfony/process": "^3.0 || ^4.0", |
||
1028 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
1029 | }, |
||
1030 | "conflict": { |
||
1031 | "hhvm": "*" |
||
1032 | }, |
||
1033 | "require-dev": { |
||
1034 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
||
1035 | "justinrainbow/json-schema": "^5.0", |
||
1036 | "keradus/cli-executor": "^1.1", |
||
1037 | "mikey179/vfsstream": "^1.6", |
||
1038 | "php-coveralls/php-coveralls": "^2.0", |
||
1039 | "php-cs-fixer/accessible-object": "^1.0", |
||
1040 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0", |
||
1041 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0", |
||
1042 | "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", |
||
1043 | "phpunitgoodpractices/traits": "^1.3.2", |
||
1044 | "symfony/phpunit-bridge": "^3.2.2 || ^4.0" |
||
1045 | }, |
||
1046 | "suggest": { |
||
1047 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
1048 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", |
||
1049 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", |
||
1050 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
1051 | }, |
||
1052 | "bin": [ |
||
1053 | "php-cs-fixer" |
||
1054 | ], |
||
1055 | "type": "application", |
||
1056 | "extra": { |
||
1057 | "branch-alias": { |
||
1058 | "dev-master": "2.12-dev" |
||
1059 | } |
||
1060 | }, |
||
1061 | "autoload": { |
||
1062 | "psr-4": { |
||
1063 | "PhpCsFixer\\": "src/" |
||
1064 | }, |
||
1065 | "classmap": [ |
||
1066 | "tests/Test/AbstractFixerTestCase.php", |
||
1067 | "tests/Test/AbstractIntegrationCaseFactory.php", |
||
1068 | "tests/Test/AbstractIntegrationTestCase.php", |
||
1069 | "tests/Test/Assert/AssertTokensTrait.php", |
||
1070 | "tests/Test/IntegrationCase.php", |
||
1071 | "tests/Test/IntegrationCaseFactory.php", |
||
1072 | "tests/Test/IntegrationCaseFactoryInterface.php", |
||
1073 | "tests/Test/InternalIntegrationCaseFactory.php", |
||
1074 | "tests/TestCase.php" |
||
1075 | ] |
||
1076 | }, |
||
1077 | "notification-url": "https://packagist.org/downloads/", |
||
1078 | "license": [ |
||
1079 | "MIT" |
||
1080 | ], |
||
1081 | "authors": [ |
||
1082 | { |
||
1083 | "name": "Dariusz Rumiński", |
||
1084 | "email": "[email protected]" |
||
1085 | }, |
||
1086 | { |
||
1087 | "name": "Fabien Potencier", |
||
1088 | "email": "[email protected]" |
||
1089 | } |
||
1090 | ], |
||
1091 | "description": "A tool to automatically fix PHP code style", |
||
1092 | "time": "2018-04-17T19:25:00+00:00" |
||
1093 | }, |
||
1094 | { |
||
1095 | "name": "hamcrest/hamcrest-php", |
||
1096 | "version": "v2.0.0", |
||
1097 | "source": { |
||
1098 | "type": "git", |
||
1099 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
1100 | "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" |
||
1101 | }, |
||
1102 | "dist": { |
||
1103 | "type": "zip", |
||
1104 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", |
||
1105 | "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", |
||
1106 | "shasum": "" |
||
1107 | }, |
||
1108 | "require": { |
||
1109 | "php": "^5.3|^7.0" |
||
1110 | }, |
||
1111 | "replace": { |
||
1112 | "cordoval/hamcrest-php": "*", |
||
1113 | "davedevelopment/hamcrest-php": "*", |
||
1114 | "kodova/hamcrest-php": "*" |
||
1115 | }, |
||
1116 | "require-dev": { |
||
1117 | "phpunit/php-file-iterator": "1.3.3", |
||
1118 | "phpunit/phpunit": "~4.0", |
||
1119 | "satooshi/php-coveralls": "^1.0" |
||
1120 | }, |
||
1121 | "type": "library", |
||
1122 | "extra": { |
||
1123 | "branch-alias": { |
||
1124 | "dev-master": "2.0-dev" |
||
1125 | } |
||
1126 | }, |
||
1127 | "autoload": { |
||
1128 | "classmap": [ |
||
1129 | "hamcrest" |
||
1130 | ] |
||
1131 | }, |
||
1132 | "notification-url": "https://packagist.org/downloads/", |
||
1133 | "license": [ |
||
1134 | "BSD" |
||
1135 | ], |
||
1136 | "description": "This is the PHP port of Hamcrest Matchers", |
||
1137 | "keywords": [ |
||
1138 | "test" |
||
1139 | ], |
||
1140 | "time": "2016-01-20T08:20:44+00:00" |
||
1141 | }, |
||
1142 | { |
||
1143 | "name": "mockery/mockery", |
||
1144 | "version": "dev-master", |
||
1145 | "source": { |
||
1146 | "type": "git", |
||
1147 | "url": "https://github.com/mockery/mockery.git", |
||
1148 | "reference": "b796b1d7413c79696d23ac31d5f7eceb2a4107b1" |
||
1149 | }, |
||
1150 | "dist": { |
||
1151 | "type": "zip", |
||
1152 | "url": "https://api.github.com/repos/mockery/mockery/zipball/b796b1d7413c79696d23ac31d5f7eceb2a4107b1", |
||
1153 | "reference": "b796b1d7413c79696d23ac31d5f7eceb2a4107b1", |
||
1154 | "shasum": "" |
||
1155 | }, |
||
1156 | "require": { |
||
1157 | "hamcrest/hamcrest-php": "~2.0", |
||
1158 | "lib-pcre": ">=7.0", |
||
1159 | "php": ">=5.6.0" |
||
1160 | }, |
||
1161 | "require-dev": { |
||
1162 | "phpdocumentor/phpdocumentor": "^2.9", |
||
1163 | "phpunit/phpunit": "~5.7.10|~6.5" |
||
1164 | }, |
||
1165 | "type": "library", |
||
1166 | "extra": { |
||
1167 | "branch-alias": { |
||
1168 | "dev-master": "1.0.x-dev" |
||
1169 | } |
||
1170 | }, |
||
1171 | "autoload": { |
||
1172 | "psr-0": { |
||
1173 | "Mockery": "library/" |
||
1174 | } |
||
1175 | }, |
||
1176 | "notification-url": "https://packagist.org/downloads/", |
||
1177 | "license": [ |
||
1178 | "BSD-3-Clause" |
||
1179 | ], |
||
1180 | "authors": [ |
||
1181 | { |
||
1182 | "name": "Pádraic Brady", |
||
1183 | "email": "[email protected]", |
||
1184 | "homepage": "http://blog.astrumfutura.com" |
||
1185 | }, |
||
1186 | { |
||
1187 | "name": "Dave Marshall", |
||
1188 | "email": "[email protected]", |
||
1189 | "homepage": "http://davedevelopment.co.uk" |
||
1190 | } |
||
1191 | ], |
||
1192 | "description": "Mockery is a simple yet flexible PHP mock object framework", |
||
1193 | "homepage": "https://github.com/mockery/mockery", |
||
1194 | "keywords": [ |
||
1195 | "BDD", |
||
1196 | "TDD", |
||
1197 | "library", |
||
1198 | "mock", |
||
1199 | "mock objects", |
||
1200 | "mockery", |
||
1201 | "stub", |
||
1202 | "test", |
||
1203 | "test double", |
||
1204 | "testing" |
||
1205 | ], |
||
1206 | "time": "2018-04-19T08:32:33+00:00" |
||
1207 | }, |
||
1208 | { |
||
1209 | "name": "myclabs/deep-copy", |
||
1210 | "version": "1.7.0", |
||
1211 | "source": { |
||
1212 | "type": "git", |
||
1213 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1214 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
1215 | }, |
||
1216 | "dist": { |
||
1217 | "type": "zip", |
||
1218 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1219 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1220 | "shasum": "" |
||
1221 | }, |
||
1222 | "require": { |
||
1223 | "php": "^5.6 || ^7.0" |
||
1224 | }, |
||
1225 | "require-dev": { |
||
1226 | "doctrine/collections": "^1.0", |
||
1227 | "doctrine/common": "^2.6", |
||
1228 | "phpunit/phpunit": "^4.1" |
||
1229 | }, |
||
1230 | "type": "library", |
||
1231 | "autoload": { |
||
1232 | "psr-4": { |
||
1233 | "DeepCopy\\": "src/DeepCopy/" |
||
1234 | }, |
||
1235 | "files": [ |
||
1236 | "src/DeepCopy/deep_copy.php" |
||
1237 | ] |
||
1238 | }, |
||
1239 | "notification-url": "https://packagist.org/downloads/", |
||
1240 | "license": [ |
||
1241 | "MIT" |
||
1242 | ], |
||
1243 | "description": "Create deep copies (clones) of your objects", |
||
1244 | "keywords": [ |
||
1245 | "clone", |
||
1246 | "copy", |
||
1247 | "duplicate", |
||
1248 | "object", |
||
1249 | "object graph" |
||
1250 | ], |
||
1251 | "time": "2017-10-19T19:58:43+00:00" |
||
1252 | }, |
||
1253 | { |
||
1254 | "name": "phar-io/manifest", |
||
1255 | "version": "1.0.1", |
||
1256 | "source": { |
||
1257 | "type": "git", |
||
1258 | "url": "https://github.com/phar-io/manifest.git", |
||
1259 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
1260 | }, |
||
1261 | "dist": { |
||
1262 | "type": "zip", |
||
1263 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1264 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1265 | "shasum": "" |
||
1266 | }, |
||
1267 | "require": { |
||
1268 | "ext-dom": "*", |
||
1269 | "ext-phar": "*", |
||
1270 | "phar-io/version": "^1.0.1", |
||
1271 | "php": "^5.6 || ^7.0" |
||
1272 | }, |
||
1273 | "type": "library", |
||
1274 | "extra": { |
||
1275 | "branch-alias": { |
||
1276 | "dev-master": "1.0.x-dev" |
||
1277 | } |
||
1278 | }, |
||
1279 | "autoload": { |
||
1280 | "classmap": [ |
||
1281 | "src/" |
||
1282 | ] |
||
1283 | }, |
||
1284 | "notification-url": "https://packagist.org/downloads/", |
||
1285 | "license": [ |
||
1286 | "BSD-3-Clause" |
||
1287 | ], |
||
1288 | "authors": [ |
||
1289 | { |
||
1290 | "name": "Arne Blankerts", |
||
1291 | "email": "[email protected]", |
||
1292 | "role": "Developer" |
||
1293 | }, |
||
1294 | { |
||
1295 | "name": "Sebastian Heuer", |
||
1296 | "email": "[email protected]", |
||
1297 | "role": "Developer" |
||
1298 | }, |
||
1299 | { |
||
1300 | "name": "Sebastian Bergmann", |
||
1301 | "email": "[email protected]", |
||
1302 | "role": "Developer" |
||
1303 | } |
||
1304 | ], |
||
1305 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
1306 | "time": "2017-03-05T18:14:27+00:00" |
||
1307 | }, |
||
1308 | { |
||
1309 | "name": "phar-io/version", |
||
1310 | "version": "1.0.1", |
||
1311 | "source": { |
||
1312 | "type": "git", |
||
1313 | "url": "https://github.com/phar-io/version.git", |
||
1314 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
1315 | }, |
||
1316 | "dist": { |
||
1317 | "type": "zip", |
||
1318 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1319 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1320 | "shasum": "" |
||
1321 | }, |
||
1322 | "require": { |
||
1323 | "php": "^5.6 || ^7.0" |
||
1324 | }, |
||
1325 | "type": "library", |
||
1326 | "autoload": { |
||
1327 | "classmap": [ |
||
1328 | "src/" |
||
1329 | ] |
||
1330 | }, |
||
1331 | "notification-url": "https://packagist.org/downloads/", |
||
1332 | "license": [ |
||
1333 | "BSD-3-Clause" |
||
1334 | ], |
||
1335 | "authors": [ |
||
1336 | { |
||
1337 | "name": "Arne Blankerts", |
||
1338 | "email": "[email protected]", |
||
1339 | "role": "Developer" |
||
1340 | }, |
||
1341 | { |
||
1342 | "name": "Sebastian Heuer", |
||
1343 | "email": "[email protected]", |
||
1344 | "role": "Developer" |
||
1345 | }, |
||
1346 | { |
||
1347 | "name": "Sebastian Bergmann", |
||
1348 | "email": "[email protected]", |
||
1349 | "role": "Developer" |
||
1350 | } |
||
1351 | ], |
||
1352 | "description": "Library for handling version information and constraints", |
||
1353 | "time": "2017-03-05T17:38:23+00:00" |
||
1354 | }, |
||
1355 | { |
||
1356 | "name": "php-cs-fixer/diff", |
||
1357 | "version": "v1.3.0", |
||
1358 | "source": { |
||
1359 | "type": "git", |
||
1360 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
1361 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" |
||
1362 | }, |
||
1363 | "dist": { |
||
1364 | "type": "zip", |
||
1365 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1366 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1367 | "shasum": "" |
||
1368 | }, |
||
1369 | "require": { |
||
1370 | "php": "^5.6 || ^7.0" |
||
1371 | }, |
||
1372 | "require-dev": { |
||
1373 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
1374 | "symfony/process": "^3.3" |
||
1375 | }, |
||
1376 | "type": "library", |
||
1377 | "autoload": { |
||
1378 | "classmap": [ |
||
1379 | "src/" |
||
1380 | ] |
||
1381 | }, |
||
1382 | "notification-url": "https://packagist.org/downloads/", |
||
1383 | "license": [ |
||
1384 | "BSD-3-Clause" |
||
1385 | ], |
||
1386 | "authors": [ |
||
1387 | { |
||
1388 | "name": "Kore Nordmann", |
||
1389 | "email": "[email protected]" |
||
1390 | }, |
||
1391 | { |
||
1392 | "name": "Sebastian Bergmann", |
||
1393 | "email": "[email protected]" |
||
1394 | }, |
||
1395 | { |
||
1396 | "name": "SpacePossum" |
||
1397 | } |
||
1398 | ], |
||
1399 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
1400 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
1401 | "keywords": [ |
||
1402 | "diff" |
||
1403 | ], |
||
1404 | "time": "2018-02-15T16:58:55+00:00" |
||
1405 | }, |
||
1406 | { |
||
1407 | "name": "php-mock/php-mock", |
||
1408 | "version": "dev-master", |
||
1409 | "source": { |
||
1410 | "type": "git", |
||
1411 | "url": "https://github.com/php-mock/php-mock.git", |
||
1412 | "reference": "c1e54d33ba4aadccfb93daaa0d163eee1cb429b8" |
||
1413 | }, |
||
1414 | "dist": { |
||
1415 | "type": "zip", |
||
1416 | "url": "https://api.github.com/repos/php-mock/php-mock/zipball/c1e54d33ba4aadccfb93daaa0d163eee1cb429b8", |
||
1417 | "reference": "c1e54d33ba4aadccfb93daaa0d163eee1cb429b8", |
||
1418 | "shasum": "" |
||
1419 | }, |
||
1420 | "require": { |
||
1421 | "php": ">=5.6", |
||
1422 | "phpunit/php-text-template": "^1" |
||
1423 | }, |
||
1424 | "replace": { |
||
1425 | "malkusch/php-mock": "*" |
||
1426 | }, |
||
1427 | "require-dev": { |
||
1428 | "phpunit/phpunit": "^5.7" |
||
1429 | }, |
||
1430 | "suggest": { |
||
1431 | "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock." |
||
1432 | }, |
||
1433 | "type": "library", |
||
1434 | "autoload": { |
||
1435 | "psr-4": { |
||
1436 | "phpmock\\": [ |
||
1437 | "classes/", |
||
1438 | "tests/" |
||
1439 | ] |
||
1440 | } |
||
1441 | }, |
||
1442 | "notification-url": "https://packagist.org/downloads/", |
||
1443 | "license": [ |
||
1444 | "WTFPL" |
||
1445 | ], |
||
1446 | "authors": [ |
||
1447 | { |
||
1448 | "name": "Markus Malkusch", |
||
1449 | "email": "[email protected]", |
||
1450 | "homepage": "http://markus.malkusch.de", |
||
1451 | "role": "Developer" |
||
1452 | } |
||
1453 | ], |
||
1454 | "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", |
||
1455 | "homepage": "https://github.com/php-mock/php-mock", |
||
1456 | "keywords": [ |
||
1457 | "BDD", |
||
1458 | "TDD", |
||
1459 | "function", |
||
1460 | "mock", |
||
1461 | "stub", |
||
1462 | "test", |
||
1463 | "test double" |
||
1464 | ], |
||
1465 | "time": "2017-12-02T07:59:05+00:00" |
||
1466 | }, |
||
1467 | { |
||
1468 | "name": "phpdocumentor/reflection-common", |
||
1469 | "version": "1.0.1", |
||
1470 | "source": { |
||
1471 | "type": "git", |
||
1472 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1473 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1474 | }, |
||
1475 | "dist": { |
||
1476 | "type": "zip", |
||
1477 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1478 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1479 | "shasum": "" |
||
1480 | }, |
||
1481 | "require": { |
||
1482 | "php": ">=5.5" |
||
1483 | }, |
||
1484 | "require-dev": { |
||
1485 | "phpunit/phpunit": "^4.6" |
||
1486 | }, |
||
1487 | "type": "library", |
||
1488 | "extra": { |
||
1489 | "branch-alias": { |
||
1490 | "dev-master": "1.0.x-dev" |
||
1491 | } |
||
1492 | }, |
||
1493 | "autoload": { |
||
1494 | "psr-4": { |
||
1495 | "phpDocumentor\\Reflection\\": [ |
||
1496 | "src" |
||
1497 | ] |
||
1498 | } |
||
1499 | }, |
||
1500 | "notification-url": "https://packagist.org/downloads/", |
||
1501 | "license": [ |
||
1502 | "MIT" |
||
1503 | ], |
||
1504 | "authors": [ |
||
1505 | { |
||
1506 | "name": "Jaap van Otterdijk", |
||
1507 | "email": "[email protected]" |
||
1508 | } |
||
1509 | ], |
||
1510 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1511 | "homepage": "http://www.phpdoc.org", |
||
1512 | "keywords": [ |
||
1513 | "FQSEN", |
||
1514 | "phpDocumentor", |
||
1515 | "phpdoc", |
||
1516 | "reflection", |
||
1517 | "static analysis" |
||
1518 | ], |
||
1519 | "time": "2017-09-11T18:02:19+00:00" |
||
1520 | }, |
||
1521 | { |
||
1522 | "name": "phpdocumentor/reflection-docblock", |
||
1523 | "version": "4.3.0", |
||
1524 | "source": { |
||
1525 | "type": "git", |
||
1526 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1527 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1528 | }, |
||
1529 | "dist": { |
||
1530 | "type": "zip", |
||
1531 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1532 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1533 | "shasum": "" |
||
1534 | }, |
||
1535 | "require": { |
||
1536 | "php": "^7.0", |
||
1537 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1538 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1539 | "webmozart/assert": "^1.0" |
||
1540 | }, |
||
1541 | "require-dev": { |
||
1542 | "doctrine/instantiator": "~1.0.5", |
||
1543 | "mockery/mockery": "^1.0", |
||
1544 | "phpunit/phpunit": "^6.4" |
||
1545 | }, |
||
1546 | "type": "library", |
||
1547 | "extra": { |
||
1548 | "branch-alias": { |
||
1549 | "dev-master": "4.x-dev" |
||
1550 | } |
||
1551 | }, |
||
1552 | "autoload": { |
||
1553 | "psr-4": { |
||
1554 | "phpDocumentor\\Reflection\\": [ |
||
1555 | "src/" |
||
1556 | ] |
||
1557 | } |
||
1558 | }, |
||
1559 | "notification-url": "https://packagist.org/downloads/", |
||
1560 | "license": [ |
||
1561 | "MIT" |
||
1562 | ], |
||
1563 | "authors": [ |
||
1564 | { |
||
1565 | "name": "Mike van Riel", |
||
1566 | "email": "[email protected]" |
||
1567 | } |
||
1568 | ], |
||
1569 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1570 | "time": "2017-11-30T07:14:17+00:00" |
||
1571 | }, |
||
1572 | { |
||
1573 | "name": "phpdocumentor/type-resolver", |
||
1574 | "version": "0.4.0", |
||
1575 | "source": { |
||
1576 | "type": "git", |
||
1577 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1578 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1579 | }, |
||
1580 | "dist": { |
||
1581 | "type": "zip", |
||
1582 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1583 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1584 | "shasum": "" |
||
1585 | }, |
||
1586 | "require": { |
||
1587 | "php": "^5.5 || ^7.0", |
||
1588 | "phpdocumentor/reflection-common": "^1.0" |
||
1589 | }, |
||
1590 | "require-dev": { |
||
1591 | "mockery/mockery": "^0.9.4", |
||
1592 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1593 | }, |
||
1594 | "type": "library", |
||
1595 | "extra": { |
||
1596 | "branch-alias": { |
||
1597 | "dev-master": "1.0.x-dev" |
||
1598 | } |
||
1599 | }, |
||
1600 | "autoload": { |
||
1601 | "psr-4": { |
||
1602 | "phpDocumentor\\Reflection\\": [ |
||
1603 | "src/" |
||
1604 | ] |
||
1605 | } |
||
1606 | }, |
||
1607 | "notification-url": "https://packagist.org/downloads/", |
||
1608 | "license": [ |
||
1609 | "MIT" |
||
1610 | ], |
||
1611 | "authors": [ |
||
1612 | { |
||
1613 | "name": "Mike van Riel", |
||
1614 | "email": "[email protected]" |
||
1615 | } |
||
1616 | ], |
||
1617 | "time": "2017-07-14T14:27:02+00:00" |
||
1618 | }, |
||
1619 | { |
||
1620 | "name": "phpspec/prophecy", |
||
1621 | "version": "1.7.6", |
||
1622 | "source": { |
||
1623 | "type": "git", |
||
1624 | "url": "https://github.com/phpspec/prophecy.git", |
||
1625 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
1626 | }, |
||
1627 | "dist": { |
||
1628 | "type": "zip", |
||
1629 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1630 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1631 | "shasum": "" |
||
1632 | }, |
||
1633 | "require": { |
||
1634 | "doctrine/instantiator": "^1.0.2", |
||
1635 | "php": "^5.3|^7.0", |
||
1636 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1637 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
1638 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1639 | }, |
||
1640 | "require-dev": { |
||
1641 | "phpspec/phpspec": "^2.5|^3.2", |
||
1642 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
1643 | }, |
||
1644 | "type": "library", |
||
1645 | "extra": { |
||
1646 | "branch-alias": { |
||
1647 | "dev-master": "1.7.x-dev" |
||
1648 | } |
||
1649 | }, |
||
1650 | "autoload": { |
||
1651 | "psr-0": { |
||
1652 | "Prophecy\\": "src/" |
||
1653 | } |
||
1654 | }, |
||
1655 | "notification-url": "https://packagist.org/downloads/", |
||
1656 | "license": [ |
||
1657 | "MIT" |
||
1658 | ], |
||
1659 | "authors": [ |
||
1660 | { |
||
1661 | "name": "Konstantin Kudryashov", |
||
1662 | "email": "[email protected]", |
||
1663 | "homepage": "http://everzet.com" |
||
1664 | }, |
||
1665 | { |
||
1666 | "name": "Marcello Duarte", |
||
1667 | "email": "[email protected]" |
||
1668 | } |
||
1669 | ], |
||
1670 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1671 | "homepage": "https://github.com/phpspec/prophecy", |
||
1672 | "keywords": [ |
||
1673 | "Double", |
||
1674 | "Dummy", |
||
1675 | "fake", |
||
1676 | "mock", |
||
1677 | "spy", |
||
1678 | "stub" |
||
1679 | ], |
||
1680 | "time": "2018-04-18T13:57:24+00:00" |
||
1681 | }, |
||
1682 | { |
||
1683 | "name": "phpunit/php-code-coverage", |
||
1684 | "version": "5.3.2", |
||
1685 | "source": { |
||
1686 | "type": "git", |
||
1687 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1688 | "reference": "c89677919c5dd6d3b3852f230a663118762218ac" |
||
1689 | }, |
||
1690 | "dist": { |
||
1691 | "type": "zip", |
||
1692 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", |
||
1693 | "reference": "c89677919c5dd6d3b3852f230a663118762218ac", |
||
1694 | "shasum": "" |
||
1695 | }, |
||
1696 | "require": { |
||
1697 | "ext-dom": "*", |
||
1698 | "ext-xmlwriter": "*", |
||
1699 | "php": "^7.0", |
||
1700 | "phpunit/php-file-iterator": "^1.4.2", |
||
1701 | "phpunit/php-text-template": "^1.2.1", |
||
1702 | "phpunit/php-token-stream": "^2.0.1", |
||
1703 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
1704 | "sebastian/environment": "^3.0", |
||
1705 | "sebastian/version": "^2.0.1", |
||
1706 | "theseer/tokenizer": "^1.1" |
||
1707 | }, |
||
1708 | "require-dev": { |
||
1709 | "phpunit/phpunit": "^6.0" |
||
1710 | }, |
||
1711 | "suggest": { |
||
1712 | "ext-xdebug": "^2.5.5" |
||
1713 | }, |
||
1714 | "type": "library", |
||
1715 | "extra": { |
||
1716 | "branch-alias": { |
||
1717 | "dev-master": "5.3.x-dev" |
||
1718 | } |
||
1719 | }, |
||
1720 | "autoload": { |
||
1721 | "classmap": [ |
||
1722 | "src/" |
||
1723 | ] |
||
1724 | }, |
||
1725 | "notification-url": "https://packagist.org/downloads/", |
||
1726 | "license": [ |
||
1727 | "BSD-3-Clause" |
||
1728 | ], |
||
1729 | "authors": [ |
||
1730 | { |
||
1731 | "name": "Sebastian Bergmann", |
||
1732 | "email": "[email protected]", |
||
1733 | "role": "lead" |
||
1734 | } |
||
1735 | ], |
||
1736 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1737 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1738 | "keywords": [ |
||
1739 | "coverage", |
||
1740 | "testing", |
||
1741 | "xunit" |
||
1742 | ], |
||
1743 | "time": "2018-04-06T15:36:58+00:00" |
||
1744 | }, |
||
1745 | { |
||
1746 | "name": "phpunit/php-file-iterator", |
||
1747 | "version": "1.4.5", |
||
1748 | "source": { |
||
1749 | "type": "git", |
||
1750 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1751 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
1752 | }, |
||
1753 | "dist": { |
||
1754 | "type": "zip", |
||
1755 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1756 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1757 | "shasum": "" |
||
1758 | }, |
||
1759 | "require": { |
||
1760 | "php": ">=5.3.3" |
||
1761 | }, |
||
1762 | "type": "library", |
||
1763 | "extra": { |
||
1764 | "branch-alias": { |
||
1765 | "dev-master": "1.4.x-dev" |
||
1766 | } |
||
1767 | }, |
||
1768 | "autoload": { |
||
1769 | "classmap": [ |
||
1770 | "src/" |
||
1771 | ] |
||
1772 | }, |
||
1773 | "notification-url": "https://packagist.org/downloads/", |
||
1774 | "license": [ |
||
1775 | "BSD-3-Clause" |
||
1776 | ], |
||
1777 | "authors": [ |
||
1778 | { |
||
1779 | "name": "Sebastian Bergmann", |
||
1780 | "email": "[email protected]", |
||
1781 | "role": "lead" |
||
1782 | } |
||
1783 | ], |
||
1784 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1785 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1786 | "keywords": [ |
||
1787 | "filesystem", |
||
1788 | "iterator" |
||
1789 | ], |
||
1790 | "time": "2017-11-27T13:52:08+00:00" |
||
1791 | }, |
||
1792 | { |
||
1793 | "name": "phpunit/php-text-template", |
||
1794 | "version": "1.2.1", |
||
1795 | "source": { |
||
1796 | "type": "git", |
||
1797 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1798 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1799 | }, |
||
1800 | "dist": { |
||
1801 | "type": "zip", |
||
1802 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1803 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1804 | "shasum": "" |
||
1805 | }, |
||
1806 | "require": { |
||
1807 | "php": ">=5.3.3" |
||
1808 | }, |
||
1809 | "type": "library", |
||
1810 | "autoload": { |
||
1811 | "classmap": [ |
||
1812 | "src/" |
||
1813 | ] |
||
1814 | }, |
||
1815 | "notification-url": "https://packagist.org/downloads/", |
||
1816 | "license": [ |
||
1817 | "BSD-3-Clause" |
||
1818 | ], |
||
1819 | "authors": [ |
||
1820 | { |
||
1821 | "name": "Sebastian Bergmann", |
||
1822 | "email": "[email protected]", |
||
1823 | "role": "lead" |
||
1824 | } |
||
1825 | ], |
||
1826 | "description": "Simple template engine.", |
||
1827 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1828 | "keywords": [ |
||
1829 | "template" |
||
1830 | ], |
||
1831 | "time": "2015-06-21T13:50:34+00:00" |
||
1832 | }, |
||
1833 | { |
||
1834 | "name": "phpunit/php-timer", |
||
1835 | "version": "1.0.9", |
||
1836 | "source": { |
||
1837 | "type": "git", |
||
1838 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1839 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
1840 | }, |
||
1841 | "dist": { |
||
1842 | "type": "zip", |
||
1843 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1844 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1845 | "shasum": "" |
||
1846 | }, |
||
1847 | "require": { |
||
1848 | "php": "^5.3.3 || ^7.0" |
||
1849 | }, |
||
1850 | "require-dev": { |
||
1851 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1852 | }, |
||
1853 | "type": "library", |
||
1854 | "extra": { |
||
1855 | "branch-alias": { |
||
1856 | "dev-master": "1.0-dev" |
||
1857 | } |
||
1858 | }, |
||
1859 | "autoload": { |
||
1860 | "classmap": [ |
||
1861 | "src/" |
||
1862 | ] |
||
1863 | }, |
||
1864 | "notification-url": "https://packagist.org/downloads/", |
||
1865 | "license": [ |
||
1866 | "BSD-3-Clause" |
||
1867 | ], |
||
1868 | "authors": [ |
||
1869 | { |
||
1870 | "name": "Sebastian Bergmann", |
||
1871 | "email": "[email protected]", |
||
1872 | "role": "lead" |
||
1873 | } |
||
1874 | ], |
||
1875 | "description": "Utility class for timing", |
||
1876 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1877 | "keywords": [ |
||
1878 | "timer" |
||
1879 | ], |
||
1880 | "time": "2017-02-26T11:10:40+00:00" |
||
1881 | }, |
||
1882 | { |
||
1883 | "name": "phpunit/php-token-stream", |
||
1884 | "version": "2.0.2", |
||
1885 | "source": { |
||
1886 | "type": "git", |
||
1887 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1888 | "reference": "791198a2c6254db10131eecfe8c06670700904db" |
||
1889 | }, |
||
1890 | "dist": { |
||
1891 | "type": "zip", |
||
1892 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", |
||
1893 | "reference": "791198a2c6254db10131eecfe8c06670700904db", |
||
1894 | "shasum": "" |
||
1895 | }, |
||
1896 | "require": { |
||
1897 | "ext-tokenizer": "*", |
||
1898 | "php": "^7.0" |
||
1899 | }, |
||
1900 | "require-dev": { |
||
1901 | "phpunit/phpunit": "^6.2.4" |
||
1902 | }, |
||
1903 | "type": "library", |
||
1904 | "extra": { |
||
1905 | "branch-alias": { |
||
1906 | "dev-master": "2.0-dev" |
||
1907 | } |
||
1908 | }, |
||
1909 | "autoload": { |
||
1910 | "classmap": [ |
||
1911 | "src/" |
||
1912 | ] |
||
1913 | }, |
||
1914 | "notification-url": "https://packagist.org/downloads/", |
||
1915 | "license": [ |
||
1916 | "BSD-3-Clause" |
||
1917 | ], |
||
1918 | "authors": [ |
||
1919 | { |
||
1920 | "name": "Sebastian Bergmann", |
||
1921 | "email": "[email protected]" |
||
1922 | } |
||
1923 | ], |
||
1924 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1925 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1926 | "keywords": [ |
||
1927 | "tokenizer" |
||
1928 | ], |
||
1929 | "time": "2017-11-27T05:48:46+00:00" |
||
1930 | }, |
||
1931 | { |
||
1932 | "name": "phpunit/phpunit", |
||
1933 | "version": "6.5.x-dev", |
||
1934 | "source": { |
||
1935 | "type": "git", |
||
1936 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1937 | "reference": "1617f456e1522f9b32723549ddc5a370f8322e91" |
||
1938 | }, |
||
1939 | "dist": { |
||
1940 | "type": "zip", |
||
1941 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1617f456e1522f9b32723549ddc5a370f8322e91", |
||
1942 | "reference": "1617f456e1522f9b32723549ddc5a370f8322e91", |
||
1943 | "shasum": "" |
||
1944 | }, |
||
1945 | "require": { |
||
1946 | "ext-dom": "*", |
||
1947 | "ext-json": "*", |
||
1948 | "ext-libxml": "*", |
||
1949 | "ext-mbstring": "*", |
||
1950 | "ext-xml": "*", |
||
1951 | "myclabs/deep-copy": "^1.6.1", |
||
1952 | "phar-io/manifest": "^1.0.1", |
||
1953 | "phar-io/version": "^1.0", |
||
1954 | "php": "^7.0", |
||
1955 | "phpspec/prophecy": "^1.7", |
||
1956 | "phpunit/php-code-coverage": "^5.3", |
||
1957 | "phpunit/php-file-iterator": "^1.4.3", |
||
1958 | "phpunit/php-text-template": "^1.2.1", |
||
1959 | "phpunit/php-timer": "^1.0.9", |
||
1960 | "phpunit/phpunit-mock-objects": "^5.0.5", |
||
1961 | "sebastian/comparator": "^2.1", |
||
1962 | "sebastian/diff": "^2.0", |
||
1963 | "sebastian/environment": "^3.1", |
||
1964 | "sebastian/exporter": "^3.1", |
||
1965 | "sebastian/global-state": "^2.0", |
||
1966 | "sebastian/object-enumerator": "^3.0.3", |
||
1967 | "sebastian/resource-operations": "^1.0", |
||
1968 | "sebastian/version": "^2.0.1" |
||
1969 | }, |
||
1970 | "conflict": { |
||
1971 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
1972 | "phpunit/dbunit": "<3.0" |
||
1973 | }, |
||
1974 | "require-dev": { |
||
1975 | "ext-pdo": "*" |
||
1976 | }, |
||
1977 | "suggest": { |
||
1978 | "ext-xdebug": "*", |
||
1979 | "phpunit/php-invoker": "^1.1" |
||
1980 | }, |
||
1981 | "bin": [ |
||
1982 | "phpunit" |
||
1983 | ], |
||
1984 | "type": "library", |
||
1985 | "extra": { |
||
1986 | "branch-alias": { |
||
1987 | "dev-master": "6.5.x-dev" |
||
1988 | } |
||
1989 | }, |
||
1990 | "autoload": { |
||
1991 | "classmap": [ |
||
1992 | "src/" |
||
1993 | ] |
||
1994 | }, |
||
1995 | "notification-url": "https://packagist.org/downloads/", |
||
1996 | "license": [ |
||
1997 | "BSD-3-Clause" |
||
1998 | ], |
||
1999 | "authors": [ |
||
2000 | { |
||
2001 | "name": "Sebastian Bergmann", |
||
2002 | "email": "[email protected]", |
||
2003 | "role": "lead" |
||
2004 | } |
||
2005 | ], |
||
2006 | "description": "The PHP Unit Testing framework.", |
||
2007 | "homepage": "https://phpunit.de/", |
||
2008 | "keywords": [ |
||
2009 | "phpunit", |
||
2010 | "testing", |
||
2011 | "xunit" |
||
2012 | ], |
||
2013 | "time": "2018-04-16T03:59:19+00:00" |
||
2014 | }, |
||
2015 | { |
||
2016 | "name": "phpunit/phpunit-mock-objects", |
||
2017 | "version": "5.0.6", |
||
2018 | "source": { |
||
2019 | "type": "git", |
||
2020 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2021 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" |
||
2022 | }, |
||
2023 | "dist": { |
||
2024 | "type": "zip", |
||
2025 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
2026 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
2027 | "shasum": "" |
||
2028 | }, |
||
2029 | "require": { |
||
2030 | "doctrine/instantiator": "^1.0.5", |
||
2031 | "php": "^7.0", |
||
2032 | "phpunit/php-text-template": "^1.2.1", |
||
2033 | "sebastian/exporter": "^3.1" |
||
2034 | }, |
||
2035 | "conflict": { |
||
2036 | "phpunit/phpunit": "<6.0" |
||
2037 | }, |
||
2038 | "require-dev": { |
||
2039 | "phpunit/phpunit": "^6.5" |
||
2040 | }, |
||
2041 | "suggest": { |
||
2042 | "ext-soap": "*" |
||
2043 | }, |
||
2044 | "type": "library", |
||
2045 | "extra": { |
||
2046 | "branch-alias": { |
||
2047 | "dev-master": "5.0.x-dev" |
||
2048 | } |
||
2049 | }, |
||
2050 | "autoload": { |
||
2051 | "classmap": [ |
||
2052 | "src/" |
||
2053 | ] |
||
2054 | }, |
||
2055 | "notification-url": "https://packagist.org/downloads/", |
||
2056 | "license": [ |
||
2057 | "BSD-3-Clause" |
||
2058 | ], |
||
2059 | "authors": [ |
||
2060 | { |
||
2061 | "name": "Sebastian Bergmann", |
||
2062 | "email": "[email protected]", |
||
2063 | "role": "lead" |
||
2064 | } |
||
2065 | ], |
||
2066 | "description": "Mock Object library for PHPUnit", |
||
2067 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2068 | "keywords": [ |
||
2069 | "mock", |
||
2070 | "xunit" |
||
2071 | ], |
||
2072 | "time": "2018-01-06T05:45:45+00:00" |
||
2073 | }, |
||
2074 | { |
||
2075 | "name": "psr/log", |
||
2076 | "version": "1.0.2", |
||
2077 | "source": { |
||
2078 | "type": "git", |
||
2079 | "url": "https://github.com/php-fig/log.git", |
||
2080 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
2081 | }, |
||
2082 | "dist": { |
||
2083 | "type": "zip", |
||
2084 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2085 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2086 | "shasum": "" |
||
2087 | }, |
||
2088 | "require": { |
||
2089 | "php": ">=5.3.0" |
||
2090 | }, |
||
2091 | "type": "library", |
||
2092 | "extra": { |
||
2093 | "branch-alias": { |
||
2094 | "dev-master": "1.0.x-dev" |
||
2095 | } |
||
2096 | }, |
||
2097 | "autoload": { |
||
2098 | "psr-4": { |
||
2099 | "Psr\\Log\\": "Psr/Log/" |
||
2100 | } |
||
2101 | }, |
||
2102 | "notification-url": "https://packagist.org/downloads/", |
||
2103 | "license": [ |
||
2104 | "MIT" |
||
2105 | ], |
||
2106 | "authors": [ |
||
2107 | { |
||
2108 | "name": "PHP-FIG", |
||
2109 | "homepage": "http://www.php-fig.org/" |
||
2110 | } |
||
2111 | ], |
||
2112 | "description": "Common interface for logging libraries", |
||
2113 | "homepage": "https://github.com/php-fig/log", |
||
2114 | "keywords": [ |
||
2115 | "log", |
||
2116 | "psr", |
||
2117 | "psr-3" |
||
2118 | ], |
||
2119 | "time": "2016-10-10T12:19:37+00:00" |
||
2120 | }, |
||
2121 | { |
||
2122 | "name": "sebastian/code-unit-reverse-lookup", |
||
2123 | "version": "1.0.1", |
||
2124 | "source": { |
||
2125 | "type": "git", |
||
2126 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2127 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
2128 | }, |
||
2129 | "dist": { |
||
2130 | "type": "zip", |
||
2131 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2132 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2133 | "shasum": "" |
||
2134 | }, |
||
2135 | "require": { |
||
2136 | "php": "^5.6 || ^7.0" |
||
2137 | }, |
||
2138 | "require-dev": { |
||
2139 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
2140 | }, |
||
2141 | "type": "library", |
||
2142 | "extra": { |
||
2143 | "branch-alias": { |
||
2144 | "dev-master": "1.0.x-dev" |
||
2145 | } |
||
2146 | }, |
||
2147 | "autoload": { |
||
2148 | "classmap": [ |
||
2149 | "src/" |
||
2150 | ] |
||
2151 | }, |
||
2152 | "notification-url": "https://packagist.org/downloads/", |
||
2153 | "license": [ |
||
2154 | "BSD-3-Clause" |
||
2155 | ], |
||
2156 | "authors": [ |
||
2157 | { |
||
2158 | "name": "Sebastian Bergmann", |
||
2159 | "email": "[email protected]" |
||
2160 | } |
||
2161 | ], |
||
2162 | "description": "Looks up which function or method a line of code belongs to", |
||
2163 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2164 | "time": "2017-03-04T06:30:41+00:00" |
||
2165 | }, |
||
2166 | { |
||
2167 | "name": "sebastian/comparator", |
||
2168 | "version": "2.1.3", |
||
2169 | "source": { |
||
2170 | "type": "git", |
||
2171 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2172 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
2173 | }, |
||
2174 | "dist": { |
||
2175 | "type": "zip", |
||
2176 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2177 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2178 | "shasum": "" |
||
2179 | }, |
||
2180 | "require": { |
||
2181 | "php": "^7.0", |
||
2182 | "sebastian/diff": "^2.0 || ^3.0", |
||
2183 | "sebastian/exporter": "^3.1" |
||
2184 | }, |
||
2185 | "require-dev": { |
||
2186 | "phpunit/phpunit": "^6.4" |
||
2187 | }, |
||
2188 | "type": "library", |
||
2189 | "extra": { |
||
2190 | "branch-alias": { |
||
2191 | "dev-master": "2.1.x-dev" |
||
2192 | } |
||
2193 | }, |
||
2194 | "autoload": { |
||
2195 | "classmap": [ |
||
2196 | "src/" |
||
2197 | ] |
||
2198 | }, |
||
2199 | "notification-url": "https://packagist.org/downloads/", |
||
2200 | "license": [ |
||
2201 | "BSD-3-Clause" |
||
2202 | ], |
||
2203 | "authors": [ |
||
2204 | { |
||
2205 | "name": "Jeff Welch", |
||
2206 | "email": "[email protected]" |
||
2207 | }, |
||
2208 | { |
||
2209 | "name": "Volker Dusch", |
||
2210 | "email": "[email protected]" |
||
2211 | }, |
||
2212 | { |
||
2213 | "name": "Bernhard Schussek", |
||
2214 | "email": "[email protected]" |
||
2215 | }, |
||
2216 | { |
||
2217 | "name": "Sebastian Bergmann", |
||
2218 | "email": "[email protected]" |
||
2219 | } |
||
2220 | ], |
||
2221 | "description": "Provides the functionality to compare PHP values for equality", |
||
2222 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
2223 | "keywords": [ |
||
2224 | "comparator", |
||
2225 | "compare", |
||
2226 | "equality" |
||
2227 | ], |
||
2228 | "time": "2018-02-01T13:46:46+00:00" |
||
2229 | }, |
||
2230 | { |
||
2231 | "name": "sebastian/diff", |
||
2232 | "version": "2.0.1", |
||
2233 | "source": { |
||
2234 | "type": "git", |
||
2235 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2236 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
2237 | }, |
||
2238 | "dist": { |
||
2239 | "type": "zip", |
||
2240 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2241 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2242 | "shasum": "" |
||
2243 | }, |
||
2244 | "require": { |
||
2245 | "php": "^7.0" |
||
2246 | }, |
||
2247 | "require-dev": { |
||
2248 | "phpunit/phpunit": "^6.2" |
||
2249 | }, |
||
2250 | "type": "library", |
||
2251 | "extra": { |
||
2252 | "branch-alias": { |
||
2253 | "dev-master": "2.0-dev" |
||
2254 | } |
||
2255 | }, |
||
2256 | "autoload": { |
||
2257 | "classmap": [ |
||
2258 | "src/" |
||
2259 | ] |
||
2260 | }, |
||
2261 | "notification-url": "https://packagist.org/downloads/", |
||
2262 | "license": [ |
||
2263 | "BSD-3-Clause" |
||
2264 | ], |
||
2265 | "authors": [ |
||
2266 | { |
||
2267 | "name": "Kore Nordmann", |
||
2268 | "email": "[email protected]" |
||
2269 | }, |
||
2270 | { |
||
2271 | "name": "Sebastian Bergmann", |
||
2272 | "email": "[email protected]" |
||
2273 | } |
||
2274 | ], |
||
2275 | "description": "Diff implementation", |
||
2276 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2277 | "keywords": [ |
||
2278 | "diff" |
||
2279 | ], |
||
2280 | "time": "2017-08-03T08:09:46+00:00" |
||
2281 | }, |
||
2282 | { |
||
2283 | "name": "sebastian/environment", |
||
2284 | "version": "3.1.0", |
||
2285 | "source": { |
||
2286 | "type": "git", |
||
2287 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2288 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
2289 | }, |
||
2290 | "dist": { |
||
2291 | "type": "zip", |
||
2292 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2293 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2294 | "shasum": "" |
||
2295 | }, |
||
2296 | "require": { |
||
2297 | "php": "^7.0" |
||
2298 | }, |
||
2299 | "require-dev": { |
||
2300 | "phpunit/phpunit": "^6.1" |
||
2301 | }, |
||
2302 | "type": "library", |
||
2303 | "extra": { |
||
2304 | "branch-alias": { |
||
2305 | "dev-master": "3.1.x-dev" |
||
2306 | } |
||
2307 | }, |
||
2308 | "autoload": { |
||
2309 | "classmap": [ |
||
2310 | "src/" |
||
2311 | ] |
||
2312 | }, |
||
2313 | "notification-url": "https://packagist.org/downloads/", |
||
2314 | "license": [ |
||
2315 | "BSD-3-Clause" |
||
2316 | ], |
||
2317 | "authors": [ |
||
2318 | { |
||
2319 | "name": "Sebastian Bergmann", |
||
2320 | "email": "[email protected]" |
||
2321 | } |
||
2322 | ], |
||
2323 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2324 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2325 | "keywords": [ |
||
2326 | "Xdebug", |
||
2327 | "environment", |
||
2328 | "hhvm" |
||
2329 | ], |
||
2330 | "time": "2017-07-01T08:51:00+00:00" |
||
2331 | }, |
||
2332 | { |
||
2333 | "name": "sebastian/exporter", |
||
2334 | "version": "3.1.0", |
||
2335 | "source": { |
||
2336 | "type": "git", |
||
2337 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2338 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2339 | }, |
||
2340 | "dist": { |
||
2341 | "type": "zip", |
||
2342 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2343 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2344 | "shasum": "" |
||
2345 | }, |
||
2346 | "require": { |
||
2347 | "php": "^7.0", |
||
2348 | "sebastian/recursion-context": "^3.0" |
||
2349 | }, |
||
2350 | "require-dev": { |
||
2351 | "ext-mbstring": "*", |
||
2352 | "phpunit/phpunit": "^6.0" |
||
2353 | }, |
||
2354 | "type": "library", |
||
2355 | "extra": { |
||
2356 | "branch-alias": { |
||
2357 | "dev-master": "3.1.x-dev" |
||
2358 | } |
||
2359 | }, |
||
2360 | "autoload": { |
||
2361 | "classmap": [ |
||
2362 | "src/" |
||
2363 | ] |
||
2364 | }, |
||
2365 | "notification-url": "https://packagist.org/downloads/", |
||
2366 | "license": [ |
||
2367 | "BSD-3-Clause" |
||
2368 | ], |
||
2369 | "authors": [ |
||
2370 | { |
||
2371 | "name": "Jeff Welch", |
||
2372 | "email": "[email protected]" |
||
2373 | }, |
||
2374 | { |
||
2375 | "name": "Volker Dusch", |
||
2376 | "email": "[email protected]" |
||
2377 | }, |
||
2378 | { |
||
2379 | "name": "Bernhard Schussek", |
||
2380 | "email": "[email protected]" |
||
2381 | }, |
||
2382 | { |
||
2383 | "name": "Sebastian Bergmann", |
||
2384 | "email": "[email protected]" |
||
2385 | }, |
||
2386 | { |
||
2387 | "name": "Adam Harvey", |
||
2388 | "email": "[email protected]" |
||
2389 | } |
||
2390 | ], |
||
2391 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2392 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2393 | "keywords": [ |
||
2394 | "export", |
||
2395 | "exporter" |
||
2396 | ], |
||
2397 | "time": "2017-04-03T13:19:02+00:00" |
||
2398 | }, |
||
2399 | { |
||
2400 | "name": "sebastian/global-state", |
||
2401 | "version": "2.0.0", |
||
2402 | "source": { |
||
2403 | "type": "git", |
||
2404 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2405 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
2406 | }, |
||
2407 | "dist": { |
||
2408 | "type": "zip", |
||
2409 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2410 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2411 | "shasum": "" |
||
2412 | }, |
||
2413 | "require": { |
||
2414 | "php": "^7.0" |
||
2415 | }, |
||
2416 | "require-dev": { |
||
2417 | "phpunit/phpunit": "^6.0" |
||
2418 | }, |
||
2419 | "suggest": { |
||
2420 | "ext-uopz": "*" |
||
2421 | }, |
||
2422 | "type": "library", |
||
2423 | "extra": { |
||
2424 | "branch-alias": { |
||
2425 | "dev-master": "2.0-dev" |
||
2426 | } |
||
2427 | }, |
||
2428 | "autoload": { |
||
2429 | "classmap": [ |
||
2430 | "src/" |
||
2431 | ] |
||
2432 | }, |
||
2433 | "notification-url": "https://packagist.org/downloads/", |
||
2434 | "license": [ |
||
2435 | "BSD-3-Clause" |
||
2436 | ], |
||
2437 | "authors": [ |
||
2438 | { |
||
2439 | "name": "Sebastian Bergmann", |
||
2440 | "email": "[email protected]" |
||
2441 | } |
||
2442 | ], |
||
2443 | "description": "Snapshotting of global state", |
||
2444 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2445 | "keywords": [ |
||
2446 | "global state" |
||
2447 | ], |
||
2448 | "time": "2017-04-27T15:39:26+00:00" |
||
2449 | }, |
||
2450 | { |
||
2451 | "name": "sebastian/object-enumerator", |
||
2452 | "version": "3.0.3", |
||
2453 | "source": { |
||
2454 | "type": "git", |
||
2455 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2456 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
2457 | }, |
||
2458 | "dist": { |
||
2459 | "type": "zip", |
||
2460 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2461 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2462 | "shasum": "" |
||
2463 | }, |
||
2464 | "require": { |
||
2465 | "php": "^7.0", |
||
2466 | "sebastian/object-reflector": "^1.1.1", |
||
2467 | "sebastian/recursion-context": "^3.0" |
||
2468 | }, |
||
2469 | "require-dev": { |
||
2470 | "phpunit/phpunit": "^6.0" |
||
2471 | }, |
||
2472 | "type": "library", |
||
2473 | "extra": { |
||
2474 | "branch-alias": { |
||
2475 | "dev-master": "3.0.x-dev" |
||
2476 | } |
||
2477 | }, |
||
2478 | "autoload": { |
||
2479 | "classmap": [ |
||
2480 | "src/" |
||
2481 | ] |
||
2482 | }, |
||
2483 | "notification-url": "https://packagist.org/downloads/", |
||
2484 | "license": [ |
||
2485 | "BSD-3-Clause" |
||
2486 | ], |
||
2487 | "authors": [ |
||
2488 | { |
||
2489 | "name": "Sebastian Bergmann", |
||
2490 | "email": "[email protected]" |
||
2491 | } |
||
2492 | ], |
||
2493 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2494 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2495 | "time": "2017-08-03T12:35:26+00:00" |
||
2496 | }, |
||
2497 | { |
||
2498 | "name": "sebastian/object-reflector", |
||
2499 | "version": "1.1.1", |
||
2500 | "source": { |
||
2501 | "type": "git", |
||
2502 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
2503 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
2504 | }, |
||
2505 | "dist": { |
||
2506 | "type": "zip", |
||
2507 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
2508 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
2509 | "shasum": "" |
||
2510 | }, |
||
2511 | "require": { |
||
2512 | "php": "^7.0" |
||
2513 | }, |
||
2514 | "require-dev": { |
||
2515 | "phpunit/phpunit": "^6.0" |
||
2516 | }, |
||
2517 | "type": "library", |
||
2518 | "extra": { |
||
2519 | "branch-alias": { |
||
2520 | "dev-master": "1.1-dev" |
||
2521 | } |
||
2522 | }, |
||
2523 | "autoload": { |
||
2524 | "classmap": [ |
||
2525 | "src/" |
||
2526 | ] |
||
2527 | }, |
||
2528 | "notification-url": "https://packagist.org/downloads/", |
||
2529 | "license": [ |
||
2530 | "BSD-3-Clause" |
||
2531 | ], |
||
2532 | "authors": [ |
||
2533 | { |
||
2534 | "name": "Sebastian Bergmann", |
||
2535 | "email": "[email protected]" |
||
2536 | } |
||
2537 | ], |
||
2538 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
2539 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
2540 | "time": "2017-03-29T09:07:27+00:00" |
||
2541 | }, |
||
2542 | { |
||
2543 | "name": "sebastian/recursion-context", |
||
2544 | "version": "3.0.0", |
||
2545 | "source": { |
||
2546 | "type": "git", |
||
2547 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2548 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
2549 | }, |
||
2550 | "dist": { |
||
2551 | "type": "zip", |
||
2552 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2553 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2554 | "shasum": "" |
||
2555 | }, |
||
2556 | "require": { |
||
2557 | "php": "^7.0" |
||
2558 | }, |
||
2559 | "require-dev": { |
||
2560 | "phpunit/phpunit": "^6.0" |
||
2561 | }, |
||
2562 | "type": "library", |
||
2563 | "extra": { |
||
2564 | "branch-alias": { |
||
2565 | "dev-master": "3.0.x-dev" |
||
2566 | } |
||
2567 | }, |
||
2568 | "autoload": { |
||
2569 | "classmap": [ |
||
2570 | "src/" |
||
2571 | ] |
||
2572 | }, |
||
2573 | "notification-url": "https://packagist.org/downloads/", |
||
2574 | "license": [ |
||
2575 | "BSD-3-Clause" |
||
2576 | ], |
||
2577 | "authors": [ |
||
2578 | { |
||
2579 | "name": "Jeff Welch", |
||
2580 | "email": "[email protected]" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "Sebastian Bergmann", |
||
2584 | "email": "[email protected]" |
||
2585 | }, |
||
2586 | { |
||
2587 | "name": "Adam Harvey", |
||
2588 | "email": "[email protected]" |
||
2589 | } |
||
2590 | ], |
||
2591 | "description": "Provides functionality to recursively process PHP variables", |
||
2592 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2593 | "time": "2017-03-03T06:23:57+00:00" |
||
2594 | }, |
||
2595 | { |
||
2596 | "name": "sebastian/resource-operations", |
||
2597 | "version": "1.0.0", |
||
2598 | "source": { |
||
2599 | "type": "git", |
||
2600 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2601 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2602 | }, |
||
2603 | "dist": { |
||
2604 | "type": "zip", |
||
2605 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2606 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2607 | "shasum": "" |
||
2608 | }, |
||
2609 | "require": { |
||
2610 | "php": ">=5.6.0" |
||
2611 | }, |
||
2612 | "type": "library", |
||
2613 | "extra": { |
||
2614 | "branch-alias": { |
||
2615 | "dev-master": "1.0.x-dev" |
||
2616 | } |
||
2617 | }, |
||
2618 | "autoload": { |
||
2619 | "classmap": [ |
||
2620 | "src/" |
||
2621 | ] |
||
2622 | }, |
||
2623 | "notification-url": "https://packagist.org/downloads/", |
||
2624 | "license": [ |
||
2625 | "BSD-3-Clause" |
||
2626 | ], |
||
2627 | "authors": [ |
||
2628 | { |
||
2629 | "name": "Sebastian Bergmann", |
||
2630 | "email": "[email protected]" |
||
2631 | } |
||
2632 | ], |
||
2633 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2634 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2635 | "time": "2015-07-28T20:34:47+00:00" |
||
2636 | }, |
||
2637 | { |
||
2638 | "name": "sebastian/version", |
||
2639 | "version": "2.0.1", |
||
2640 | "source": { |
||
2641 | "type": "git", |
||
2642 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2643 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2644 | }, |
||
2645 | "dist": { |
||
2646 | "type": "zip", |
||
2647 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2648 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2649 | "shasum": "" |
||
2650 | }, |
||
2651 | "require": { |
||
2652 | "php": ">=5.6" |
||
2653 | }, |
||
2654 | "type": "library", |
||
2655 | "extra": { |
||
2656 | "branch-alias": { |
||
2657 | "dev-master": "2.0.x-dev" |
||
2658 | } |
||
2659 | }, |
||
2660 | "autoload": { |
||
2661 | "classmap": [ |
||
2662 | "src/" |
||
2663 | ] |
||
2664 | }, |
||
2665 | "notification-url": "https://packagist.org/downloads/", |
||
2666 | "license": [ |
||
2667 | "BSD-3-Clause" |
||
2668 | ], |
||
2669 | "authors": [ |
||
2670 | { |
||
2671 | "name": "Sebastian Bergmann", |
||
2672 | "email": "[email protected]", |
||
2673 | "role": "lead" |
||
2674 | } |
||
2675 | ], |
||
2676 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2677 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2678 | "time": "2016-10-03T07:35:21+00:00" |
||
2679 | }, |
||
2680 | { |
||
2681 | "name": "symfony/event-dispatcher", |
||
2682 | "version": "v4.0.8", |
||
2683 | "source": { |
||
2684 | "type": "git", |
||
2685 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2686 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b" |
||
2687 | }, |
||
2688 | "dist": { |
||
2689 | "type": "zip", |
||
2690 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b", |
||
2691 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b", |
||
2692 | "shasum": "" |
||
2693 | }, |
||
2694 | "require": { |
||
2695 | "php": "^7.1.3" |
||
2696 | }, |
||
2697 | "conflict": { |
||
2698 | "symfony/dependency-injection": "<3.4" |
||
2699 | }, |
||
2700 | "require-dev": { |
||
2701 | "psr/log": "~1.0", |
||
2702 | "symfony/config": "~3.4|~4.0", |
||
2703 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2704 | "symfony/expression-language": "~3.4|~4.0", |
||
2705 | "symfony/stopwatch": "~3.4|~4.0" |
||
2706 | }, |
||
2707 | "suggest": { |
||
2708 | "symfony/dependency-injection": "", |
||
2709 | "symfony/http-kernel": "" |
||
2710 | }, |
||
2711 | "type": "library", |
||
2712 | "extra": { |
||
2713 | "branch-alias": { |
||
2714 | "dev-master": "4.0-dev" |
||
2715 | } |
||
2716 | }, |
||
2717 | "autoload": { |
||
2718 | "psr-4": { |
||
2719 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2720 | }, |
||
2721 | "exclude-from-classmap": [ |
||
2722 | "/Tests/" |
||
2723 | ] |
||
2724 | }, |
||
2725 | "notification-url": "https://packagist.org/downloads/", |
||
2726 | "license": [ |
||
2727 | "MIT" |
||
2728 | ], |
||
2729 | "authors": [ |
||
2730 | { |
||
2731 | "name": "Fabien Potencier", |
||
2732 | "email": "[email protected]" |
||
2733 | }, |
||
2734 | { |
||
2735 | "name": "Symfony Community", |
||
2736 | "homepage": "https://symfony.com/contributors" |
||
2737 | } |
||
2738 | ], |
||
2739 | "description": "Symfony EventDispatcher Component", |
||
2740 | "homepage": "https://symfony.com", |
||
2741 | "time": "2018-04-06T07:35:43+00:00" |
||
2742 | }, |
||
2743 | { |
||
2744 | "name": "symfony/filesystem", |
||
2745 | "version": "v4.0.8", |
||
2746 | "source": { |
||
2747 | "type": "git", |
||
2748 | "url": "https://github.com/symfony/filesystem.git", |
||
2749 | "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21" |
||
2750 | }, |
||
2751 | "dist": { |
||
2752 | "type": "zip", |
||
2753 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21", |
||
2754 | "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21", |
||
2755 | "shasum": "" |
||
2756 | }, |
||
2757 | "require": { |
||
2758 | "php": "^7.1.3" |
||
2759 | }, |
||
2760 | "type": "library", |
||
2761 | "extra": { |
||
2762 | "branch-alias": { |
||
2763 | "dev-master": "4.0-dev" |
||
2764 | } |
||
2765 | }, |
||
2766 | "autoload": { |
||
2767 | "psr-4": { |
||
2768 | "Symfony\\Component\\Filesystem\\": "" |
||
2769 | }, |
||
2770 | "exclude-from-classmap": [ |
||
2771 | "/Tests/" |
||
2772 | ] |
||
2773 | }, |
||
2774 | "notification-url": "https://packagist.org/downloads/", |
||
2775 | "license": [ |
||
2776 | "MIT" |
||
2777 | ], |
||
2778 | "authors": [ |
||
2779 | { |
||
2780 | "name": "Fabien Potencier", |
||
2781 | "email": "[email protected]" |
||
2782 | }, |
||
2783 | { |
||
2784 | "name": "Symfony Community", |
||
2785 | "homepage": "https://symfony.com/contributors" |
||
2786 | } |
||
2787 | ], |
||
2788 | "description": "Symfony Filesystem Component", |
||
2789 | "homepage": "https://symfony.com", |
||
2790 | "time": "2018-02-22T10:50:29+00:00" |
||
2791 | }, |
||
2792 | { |
||
2793 | "name": "symfony/finder", |
||
2794 | "version": "v4.0.8", |
||
2795 | "source": { |
||
2796 | "type": "git", |
||
2797 | "url": "https://github.com/symfony/finder.git", |
||
2798 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49" |
||
2799 | }, |
||
2800 | "dist": { |
||
2801 | "type": "zip", |
||
2802 | "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
2803 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
2804 | "shasum": "" |
||
2805 | }, |
||
2806 | "require": { |
||
2807 | "php": "^7.1.3" |
||
2808 | }, |
||
2809 | "type": "library", |
||
2810 | "extra": { |
||
2811 | "branch-alias": { |
||
2812 | "dev-master": "4.0-dev" |
||
2813 | } |
||
2814 | }, |
||
2815 | "autoload": { |
||
2816 | "psr-4": { |
||
2817 | "Symfony\\Component\\Finder\\": "" |
||
2818 | }, |
||
2819 | "exclude-from-classmap": [ |
||
2820 | "/Tests/" |
||
2821 | ] |
||
2822 | }, |
||
2823 | "notification-url": "https://packagist.org/downloads/", |
||
2824 | "license": [ |
||
2825 | "MIT" |
||
2826 | ], |
||
2827 | "authors": [ |
||
2828 | { |
||
2829 | "name": "Fabien Potencier", |
||
2830 | "email": "[email protected]" |
||
2831 | }, |
||
2832 | { |
||
2833 | "name": "Symfony Community", |
||
2834 | "homepage": "https://symfony.com/contributors" |
||
2835 | } |
||
2836 | ], |
||
2837 | "description": "Symfony Finder Component", |
||
2838 | "homepage": "https://symfony.com", |
||
2839 | "time": "2018-04-04T05:10:37+00:00" |
||
2840 | }, |
||
2841 | { |
||
2842 | "name": "symfony/options-resolver", |
||
2843 | "version": "v4.0.8", |
||
2844 | "source": { |
||
2845 | "type": "git", |
||
2846 | "url": "https://github.com/symfony/options-resolver.git", |
||
2847 | "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0" |
||
2848 | }, |
||
2849 | "dist": { |
||
2850 | "type": "zip", |
||
2851 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0", |
||
2852 | "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0", |
||
2853 | "shasum": "" |
||
2854 | }, |
||
2855 | "require": { |
||
2856 | "php": "^7.1.3" |
||
2857 | }, |
||
2858 | "type": "library", |
||
2859 | "extra": { |
||
2860 | "branch-alias": { |
||
2861 | "dev-master": "4.0-dev" |
||
2862 | } |
||
2863 | }, |
||
2864 | "autoload": { |
||
2865 | "psr-4": { |
||
2866 | "Symfony\\Component\\OptionsResolver\\": "" |
||
2867 | }, |
||
2868 | "exclude-from-classmap": [ |
||
2869 | "/Tests/" |
||
2870 | ] |
||
2871 | }, |
||
2872 | "notification-url": "https://packagist.org/downloads/", |
||
2873 | "license": [ |
||
2874 | "MIT" |
||
2875 | ], |
||
2876 | "authors": [ |
||
2877 | { |
||
2878 | "name": "Fabien Potencier", |
||
2879 | "email": "[email protected]" |
||
2880 | }, |
||
2881 | { |
||
2882 | "name": "Symfony Community", |
||
2883 | "homepage": "https://symfony.com/contributors" |
||
2884 | } |
||
2885 | ], |
||
2886 | "description": "Symfony OptionsResolver Component", |
||
2887 | "homepage": "https://symfony.com", |
||
2888 | "keywords": [ |
||
2889 | "config", |
||
2890 | "configuration", |
||
2891 | "options" |
||
2892 | ], |
||
2893 | "time": "2018-01-18T22:19:33+00:00" |
||
2894 | }, |
||
2895 | { |
||
2896 | "name": "symfony/polyfill-php70", |
||
2897 | "version": "v1.7.0", |
||
2898 | "source": { |
||
2899 | "type": "git", |
||
2900 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2901 | "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f" |
||
2902 | }, |
||
2903 | "dist": { |
||
2904 | "type": "zip", |
||
2905 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f", |
||
2906 | "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f", |
||
2907 | "shasum": "" |
||
2908 | }, |
||
2909 | "require": { |
||
2910 | "paragonie/random_compat": "~1.0|~2.0", |
||
2911 | "php": ">=5.3.3" |
||
2912 | }, |
||
2913 | "type": "library", |
||
2914 | "extra": { |
||
2915 | "branch-alias": { |
||
2916 | "dev-master": "1.7-dev" |
||
2917 | } |
||
2918 | }, |
||
2919 | "autoload": { |
||
2920 | "psr-4": { |
||
2921 | "Symfony\\Polyfill\\Php70\\": "" |
||
2922 | }, |
||
2923 | "files": [ |
||
2924 | "bootstrap.php" |
||
2925 | ], |
||
2926 | "classmap": [ |
||
2927 | "Resources/stubs" |
||
2928 | ] |
||
2929 | }, |
||
2930 | "notification-url": "https://packagist.org/downloads/", |
||
2931 | "license": [ |
||
2932 | "MIT" |
||
2933 | ], |
||
2934 | "authors": [ |
||
2935 | { |
||
2936 | "name": "Nicolas Grekas", |
||
2937 | "email": "[email protected]" |
||
2938 | }, |
||
2939 | { |
||
2940 | "name": "Symfony Community", |
||
2941 | "homepage": "https://symfony.com/contributors" |
||
2942 | } |
||
2943 | ], |
||
2944 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2945 | "homepage": "https://symfony.com", |
||
2946 | "keywords": [ |
||
2947 | "compatibility", |
||
2948 | "polyfill", |
||
2949 | "portable", |
||
2950 | "shim" |
||
2951 | ], |
||
2952 | "time": "2018-01-30T19:27:44+00:00" |
||
2953 | }, |
||
2954 | { |
||
2955 | "name": "symfony/polyfill-php72", |
||
2956 | "version": "v1.7.0", |
||
2957 | "source": { |
||
2958 | "type": "git", |
||
2959 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
2960 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422" |
||
2961 | }, |
||
2962 | "dist": { |
||
2963 | "type": "zip", |
||
2964 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422", |
||
2965 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422", |
||
2966 | "shasum": "" |
||
2967 | }, |
||
2968 | "require": { |
||
2969 | "php": ">=5.3.3" |
||
2970 | }, |
||
2971 | "type": "library", |
||
2972 | "extra": { |
||
2973 | "branch-alias": { |
||
2974 | "dev-master": "1.7-dev" |
||
2975 | } |
||
2976 | }, |
||
2977 | "autoload": { |
||
2978 | "psr-4": { |
||
2979 | "Symfony\\Polyfill\\Php72\\": "" |
||
2980 | }, |
||
2981 | "files": [ |
||
2982 | "bootstrap.php" |
||
2983 | ] |
||
2984 | }, |
||
2985 | "notification-url": "https://packagist.org/downloads/", |
||
2986 | "license": [ |
||
2987 | "MIT" |
||
2988 | ], |
||
2989 | "authors": [ |
||
2990 | { |
||
2991 | "name": "Nicolas Grekas", |
||
2992 | "email": "[email protected]" |
||
2993 | }, |
||
2994 | { |
||
2995 | "name": "Symfony Community", |
||
2996 | "homepage": "https://symfony.com/contributors" |
||
2997 | } |
||
2998 | ], |
||
2999 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
3000 | "homepage": "https://symfony.com", |
||
3001 | "keywords": [ |
||
3002 | "compatibility", |
||
3003 | "polyfill", |
||
3004 | "portable", |
||
3005 | "shim" |
||
3006 | ], |
||
3007 | "time": "2018-01-31T17:43:24+00:00" |
||
3008 | }, |
||
3009 | { |
||
3010 | "name": "symfony/process", |
||
3011 | "version": "v4.0.8", |
||
3012 | "source": { |
||
3013 | "type": "git", |
||
3014 | "url": "https://github.com/symfony/process.git", |
||
3015 | "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25" |
||
3016 | }, |
||
3017 | "dist": { |
||
3018 | "type": "zip", |
||
3019 | "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25", |
||
3020 | "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25", |
||
3021 | "shasum": "" |
||
3022 | }, |
||
3023 | "require": { |
||
3024 | "php": "^7.1.3" |
||
3025 | }, |
||
3026 | "type": "library", |
||
3027 | "extra": { |
||
3028 | "branch-alias": { |
||
3029 | "dev-master": "4.0-dev" |
||
3030 | } |
||
3031 | }, |
||
3032 | "autoload": { |
||
3033 | "psr-4": { |
||
3034 | "Symfony\\Component\\Process\\": "" |
||
3035 | }, |
||
3036 | "exclude-from-classmap": [ |
||
3037 | "/Tests/" |
||
3038 | ] |
||
3039 | }, |
||
3040 | "notification-url": "https://packagist.org/downloads/", |
||
3041 | "license": [ |
||
3042 | "MIT" |
||
3043 | ], |
||
3044 | "authors": [ |
||
3045 | { |
||
3046 | "name": "Fabien Potencier", |
||
3047 | "email": "[email protected]" |
||
3048 | }, |
||
3049 | { |
||
3050 | "name": "Symfony Community", |
||
3051 | "homepage": "https://symfony.com/contributors" |
||
3052 | } |
||
3053 | ], |
||
3054 | "description": "Symfony Process Component", |
||
3055 | "homepage": "https://symfony.com", |
||
3056 | "time": "2018-04-03T05:24:00+00:00" |
||
3057 | }, |
||
3058 | { |
||
3059 | "name": "symfony/stopwatch", |
||
3060 | "version": "v4.0.8", |
||
3061 | "source": { |
||
3062 | "type": "git", |
||
3063 | "url": "https://github.com/symfony/stopwatch.git", |
||
3064 | "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042" |
||
3065 | }, |
||
3066 | "dist": { |
||
3067 | "type": "zip", |
||
3068 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042", |
||
3069 | "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042", |
||
3070 | "shasum": "" |
||
3071 | }, |
||
3072 | "require": { |
||
3073 | "php": "^7.1.3" |
||
3074 | }, |
||
3075 | "type": "library", |
||
3076 | "extra": { |
||
3077 | "branch-alias": { |
||
3078 | "dev-master": "4.0-dev" |
||
3079 | } |
||
3080 | }, |
||
3081 | "autoload": { |
||
3082 | "psr-4": { |
||
3083 | "Symfony\\Component\\Stopwatch\\": "" |
||
3084 | }, |
||
3085 | "exclude-from-classmap": [ |
||
3086 | "/Tests/" |
||
3087 | ] |
||
3088 | }, |
||
3089 | "notification-url": "https://packagist.org/downloads/", |
||
3090 | "license": [ |
||
3091 | "MIT" |
||
3092 | ], |
||
3093 | "authors": [ |
||
3094 | { |
||
3095 | "name": "Fabien Potencier", |
||
3096 | "email": "[email protected]" |
||
3097 | }, |
||
3098 | { |
||
3099 | "name": "Symfony Community", |
||
3100 | "homepage": "https://symfony.com/contributors" |
||
3101 | } |
||
3102 | ], |
||
3103 | "description": "Symfony Stopwatch Component", |
||
3104 | "homepage": "https://symfony.com", |
||
3105 | "time": "2018-02-19T16:50:22+00:00" |
||
3106 | }, |
||
3107 | { |
||
3108 | "name": "theseer/tokenizer", |
||
3109 | "version": "1.1.0", |
||
3110 | "source": { |
||
3111 | "type": "git", |
||
3112 | "url": "https://github.com/theseer/tokenizer.git", |
||
3113 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3114 | }, |
||
3115 | "dist": { |
||
3116 | "type": "zip", |
||
3117 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3118 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3119 | "shasum": "" |
||
3120 | }, |
||
3121 | "require": { |
||
3122 | "ext-dom": "*", |
||
3123 | "ext-tokenizer": "*", |
||
3124 | "ext-xmlwriter": "*", |
||
3125 | "php": "^7.0" |
||
3126 | }, |
||
3127 | "type": "library", |
||
3128 | "autoload": { |
||
3129 | "classmap": [ |
||
3130 | "src/" |
||
3131 | ] |
||
3132 | }, |
||
3133 | "notification-url": "https://packagist.org/downloads/", |
||
3134 | "license": [ |
||
3135 | "BSD-3-Clause" |
||
3136 | ], |
||
3137 | "authors": [ |
||
3138 | { |
||
3139 | "name": "Arne Blankerts", |
||
3140 | "email": "[email protected]", |
||
3141 | "role": "Developer" |
||
3142 | } |
||
3143 | ], |
||
3144 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3145 | "time": "2017-04-07T12:08:54+00:00" |
||
3146 | }, |
||
3147 | { |
||
3148 | "name": "webmozart/assert", |
||
3149 | "version": "1.3.0", |
||
3150 | "source": { |
||
3151 | "type": "git", |
||
3152 | "url": "https://github.com/webmozart/assert.git", |
||
3153 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
3154 | }, |
||
3155 | "dist": { |
||
3156 | "type": "zip", |
||
3157 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
3158 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
3159 | "shasum": "" |
||
3160 | }, |
||
3161 | "require": { |
||
3162 | "php": "^5.3.3 || ^7.0" |
||
3163 | }, |
||
3164 | "require-dev": { |
||
3165 | "phpunit/phpunit": "^4.6", |
||
3166 | "sebastian/version": "^1.0.1" |
||
3167 | }, |
||
3168 | "type": "library", |
||
3169 | "extra": { |
||
3170 | "branch-alias": { |
||
3171 | "dev-master": "1.3-dev" |
||
3172 | } |
||
3173 | }, |
||
3174 | "autoload": { |
||
3175 | "psr-4": { |
||
3176 | "Webmozart\\Assert\\": "src/" |
||
3177 | } |
||
3178 | }, |
||
3179 | "notification-url": "https://packagist.org/downloads/", |
||
3180 | "license": [ |
||
3181 | "MIT" |
||
3182 | ], |
||
3183 | "authors": [ |
||
3184 | { |
||
3185 | "name": "Bernhard Schussek", |
||
3186 | "email": "[email protected]" |
||
3187 | } |
||
3188 | ], |
||
3189 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3190 | "keywords": [ |
||
3191 | "assert", |
||
3192 | "check", |
||
3193 | "validate" |
||
3194 | ], |
||
3195 | "time": "2018-01-29T19:49:41+00:00" |
||
3196 | } |
||
3197 | ], |
||
3198 | "aliases": [], |
||
3199 | "minimum-stability": "stable", |
||
3200 | "stability-flags": { |
||
3201 | "phpunit/phpunit": 20, |
||
3202 | "mockery/mockery": 20, |
||
3203 | "php-mock/php-mock": 20, |
||
3204 | "friendsofphp/php-cs-fixer": 20 |
||
3205 | }, |
||
3206 | "prefer-stable": false, |
||
3207 | "prefer-lowest": false, |
||
3208 | "platform": { |
||
3209 | "php": "^7.1.3" |
||
3210 | }, |
||
3211 | "platform-dev": [] |
||
3212 | } |
||
3213 |