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": "07541bff514c6f7e3dc3bec68633bbe6", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "justinrainbow/json-schema", |
||
11 | "version": "5.2.7", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
15 | "reference": "8560d4314577199ba51bf2032f02cd1315587c23" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23", |
||
20 | "reference": "8560d4314577199ba51bf2032f02cd1315587c23", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": ">=5.3.3" |
||
25 | }, |
||
26 | "require-dev": { |
||
27 | "friendsofphp/php-cs-fixer": "^2.1", |
||
28 | "json-schema/json-schema-test-suite": "1.2.0", |
||
29 | "phpunit/phpunit": "^4.8.35" |
||
30 | }, |
||
31 | "bin": [ |
||
32 | "bin/validate-json" |
||
33 | ], |
||
34 | "type": "library", |
||
35 | "extra": { |
||
36 | "branch-alias": { |
||
37 | "dev-master": "5.0.x-dev" |
||
38 | } |
||
39 | }, |
||
40 | "autoload": { |
||
41 | "psr-4": { |
||
42 | "JsonSchema\\": "src/JsonSchema/" |
||
43 | } |
||
44 | }, |
||
45 | "notification-url": "https://packagist.org/downloads/", |
||
46 | "license": [ |
||
47 | "MIT" |
||
48 | ], |
||
49 | "authors": [ |
||
50 | { |
||
51 | "name": "Bruno Prieto Reis", |
||
52 | "email": "[email protected]" |
||
53 | }, |
||
54 | { |
||
55 | "name": "Justin Rainbow", |
||
56 | "email": "[email protected]" |
||
57 | }, |
||
58 | { |
||
59 | "name": "Igor Wiedler", |
||
60 | "email": "[email protected]" |
||
61 | }, |
||
62 | { |
||
63 | "name": "Robert Schönthal", |
||
64 | "email": "[email protected]" |
||
65 | } |
||
66 | ], |
||
67 | "description": "A library to validate a json schema.", |
||
68 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
69 | "keywords": [ |
||
70 | "json", |
||
71 | "schema" |
||
72 | ], |
||
73 | "time": "2018-02-14T22:26:30+00:00" |
||
74 | }, |
||
75 | { |
||
76 | "name": "league/json-reference", |
||
77 | "version": "1.1.0", |
||
78 | "source": { |
||
79 | "type": "git", |
||
80 | "url": "https://github.com/thephpleague/json-reference.git", |
||
81 | "reference": "cecf8d4e38e1c9eda179a3798b5cac81b3f907c9" |
||
82 | }, |
||
83 | "dist": { |
||
84 | "type": "zip", |
||
85 | "url": "https://api.github.com/repos/thephpleague/json-reference/zipball/cecf8d4e38e1c9eda179a3798b5cac81b3f907c9", |
||
86 | "reference": "cecf8d4e38e1c9eda179a3798b5cac81b3f907c9", |
||
87 | "shasum": "" |
||
88 | }, |
||
89 | "require": { |
||
90 | "php": ">=5.6.0", |
||
91 | "psr/simple-cache": "^1.0", |
||
92 | "sabre/uri": "^1.2.1" |
||
93 | }, |
||
94 | "require-dev": { |
||
95 | "cache/array-adapter": "^0.4.2", |
||
96 | "cache/predis-adapter": "^0.4.0", |
||
97 | "cache/simple-cache-bridge": "^0.1.0", |
||
98 | "ext-curl": "*", |
||
99 | "peterpostmann/fileuri": "^1.0", |
||
100 | "phpbench/phpbench": "^0.13.0", |
||
101 | "phpunit/phpunit": "^5.7", |
||
102 | "scrutinizer/ocular": "~1.1", |
||
103 | "squizlabs/php_codesniffer": "~2.3", |
||
104 | "symfony/yaml": "^3.3" |
||
105 | }, |
||
106 | "suggest": { |
||
107 | "peterpostmann/fileuri": "Returns a file uri from a path", |
||
108 | "symfony/yaml": "Load schemes from yaml files" |
||
109 | }, |
||
110 | "type": "library", |
||
111 | "extra": { |
||
112 | "branch-alias": { |
||
113 | "dev-master": "1.0-dev" |
||
114 | } |
||
115 | }, |
||
116 | "autoload": { |
||
117 | "psr-4": { |
||
118 | "League\\JsonReference\\": "src" |
||
119 | }, |
||
120 | "files": [ |
||
121 | "src/functions.php" |
||
122 | ] |
||
123 | }, |
||
124 | "notification-url": "https://packagist.org/downloads/", |
||
125 | "license": [ |
||
126 | "MIT" |
||
127 | ], |
||
128 | "authors": [ |
||
129 | { |
||
130 | "name": "Matthew Allan", |
||
131 | "email": "[email protected]", |
||
132 | "homepage": "https://mattallan.org", |
||
133 | "role": "Developer" |
||
134 | } |
||
135 | ], |
||
136 | "description": "A library for working with JSON References", |
||
137 | "keywords": [ |
||
138 | "Reference", |
||
139 | "json", |
||
140 | "json-reference" |
||
141 | ], |
||
142 | "abandoned": true, |
||
143 | "time": "2018-03-25T16:13:58+00:00" |
||
144 | }, |
||
145 | { |
||
146 | "name": "psr/cache", |
||
147 | "version": "1.0.1", |
||
148 | "source": { |
||
149 | "type": "git", |
||
150 | "url": "https://github.com/php-fig/cache.git", |
||
151 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
152 | }, |
||
153 | "dist": { |
||
154 | "type": "zip", |
||
155 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
156 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
157 | "shasum": "" |
||
158 | }, |
||
159 | "require": { |
||
160 | "php": ">=5.3.0" |
||
161 | }, |
||
162 | "type": "library", |
||
163 | "extra": { |
||
164 | "branch-alias": { |
||
165 | "dev-master": "1.0.x-dev" |
||
166 | } |
||
167 | }, |
||
168 | "autoload": { |
||
169 | "psr-4": { |
||
170 | "Psr\\Cache\\": "src/" |
||
171 | } |
||
172 | }, |
||
173 | "notification-url": "https://packagist.org/downloads/", |
||
174 | "license": [ |
||
175 | "MIT" |
||
176 | ], |
||
177 | "authors": [ |
||
178 | { |
||
179 | "name": "PHP-FIG", |
||
180 | "homepage": "http://www.php-fig.org/" |
||
181 | } |
||
182 | ], |
||
183 | "description": "Common interface for caching libraries", |
||
184 | "keywords": [ |
||
185 | "cache", |
||
186 | "psr", |
||
187 | "psr-6" |
||
188 | ], |
||
189 | "time": "2016-08-06T20:24:11+00:00" |
||
190 | }, |
||
191 | { |
||
192 | "name": "psr/container", |
||
193 | "version": "1.0.0", |
||
194 | "source": { |
||
195 | "type": "git", |
||
196 | "url": "https://github.com/php-fig/container.git", |
||
197 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
198 | }, |
||
199 | "dist": { |
||
200 | "type": "zip", |
||
201 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
202 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
203 | "shasum": "" |
||
204 | }, |
||
205 | "require": { |
||
206 | "php": ">=5.3.0" |
||
207 | }, |
||
208 | "type": "library", |
||
209 | "extra": { |
||
210 | "branch-alias": { |
||
211 | "dev-master": "1.0.x-dev" |
||
212 | } |
||
213 | }, |
||
214 | "autoload": { |
||
215 | "psr-4": { |
||
216 | "Psr\\Container\\": "src/" |
||
217 | } |
||
218 | }, |
||
219 | "notification-url": "https://packagist.org/downloads/", |
||
220 | "license": [ |
||
221 | "MIT" |
||
222 | ], |
||
223 | "authors": [ |
||
224 | { |
||
225 | "name": "PHP-FIG", |
||
226 | "homepage": "http://www.php-fig.org/" |
||
227 | } |
||
228 | ], |
||
229 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
230 | "homepage": "https://github.com/php-fig/container", |
||
231 | "keywords": [ |
||
232 | "PSR-11", |
||
233 | "container", |
||
234 | "container-interface", |
||
235 | "container-interop", |
||
236 | "psr" |
||
237 | ], |
||
238 | "time": "2017-02-14T16:28:37+00:00" |
||
239 | }, |
||
240 | { |
||
241 | "name": "psr/log", |
||
242 | "version": "1.0.2", |
||
243 | "source": { |
||
244 | "type": "git", |
||
245 | "url": "https://github.com/php-fig/log.git", |
||
246 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
247 | }, |
||
248 | "dist": { |
||
249 | "type": "zip", |
||
250 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
251 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
252 | "shasum": "" |
||
253 | }, |
||
254 | "require": { |
||
255 | "php": ">=5.3.0" |
||
256 | }, |
||
257 | "type": "library", |
||
258 | "extra": { |
||
259 | "branch-alias": { |
||
260 | "dev-master": "1.0.x-dev" |
||
261 | } |
||
262 | }, |
||
263 | "autoload": { |
||
264 | "psr-4": { |
||
265 | "Psr\\Log\\": "Psr/Log/" |
||
266 | } |
||
267 | }, |
||
268 | "notification-url": "https://packagist.org/downloads/", |
||
269 | "license": [ |
||
270 | "MIT" |
||
271 | ], |
||
272 | "authors": [ |
||
273 | { |
||
274 | "name": "PHP-FIG", |
||
275 | "homepage": "http://www.php-fig.org/" |
||
276 | } |
||
277 | ], |
||
278 | "description": "Common interface for logging libraries", |
||
279 | "homepage": "https://github.com/php-fig/log", |
||
280 | "keywords": [ |
||
281 | "log", |
||
282 | "psr", |
||
283 | "psr-3" |
||
284 | ], |
||
285 | "time": "2016-10-10T12:19:37+00:00" |
||
286 | }, |
||
287 | { |
||
288 | "name": "psr/simple-cache", |
||
289 | "version": "1.0.1", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/php-fig/simple-cache.git", |
||
293 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
298 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "php": ">=5.3.0" |
||
303 | }, |
||
304 | "type": "library", |
||
305 | "extra": { |
||
306 | "branch-alias": { |
||
307 | "dev-master": "1.0.x-dev" |
||
308 | } |
||
309 | }, |
||
310 | "autoload": { |
||
311 | "psr-4": { |
||
312 | "Psr\\SimpleCache\\": "src/" |
||
313 | } |
||
314 | }, |
||
315 | "notification-url": "https://packagist.org/downloads/", |
||
316 | "license": [ |
||
317 | "MIT" |
||
318 | ], |
||
319 | "authors": [ |
||
320 | { |
||
321 | "name": "PHP-FIG", |
||
322 | "homepage": "http://www.php-fig.org/" |
||
323 | } |
||
324 | ], |
||
325 | "description": "Common interfaces for simple caching", |
||
326 | "keywords": [ |
||
327 | "cache", |
||
328 | "caching", |
||
329 | "psr", |
||
330 | "psr-16", |
||
331 | "simple-cache" |
||
332 | ], |
||
333 | "time": "2017-10-23T01:57:42+00:00" |
||
334 | }, |
||
335 | { |
||
336 | "name": "sabre/uri", |
||
337 | "version": "1.2.1", |
||
338 | "source": { |
||
339 | "type": "git", |
||
340 | "url": "https://github.com/sabre-io/uri.git", |
||
341 | "reference": "ada354d83579565949d80b2e15593c2371225e61" |
||
342 | }, |
||
343 | "dist": { |
||
344 | "type": "zip", |
||
345 | "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61", |
||
346 | "reference": "ada354d83579565949d80b2e15593c2371225e61", |
||
347 | "shasum": "" |
||
348 | }, |
||
349 | "require": { |
||
350 | "php": ">=5.4.7" |
||
351 | }, |
||
352 | "require-dev": { |
||
353 | "phpunit/phpunit": ">=4.0,<6.0", |
||
354 | "sabre/cs": "~1.0.0" |
||
355 | }, |
||
356 | "type": "library", |
||
357 | "autoload": { |
||
358 | "files": [ |
||
359 | "lib/functions.php" |
||
360 | ], |
||
361 | "psr-4": { |
||
362 | "Sabre\\Uri\\": "lib/" |
||
363 | } |
||
364 | }, |
||
365 | "notification-url": "https://packagist.org/downloads/", |
||
366 | "license": [ |
||
367 | "BSD-3-Clause" |
||
368 | ], |
||
369 | "authors": [ |
||
370 | { |
||
371 | "name": "Evert Pot", |
||
372 | "email": "[email protected]", |
||
373 | "homepage": "http://evertpot.com/", |
||
374 | "role": "Developer" |
||
375 | } |
||
376 | ], |
||
377 | "description": "Functions for making sense out of URIs.", |
||
378 | "homepage": "http://sabre.io/uri/", |
||
379 | "keywords": [ |
||
380 | "rfc3986", |
||
381 | "uri", |
||
382 | "url" |
||
383 | ], |
||
384 | "time": "2017-02-20T19:59:28+00:00" |
||
385 | }, |
||
386 | { |
||
387 | "name": "seld/jsonlint", |
||
388 | "version": "1.7.1", |
||
389 | "source": { |
||
390 | "type": "git", |
||
391 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
392 | "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" |
||
393 | }, |
||
394 | "dist": { |
||
395 | "type": "zip", |
||
396 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", |
||
397 | "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", |
||
398 | "shasum": "" |
||
399 | }, |
||
400 | "require": { |
||
401 | "php": "^5.3 || ^7.0" |
||
402 | }, |
||
403 | "require-dev": { |
||
404 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
405 | }, |
||
406 | "bin": [ |
||
407 | "bin/jsonlint" |
||
408 | ], |
||
409 | "type": "library", |
||
410 | "autoload": { |
||
411 | "psr-4": { |
||
412 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
413 | } |
||
414 | }, |
||
415 | "notification-url": "https://packagist.org/downloads/", |
||
416 | "license": [ |
||
417 | "MIT" |
||
418 | ], |
||
419 | "authors": [ |
||
420 | { |
||
421 | "name": "Jordi Boggiano", |
||
422 | "email": "[email protected]", |
||
423 | "homepage": "http://seld.be" |
||
424 | } |
||
425 | ], |
||
426 | "description": "JSON Linter", |
||
427 | "keywords": [ |
||
428 | "json", |
||
429 | "linter", |
||
430 | "parser", |
||
431 | "validator" |
||
432 | ], |
||
433 | "time": "2018-01-24T12:46:19+00:00" |
||
434 | }, |
||
435 | { |
||
436 | "name": "symfony/cache", |
||
437 | "version": "v4.1.0", |
||
438 | "source": { |
||
439 | "type": "git", |
||
440 | "url": "https://github.com/symfony/cache.git", |
||
441 | "reference": "4986efce97c002e58380e8c0474acbf72eda9339" |
||
442 | }, |
||
443 | "dist": { |
||
444 | "type": "zip", |
||
445 | "url": "https://api.github.com/repos/symfony/cache/zipball/4986efce97c002e58380e8c0474acbf72eda9339", |
||
446 | "reference": "4986efce97c002e58380e8c0474acbf72eda9339", |
||
447 | "shasum": "" |
||
448 | }, |
||
449 | "require": { |
||
450 | "php": "^7.1.3", |
||
451 | "psr/cache": "~1.0", |
||
452 | "psr/log": "~1.0", |
||
453 | "psr/simple-cache": "^1.0" |
||
454 | }, |
||
455 | "conflict": { |
||
456 | "symfony/var-dumper": "<3.4" |
||
457 | }, |
||
458 | "provide": { |
||
459 | "psr/cache-implementation": "1.0", |
||
460 | "psr/simple-cache-implementation": "1.0" |
||
461 | }, |
||
462 | "require-dev": { |
||
463 | "cache/integration-tests": "dev-master", |
||
464 | "doctrine/cache": "~1.6", |
||
465 | "doctrine/dbal": "~2.4", |
||
466 | "predis/predis": "~1.0" |
||
467 | }, |
||
468 | "type": "library", |
||
469 | "extra": { |
||
470 | "branch-alias": { |
||
471 | "dev-master": "4.1-dev" |
||
472 | } |
||
473 | }, |
||
474 | "autoload": { |
||
475 | "psr-4": { |
||
476 | "Symfony\\Component\\Cache\\": "" |
||
477 | }, |
||
478 | "exclude-from-classmap": [ |
||
479 | "/Tests/" |
||
480 | ] |
||
481 | }, |
||
482 | "notification-url": "https://packagist.org/downloads/", |
||
483 | "license": [ |
||
484 | "MIT" |
||
485 | ], |
||
486 | "authors": [ |
||
487 | { |
||
488 | "name": "Nicolas Grekas", |
||
489 | "email": "[email protected]" |
||
490 | }, |
||
491 | { |
||
492 | "name": "Symfony Community", |
||
493 | "homepage": "https://symfony.com/contributors" |
||
494 | } |
||
495 | ], |
||
496 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
497 | "homepage": "https://symfony.com", |
||
498 | "keywords": [ |
||
499 | "caching", |
||
500 | "psr6" |
||
501 | ], |
||
502 | "time": "2018-05-16T14:33:22+00:00" |
||
503 | }, |
||
504 | { |
||
505 | "name": "symfony/config", |
||
506 | "version": "v4.1.0", |
||
507 | "source": { |
||
508 | "type": "git", |
||
509 | "url": "https://github.com/symfony/config.git", |
||
510 | "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4" |
||
511 | }, |
||
512 | "dist": { |
||
513 | "type": "zip", |
||
514 | "url": "https://api.github.com/repos/symfony/config/zipball/5ceefc256caecc3e25147c4e5b933de71d0020c4", |
||
515 | "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4", |
||
516 | "shasum": "" |
||
517 | }, |
||
518 | "require": { |
||
519 | "php": "^7.1.3", |
||
520 | "symfony/filesystem": "~3.4|~4.0", |
||
521 | "symfony/polyfill-ctype": "~1.8" |
||
522 | }, |
||
523 | "conflict": { |
||
524 | "symfony/finder": "<3.4" |
||
525 | }, |
||
526 | "require-dev": { |
||
527 | "symfony/dependency-injection": "~3.4|~4.0", |
||
528 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
529 | "symfony/finder": "~3.4|~4.0", |
||
530 | "symfony/yaml": "~3.4|~4.0" |
||
531 | }, |
||
532 | "suggest": { |
||
533 | "symfony/yaml": "To use the yaml reference dumper" |
||
534 | }, |
||
535 | "type": "library", |
||
536 | "extra": { |
||
537 | "branch-alias": { |
||
538 | "dev-master": "4.1-dev" |
||
539 | } |
||
540 | }, |
||
541 | "autoload": { |
||
542 | "psr-4": { |
||
543 | "Symfony\\Component\\Config\\": "" |
||
544 | }, |
||
545 | "exclude-from-classmap": [ |
||
546 | "/Tests/" |
||
547 | ] |
||
548 | }, |
||
549 | "notification-url": "https://packagist.org/downloads/", |
||
550 | "license": [ |
||
551 | "MIT" |
||
552 | ], |
||
553 | "authors": [ |
||
554 | { |
||
555 | "name": "Fabien Potencier", |
||
556 | "email": "[email protected]" |
||
557 | }, |
||
558 | { |
||
559 | "name": "Symfony Community", |
||
560 | "homepage": "https://symfony.com/contributors" |
||
561 | } |
||
562 | ], |
||
563 | "description": "Symfony Config Component", |
||
564 | "homepage": "https://symfony.com", |
||
565 | "time": "2018-05-16T14:33:22+00:00" |
||
566 | }, |
||
567 | { |
||
568 | "name": "symfony/debug", |
||
569 | "version": "v4.1.0", |
||
570 | "source": { |
||
571 | "type": "git", |
||
572 | "url": "https://github.com/symfony/debug.git", |
||
573 | "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b" |
||
574 | }, |
||
575 | "dist": { |
||
576 | "type": "zip", |
||
577 | "url": "https://api.github.com/repos/symfony/debug/zipball/449f8b00b28ab6e6912c3e6b920406143b27193b", |
||
578 | "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b", |
||
579 | "shasum": "" |
||
580 | }, |
||
581 | "require": { |
||
582 | "php": "^7.1.3", |
||
583 | "psr/log": "~1.0" |
||
584 | }, |
||
585 | "conflict": { |
||
586 | "symfony/http-kernel": "<3.4" |
||
587 | }, |
||
588 | "require-dev": { |
||
589 | "symfony/http-kernel": "~3.4|~4.0" |
||
590 | }, |
||
591 | "type": "library", |
||
592 | "extra": { |
||
593 | "branch-alias": { |
||
594 | "dev-master": "4.1-dev" |
||
595 | } |
||
596 | }, |
||
597 | "autoload": { |
||
598 | "psr-4": { |
||
599 | "Symfony\\Component\\Debug\\": "" |
||
600 | }, |
||
601 | "exclude-from-classmap": [ |
||
602 | "/Tests/" |
||
603 | ] |
||
604 | }, |
||
605 | "notification-url": "https://packagist.org/downloads/", |
||
606 | "license": [ |
||
607 | "MIT" |
||
608 | ], |
||
609 | "authors": [ |
||
610 | { |
||
611 | "name": "Fabien Potencier", |
||
612 | "email": "[email protected]" |
||
613 | }, |
||
614 | { |
||
615 | "name": "Symfony Community", |
||
616 | "homepage": "https://symfony.com/contributors" |
||
617 | } |
||
618 | ], |
||
619 | "description": "Symfony Debug Component", |
||
620 | "homepage": "https://symfony.com", |
||
621 | "time": "2018-05-16T14:33:22+00:00" |
||
622 | }, |
||
623 | { |
||
624 | "name": "symfony/dependency-injection", |
||
625 | "version": "v4.1.0", |
||
626 | "source": { |
||
627 | "type": "git", |
||
628 | "url": "https://github.com/symfony/dependency-injection.git", |
||
629 | "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00" |
||
630 | }, |
||
631 | "dist": { |
||
632 | "type": "zip", |
||
633 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00", |
||
634 | "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00", |
||
635 | "shasum": "" |
||
636 | }, |
||
637 | "require": { |
||
638 | "php": "^7.1.3", |
||
639 | "psr/container": "^1.0" |
||
640 | }, |
||
641 | "conflict": { |
||
642 | "symfony/config": "<4.1", |
||
643 | "symfony/finder": "<3.4", |
||
644 | "symfony/proxy-manager-bridge": "<3.4", |
||
645 | "symfony/yaml": "<3.4" |
||
646 | }, |
||
647 | "provide": { |
||
648 | "psr/container-implementation": "1.0" |
||
649 | }, |
||
650 | "require-dev": { |
||
651 | "symfony/config": "~4.1", |
||
652 | "symfony/expression-language": "~3.4|~4.0", |
||
653 | "symfony/yaml": "~3.4|~4.0" |
||
654 | }, |
||
655 | "suggest": { |
||
656 | "symfony/config": "", |
||
657 | "symfony/expression-language": "For using expressions in service container configuration", |
||
658 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
659 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
660 | "symfony/yaml": "" |
||
661 | }, |
||
662 | "type": "library", |
||
663 | "extra": { |
||
664 | "branch-alias": { |
||
665 | "dev-master": "4.1-dev" |
||
666 | } |
||
667 | }, |
||
668 | "autoload": { |
||
669 | "psr-4": { |
||
670 | "Symfony\\Component\\DependencyInjection\\": "" |
||
671 | }, |
||
672 | "exclude-from-classmap": [ |
||
673 | "/Tests/" |
||
674 | ] |
||
675 | }, |
||
676 | "notification-url": "https://packagist.org/downloads/", |
||
677 | "license": [ |
||
678 | "MIT" |
||
679 | ], |
||
680 | "authors": [ |
||
681 | { |
||
682 | "name": "Fabien Potencier", |
||
683 | "email": "[email protected]" |
||
684 | }, |
||
685 | { |
||
686 | "name": "Symfony Community", |
||
687 | "homepage": "https://symfony.com/contributors" |
||
688 | } |
||
689 | ], |
||
690 | "description": "Symfony DependencyInjection Component", |
||
691 | "homepage": "https://symfony.com", |
||
692 | "time": "2018-05-25T14:55:38+00:00" |
||
693 | }, |
||
694 | { |
||
695 | "name": "symfony/event-dispatcher", |
||
696 | "version": "v4.1.0", |
||
697 | "source": { |
||
698 | "type": "git", |
||
699 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
700 | "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5" |
||
701 | }, |
||
702 | "dist": { |
||
703 | "type": "zip", |
||
704 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5", |
||
705 | "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5", |
||
706 | "shasum": "" |
||
707 | }, |
||
708 | "require": { |
||
709 | "php": "^7.1.3" |
||
710 | }, |
||
711 | "conflict": { |
||
712 | "symfony/dependency-injection": "<3.4" |
||
713 | }, |
||
714 | "require-dev": { |
||
715 | "psr/log": "~1.0", |
||
716 | "symfony/config": "~3.4|~4.0", |
||
717 | "symfony/dependency-injection": "~3.4|~4.0", |
||
718 | "symfony/expression-language": "~3.4|~4.0", |
||
719 | "symfony/stopwatch": "~3.4|~4.0" |
||
720 | }, |
||
721 | "suggest": { |
||
722 | "symfony/dependency-injection": "", |
||
723 | "symfony/http-kernel": "" |
||
724 | }, |
||
725 | "type": "library", |
||
726 | "extra": { |
||
727 | "branch-alias": { |
||
728 | "dev-master": "4.1-dev" |
||
729 | } |
||
730 | }, |
||
731 | "autoload": { |
||
732 | "psr-4": { |
||
733 | "Symfony\\Component\\EventDispatcher\\": "" |
||
734 | }, |
||
735 | "exclude-from-classmap": [ |
||
736 | "/Tests/" |
||
737 | ] |
||
738 | }, |
||
739 | "notification-url": "https://packagist.org/downloads/", |
||
740 | "license": [ |
||
741 | "MIT" |
||
742 | ], |
||
743 | "authors": [ |
||
744 | { |
||
745 | "name": "Fabien Potencier", |
||
746 | "email": "[email protected]" |
||
747 | }, |
||
748 | { |
||
749 | "name": "Symfony Community", |
||
750 | "homepage": "https://symfony.com/contributors" |
||
751 | } |
||
752 | ], |
||
753 | "description": "Symfony EventDispatcher Component", |
||
754 | "homepage": "https://symfony.com", |
||
755 | "time": "2018-04-06T07:35:57+00:00" |
||
756 | }, |
||
757 | { |
||
758 | "name": "symfony/filesystem", |
||
759 | "version": "v4.1.0", |
||
760 | "source": { |
||
761 | "type": "git", |
||
762 | "url": "https://github.com/symfony/filesystem.git", |
||
763 | "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c" |
||
764 | }, |
||
765 | "dist": { |
||
766 | "type": "zip", |
||
767 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c", |
||
768 | "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c", |
||
769 | "shasum": "" |
||
770 | }, |
||
771 | "require": { |
||
772 | "php": "^7.1.3", |
||
773 | "symfony/polyfill-ctype": "~1.8" |
||
774 | }, |
||
775 | "type": "library", |
||
776 | "extra": { |
||
777 | "branch-alias": { |
||
778 | "dev-master": "4.1-dev" |
||
779 | } |
||
780 | }, |
||
781 | "autoload": { |
||
782 | "psr-4": { |
||
783 | "Symfony\\Component\\Filesystem\\": "" |
||
784 | }, |
||
785 | "exclude-from-classmap": [ |
||
786 | "/Tests/" |
||
787 | ] |
||
788 | }, |
||
789 | "notification-url": "https://packagist.org/downloads/", |
||
790 | "license": [ |
||
791 | "MIT" |
||
792 | ], |
||
793 | "authors": [ |
||
794 | { |
||
795 | "name": "Fabien Potencier", |
||
796 | "email": "[email protected]" |
||
797 | }, |
||
798 | { |
||
799 | "name": "Symfony Community", |
||
800 | "homepage": "https://symfony.com/contributors" |
||
801 | } |
||
802 | ], |
||
803 | "description": "Symfony Filesystem Component", |
||
804 | "homepage": "https://symfony.com", |
||
805 | "time": "2018-05-30T07:26:09+00:00" |
||
806 | }, |
||
807 | { |
||
808 | "name": "symfony/finder", |
||
809 | "version": "v4.1.0", |
||
810 | "source": { |
||
811 | "type": "git", |
||
812 | "url": "https://github.com/symfony/finder.git", |
||
813 | "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238" |
||
814 | }, |
||
815 | "dist": { |
||
816 | "type": "zip", |
||
817 | "url": "https://api.github.com/repos/symfony/finder/zipball/087e2ee0d74464a4c6baac4e90417db7477dc238", |
||
818 | "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238", |
||
819 | "shasum": "" |
||
820 | }, |
||
821 | "require": { |
||
822 | "php": "^7.1.3" |
||
823 | }, |
||
824 | "type": "library", |
||
825 | "extra": { |
||
826 | "branch-alias": { |
||
827 | "dev-master": "4.1-dev" |
||
828 | } |
||
829 | }, |
||
830 | "autoload": { |
||
831 | "psr-4": { |
||
832 | "Symfony\\Component\\Finder\\": "" |
||
833 | }, |
||
834 | "exclude-from-classmap": [ |
||
835 | "/Tests/" |
||
836 | ] |
||
837 | }, |
||
838 | "notification-url": "https://packagist.org/downloads/", |
||
839 | "license": [ |
||
840 | "MIT" |
||
841 | ], |
||
842 | "authors": [ |
||
843 | { |
||
844 | "name": "Fabien Potencier", |
||
845 | "email": "[email protected]" |
||
846 | }, |
||
847 | { |
||
848 | "name": "Symfony Community", |
||
849 | "homepage": "https://symfony.com/contributors" |
||
850 | } |
||
851 | ], |
||
852 | "description": "Symfony Finder Component", |
||
853 | "homepage": "https://symfony.com", |
||
854 | "time": "2018-05-16T14:33:22+00:00" |
||
855 | }, |
||
856 | { |
||
857 | "name": "symfony/framework-bundle", |
||
858 | "version": "v4.1.0", |
||
859 | "source": { |
||
860 | "type": "git", |
||
861 | "url": "https://github.com/symfony/framework-bundle.git", |
||
862 | "reference": "e93974e78872d22cceebf401ce230363b192268e" |
||
863 | }, |
||
864 | "dist": { |
||
865 | "type": "zip", |
||
866 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/e93974e78872d22cceebf401ce230363b192268e", |
||
867 | "reference": "e93974e78872d22cceebf401ce230363b192268e", |
||
868 | "shasum": "" |
||
869 | }, |
||
870 | "require": { |
||
871 | "ext-xml": "*", |
||
872 | "php": "^7.1.3", |
||
873 | "symfony/cache": "~3.4|~4.0", |
||
874 | "symfony/config": "~3.4|~4.0", |
||
875 | "symfony/dependency-injection": "^4.1", |
||
876 | "symfony/event-dispatcher": "^4.1", |
||
877 | "symfony/filesystem": "~3.4|~4.0", |
||
878 | "symfony/finder": "~3.4|~4.0", |
||
879 | "symfony/http-foundation": "^4.1", |
||
880 | "symfony/http-kernel": "^4.1", |
||
881 | "symfony/polyfill-mbstring": "~1.0", |
||
882 | "symfony/routing": "^4.1" |
||
883 | }, |
||
884 | "conflict": { |
||
885 | "phpdocumentor/reflection-docblock": "<3.0", |
||
886 | "phpdocumentor/type-resolver": "<0.2.1", |
||
887 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
888 | "symfony/asset": "<3.4", |
||
889 | "symfony/console": "<3.4", |
||
890 | "symfony/form": "<4.1", |
||
891 | "symfony/property-info": "<3.4", |
||
892 | "symfony/serializer": "<4.1", |
||
893 | "symfony/stopwatch": "<3.4", |
||
894 | "symfony/translation": "<3.4", |
||
895 | "symfony/validator": "<4.1", |
||
896 | "symfony/workflow": "<4.1" |
||
897 | }, |
||
898 | "require-dev": { |
||
899 | "doctrine/annotations": "~1.0", |
||
900 | "doctrine/cache": "~1.0", |
||
901 | "fig/link-util": "^1.0", |
||
902 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
903 | "symfony/asset": "~3.4|~4.0", |
||
904 | "symfony/browser-kit": "~3.4|~4.0", |
||
905 | "symfony/console": "~3.4|~4.0", |
||
906 | "symfony/css-selector": "~3.4|~4.0", |
||
907 | "symfony/dom-crawler": "~3.4|~4.0", |
||
908 | "symfony/expression-language": "~3.4|~4.0", |
||
909 | "symfony/form": "^4.1", |
||
910 | "symfony/lock": "~3.4|~4.0", |
||
911 | "symfony/messenger": "^4.1-beta2", |
||
912 | "symfony/polyfill-intl-icu": "~1.0", |
||
913 | "symfony/process": "~3.4|~4.0", |
||
914 | "symfony/property-info": "~3.4|~4.0", |
||
915 | "symfony/security": "~3.4|~4.0", |
||
916 | "symfony/security-core": "~3.4|~4.0", |
||
917 | "symfony/security-csrf": "~3.4|~4.0", |
||
918 | "symfony/serializer": "^4.1", |
||
919 | "symfony/stopwatch": "~3.4|~4.0", |
||
920 | "symfony/templating": "~3.4|~4.0", |
||
921 | "symfony/translation": "~3.4|~4.0", |
||
922 | "symfony/validator": "^4.1", |
||
923 | "symfony/var-dumper": "~3.4|~4.0", |
||
924 | "symfony/web-link": "~3.4|~4.0", |
||
925 | "symfony/workflow": "^4.1", |
||
926 | "symfony/yaml": "~3.4|~4.0", |
||
927 | "twig/twig": "~1.34|~2.4" |
||
928 | }, |
||
929 | "suggest": { |
||
930 | "ext-apcu": "For best performance of the system caches", |
||
931 | "symfony/console": "For using the console commands", |
||
932 | "symfony/form": "For using forms", |
||
933 | "symfony/property-info": "For using the property_info service", |
||
934 | "symfony/serializer": "For using the serializer service", |
||
935 | "symfony/validator": "For using validation", |
||
936 | "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", |
||
937 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
938 | }, |
||
939 | "type": "symfony-bundle", |
||
940 | "extra": { |
||
941 | "branch-alias": { |
||
942 | "dev-master": "4.1-dev" |
||
943 | } |
||
944 | }, |
||
945 | "autoload": { |
||
946 | "psr-4": { |
||
947 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
948 | }, |
||
949 | "exclude-from-classmap": [ |
||
950 | "/Tests/" |
||
951 | ] |
||
952 | }, |
||
953 | "notification-url": "https://packagist.org/downloads/", |
||
954 | "license": [ |
||
955 | "MIT" |
||
956 | ], |
||
957 | "authors": [ |
||
958 | { |
||
959 | "name": "Fabien Potencier", |
||
960 | "email": "[email protected]" |
||
961 | }, |
||
962 | { |
||
963 | "name": "Symfony Community", |
||
964 | "homepage": "https://symfony.com/contributors" |
||
965 | } |
||
966 | ], |
||
967 | "description": "Symfony FrameworkBundle", |
||
968 | "homepage": "https://symfony.com", |
||
969 | "time": "2018-05-30T09:26:42+00:00" |
||
970 | }, |
||
971 | { |
||
972 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
973 | "version": "v4.1.0", |
||
974 | "source": { |
||
975 | "type": "git", |
||
976 | "url": "https://github.com/symfony/http-foundation.git", |
||
977 | "reference": "a916c88390fb861ee21f12a92b107d51bb68af99" |
||
978 | }, |
||
979 | "dist": { |
||
980 | "type": "zip", |
||
981 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a916c88390fb861ee21f12a92b107d51bb68af99", |
||
982 | "reference": "a916c88390fb861ee21f12a92b107d51bb68af99", |
||
983 | "shasum": "" |
||
984 | }, |
||
985 | "require": { |
||
986 | "php": "^7.1.3", |
||
987 | "symfony/polyfill-mbstring": "~1.1" |
||
988 | }, |
||
989 | "require-dev": { |
||
990 | "predis/predis": "~1.0", |
||
991 | "symfony/expression-language": "~3.4|~4.0" |
||
992 | }, |
||
993 | "type": "library", |
||
994 | "extra": { |
||
995 | "branch-alias": { |
||
996 | "dev-master": "4.1-dev" |
||
997 | } |
||
998 | }, |
||
999 | "autoload": { |
||
1000 | "psr-4": { |
||
1001 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1002 | }, |
||
1003 | "exclude-from-classmap": [ |
||
1004 | "/Tests/" |
||
1005 | ] |
||
1006 | }, |
||
1007 | "notification-url": "https://packagist.org/downloads/", |
||
1008 | "license": [ |
||
1009 | "MIT" |
||
1010 | ], |
||
1011 | "authors": [ |
||
1012 | { |
||
1013 | "name": "Fabien Potencier", |
||
1014 | "email": "[email protected]" |
||
1015 | }, |
||
1016 | { |
||
1017 | "name": "Symfony Community", |
||
1018 | "homepage": "https://symfony.com/contributors" |
||
1019 | } |
||
1020 | ], |
||
1021 | "description": "Symfony HttpFoundation Component", |
||
1022 | "homepage": "https://symfony.com", |
||
1023 | "time": "2018-05-25T14:55:38+00:00" |
||
1024 | }, |
||
1025 | { |
||
1026 | "name": "symfony/http-kernel", |
||
1027 | "version": "v4.1.0", |
||
1028 | "source": { |
||
1029 | "type": "git", |
||
1030 | "url": "https://github.com/symfony/http-kernel.git", |
||
1031 | "reference": "b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90" |
||
1032 | }, |
||
1033 | "dist": { |
||
1034 | "type": "zip", |
||
1035 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90", |
||
1036 | "reference": "b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90", |
||
1037 | "shasum": "" |
||
1038 | }, |
||
1039 | "require": { |
||
1040 | "php": "^7.1.3", |
||
1041 | "psr/log": "~1.0", |
||
1042 | "symfony/debug": "~3.4|~4.0", |
||
1043 | "symfony/event-dispatcher": "~4.1", |
||
1044 | "symfony/http-foundation": "~4.1", |
||
1045 | "symfony/polyfill-ctype": "~1.8" |
||
1046 | }, |
||
1047 | "conflict": { |
||
1048 | "symfony/config": "<3.4", |
||
1049 | "symfony/dependency-injection": "<4.1", |
||
1050 | "symfony/var-dumper": "<4.1", |
||
1051 | "twig/twig": "<1.34|<2.4,>=2" |
||
1052 | }, |
||
1053 | "provide": { |
||
1054 | "psr/log-implementation": "1.0" |
||
1055 | }, |
||
1056 | "require-dev": { |
||
1057 | "psr/cache": "~1.0", |
||
1058 | "symfony/browser-kit": "~3.4|~4.0", |
||
1059 | "symfony/config": "~3.4|~4.0", |
||
1060 | "symfony/console": "~3.4|~4.0", |
||
1061 | "symfony/css-selector": "~3.4|~4.0", |
||
1062 | "symfony/dependency-injection": "^4.1", |
||
1063 | "symfony/dom-crawler": "~3.4|~4.0", |
||
1064 | "symfony/expression-language": "~3.4|~4.0", |
||
1065 | "symfony/finder": "~3.4|~4.0", |
||
1066 | "symfony/process": "~3.4|~4.0", |
||
1067 | "symfony/routing": "~3.4|~4.0", |
||
1068 | "symfony/stopwatch": "~3.4|~4.0", |
||
1069 | "symfony/templating": "~3.4|~4.0", |
||
1070 | "symfony/translation": "~3.4|~4.0", |
||
1071 | "symfony/var-dumper": "~4.1" |
||
1072 | }, |
||
1073 | "suggest": { |
||
1074 | "symfony/browser-kit": "", |
||
1075 | "symfony/config": "", |
||
1076 | "symfony/console": "", |
||
1077 | "symfony/dependency-injection": "", |
||
1078 | "symfony/var-dumper": "" |
||
1079 | }, |
||
1080 | "type": "library", |
||
1081 | "extra": { |
||
1082 | "branch-alias": { |
||
1083 | "dev-master": "4.1-dev" |
||
1084 | } |
||
1085 | }, |
||
1086 | "autoload": { |
||
1087 | "psr-4": { |
||
1088 | "Symfony\\Component\\HttpKernel\\": "" |
||
1089 | }, |
||
1090 | "exclude-from-classmap": [ |
||
1091 | "/Tests/" |
||
1092 | ] |
||
1093 | }, |
||
1094 | "notification-url": "https://packagist.org/downloads/", |
||
1095 | "license": [ |
||
1096 | "MIT" |
||
1097 | ], |
||
1098 | "authors": [ |
||
1099 | { |
||
1100 | "name": "Fabien Potencier", |
||
1101 | "email": "[email protected]" |
||
1102 | }, |
||
1103 | { |
||
1104 | "name": "Symfony Community", |
||
1105 | "homepage": "https://symfony.com/contributors" |
||
1106 | } |
||
1107 | ], |
||
1108 | "description": "Symfony HttpKernel Component", |
||
1109 | "homepage": "https://symfony.com", |
||
1110 | "time": "2018-05-30T12:52:34+00:00" |
||
1111 | }, |
||
1112 | { |
||
1113 | "name": "symfony/polyfill-ctype", |
||
1114 | "version": "v1.8.0", |
||
1115 | "source": { |
||
1116 | "type": "git", |
||
1117 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
1118 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" |
||
1119 | }, |
||
1120 | "dist": { |
||
1121 | "type": "zip", |
||
1122 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
1123 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
1124 | "shasum": "" |
||
1125 | }, |
||
1126 | "require": { |
||
1127 | "php": ">=5.3.3" |
||
1128 | }, |
||
1129 | "type": "library", |
||
1130 | "extra": { |
||
1131 | "branch-alias": { |
||
1132 | "dev-master": "1.8-dev" |
||
1133 | } |
||
1134 | }, |
||
1135 | "autoload": { |
||
1136 | "psr-4": { |
||
1137 | "Symfony\\Polyfill\\Ctype\\": "" |
||
1138 | }, |
||
1139 | "files": [ |
||
1140 | "bootstrap.php" |
||
1141 | ] |
||
1142 | }, |
||
1143 | "notification-url": "https://packagist.org/downloads/", |
||
1144 | "license": [ |
||
1145 | "MIT" |
||
1146 | ], |
||
1147 | "authors": [ |
||
1148 | { |
||
1149 | "name": "Symfony Community", |
||
1150 | "homepage": "https://symfony.com/contributors" |
||
1151 | }, |
||
1152 | { |
||
1153 | "name": "Gert de Pagter", |
||
1154 | "email": "[email protected]" |
||
1155 | } |
||
1156 | ], |
||
1157 | "description": "Symfony polyfill for ctype functions", |
||
1158 | "homepage": "https://symfony.com", |
||
1159 | "keywords": [ |
||
1160 | "compatibility", |
||
1161 | "ctype", |
||
1162 | "polyfill", |
||
1163 | "portable" |
||
1164 | ], |
||
1165 | "time": "2018-04-30T19:57:29+00:00" |
||
1166 | }, |
||
1167 | { |
||
1168 | "name": "symfony/polyfill-mbstring", |
||
1169 | "version": "v1.8.0", |
||
1170 | "source": { |
||
1171 | "type": "git", |
||
1172 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1173 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
1174 | }, |
||
1175 | "dist": { |
||
1176 | "type": "zip", |
||
1177 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
1178 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
1179 | "shasum": "" |
||
1180 | }, |
||
1181 | "require": { |
||
1182 | "php": ">=5.3.3" |
||
1183 | }, |
||
1184 | "suggest": { |
||
1185 | "ext-mbstring": "For best performance" |
||
1186 | }, |
||
1187 | "type": "library", |
||
1188 | "extra": { |
||
1189 | "branch-alias": { |
||
1190 | "dev-master": "1.8-dev" |
||
1191 | } |
||
1192 | }, |
||
1193 | "autoload": { |
||
1194 | "psr-4": { |
||
1195 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1196 | }, |
||
1197 | "files": [ |
||
1198 | "bootstrap.php" |
||
1199 | ] |
||
1200 | }, |
||
1201 | "notification-url": "https://packagist.org/downloads/", |
||
1202 | "license": [ |
||
1203 | "MIT" |
||
1204 | ], |
||
1205 | "authors": [ |
||
1206 | { |
||
1207 | "name": "Nicolas Grekas", |
||
1208 | "email": "[email protected]" |
||
1209 | }, |
||
1210 | { |
||
1211 | "name": "Symfony Community", |
||
1212 | "homepage": "https://symfony.com/contributors" |
||
1213 | } |
||
1214 | ], |
||
1215 | "description": "Symfony polyfill for the Mbstring extension", |
||
1216 | "homepage": "https://symfony.com", |
||
1217 | "keywords": [ |
||
1218 | "compatibility", |
||
1219 | "mbstring", |
||
1220 | "polyfill", |
||
1221 | "portable", |
||
1222 | "shim" |
||
1223 | ], |
||
1224 | "time": "2018-04-26T10:06:28+00:00" |
||
1225 | }, |
||
1226 | { |
||
1227 | "name": "symfony/routing", |
||
1228 | "version": "v4.1.0", |
||
1229 | "source": { |
||
1230 | "type": "git", |
||
1231 | "url": "https://github.com/symfony/routing.git", |
||
1232 | "reference": "180b51c66d10f09e562c9ebc395b39aacb2cf8a2" |
||
1233 | }, |
||
1234 | "dist": { |
||
1235 | "type": "zip", |
||
1236 | "url": "https://api.github.com/repos/symfony/routing/zipball/180b51c66d10f09e562c9ebc395b39aacb2cf8a2", |
||
1237 | "reference": "180b51c66d10f09e562c9ebc395b39aacb2cf8a2", |
||
1238 | "shasum": "" |
||
1239 | }, |
||
1240 | "require": { |
||
1241 | "php": "^7.1.3" |
||
1242 | }, |
||
1243 | "conflict": { |
||
1244 | "symfony/config": "<3.4", |
||
1245 | "symfony/dependency-injection": "<3.4", |
||
1246 | "symfony/yaml": "<3.4" |
||
1247 | }, |
||
1248 | "require-dev": { |
||
1249 | "doctrine/annotations": "~1.0", |
||
1250 | "doctrine/common": "~2.2", |
||
1251 | "psr/log": "~1.0", |
||
1252 | "symfony/config": "~3.4|~4.0", |
||
1253 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1254 | "symfony/expression-language": "~3.4|~4.0", |
||
1255 | "symfony/http-foundation": "~3.4|~4.0", |
||
1256 | "symfony/yaml": "~3.4|~4.0" |
||
1257 | }, |
||
1258 | "suggest": { |
||
1259 | "doctrine/annotations": "For using the annotation loader", |
||
1260 | "symfony/config": "For using the all-in-one router or any loader", |
||
1261 | "symfony/dependency-injection": "For loading routes from a service", |
||
1262 | "symfony/expression-language": "For using expression matching", |
||
1263 | "symfony/http-foundation": "For using a Symfony Request object", |
||
1264 | "symfony/yaml": "For using the YAML loader" |
||
1265 | }, |
||
1266 | "type": "library", |
||
1267 | "extra": { |
||
1268 | "branch-alias": { |
||
1269 | "dev-master": "4.1-dev" |
||
1270 | } |
||
1271 | }, |
||
1272 | "autoload": { |
||
1273 | "psr-4": { |
||
1274 | "Symfony\\Component\\Routing\\": "" |
||
1275 | }, |
||
1276 | "exclude-from-classmap": [ |
||
1277 | "/Tests/" |
||
1278 | ] |
||
1279 | }, |
||
1280 | "notification-url": "https://packagist.org/downloads/", |
||
1281 | "license": [ |
||
1282 | "MIT" |
||
1283 | ], |
||
1284 | "authors": [ |
||
1285 | { |
||
1286 | "name": "Fabien Potencier", |
||
1287 | "email": "[email protected]" |
||
1288 | }, |
||
1289 | { |
||
1290 | "name": "Symfony Community", |
||
1291 | "homepage": "https://symfony.com/contributors" |
||
1292 | } |
||
1293 | ], |
||
1294 | "description": "Symfony Routing Component", |
||
1295 | "homepage": "https://symfony.com", |
||
1296 | "keywords": [ |
||
1297 | "router", |
||
1298 | "routing", |
||
1299 | "uri", |
||
1300 | "url" |
||
1301 | ], |
||
1302 | "time": "2018-05-30T07:26:09+00:00" |
||
1303 | } |
||
1304 | ], |
||
1305 | "packages-dev": [ |
||
1306 | { |
||
1307 | "name": "composer/semver", |
||
1308 | "version": "1.4.2", |
||
1309 | "source": { |
||
1310 | "type": "git", |
||
1311 | "url": "https://github.com/composer/semver.git", |
||
1312 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
1313 | }, |
||
1314 | "dist": { |
||
1315 | "type": "zip", |
||
1316 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
1317 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
1318 | "shasum": "" |
||
1319 | }, |
||
1320 | "require": { |
||
1321 | "php": "^5.3.2 || ^7.0" |
||
1322 | }, |
||
1323 | "require-dev": { |
||
1324 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
1325 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
1326 | }, |
||
1327 | "type": "library", |
||
1328 | "extra": { |
||
1329 | "branch-alias": { |
||
1330 | "dev-master": "1.x-dev" |
||
1331 | } |
||
1332 | }, |
||
1333 | "autoload": { |
||
1334 | "psr-4": { |
||
1335 | "Composer\\Semver\\": "src" |
||
1336 | } |
||
1337 | }, |
||
1338 | "notification-url": "https://packagist.org/downloads/", |
||
1339 | "license": [ |
||
1340 | "MIT" |
||
1341 | ], |
||
1342 | "authors": [ |
||
1343 | { |
||
1344 | "name": "Nils Adermann", |
||
1345 | "email": "[email protected]", |
||
1346 | "homepage": "http://www.naderman.de" |
||
1347 | }, |
||
1348 | { |
||
1349 | "name": "Jordi Boggiano", |
||
1350 | "email": "[email protected]", |
||
1351 | "homepage": "http://seld.be" |
||
1352 | }, |
||
1353 | { |
||
1354 | "name": "Rob Bast", |
||
1355 | "email": "[email protected]", |
||
1356 | "homepage": "http://robbast.nl" |
||
1357 | } |
||
1358 | ], |
||
1359 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
1360 | "keywords": [ |
||
1361 | "semantic", |
||
1362 | "semver", |
||
1363 | "validation", |
||
1364 | "versioning" |
||
1365 | ], |
||
1366 | "time": "2016-08-30T16:08:34+00:00" |
||
1367 | }, |
||
1368 | { |
||
1369 | "name": "doctrine/annotations", |
||
1370 | "version": "v1.6.0", |
||
1371 | "source": { |
||
1372 | "type": "git", |
||
1373 | "url": "https://github.com/doctrine/annotations.git", |
||
1374 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
1375 | }, |
||
1376 | "dist": { |
||
1377 | "type": "zip", |
||
1378 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
1379 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
1380 | "shasum": "" |
||
1381 | }, |
||
1382 | "require": { |
||
1383 | "doctrine/lexer": "1.*", |
||
1384 | "php": "^7.1" |
||
1385 | }, |
||
1386 | "require-dev": { |
||
1387 | "doctrine/cache": "1.*", |
||
1388 | "phpunit/phpunit": "^6.4" |
||
1389 | }, |
||
1390 | "type": "library", |
||
1391 | "extra": { |
||
1392 | "branch-alias": { |
||
1393 | "dev-master": "1.6.x-dev" |
||
1394 | } |
||
1395 | }, |
||
1396 | "autoload": { |
||
1397 | "psr-4": { |
||
1398 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
1399 | } |
||
1400 | }, |
||
1401 | "notification-url": "https://packagist.org/downloads/", |
||
1402 | "license": [ |
||
1403 | "MIT" |
||
1404 | ], |
||
1405 | "authors": [ |
||
1406 | { |
||
1407 | "name": "Roman Borschel", |
||
1408 | "email": "[email protected]" |
||
1409 | }, |
||
1410 | { |
||
1411 | "name": "Benjamin Eberlei", |
||
1412 | "email": "[email protected]" |
||
1413 | }, |
||
1414 | { |
||
1415 | "name": "Guilherme Blanco", |
||
1416 | "email": "[email protected]" |
||
1417 | }, |
||
1418 | { |
||
1419 | "name": "Jonathan Wage", |
||
1420 | "email": "[email protected]" |
||
1421 | }, |
||
1422 | { |
||
1423 | "name": "Johannes Schmitt", |
||
1424 | "email": "[email protected]" |
||
1425 | } |
||
1426 | ], |
||
1427 | "description": "Docblock Annotations Parser", |
||
1428 | "homepage": "http://www.doctrine-project.org", |
||
1429 | "keywords": [ |
||
1430 | "annotations", |
||
1431 | "docblock", |
||
1432 | "parser" |
||
1433 | ], |
||
1434 | "time": "2017-12-06T07:11:42+00:00" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "doctrine/instantiator", |
||
1438 | "version": "1.1.0", |
||
1439 | "source": { |
||
1440 | "type": "git", |
||
1441 | "url": "https://github.com/doctrine/instantiator.git", |
||
1442 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
1443 | }, |
||
1444 | "dist": { |
||
1445 | "type": "zip", |
||
1446 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1447 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1448 | "shasum": "" |
||
1449 | }, |
||
1450 | "require": { |
||
1451 | "php": "^7.1" |
||
1452 | }, |
||
1453 | "require-dev": { |
||
1454 | "athletic/athletic": "~0.1.8", |
||
1455 | "ext-pdo": "*", |
||
1456 | "ext-phar": "*", |
||
1457 | "phpunit/phpunit": "^6.2.3", |
||
1458 | "squizlabs/php_codesniffer": "^3.0.2" |
||
1459 | }, |
||
1460 | "type": "library", |
||
1461 | "extra": { |
||
1462 | "branch-alias": { |
||
1463 | "dev-master": "1.2.x-dev" |
||
1464 | } |
||
1465 | }, |
||
1466 | "autoload": { |
||
1467 | "psr-4": { |
||
1468 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1469 | } |
||
1470 | }, |
||
1471 | "notification-url": "https://packagist.org/downloads/", |
||
1472 | "license": [ |
||
1473 | "MIT" |
||
1474 | ], |
||
1475 | "authors": [ |
||
1476 | { |
||
1477 | "name": "Marco Pivetta", |
||
1478 | "email": "[email protected]", |
||
1479 | "homepage": "http://ocramius.github.com/" |
||
1480 | } |
||
1481 | ], |
||
1482 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1483 | "homepage": "https://github.com/doctrine/instantiator", |
||
1484 | "keywords": [ |
||
1485 | "constructor", |
||
1486 | "instantiate" |
||
1487 | ], |
||
1488 | "time": "2017-07-22T11:58:36+00:00" |
||
1489 | }, |
||
1490 | { |
||
1491 | "name": "doctrine/lexer", |
||
1492 | "version": "v1.0.1", |
||
1493 | "source": { |
||
1494 | "type": "git", |
||
1495 | "url": "https://github.com/doctrine/lexer.git", |
||
1496 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
1497 | }, |
||
1498 | "dist": { |
||
1499 | "type": "zip", |
||
1500 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1501 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1502 | "shasum": "" |
||
1503 | }, |
||
1504 | "require": { |
||
1505 | "php": ">=5.3.2" |
||
1506 | }, |
||
1507 | "type": "library", |
||
1508 | "extra": { |
||
1509 | "branch-alias": { |
||
1510 | "dev-master": "1.0.x-dev" |
||
1511 | } |
||
1512 | }, |
||
1513 | "autoload": { |
||
1514 | "psr-0": { |
||
1515 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
1516 | } |
||
1517 | }, |
||
1518 | "notification-url": "https://packagist.org/downloads/", |
||
1519 | "license": [ |
||
1520 | "MIT" |
||
1521 | ], |
||
1522 | "authors": [ |
||
1523 | { |
||
1524 | "name": "Roman Borschel", |
||
1525 | "email": "[email protected]" |
||
1526 | }, |
||
1527 | { |
||
1528 | "name": "Guilherme Blanco", |
||
1529 | "email": "[email protected]" |
||
1530 | }, |
||
1531 | { |
||
1532 | "name": "Johannes Schmitt", |
||
1533 | "email": "[email protected]" |
||
1534 | } |
||
1535 | ], |
||
1536 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1537 | "homepage": "http://www.doctrine-project.org", |
||
1538 | "keywords": [ |
||
1539 | "lexer", |
||
1540 | "parser" |
||
1541 | ], |
||
1542 | "time": "2014-09-09T13:34:57+00:00" |
||
1543 | }, |
||
1544 | { |
||
1545 | "name": "friendsofphp/php-cs-fixer", |
||
1546 | "version": "v2.11.1", |
||
1547 | "source": { |
||
1548 | "type": "git", |
||
1549 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
1550 | "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8" |
||
1551 | }, |
||
1552 | "dist": { |
||
1553 | "type": "zip", |
||
1554 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8", |
||
1555 | "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8", |
||
1556 | "shasum": "" |
||
1557 | }, |
||
1558 | "require": { |
||
1559 | "composer/semver": "^1.4", |
||
1560 | "doctrine/annotations": "^1.2", |
||
1561 | "ext-json": "*", |
||
1562 | "ext-tokenizer": "*", |
||
1563 | "php": "^5.6 || >=7.0 <7.3", |
||
1564 | "php-cs-fixer/diff": "^1.3", |
||
1565 | "symfony/console": "^3.2 || ^4.0", |
||
1566 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
1567 | "symfony/filesystem": "^3.0 || ^4.0", |
||
1568 | "symfony/finder": "^3.0 || ^4.0", |
||
1569 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
1570 | "symfony/polyfill-php70": "^1.0", |
||
1571 | "symfony/polyfill-php72": "^1.4", |
||
1572 | "symfony/process": "^3.0 || ^4.0", |
||
1573 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
1574 | }, |
||
1575 | "conflict": { |
||
1576 | "hhvm": "*" |
||
1577 | }, |
||
1578 | "require-dev": { |
||
1579 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
||
1580 | "justinrainbow/json-schema": "^5.0", |
||
1581 | "keradus/cli-executor": "^1.0", |
||
1582 | "mikey179/vfsstream": "^1.6", |
||
1583 | "php-coveralls/php-coveralls": "^2.0", |
||
1584 | "php-cs-fixer/accessible-object": "^1.0", |
||
1585 | "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", |
||
1586 | "phpunitgoodpractices/traits": "^1.3.1", |
||
1587 | "symfony/phpunit-bridge": "^3.2.2 || ^4.0" |
||
1588 | }, |
||
1589 | "suggest": { |
||
1590 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
1591 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
1592 | }, |
||
1593 | "bin": [ |
||
1594 | "php-cs-fixer" |
||
1595 | ], |
||
1596 | "type": "application", |
||
1597 | "extra": { |
||
1598 | "branch-alias": { |
||
1599 | "dev-master": "2.11-dev" |
||
1600 | } |
||
1601 | }, |
||
1602 | "autoload": { |
||
1603 | "psr-4": { |
||
1604 | "PhpCsFixer\\": "src/" |
||
1605 | }, |
||
1606 | "classmap": [ |
||
1607 | "tests/Test/AbstractFixerTestCase.php", |
||
1608 | "tests/Test/AbstractIntegrationCaseFactory.php", |
||
1609 | "tests/Test/AbstractIntegrationTestCase.php", |
||
1610 | "tests/Test/Assert/AssertTokensTrait.php", |
||
1611 | "tests/Test/Constraint/SameStringsConstraint.php", |
||
1612 | "tests/Test/Constraint/SameStringsConstraintForV5.php", |
||
1613 | "tests/Test/Constraint/SameStringsConstraintForV7.php", |
||
1614 | "tests/Test/IntegrationCase.php", |
||
1615 | "tests/Test/IntegrationCaseFactory.php", |
||
1616 | "tests/Test/IntegrationCaseFactoryInterface.php", |
||
1617 | "tests/Test/InternalIntegrationCaseFactory.php", |
||
1618 | "tests/TestCase.php" |
||
1619 | ] |
||
1620 | }, |
||
1621 | "notification-url": "https://packagist.org/downloads/", |
||
1622 | "license": [ |
||
1623 | "MIT" |
||
1624 | ], |
||
1625 | "authors": [ |
||
1626 | { |
||
1627 | "name": "Dariusz Rumiński", |
||
1628 | "email": "[email protected]" |
||
1629 | }, |
||
1630 | { |
||
1631 | "name": "Fabien Potencier", |
||
1632 | "email": "[email protected]" |
||
1633 | } |
||
1634 | ], |
||
1635 | "description": "A tool to automatically fix PHP code style", |
||
1636 | "time": "2018-03-21T17:41:26+00:00" |
||
1637 | }, |
||
1638 | { |
||
1639 | "name": "guzzlehttp/guzzle", |
||
1640 | "version": "6.3.3", |
||
1641 | "source": { |
||
1642 | "type": "git", |
||
1643 | "url": "https://github.com/guzzle/guzzle.git", |
||
1644 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" |
||
1645 | }, |
||
1646 | "dist": { |
||
1647 | "type": "zip", |
||
1648 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
1649 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
1650 | "shasum": "" |
||
1651 | }, |
||
1652 | "require": { |
||
1653 | "guzzlehttp/promises": "^1.0", |
||
1654 | "guzzlehttp/psr7": "^1.4", |
||
1655 | "php": ">=5.5" |
||
1656 | }, |
||
1657 | "require-dev": { |
||
1658 | "ext-curl": "*", |
||
1659 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
||
1660 | "psr/log": "^1.0" |
||
1661 | }, |
||
1662 | "suggest": { |
||
1663 | "psr/log": "Required for using the Log middleware" |
||
1664 | }, |
||
1665 | "type": "library", |
||
1666 | "extra": { |
||
1667 | "branch-alias": { |
||
1668 | "dev-master": "6.3-dev" |
||
1669 | } |
||
1670 | }, |
||
1671 | "autoload": { |
||
1672 | "files": [ |
||
1673 | "src/functions_include.php" |
||
1674 | ], |
||
1675 | "psr-4": { |
||
1676 | "GuzzleHttp\\": "src/" |
||
1677 | } |
||
1678 | }, |
||
1679 | "notification-url": "https://packagist.org/downloads/", |
||
1680 | "license": [ |
||
1681 | "MIT" |
||
1682 | ], |
||
1683 | "authors": [ |
||
1684 | { |
||
1685 | "name": "Michael Dowling", |
||
1686 | "email": "[email protected]", |
||
1687 | "homepage": "https://github.com/mtdowling" |
||
1688 | } |
||
1689 | ], |
||
1690 | "description": "Guzzle is a PHP HTTP client library", |
||
1691 | "homepage": "http://guzzlephp.org/", |
||
1692 | "keywords": [ |
||
1693 | "client", |
||
1694 | "curl", |
||
1695 | "framework", |
||
1696 | "http", |
||
1697 | "http client", |
||
1698 | "rest", |
||
1699 | "web service" |
||
1700 | ], |
||
1701 | "time": "2018-04-22T15:46:56+00:00" |
||
1702 | }, |
||
1703 | { |
||
1704 | "name": "guzzlehttp/promises", |
||
1705 | "version": "v1.3.1", |
||
1706 | "source": { |
||
1707 | "type": "git", |
||
1708 | "url": "https://github.com/guzzle/promises.git", |
||
1709 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1710 | }, |
||
1711 | "dist": { |
||
1712 | "type": "zip", |
||
1713 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1714 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1715 | "shasum": "" |
||
1716 | }, |
||
1717 | "require": { |
||
1718 | "php": ">=5.5.0" |
||
1719 | }, |
||
1720 | "require-dev": { |
||
1721 | "phpunit/phpunit": "^4.0" |
||
1722 | }, |
||
1723 | "type": "library", |
||
1724 | "extra": { |
||
1725 | "branch-alias": { |
||
1726 | "dev-master": "1.4-dev" |
||
1727 | } |
||
1728 | }, |
||
1729 | "autoload": { |
||
1730 | "psr-4": { |
||
1731 | "GuzzleHttp\\Promise\\": "src/" |
||
1732 | }, |
||
1733 | "files": [ |
||
1734 | "src/functions_include.php" |
||
1735 | ] |
||
1736 | }, |
||
1737 | "notification-url": "https://packagist.org/downloads/", |
||
1738 | "license": [ |
||
1739 | "MIT" |
||
1740 | ], |
||
1741 | "authors": [ |
||
1742 | { |
||
1743 | "name": "Michael Dowling", |
||
1744 | "email": "[email protected]", |
||
1745 | "homepage": "https://github.com/mtdowling" |
||
1746 | } |
||
1747 | ], |
||
1748 | "description": "Guzzle promises library", |
||
1749 | "keywords": [ |
||
1750 | "promise" |
||
1751 | ], |
||
1752 | "time": "2016-12-20T10:07:11+00:00" |
||
1753 | }, |
||
1754 | { |
||
1755 | "name": "guzzlehttp/psr7", |
||
1756 | "version": "1.4.2", |
||
1757 | "source": { |
||
1758 | "type": "git", |
||
1759 | "url": "https://github.com/guzzle/psr7.git", |
||
1760 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
1761 | }, |
||
1762 | "dist": { |
||
1763 | "type": "zip", |
||
1764 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1765 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1766 | "shasum": "" |
||
1767 | }, |
||
1768 | "require": { |
||
1769 | "php": ">=5.4.0", |
||
1770 | "psr/http-message": "~1.0" |
||
1771 | }, |
||
1772 | "provide": { |
||
1773 | "psr/http-message-implementation": "1.0" |
||
1774 | }, |
||
1775 | "require-dev": { |
||
1776 | "phpunit/phpunit": "~4.0" |
||
1777 | }, |
||
1778 | "type": "library", |
||
1779 | "extra": { |
||
1780 | "branch-alias": { |
||
1781 | "dev-master": "1.4-dev" |
||
1782 | } |
||
1783 | }, |
||
1784 | "autoload": { |
||
1785 | "psr-4": { |
||
1786 | "GuzzleHttp\\Psr7\\": "src/" |
||
1787 | }, |
||
1788 | "files": [ |
||
1789 | "src/functions_include.php" |
||
1790 | ] |
||
1791 | }, |
||
1792 | "notification-url": "https://packagist.org/downloads/", |
||
1793 | "license": [ |
||
1794 | "MIT" |
||
1795 | ], |
||
1796 | "authors": [ |
||
1797 | { |
||
1798 | "name": "Michael Dowling", |
||
1799 | "email": "[email protected]", |
||
1800 | "homepage": "https://github.com/mtdowling" |
||
1801 | }, |
||
1802 | { |
||
1803 | "name": "Tobias Schultze", |
||
1804 | "homepage": "https://github.com/Tobion" |
||
1805 | } |
||
1806 | ], |
||
1807 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
1808 | "keywords": [ |
||
1809 | "http", |
||
1810 | "message", |
||
1811 | "request", |
||
1812 | "response", |
||
1813 | "stream", |
||
1814 | "uri", |
||
1815 | "url" |
||
1816 | ], |
||
1817 | "time": "2017-03-20T17:10:46+00:00" |
||
1818 | }, |
||
1819 | { |
||
1820 | "name": "myclabs/deep-copy", |
||
1821 | "version": "1.8.0", |
||
1822 | "source": { |
||
1823 | "type": "git", |
||
1824 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1825 | "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6" |
||
1826 | }, |
||
1827 | "dist": { |
||
1828 | "type": "zip", |
||
1829 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/478465659fd987669df0bd8a9bf22a8710e5f1b6", |
||
1830 | "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6", |
||
1831 | "shasum": "" |
||
1832 | }, |
||
1833 | "require": { |
||
1834 | "php": "^7.1" |
||
1835 | }, |
||
1836 | "replace": { |
||
1837 | "myclabs/deep-copy": "self.version" |
||
1838 | }, |
||
1839 | "require-dev": { |
||
1840 | "doctrine/collections": "^1.0", |
||
1841 | "doctrine/common": "^2.6", |
||
1842 | "phpunit/phpunit": "^7.1" |
||
1843 | }, |
||
1844 | "type": "library", |
||
1845 | "autoload": { |
||
1846 | "psr-4": { |
||
1847 | "DeepCopy\\": "src/DeepCopy/" |
||
1848 | }, |
||
1849 | "files": [ |
||
1850 | "src/DeepCopy/deep_copy.php" |
||
1851 | ] |
||
1852 | }, |
||
1853 | "notification-url": "https://packagist.org/downloads/", |
||
1854 | "license": [ |
||
1855 | "MIT" |
||
1856 | ], |
||
1857 | "description": "Create deep copies (clones) of your objects", |
||
1858 | "keywords": [ |
||
1859 | "clone", |
||
1860 | "copy", |
||
1861 | "duplicate", |
||
1862 | "object", |
||
1863 | "object graph" |
||
1864 | ], |
||
1865 | "time": "2018-05-29T17:25:09+00:00" |
||
1866 | }, |
||
1867 | { |
||
1868 | "name": "paragonie/random_compat", |
||
1869 | "version": "v2.0.12", |
||
1870 | "source": { |
||
1871 | "type": "git", |
||
1872 | "url": "https://github.com/paragonie/random_compat.git", |
||
1873 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" |
||
1874 | }, |
||
1875 | "dist": { |
||
1876 | "type": "zip", |
||
1877 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1878 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1879 | "shasum": "" |
||
1880 | }, |
||
1881 | "require": { |
||
1882 | "php": ">=5.2.0" |
||
1883 | }, |
||
1884 | "require-dev": { |
||
1885 | "phpunit/phpunit": "4.*|5.*" |
||
1886 | }, |
||
1887 | "suggest": { |
||
1888 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1889 | }, |
||
1890 | "type": "library", |
||
1891 | "autoload": { |
||
1892 | "files": [ |
||
1893 | "lib/random.php" |
||
1894 | ] |
||
1895 | }, |
||
1896 | "notification-url": "https://packagist.org/downloads/", |
||
1897 | "license": [ |
||
1898 | "MIT" |
||
1899 | ], |
||
1900 | "authors": [ |
||
1901 | { |
||
1902 | "name": "Paragon Initiative Enterprises", |
||
1903 | "email": "[email protected]", |
||
1904 | "homepage": "https://paragonie.com" |
||
1905 | } |
||
1906 | ], |
||
1907 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1908 | "keywords": [ |
||
1909 | "csprng", |
||
1910 | "pseudorandom", |
||
1911 | "random" |
||
1912 | ], |
||
1913 | "time": "2018-04-04T21:24:14+00:00" |
||
1914 | }, |
||
1915 | { |
||
1916 | "name": "phar-io/manifest", |
||
1917 | "version": "1.0.1", |
||
1918 | "source": { |
||
1919 | "type": "git", |
||
1920 | "url": "https://github.com/phar-io/manifest.git", |
||
1921 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
1922 | }, |
||
1923 | "dist": { |
||
1924 | "type": "zip", |
||
1925 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1926 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1927 | "shasum": "" |
||
1928 | }, |
||
1929 | "require": { |
||
1930 | "ext-dom": "*", |
||
1931 | "ext-phar": "*", |
||
1932 | "phar-io/version": "^1.0.1", |
||
1933 | "php": "^5.6 || ^7.0" |
||
1934 | }, |
||
1935 | "type": "library", |
||
1936 | "extra": { |
||
1937 | "branch-alias": { |
||
1938 | "dev-master": "1.0.x-dev" |
||
1939 | } |
||
1940 | }, |
||
1941 | "autoload": { |
||
1942 | "classmap": [ |
||
1943 | "src/" |
||
1944 | ] |
||
1945 | }, |
||
1946 | "notification-url": "https://packagist.org/downloads/", |
||
1947 | "license": [ |
||
1948 | "BSD-3-Clause" |
||
1949 | ], |
||
1950 | "authors": [ |
||
1951 | { |
||
1952 | "name": "Arne Blankerts", |
||
1953 | "email": "[email protected]", |
||
1954 | "role": "Developer" |
||
1955 | }, |
||
1956 | { |
||
1957 | "name": "Sebastian Heuer", |
||
1958 | "email": "[email protected]", |
||
1959 | "role": "Developer" |
||
1960 | }, |
||
1961 | { |
||
1962 | "name": "Sebastian Bergmann", |
||
1963 | "email": "[email protected]", |
||
1964 | "role": "Developer" |
||
1965 | } |
||
1966 | ], |
||
1967 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
1968 | "time": "2017-03-05T18:14:27+00:00" |
||
1969 | }, |
||
1970 | { |
||
1971 | "name": "phar-io/version", |
||
1972 | "version": "1.0.1", |
||
1973 | "source": { |
||
1974 | "type": "git", |
||
1975 | "url": "https://github.com/phar-io/version.git", |
||
1976 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
1977 | }, |
||
1978 | "dist": { |
||
1979 | "type": "zip", |
||
1980 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1981 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1982 | "shasum": "" |
||
1983 | }, |
||
1984 | "require": { |
||
1985 | "php": "^5.6 || ^7.0" |
||
1986 | }, |
||
1987 | "type": "library", |
||
1988 | "autoload": { |
||
1989 | "classmap": [ |
||
1990 | "src/" |
||
1991 | ] |
||
1992 | }, |
||
1993 | "notification-url": "https://packagist.org/downloads/", |
||
1994 | "license": [ |
||
1995 | "BSD-3-Clause" |
||
1996 | ], |
||
1997 | "authors": [ |
||
1998 | { |
||
1999 | "name": "Arne Blankerts", |
||
2000 | "email": "[email protected]", |
||
2001 | "role": "Developer" |
||
2002 | }, |
||
2003 | { |
||
2004 | "name": "Sebastian Heuer", |
||
2005 | "email": "[email protected]", |
||
2006 | "role": "Developer" |
||
2007 | }, |
||
2008 | { |
||
2009 | "name": "Sebastian Bergmann", |
||
2010 | "email": "[email protected]", |
||
2011 | "role": "Developer" |
||
2012 | } |
||
2013 | ], |
||
2014 | "description": "Library for handling version information and constraints", |
||
2015 | "time": "2017-03-05T17:38:23+00:00" |
||
2016 | }, |
||
2017 | { |
||
2018 | "name": "php-coveralls/php-coveralls", |
||
2019 | "version": "v2.1.0", |
||
2020 | "source": { |
||
2021 | "type": "git", |
||
2022 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
2023 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" |
||
2024 | }, |
||
2025 | "dist": { |
||
2026 | "type": "zip", |
||
2027 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
2028 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
2029 | "shasum": "" |
||
2030 | }, |
||
2031 | "require": { |
||
2032 | "ext-json": "*", |
||
2033 | "ext-simplexml": "*", |
||
2034 | "guzzlehttp/guzzle": "^6.0", |
||
2035 | "php": "^5.5 || ^7.0", |
||
2036 | "psr/log": "^1.0", |
||
2037 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
2038 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
2039 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
2040 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
2041 | }, |
||
2042 | "require-dev": { |
||
2043 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
2044 | }, |
||
2045 | "suggest": { |
||
2046 | "symfony/http-kernel": "Allows Symfony integration" |
||
2047 | }, |
||
2048 | "bin": [ |
||
2049 | "bin/php-coveralls" |
||
2050 | ], |
||
2051 | "type": "library", |
||
2052 | "extra": { |
||
2053 | "branch-alias": { |
||
2054 | "dev-master": "2.1-dev" |
||
2055 | } |
||
2056 | }, |
||
2057 | "autoload": { |
||
2058 | "psr-4": { |
||
2059 | "PhpCoveralls\\": "src/" |
||
2060 | } |
||
2061 | }, |
||
2062 | "notification-url": "https://packagist.org/downloads/", |
||
2063 | "license": [ |
||
2064 | "MIT" |
||
2065 | ], |
||
2066 | "authors": [ |
||
2067 | { |
||
2068 | "name": "Kitamura Satoshi", |
||
2069 | "email": "[email protected]", |
||
2070 | "homepage": "https://www.facebook.com/satooshi.jp", |
||
2071 | "role": "Original creator" |
||
2072 | }, |
||
2073 | { |
||
2074 | "name": "Takashi Matsuo", |
||
2075 | "email": "[email protected]" |
||
2076 | }, |
||
2077 | { |
||
2078 | "name": "Google Inc" |
||
2079 | }, |
||
2080 | { |
||
2081 | "name": "Dariusz Ruminski", |
||
2082 | "email": "[email protected]", |
||
2083 | "homepage": "https://github.com/keradus" |
||
2084 | }, |
||
2085 | { |
||
2086 | "name": "Contributors", |
||
2087 | "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" |
||
2088 | } |
||
2089 | ], |
||
2090 | "description": "PHP client library for Coveralls API", |
||
2091 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
2092 | "keywords": [ |
||
2093 | "ci", |
||
2094 | "coverage", |
||
2095 | "github", |
||
2096 | "test" |
||
2097 | ], |
||
2098 | "time": "2018-05-22T23:11:08+00:00" |
||
2099 | }, |
||
2100 | { |
||
2101 | "name": "php-cs-fixer/diff", |
||
2102 | "version": "v1.3.0", |
||
2103 | "source": { |
||
2104 | "type": "git", |
||
2105 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
2106 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" |
||
2107 | }, |
||
2108 | "dist": { |
||
2109 | "type": "zip", |
||
2110 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
2111 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
2112 | "shasum": "" |
||
2113 | }, |
||
2114 | "require": { |
||
2115 | "php": "^5.6 || ^7.0" |
||
2116 | }, |
||
2117 | "require-dev": { |
||
2118 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
2119 | "symfony/process": "^3.3" |
||
2120 | }, |
||
2121 | "type": "library", |
||
2122 | "autoload": { |
||
2123 | "classmap": [ |
||
2124 | "src/" |
||
2125 | ] |
||
2126 | }, |
||
2127 | "notification-url": "https://packagist.org/downloads/", |
||
2128 | "license": [ |
||
2129 | "BSD-3-Clause" |
||
2130 | ], |
||
2131 | "authors": [ |
||
2132 | { |
||
2133 | "name": "Kore Nordmann", |
||
2134 | "email": "[email protected]" |
||
2135 | }, |
||
2136 | { |
||
2137 | "name": "Sebastian Bergmann", |
||
2138 | "email": "[email protected]" |
||
2139 | }, |
||
2140 | { |
||
2141 | "name": "SpacePossum" |
||
2142 | } |
||
2143 | ], |
||
2144 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
2145 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
2146 | "keywords": [ |
||
2147 | "diff" |
||
2148 | ], |
||
2149 | "time": "2018-02-15T16:58:55+00:00" |
||
2150 | }, |
||
2151 | { |
||
2152 | "name": "phpdocumentor/reflection-common", |
||
2153 | "version": "1.0.1", |
||
2154 | "source": { |
||
2155 | "type": "git", |
||
2156 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2157 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
2158 | }, |
||
2159 | "dist": { |
||
2160 | "type": "zip", |
||
2161 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2162 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2163 | "shasum": "" |
||
2164 | }, |
||
2165 | "require": { |
||
2166 | "php": ">=5.5" |
||
2167 | }, |
||
2168 | "require-dev": { |
||
2169 | "phpunit/phpunit": "^4.6" |
||
2170 | }, |
||
2171 | "type": "library", |
||
2172 | "extra": { |
||
2173 | "branch-alias": { |
||
2174 | "dev-master": "1.0.x-dev" |
||
2175 | } |
||
2176 | }, |
||
2177 | "autoload": { |
||
2178 | "psr-4": { |
||
2179 | "phpDocumentor\\Reflection\\": [ |
||
2180 | "src" |
||
2181 | ] |
||
2182 | } |
||
2183 | }, |
||
2184 | "notification-url": "https://packagist.org/downloads/", |
||
2185 | "license": [ |
||
2186 | "MIT" |
||
2187 | ], |
||
2188 | "authors": [ |
||
2189 | { |
||
2190 | "name": "Jaap van Otterdijk", |
||
2191 | "email": "[email protected]" |
||
2192 | } |
||
2193 | ], |
||
2194 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2195 | "homepage": "http://www.phpdoc.org", |
||
2196 | "keywords": [ |
||
2197 | "FQSEN", |
||
2198 | "phpDocumentor", |
||
2199 | "phpdoc", |
||
2200 | "reflection", |
||
2201 | "static analysis" |
||
2202 | ], |
||
2203 | "time": "2017-09-11T18:02:19+00:00" |
||
2204 | }, |
||
2205 | { |
||
2206 | "name": "phpdocumentor/reflection-docblock", |
||
2207 | "version": "4.3.0", |
||
2208 | "source": { |
||
2209 | "type": "git", |
||
2210 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2211 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
2212 | }, |
||
2213 | "dist": { |
||
2214 | "type": "zip", |
||
2215 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
2216 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
2217 | "shasum": "" |
||
2218 | }, |
||
2219 | "require": { |
||
2220 | "php": "^7.0", |
||
2221 | "phpdocumentor/reflection-common": "^1.0.0", |
||
2222 | "phpdocumentor/type-resolver": "^0.4.0", |
||
2223 | "webmozart/assert": "^1.0" |
||
2224 | }, |
||
2225 | "require-dev": { |
||
2226 | "doctrine/instantiator": "~1.0.5", |
||
2227 | "mockery/mockery": "^1.0", |
||
2228 | "phpunit/phpunit": "^6.4" |
||
2229 | }, |
||
2230 | "type": "library", |
||
2231 | "extra": { |
||
2232 | "branch-alias": { |
||
2233 | "dev-master": "4.x-dev" |
||
2234 | } |
||
2235 | }, |
||
2236 | "autoload": { |
||
2237 | "psr-4": { |
||
2238 | "phpDocumentor\\Reflection\\": [ |
||
2239 | "src/" |
||
2240 | ] |
||
2241 | } |
||
2242 | }, |
||
2243 | "notification-url": "https://packagist.org/downloads/", |
||
2244 | "license": [ |
||
2245 | "MIT" |
||
2246 | ], |
||
2247 | "authors": [ |
||
2248 | { |
||
2249 | "name": "Mike van Riel", |
||
2250 | "email": "[email protected]" |
||
2251 | } |
||
2252 | ], |
||
2253 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2254 | "time": "2017-11-30T07:14:17+00:00" |
||
2255 | }, |
||
2256 | { |
||
2257 | "name": "phpdocumentor/type-resolver", |
||
2258 | "version": "0.4.0", |
||
2259 | "source": { |
||
2260 | "type": "git", |
||
2261 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2262 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
2263 | }, |
||
2264 | "dist": { |
||
2265 | "type": "zip", |
||
2266 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2267 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2268 | "shasum": "" |
||
2269 | }, |
||
2270 | "require": { |
||
2271 | "php": "^5.5 || ^7.0", |
||
2272 | "phpdocumentor/reflection-common": "^1.0" |
||
2273 | }, |
||
2274 | "require-dev": { |
||
2275 | "mockery/mockery": "^0.9.4", |
||
2276 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2277 | }, |
||
2278 | "type": "library", |
||
2279 | "extra": { |
||
2280 | "branch-alias": { |
||
2281 | "dev-master": "1.0.x-dev" |
||
2282 | } |
||
2283 | }, |
||
2284 | "autoload": { |
||
2285 | "psr-4": { |
||
2286 | "phpDocumentor\\Reflection\\": [ |
||
2287 | "src/" |
||
2288 | ] |
||
2289 | } |
||
2290 | }, |
||
2291 | "notification-url": "https://packagist.org/downloads/", |
||
2292 | "license": [ |
||
2293 | "MIT" |
||
2294 | ], |
||
2295 | "authors": [ |
||
2296 | { |
||
2297 | "name": "Mike van Riel", |
||
2298 | "email": "[email protected]" |
||
2299 | } |
||
2300 | ], |
||
2301 | "time": "2017-07-14T14:27:02+00:00" |
||
2302 | }, |
||
2303 | { |
||
2304 | "name": "phpspec/prophecy", |
||
2305 | "version": "1.7.6", |
||
2306 | "source": { |
||
2307 | "type": "git", |
||
2308 | "url": "https://github.com/phpspec/prophecy.git", |
||
2309 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
2310 | }, |
||
2311 | "dist": { |
||
2312 | "type": "zip", |
||
2313 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
2314 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
2315 | "shasum": "" |
||
2316 | }, |
||
2317 | "require": { |
||
2318 | "doctrine/instantiator": "^1.0.2", |
||
2319 | "php": "^5.3|^7.0", |
||
2320 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
2321 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
2322 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
2323 | }, |
||
2324 | "require-dev": { |
||
2325 | "phpspec/phpspec": "^2.5|^3.2", |
||
2326 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
2327 | }, |
||
2328 | "type": "library", |
||
2329 | "extra": { |
||
2330 | "branch-alias": { |
||
2331 | "dev-master": "1.7.x-dev" |
||
2332 | } |
||
2333 | }, |
||
2334 | "autoload": { |
||
2335 | "psr-0": { |
||
2336 | "Prophecy\\": "src/" |
||
2337 | } |
||
2338 | }, |
||
2339 | "notification-url": "https://packagist.org/downloads/", |
||
2340 | "license": [ |
||
2341 | "MIT" |
||
2342 | ], |
||
2343 | "authors": [ |
||
2344 | { |
||
2345 | "name": "Konstantin Kudryashov", |
||
2346 | "email": "[email protected]", |
||
2347 | "homepage": "http://everzet.com" |
||
2348 | }, |
||
2349 | { |
||
2350 | "name": "Marcello Duarte", |
||
2351 | "email": "[email protected]" |
||
2352 | } |
||
2353 | ], |
||
2354 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
2355 | "homepage": "https://github.com/phpspec/prophecy", |
||
2356 | "keywords": [ |
||
2357 | "Double", |
||
2358 | "Dummy", |
||
2359 | "fake", |
||
2360 | "mock", |
||
2361 | "spy", |
||
2362 | "stub" |
||
2363 | ], |
||
2364 | "time": "2018-04-18T13:57:24+00:00" |
||
2365 | }, |
||
2366 | { |
||
2367 | "name": "phpunit/php-code-coverage", |
||
2368 | "version": "6.0.7", |
||
2369 | "source": { |
||
2370 | "type": "git", |
||
2371 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2372 | "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a" |
||
2373 | }, |
||
2374 | "dist": { |
||
2375 | "type": "zip", |
||
2376 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a", |
||
2377 | "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a", |
||
2378 | "shasum": "" |
||
2379 | }, |
||
2380 | "require": { |
||
2381 | "ext-dom": "*", |
||
2382 | "ext-xmlwriter": "*", |
||
2383 | "php": "^7.1", |
||
2384 | "phpunit/php-file-iterator": "^2.0", |
||
2385 | "phpunit/php-text-template": "^1.2.1", |
||
2386 | "phpunit/php-token-stream": "^3.0", |
||
2387 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
2388 | "sebastian/environment": "^3.1", |
||
2389 | "sebastian/version": "^2.0.1", |
||
2390 | "theseer/tokenizer": "^1.1" |
||
2391 | }, |
||
2392 | "require-dev": { |
||
2393 | "phpunit/phpunit": "^7.0" |
||
2394 | }, |
||
2395 | "suggest": { |
||
2396 | "ext-xdebug": "^2.6.0" |
||
2397 | }, |
||
2398 | "type": "library", |
||
2399 | "extra": { |
||
2400 | "branch-alias": { |
||
2401 | "dev-master": "6.0-dev" |
||
2402 | } |
||
2403 | }, |
||
2404 | "autoload": { |
||
2405 | "classmap": [ |
||
2406 | "src/" |
||
2407 | ] |
||
2408 | }, |
||
2409 | "notification-url": "https://packagist.org/downloads/", |
||
2410 | "license": [ |
||
2411 | "BSD-3-Clause" |
||
2412 | ], |
||
2413 | "authors": [ |
||
2414 | { |
||
2415 | "name": "Sebastian Bergmann", |
||
2416 | "email": "[email protected]", |
||
2417 | "role": "lead" |
||
2418 | } |
||
2419 | ], |
||
2420 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2421 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2422 | "keywords": [ |
||
2423 | "coverage", |
||
2424 | "testing", |
||
2425 | "xunit" |
||
2426 | ], |
||
2427 | "time": "2018-06-01T07:51:50+00:00" |
||
2428 | }, |
||
2429 | { |
||
2430 | "name": "phpunit/php-file-iterator", |
||
2431 | "version": "2.0.0", |
||
2432 | "source": { |
||
2433 | "type": "git", |
||
2434 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2435 | "reference": "e20525b0c2945c7c317fff95660698cb3d2a53bc" |
||
2436 | }, |
||
2437 | "dist": { |
||
2438 | "type": "zip", |
||
2439 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/e20525b0c2945c7c317fff95660698cb3d2a53bc", |
||
2440 | "reference": "e20525b0c2945c7c317fff95660698cb3d2a53bc", |
||
2441 | "shasum": "" |
||
2442 | }, |
||
2443 | "require": { |
||
2444 | "php": "^7.1" |
||
2445 | }, |
||
2446 | "type": "library", |
||
2447 | "extra": { |
||
2448 | "branch-alias": { |
||
2449 | "dev-master": "2.0.x-dev" |
||
2450 | } |
||
2451 | }, |
||
2452 | "autoload": { |
||
2453 | "classmap": [ |
||
2454 | "src/" |
||
2455 | ] |
||
2456 | }, |
||
2457 | "notification-url": "https://packagist.org/downloads/", |
||
2458 | "license": [ |
||
2459 | "BSD-3-Clause" |
||
2460 | ], |
||
2461 | "authors": [ |
||
2462 | { |
||
2463 | "name": "Sebastian Bergmann", |
||
2464 | "email": "[email protected]", |
||
2465 | "role": "lead" |
||
2466 | } |
||
2467 | ], |
||
2468 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2469 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2470 | "keywords": [ |
||
2471 | "filesystem", |
||
2472 | "iterator" |
||
2473 | ], |
||
2474 | "time": "2018-05-28T12:13:49+00:00" |
||
2475 | }, |
||
2476 | { |
||
2477 | "name": "phpunit/php-text-template", |
||
2478 | "version": "1.2.1", |
||
2479 | "source": { |
||
2480 | "type": "git", |
||
2481 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2482 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2483 | }, |
||
2484 | "dist": { |
||
2485 | "type": "zip", |
||
2486 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2487 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2488 | "shasum": "" |
||
2489 | }, |
||
2490 | "require": { |
||
2491 | "php": ">=5.3.3" |
||
2492 | }, |
||
2493 | "type": "library", |
||
2494 | "autoload": { |
||
2495 | "classmap": [ |
||
2496 | "src/" |
||
2497 | ] |
||
2498 | }, |
||
2499 | "notification-url": "https://packagist.org/downloads/", |
||
2500 | "license": [ |
||
2501 | "BSD-3-Clause" |
||
2502 | ], |
||
2503 | "authors": [ |
||
2504 | { |
||
2505 | "name": "Sebastian Bergmann", |
||
2506 | "email": "[email protected]", |
||
2507 | "role": "lead" |
||
2508 | } |
||
2509 | ], |
||
2510 | "description": "Simple template engine.", |
||
2511 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2512 | "keywords": [ |
||
2513 | "template" |
||
2514 | ], |
||
2515 | "time": "2015-06-21T13:50:34+00:00" |
||
2516 | }, |
||
2517 | { |
||
2518 | "name": "phpunit/php-timer", |
||
2519 | "version": "2.0.0", |
||
2520 | "source": { |
||
2521 | "type": "git", |
||
2522 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2523 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
2524 | }, |
||
2525 | "dist": { |
||
2526 | "type": "zip", |
||
2527 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
2528 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
2529 | "shasum": "" |
||
2530 | }, |
||
2531 | "require": { |
||
2532 | "php": "^7.1" |
||
2533 | }, |
||
2534 | "require-dev": { |
||
2535 | "phpunit/phpunit": "^7.0" |
||
2536 | }, |
||
2537 | "type": "library", |
||
2538 | "extra": { |
||
2539 | "branch-alias": { |
||
2540 | "dev-master": "2.0-dev" |
||
2541 | } |
||
2542 | }, |
||
2543 | "autoload": { |
||
2544 | "classmap": [ |
||
2545 | "src/" |
||
2546 | ] |
||
2547 | }, |
||
2548 | "notification-url": "https://packagist.org/downloads/", |
||
2549 | "license": [ |
||
2550 | "BSD-3-Clause" |
||
2551 | ], |
||
2552 | "authors": [ |
||
2553 | { |
||
2554 | "name": "Sebastian Bergmann", |
||
2555 | "email": "[email protected]", |
||
2556 | "role": "lead" |
||
2557 | } |
||
2558 | ], |
||
2559 | "description": "Utility class for timing", |
||
2560 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2561 | "keywords": [ |
||
2562 | "timer" |
||
2563 | ], |
||
2564 | "time": "2018-02-01T13:07:23+00:00" |
||
2565 | }, |
||
2566 | { |
||
2567 | "name": "phpunit/php-token-stream", |
||
2568 | "version": "3.0.0", |
||
2569 | "source": { |
||
2570 | "type": "git", |
||
2571 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2572 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
2573 | }, |
||
2574 | "dist": { |
||
2575 | "type": "zip", |
||
2576 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2577 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2578 | "shasum": "" |
||
2579 | }, |
||
2580 | "require": { |
||
2581 | "ext-tokenizer": "*", |
||
2582 | "php": "^7.1" |
||
2583 | }, |
||
2584 | "require-dev": { |
||
2585 | "phpunit/phpunit": "^7.0" |
||
2586 | }, |
||
2587 | "type": "library", |
||
2588 | "extra": { |
||
2589 | "branch-alias": { |
||
2590 | "dev-master": "3.0-dev" |
||
2591 | } |
||
2592 | }, |
||
2593 | "autoload": { |
||
2594 | "classmap": [ |
||
2595 | "src/" |
||
2596 | ] |
||
2597 | }, |
||
2598 | "notification-url": "https://packagist.org/downloads/", |
||
2599 | "license": [ |
||
2600 | "BSD-3-Clause" |
||
2601 | ], |
||
2602 | "authors": [ |
||
2603 | { |
||
2604 | "name": "Sebastian Bergmann", |
||
2605 | "email": "[email protected]" |
||
2606 | } |
||
2607 | ], |
||
2608 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2609 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2610 | "keywords": [ |
||
2611 | "tokenizer" |
||
2612 | ], |
||
2613 | "time": "2018-02-01T13:16:43+00:00" |
||
2614 | }, |
||
2615 | { |
||
2616 | "name": "phpunit/phpunit", |
||
2617 | "version": "7.2.2", |
||
2618 | "source": { |
||
2619 | "type": "git", |
||
2620 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2621 | "reference": "3cf0836680bf5c365c627e8566d46c9e1f544db9" |
||
2622 | }, |
||
2623 | "dist": { |
||
2624 | "type": "zip", |
||
2625 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cf0836680bf5c365c627e8566d46c9e1f544db9", |
||
2626 | "reference": "3cf0836680bf5c365c627e8566d46c9e1f544db9", |
||
2627 | "shasum": "" |
||
2628 | }, |
||
2629 | "require": { |
||
2630 | "doctrine/instantiator": "^1.1", |
||
2631 | "ext-dom": "*", |
||
2632 | "ext-json": "*", |
||
2633 | "ext-libxml": "*", |
||
2634 | "ext-mbstring": "*", |
||
2635 | "ext-xml": "*", |
||
2636 | "myclabs/deep-copy": "^1.7", |
||
2637 | "phar-io/manifest": "^1.0.1", |
||
2638 | "phar-io/version": "^1.0", |
||
2639 | "php": "^7.1", |
||
2640 | "phpspec/prophecy": "^1.7", |
||
2641 | "phpunit/php-code-coverage": "^6.0.7", |
||
2642 | "phpunit/php-file-iterator": "^2.0", |
||
2643 | "phpunit/php-text-template": "^1.2.1", |
||
2644 | "phpunit/php-timer": "^2.0", |
||
2645 | "sebastian/comparator": "^3.0", |
||
2646 | "sebastian/diff": "^3.0", |
||
2647 | "sebastian/environment": "^3.1", |
||
2648 | "sebastian/exporter": "^3.1", |
||
2649 | "sebastian/global-state": "^2.0", |
||
2650 | "sebastian/object-enumerator": "^3.0.3", |
||
2651 | "sebastian/resource-operations": "^1.0", |
||
2652 | "sebastian/version": "^2.0.1" |
||
2653 | }, |
||
2654 | "conflict": { |
||
2655 | "phpunit/phpunit-mock-objects": "*" |
||
2656 | }, |
||
2657 | "require-dev": { |
||
2658 | "ext-pdo": "*" |
||
2659 | }, |
||
2660 | "suggest": { |
||
2661 | "ext-soap": "*", |
||
2662 | "ext-xdebug": "*", |
||
2663 | "phpunit/php-invoker": "^2.0" |
||
2664 | }, |
||
2665 | "bin": [ |
||
2666 | "phpunit" |
||
2667 | ], |
||
2668 | "type": "library", |
||
2669 | "extra": { |
||
2670 | "branch-alias": { |
||
2671 | "dev-master": "7.2-dev" |
||
2672 | } |
||
2673 | }, |
||
2674 | "autoload": { |
||
2675 | "classmap": [ |
||
2676 | "src/" |
||
2677 | ] |
||
2678 | }, |
||
2679 | "notification-url": "https://packagist.org/downloads/", |
||
2680 | "license": [ |
||
2681 | "BSD-3-Clause" |
||
2682 | ], |
||
2683 | "authors": [ |
||
2684 | { |
||
2685 | "name": "Sebastian Bergmann", |
||
2686 | "email": "[email protected]", |
||
2687 | "role": "lead" |
||
2688 | } |
||
2689 | ], |
||
2690 | "description": "The PHP Unit Testing framework.", |
||
2691 | "homepage": "https://phpunit.de/", |
||
2692 | "keywords": [ |
||
2693 | "phpunit", |
||
2694 | "testing", |
||
2695 | "xunit" |
||
2696 | ], |
||
2697 | "time": "2018-06-01T07:54:27+00:00" |
||
2698 | }, |
||
2699 | { |
||
2700 | "name": "psr/http-message", |
||
2701 | "version": "1.0.1", |
||
2702 | "source": { |
||
2703 | "type": "git", |
||
2704 | "url": "https://github.com/php-fig/http-message.git", |
||
2705 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
2706 | }, |
||
2707 | "dist": { |
||
2708 | "type": "zip", |
||
2709 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2710 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2711 | "shasum": "" |
||
2712 | }, |
||
2713 | "require": { |
||
2714 | "php": ">=5.3.0" |
||
2715 | }, |
||
2716 | "type": "library", |
||
2717 | "extra": { |
||
2718 | "branch-alias": { |
||
2719 | "dev-master": "1.0.x-dev" |
||
2720 | } |
||
2721 | }, |
||
2722 | "autoload": { |
||
2723 | "psr-4": { |
||
2724 | "Psr\\Http\\Message\\": "src/" |
||
2725 | } |
||
2726 | }, |
||
2727 | "notification-url": "https://packagist.org/downloads/", |
||
2728 | "license": [ |
||
2729 | "MIT" |
||
2730 | ], |
||
2731 | "authors": [ |
||
2732 | { |
||
2733 | "name": "PHP-FIG", |
||
2734 | "homepage": "http://www.php-fig.org/" |
||
2735 | } |
||
2736 | ], |
||
2737 | "description": "Common interface for HTTP messages", |
||
2738 | "homepage": "https://github.com/php-fig/http-message", |
||
2739 | "keywords": [ |
||
2740 | "http", |
||
2741 | "http-message", |
||
2742 | "psr", |
||
2743 | "psr-7", |
||
2744 | "request", |
||
2745 | "response" |
||
2746 | ], |
||
2747 | "time": "2016-08-06T14:39:51+00:00" |
||
2748 | }, |
||
2749 | { |
||
2750 | "name": "sebastian/code-unit-reverse-lookup", |
||
2751 | "version": "1.0.1", |
||
2752 | "source": { |
||
2753 | "type": "git", |
||
2754 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2755 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
2756 | }, |
||
2757 | "dist": { |
||
2758 | "type": "zip", |
||
2759 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2760 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2761 | "shasum": "" |
||
2762 | }, |
||
2763 | "require": { |
||
2764 | "php": "^5.6 || ^7.0" |
||
2765 | }, |
||
2766 | "require-dev": { |
||
2767 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
2768 | }, |
||
2769 | "type": "library", |
||
2770 | "extra": { |
||
2771 | "branch-alias": { |
||
2772 | "dev-master": "1.0.x-dev" |
||
2773 | } |
||
2774 | }, |
||
2775 | "autoload": { |
||
2776 | "classmap": [ |
||
2777 | "src/" |
||
2778 | ] |
||
2779 | }, |
||
2780 | "notification-url": "https://packagist.org/downloads/", |
||
2781 | "license": [ |
||
2782 | "BSD-3-Clause" |
||
2783 | ], |
||
2784 | "authors": [ |
||
2785 | { |
||
2786 | "name": "Sebastian Bergmann", |
||
2787 | "email": "[email protected]" |
||
2788 | } |
||
2789 | ], |
||
2790 | "description": "Looks up which function or method a line of code belongs to", |
||
2791 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2792 | "time": "2017-03-04T06:30:41+00:00" |
||
2793 | }, |
||
2794 | { |
||
2795 | "name": "sebastian/comparator", |
||
2796 | "version": "3.0.0", |
||
2797 | "source": { |
||
2798 | "type": "git", |
||
2799 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2800 | "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5" |
||
2801 | }, |
||
2802 | "dist": { |
||
2803 | "type": "zip", |
||
2804 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5", |
||
2805 | "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5", |
||
2806 | "shasum": "" |
||
2807 | }, |
||
2808 | "require": { |
||
2809 | "php": "^7.1", |
||
2810 | "sebastian/diff": "^3.0", |
||
2811 | "sebastian/exporter": "^3.1" |
||
2812 | }, |
||
2813 | "require-dev": { |
||
2814 | "phpunit/phpunit": "^7.1" |
||
2815 | }, |
||
2816 | "type": "library", |
||
2817 | "extra": { |
||
2818 | "branch-alias": { |
||
2819 | "dev-master": "3.0-dev" |
||
2820 | } |
||
2821 | }, |
||
2822 | "autoload": { |
||
2823 | "classmap": [ |
||
2824 | "src/" |
||
2825 | ] |
||
2826 | }, |
||
2827 | "notification-url": "https://packagist.org/downloads/", |
||
2828 | "license": [ |
||
2829 | "BSD-3-Clause" |
||
2830 | ], |
||
2831 | "authors": [ |
||
2832 | { |
||
2833 | "name": "Jeff Welch", |
||
2834 | "email": "[email protected]" |
||
2835 | }, |
||
2836 | { |
||
2837 | "name": "Volker Dusch", |
||
2838 | "email": "[email protected]" |
||
2839 | }, |
||
2840 | { |
||
2841 | "name": "Bernhard Schussek", |
||
2842 | "email": "[email protected]" |
||
2843 | }, |
||
2844 | { |
||
2845 | "name": "Sebastian Bergmann", |
||
2846 | "email": "[email protected]" |
||
2847 | } |
||
2848 | ], |
||
2849 | "description": "Provides the functionality to compare PHP values for equality", |
||
2850 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
2851 | "keywords": [ |
||
2852 | "comparator", |
||
2853 | "compare", |
||
2854 | "equality" |
||
2855 | ], |
||
2856 | "time": "2018-04-18T13:33:00+00:00" |
||
2857 | }, |
||
2858 | { |
||
2859 | "name": "sebastian/diff", |
||
2860 | "version": "3.0.0", |
||
2861 | "source": { |
||
2862 | "type": "git", |
||
2863 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2864 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
2865 | }, |
||
2866 | "dist": { |
||
2867 | "type": "zip", |
||
2868 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
2869 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
2870 | "shasum": "" |
||
2871 | }, |
||
2872 | "require": { |
||
2873 | "php": "^7.1" |
||
2874 | }, |
||
2875 | "require-dev": { |
||
2876 | "phpunit/phpunit": "^7.0", |
||
2877 | "symfony/process": "^2 || ^3.3 || ^4" |
||
2878 | }, |
||
2879 | "type": "library", |
||
2880 | "extra": { |
||
2881 | "branch-alias": { |
||
2882 | "dev-master": "3.0-dev" |
||
2883 | } |
||
2884 | }, |
||
2885 | "autoload": { |
||
2886 | "classmap": [ |
||
2887 | "src/" |
||
2888 | ] |
||
2889 | }, |
||
2890 | "notification-url": "https://packagist.org/downloads/", |
||
2891 | "license": [ |
||
2892 | "BSD-3-Clause" |
||
2893 | ], |
||
2894 | "authors": [ |
||
2895 | { |
||
2896 | "name": "Kore Nordmann", |
||
2897 | "email": "[email protected]" |
||
2898 | }, |
||
2899 | { |
||
2900 | "name": "Sebastian Bergmann", |
||
2901 | "email": "[email protected]" |
||
2902 | } |
||
2903 | ], |
||
2904 | "description": "Diff implementation", |
||
2905 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2906 | "keywords": [ |
||
2907 | "diff", |
||
2908 | "udiff", |
||
2909 | "unidiff", |
||
2910 | "unified diff" |
||
2911 | ], |
||
2912 | "time": "2018-02-01T13:45:15+00:00" |
||
2913 | }, |
||
2914 | { |
||
2915 | "name": "sebastian/environment", |
||
2916 | "version": "3.1.0", |
||
2917 | "source": { |
||
2918 | "type": "git", |
||
2919 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2920 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
2921 | }, |
||
2922 | "dist": { |
||
2923 | "type": "zip", |
||
2924 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2925 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2926 | "shasum": "" |
||
2927 | }, |
||
2928 | "require": { |
||
2929 | "php": "^7.0" |
||
2930 | }, |
||
2931 | "require-dev": { |
||
2932 | "phpunit/phpunit": "^6.1" |
||
2933 | }, |
||
2934 | "type": "library", |
||
2935 | "extra": { |
||
2936 | "branch-alias": { |
||
2937 | "dev-master": "3.1.x-dev" |
||
2938 | } |
||
2939 | }, |
||
2940 | "autoload": { |
||
2941 | "classmap": [ |
||
2942 | "src/" |
||
2943 | ] |
||
2944 | }, |
||
2945 | "notification-url": "https://packagist.org/downloads/", |
||
2946 | "license": [ |
||
2947 | "BSD-3-Clause" |
||
2948 | ], |
||
2949 | "authors": [ |
||
2950 | { |
||
2951 | "name": "Sebastian Bergmann", |
||
2952 | "email": "[email protected]" |
||
2953 | } |
||
2954 | ], |
||
2955 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2956 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2957 | "keywords": [ |
||
2958 | "Xdebug", |
||
2959 | "environment", |
||
2960 | "hhvm" |
||
2961 | ], |
||
2962 | "time": "2017-07-01T08:51:00+00:00" |
||
2963 | }, |
||
2964 | { |
||
2965 | "name": "sebastian/exporter", |
||
2966 | "version": "3.1.0", |
||
2967 | "source": { |
||
2968 | "type": "git", |
||
2969 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2970 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2971 | }, |
||
2972 | "dist": { |
||
2973 | "type": "zip", |
||
2974 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2975 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2976 | "shasum": "" |
||
2977 | }, |
||
2978 | "require": { |
||
2979 | "php": "^7.0", |
||
2980 | "sebastian/recursion-context": "^3.0" |
||
2981 | }, |
||
2982 | "require-dev": { |
||
2983 | "ext-mbstring": "*", |
||
2984 | "phpunit/phpunit": "^6.0" |
||
2985 | }, |
||
2986 | "type": "library", |
||
2987 | "extra": { |
||
2988 | "branch-alias": { |
||
2989 | "dev-master": "3.1.x-dev" |
||
2990 | } |
||
2991 | }, |
||
2992 | "autoload": { |
||
2993 | "classmap": [ |
||
2994 | "src/" |
||
2995 | ] |
||
2996 | }, |
||
2997 | "notification-url": "https://packagist.org/downloads/", |
||
2998 | "license": [ |
||
2999 | "BSD-3-Clause" |
||
3000 | ], |
||
3001 | "authors": [ |
||
3002 | { |
||
3003 | "name": "Jeff Welch", |
||
3004 | "email": "[email protected]" |
||
3005 | }, |
||
3006 | { |
||
3007 | "name": "Volker Dusch", |
||
3008 | "email": "[email protected]" |
||
3009 | }, |
||
3010 | { |
||
3011 | "name": "Bernhard Schussek", |
||
3012 | "email": "[email protected]" |
||
3013 | }, |
||
3014 | { |
||
3015 | "name": "Sebastian Bergmann", |
||
3016 | "email": "[email protected]" |
||
3017 | }, |
||
3018 | { |
||
3019 | "name": "Adam Harvey", |
||
3020 | "email": "[email protected]" |
||
3021 | } |
||
3022 | ], |
||
3023 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3024 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3025 | "keywords": [ |
||
3026 | "export", |
||
3027 | "exporter" |
||
3028 | ], |
||
3029 | "time": "2017-04-03T13:19:02+00:00" |
||
3030 | }, |
||
3031 | { |
||
3032 | "name": "sebastian/global-state", |
||
3033 | "version": "2.0.0", |
||
3034 | "source": { |
||
3035 | "type": "git", |
||
3036 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3037 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
3038 | }, |
||
3039 | "dist": { |
||
3040 | "type": "zip", |
||
3041 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3042 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3043 | "shasum": "" |
||
3044 | }, |
||
3045 | "require": { |
||
3046 | "php": "^7.0" |
||
3047 | }, |
||
3048 | "require-dev": { |
||
3049 | "phpunit/phpunit": "^6.0" |
||
3050 | }, |
||
3051 | "suggest": { |
||
3052 | "ext-uopz": "*" |
||
3053 | }, |
||
3054 | "type": "library", |
||
3055 | "extra": { |
||
3056 | "branch-alias": { |
||
3057 | "dev-master": "2.0-dev" |
||
3058 | } |
||
3059 | }, |
||
3060 | "autoload": { |
||
3061 | "classmap": [ |
||
3062 | "src/" |
||
3063 | ] |
||
3064 | }, |
||
3065 | "notification-url": "https://packagist.org/downloads/", |
||
3066 | "license": [ |
||
3067 | "BSD-3-Clause" |
||
3068 | ], |
||
3069 | "authors": [ |
||
3070 | { |
||
3071 | "name": "Sebastian Bergmann", |
||
3072 | "email": "[email protected]" |
||
3073 | } |
||
3074 | ], |
||
3075 | "description": "Snapshotting of global state", |
||
3076 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3077 | "keywords": [ |
||
3078 | "global state" |
||
3079 | ], |
||
3080 | "time": "2017-04-27T15:39:26+00:00" |
||
3081 | }, |
||
3082 | { |
||
3083 | "name": "sebastian/object-enumerator", |
||
3084 | "version": "3.0.3", |
||
3085 | "source": { |
||
3086 | "type": "git", |
||
3087 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
3088 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
3089 | }, |
||
3090 | "dist": { |
||
3091 | "type": "zip", |
||
3092 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3093 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3094 | "shasum": "" |
||
3095 | }, |
||
3096 | "require": { |
||
3097 | "php": "^7.0", |
||
3098 | "sebastian/object-reflector": "^1.1.1", |
||
3099 | "sebastian/recursion-context": "^3.0" |
||
3100 | }, |
||
3101 | "require-dev": { |
||
3102 | "phpunit/phpunit": "^6.0" |
||
3103 | }, |
||
3104 | "type": "library", |
||
3105 | "extra": { |
||
3106 | "branch-alias": { |
||
3107 | "dev-master": "3.0.x-dev" |
||
3108 | } |
||
3109 | }, |
||
3110 | "autoload": { |
||
3111 | "classmap": [ |
||
3112 | "src/" |
||
3113 | ] |
||
3114 | }, |
||
3115 | "notification-url": "https://packagist.org/downloads/", |
||
3116 | "license": [ |
||
3117 | "BSD-3-Clause" |
||
3118 | ], |
||
3119 | "authors": [ |
||
3120 | { |
||
3121 | "name": "Sebastian Bergmann", |
||
3122 | "email": "[email protected]" |
||
3123 | } |
||
3124 | ], |
||
3125 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
3126 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
3127 | "time": "2017-08-03T12:35:26+00:00" |
||
3128 | }, |
||
3129 | { |
||
3130 | "name": "sebastian/object-reflector", |
||
3131 | "version": "1.1.1", |
||
3132 | "source": { |
||
3133 | "type": "git", |
||
3134 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
3135 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
3136 | }, |
||
3137 | "dist": { |
||
3138 | "type": "zip", |
||
3139 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
3140 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
3141 | "shasum": "" |
||
3142 | }, |
||
3143 | "require": { |
||
3144 | "php": "^7.0" |
||
3145 | }, |
||
3146 | "require-dev": { |
||
3147 | "phpunit/phpunit": "^6.0" |
||
3148 | }, |
||
3149 | "type": "library", |
||
3150 | "extra": { |
||
3151 | "branch-alias": { |
||
3152 | "dev-master": "1.1-dev" |
||
3153 | } |
||
3154 | }, |
||
3155 | "autoload": { |
||
3156 | "classmap": [ |
||
3157 | "src/" |
||
3158 | ] |
||
3159 | }, |
||
3160 | "notification-url": "https://packagist.org/downloads/", |
||
3161 | "license": [ |
||
3162 | "BSD-3-Clause" |
||
3163 | ], |
||
3164 | "authors": [ |
||
3165 | { |
||
3166 | "name": "Sebastian Bergmann", |
||
3167 | "email": "[email protected]" |
||
3168 | } |
||
3169 | ], |
||
3170 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
3171 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
3172 | "time": "2017-03-29T09:07:27+00:00" |
||
3173 | }, |
||
3174 | { |
||
3175 | "name": "sebastian/recursion-context", |
||
3176 | "version": "3.0.0", |
||
3177 | "source": { |
||
3178 | "type": "git", |
||
3179 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3180 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
3181 | }, |
||
3182 | "dist": { |
||
3183 | "type": "zip", |
||
3184 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3185 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3186 | "shasum": "" |
||
3187 | }, |
||
3188 | "require": { |
||
3189 | "php": "^7.0" |
||
3190 | }, |
||
3191 | "require-dev": { |
||
3192 | "phpunit/phpunit": "^6.0" |
||
3193 | }, |
||
3194 | "type": "library", |
||
3195 | "extra": { |
||
3196 | "branch-alias": { |
||
3197 | "dev-master": "3.0.x-dev" |
||
3198 | } |
||
3199 | }, |
||
3200 | "autoload": { |
||
3201 | "classmap": [ |
||
3202 | "src/" |
||
3203 | ] |
||
3204 | }, |
||
3205 | "notification-url": "https://packagist.org/downloads/", |
||
3206 | "license": [ |
||
3207 | "BSD-3-Clause" |
||
3208 | ], |
||
3209 | "authors": [ |
||
3210 | { |
||
3211 | "name": "Jeff Welch", |
||
3212 | "email": "[email protected]" |
||
3213 | }, |
||
3214 | { |
||
3215 | "name": "Sebastian Bergmann", |
||
3216 | "email": "[email protected]" |
||
3217 | }, |
||
3218 | { |
||
3219 | "name": "Adam Harvey", |
||
3220 | "email": "[email protected]" |
||
3221 | } |
||
3222 | ], |
||
3223 | "description": "Provides functionality to recursively process PHP variables", |
||
3224 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3225 | "time": "2017-03-03T06:23:57+00:00" |
||
3226 | }, |
||
3227 | { |
||
3228 | "name": "sebastian/resource-operations", |
||
3229 | "version": "1.0.0", |
||
3230 | "source": { |
||
3231 | "type": "git", |
||
3232 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
3233 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
3234 | }, |
||
3235 | "dist": { |
||
3236 | "type": "zip", |
||
3237 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3238 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3239 | "shasum": "" |
||
3240 | }, |
||
3241 | "require": { |
||
3242 | "php": ">=5.6.0" |
||
3243 | }, |
||
3244 | "type": "library", |
||
3245 | "extra": { |
||
3246 | "branch-alias": { |
||
3247 | "dev-master": "1.0.x-dev" |
||
3248 | } |
||
3249 | }, |
||
3250 | "autoload": { |
||
3251 | "classmap": [ |
||
3252 | "src/" |
||
3253 | ] |
||
3254 | }, |
||
3255 | "notification-url": "https://packagist.org/downloads/", |
||
3256 | "license": [ |
||
3257 | "BSD-3-Clause" |
||
3258 | ], |
||
3259 | "authors": [ |
||
3260 | { |
||
3261 | "name": "Sebastian Bergmann", |
||
3262 | "email": "[email protected]" |
||
3263 | } |
||
3264 | ], |
||
3265 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
3266 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
3267 | "time": "2015-07-28T20:34:47+00:00" |
||
3268 | }, |
||
3269 | { |
||
3270 | "name": "sebastian/version", |
||
3271 | "version": "2.0.1", |
||
3272 | "source": { |
||
3273 | "type": "git", |
||
3274 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3275 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
3276 | }, |
||
3277 | "dist": { |
||
3278 | "type": "zip", |
||
3279 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3280 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3281 | "shasum": "" |
||
3282 | }, |
||
3283 | "require": { |
||
3284 | "php": ">=5.6" |
||
3285 | }, |
||
3286 | "type": "library", |
||
3287 | "extra": { |
||
3288 | "branch-alias": { |
||
3289 | "dev-master": "2.0.x-dev" |
||
3290 | } |
||
3291 | }, |
||
3292 | "autoload": { |
||
3293 | "classmap": [ |
||
3294 | "src/" |
||
3295 | ] |
||
3296 | }, |
||
3297 | "notification-url": "https://packagist.org/downloads/", |
||
3298 | "license": [ |
||
3299 | "BSD-3-Clause" |
||
3300 | ], |
||
3301 | "authors": [ |
||
3302 | { |
||
3303 | "name": "Sebastian Bergmann", |
||
3304 | "email": "[email protected]", |
||
3305 | "role": "lead" |
||
3306 | } |
||
3307 | ], |
||
3308 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3309 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3310 | "time": "2016-10-03T07:35:21+00:00" |
||
3311 | }, |
||
3312 | { |
||
3313 | "name": "symfony/console", |
||
3314 | "version": "v4.1.0", |
||
3315 | "source": { |
||
3316 | "type": "git", |
||
3317 | "url": "https://github.com/symfony/console.git", |
||
3318 | "reference": "2d5d973bf9933d46802b01010bd25c800c87c242" |
||
3319 | }, |
||
3320 | "dist": { |
||
3321 | "type": "zip", |
||
3322 | "url": "https://api.github.com/repos/symfony/console/zipball/2d5d973bf9933d46802b01010bd25c800c87c242", |
||
3323 | "reference": "2d5d973bf9933d46802b01010bd25c800c87c242", |
||
3324 | "shasum": "" |
||
3325 | }, |
||
3326 | "require": { |
||
3327 | "php": "^7.1.3", |
||
3328 | "symfony/polyfill-mbstring": "~1.0" |
||
3329 | }, |
||
3330 | "conflict": { |
||
3331 | "symfony/dependency-injection": "<3.4", |
||
3332 | "symfony/process": "<3.3" |
||
3333 | }, |
||
3334 | "require-dev": { |
||
3335 | "psr/log": "~1.0", |
||
3336 | "symfony/config": "~3.4|~4.0", |
||
3337 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3338 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
3339 | "symfony/lock": "~3.4|~4.0", |
||
3340 | "symfony/process": "~3.4|~4.0" |
||
3341 | }, |
||
3342 | "suggest": { |
||
3343 | "psr/log-implementation": "For using the console logger", |
||
3344 | "symfony/event-dispatcher": "", |
||
3345 | "symfony/lock": "", |
||
3346 | "symfony/process": "" |
||
3347 | }, |
||
3348 | "type": "library", |
||
3349 | "extra": { |
||
3350 | "branch-alias": { |
||
3351 | "dev-master": "4.1-dev" |
||
3352 | } |
||
3353 | }, |
||
3354 | "autoload": { |
||
3355 | "psr-4": { |
||
3356 | "Symfony\\Component\\Console\\": "" |
||
3357 | }, |
||
3358 | "exclude-from-classmap": [ |
||
3359 | "/Tests/" |
||
3360 | ] |
||
3361 | }, |
||
3362 | "notification-url": "https://packagist.org/downloads/", |
||
3363 | "license": [ |
||
3364 | "MIT" |
||
3365 | ], |
||
3366 | "authors": [ |
||
3367 | { |
||
3368 | "name": "Fabien Potencier", |
||
3369 | "email": "[email protected]" |
||
3370 | }, |
||
3371 | { |
||
3372 | "name": "Symfony Community", |
||
3373 | "homepage": "https://symfony.com/contributors" |
||
3374 | } |
||
3375 | ], |
||
3376 | "description": "Symfony Console Component", |
||
3377 | "homepage": "https://symfony.com", |
||
3378 | "time": "2018-05-30T07:26:09+00:00" |
||
3379 | }, |
||
3380 | { |
||
3381 | "name": "symfony/options-resolver", |
||
3382 | "version": "v4.1.0", |
||
3383 | "source": { |
||
3384 | "type": "git", |
||
3385 | "url": "https://github.com/symfony/options-resolver.git", |
||
3386 | "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589" |
||
3387 | }, |
||
3388 | "dist": { |
||
3389 | "type": "zip", |
||
3390 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9b9ab6043c57c8c5571bc846e6ebfd27dff3b589", |
||
3391 | "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589", |
||
3392 | "shasum": "" |
||
3393 | }, |
||
3394 | "require": { |
||
3395 | "php": "^7.1.3" |
||
3396 | }, |
||
3397 | "type": "library", |
||
3398 | "extra": { |
||
3399 | "branch-alias": { |
||
3400 | "dev-master": "4.1-dev" |
||
3401 | } |
||
3402 | }, |
||
3403 | "autoload": { |
||
3404 | "psr-4": { |
||
3405 | "Symfony\\Component\\OptionsResolver\\": "" |
||
3406 | }, |
||
3407 | "exclude-from-classmap": [ |
||
3408 | "/Tests/" |
||
3409 | ] |
||
3410 | }, |
||
3411 | "notification-url": "https://packagist.org/downloads/", |
||
3412 | "license": [ |
||
3413 | "MIT" |
||
3414 | ], |
||
3415 | "authors": [ |
||
3416 | { |
||
3417 | "name": "Fabien Potencier", |
||
3418 | "email": "[email protected]" |
||
3419 | }, |
||
3420 | { |
||
3421 | "name": "Symfony Community", |
||
3422 | "homepage": "https://symfony.com/contributors" |
||
3423 | } |
||
3424 | ], |
||
3425 | "description": "Symfony OptionsResolver Component", |
||
3426 | "homepage": "https://symfony.com", |
||
3427 | "keywords": [ |
||
3428 | "config", |
||
3429 | "configuration", |
||
3430 | "options" |
||
3431 | ], |
||
3432 | "time": "2018-05-30T07:26:09+00:00" |
||
3433 | }, |
||
3434 | { |
||
3435 | "name": "symfony/polyfill-php70", |
||
3436 | "version": "v1.8.0", |
||
3437 | "source": { |
||
3438 | "type": "git", |
||
3439 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
3440 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" |
||
3441 | }, |
||
3442 | "dist": { |
||
3443 | "type": "zip", |
||
3444 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
3445 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
3446 | "shasum": "" |
||
3447 | }, |
||
3448 | "require": { |
||
3449 | "paragonie/random_compat": "~1.0|~2.0", |
||
3450 | "php": ">=5.3.3" |
||
3451 | }, |
||
3452 | "type": "library", |
||
3453 | "extra": { |
||
3454 | "branch-alias": { |
||
3455 | "dev-master": "1.8-dev" |
||
3456 | } |
||
3457 | }, |
||
3458 | "autoload": { |
||
3459 | "psr-4": { |
||
3460 | "Symfony\\Polyfill\\Php70\\": "" |
||
3461 | }, |
||
3462 | "files": [ |
||
3463 | "bootstrap.php" |
||
3464 | ], |
||
3465 | "classmap": [ |
||
3466 | "Resources/stubs" |
||
3467 | ] |
||
3468 | }, |
||
3469 | "notification-url": "https://packagist.org/downloads/", |
||
3470 | "license": [ |
||
3471 | "MIT" |
||
3472 | ], |
||
3473 | "authors": [ |
||
3474 | { |
||
3475 | "name": "Nicolas Grekas", |
||
3476 | "email": "[email protected]" |
||
3477 | }, |
||
3478 | { |
||
3479 | "name": "Symfony Community", |
||
3480 | "homepage": "https://symfony.com/contributors" |
||
3481 | } |
||
3482 | ], |
||
3483 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
3484 | "homepage": "https://symfony.com", |
||
3485 | "keywords": [ |
||
3486 | "compatibility", |
||
3487 | "polyfill", |
||
3488 | "portable", |
||
3489 | "shim" |
||
3490 | ], |
||
3491 | "time": "2018-04-26T10:06:28+00:00" |
||
3492 | }, |
||
3493 | { |
||
3494 | "name": "symfony/polyfill-php72", |
||
3495 | "version": "v1.8.0", |
||
3496 | "source": { |
||
3497 | "type": "git", |
||
3498 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
3499 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" |
||
3500 | }, |
||
3501 | "dist": { |
||
3502 | "type": "zip", |
||
3503 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
3504 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
3505 | "shasum": "" |
||
3506 | }, |
||
3507 | "require": { |
||
3508 | "php": ">=5.3.3" |
||
3509 | }, |
||
3510 | "type": "library", |
||
3511 | "extra": { |
||
3512 | "branch-alias": { |
||
3513 | "dev-master": "1.8-dev" |
||
3514 | } |
||
3515 | }, |
||
3516 | "autoload": { |
||
3517 | "psr-4": { |
||
3518 | "Symfony\\Polyfill\\Php72\\": "" |
||
3519 | }, |
||
3520 | "files": [ |
||
3521 | "bootstrap.php" |
||
3522 | ] |
||
3523 | }, |
||
3524 | "notification-url": "https://packagist.org/downloads/", |
||
3525 | "license": [ |
||
3526 | "MIT" |
||
3527 | ], |
||
3528 | "authors": [ |
||
3529 | { |
||
3530 | "name": "Nicolas Grekas", |
||
3531 | "email": "[email protected]" |
||
3532 | }, |
||
3533 | { |
||
3534 | "name": "Symfony Community", |
||
3535 | "homepage": "https://symfony.com/contributors" |
||
3536 | } |
||
3537 | ], |
||
3538 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
3539 | "homepage": "https://symfony.com", |
||
3540 | "keywords": [ |
||
3541 | "compatibility", |
||
3542 | "polyfill", |
||
3543 | "portable", |
||
3544 | "shim" |
||
3545 | ], |
||
3546 | "time": "2018-04-26T10:06:28+00:00" |
||
3547 | }, |
||
3548 | { |
||
3549 | "name": "symfony/process", |
||
3550 | "version": "v4.1.0", |
||
3551 | "source": { |
||
3552 | "type": "git", |
||
3553 | "url": "https://github.com/symfony/process.git", |
||
3554 | "reference": "73445bd33b0d337c060eef9652b94df72b6b3434" |
||
3555 | }, |
||
3556 | "dist": { |
||
3557 | "type": "zip", |
||
3558 | "url": "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434", |
||
3559 | "reference": "73445bd33b0d337c060eef9652b94df72b6b3434", |
||
3560 | "shasum": "" |
||
3561 | }, |
||
3562 | "require": { |
||
3563 | "php": "^7.1.3" |
||
3564 | }, |
||
3565 | "type": "library", |
||
3566 | "extra": { |
||
3567 | "branch-alias": { |
||
3568 | "dev-master": "4.1-dev" |
||
3569 | } |
||
3570 | }, |
||
3571 | "autoload": { |
||
3572 | "psr-4": { |
||
3573 | "Symfony\\Component\\Process\\": "" |
||
3574 | }, |
||
3575 | "exclude-from-classmap": [ |
||
3576 | "/Tests/" |
||
3577 | ] |
||
3578 | }, |
||
3579 | "notification-url": "https://packagist.org/downloads/", |
||
3580 | "license": [ |
||
3581 | "MIT" |
||
3582 | ], |
||
3583 | "authors": [ |
||
3584 | { |
||
3585 | "name": "Fabien Potencier", |
||
3586 | "email": "[email protected]" |
||
3587 | }, |
||
3588 | { |
||
3589 | "name": "Symfony Community", |
||
3590 | "homepage": "https://symfony.com/contributors" |
||
3591 | } |
||
3592 | ], |
||
3593 | "description": "Symfony Process Component", |
||
3594 | "homepage": "https://symfony.com", |
||
3595 | "time": "2018-05-30T07:26:09+00:00" |
||
3596 | }, |
||
3597 | { |
||
3598 | "name": "symfony/stopwatch", |
||
3599 | "version": "v4.1.0", |
||
3600 | "source": { |
||
3601 | "type": "git", |
||
3602 | "url": "https://github.com/symfony/stopwatch.git", |
||
3603 | "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784" |
||
3604 | }, |
||
3605 | "dist": { |
||
3606 | "type": "zip", |
||
3607 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784", |
||
3608 | "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784", |
||
3609 | "shasum": "" |
||
3610 | }, |
||
3611 | "require": { |
||
3612 | "php": "^7.1.3" |
||
3613 | }, |
||
3614 | "type": "library", |
||
3615 | "extra": { |
||
3616 | "branch-alias": { |
||
3617 | "dev-master": "4.1-dev" |
||
3618 | } |
||
3619 | }, |
||
3620 | "autoload": { |
||
3621 | "psr-4": { |
||
3622 | "Symfony\\Component\\Stopwatch\\": "" |
||
3623 | }, |
||
3624 | "exclude-from-classmap": [ |
||
3625 | "/Tests/" |
||
3626 | ] |
||
3627 | }, |
||
3628 | "notification-url": "https://packagist.org/downloads/", |
||
3629 | "license": [ |
||
3630 | "MIT" |
||
3631 | ], |
||
3632 | "authors": [ |
||
3633 | { |
||
3634 | "name": "Fabien Potencier", |
||
3635 | "email": "[email protected]" |
||
3636 | }, |
||
3637 | { |
||
3638 | "name": "Symfony Community", |
||
3639 | "homepage": "https://symfony.com/contributors" |
||
3640 | } |
||
3641 | ], |
||
3642 | "description": "Symfony Stopwatch Component", |
||
3643 | "homepage": "https://symfony.com", |
||
3644 | "time": "2018-02-19T16:51:42+00:00" |
||
3645 | }, |
||
3646 | { |
||
3647 | "name": "symfony/yaml", |
||
3648 | "version": "v4.1.0", |
||
3649 | "source": { |
||
3650 | "type": "git", |
||
3651 | "url": "https://github.com/symfony/yaml.git", |
||
3652 | "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e" |
||
3653 | }, |
||
3654 | "dist": { |
||
3655 | "type": "zip", |
||
3656 | "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e", |
||
3657 | "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e", |
||
3658 | "shasum": "" |
||
3659 | }, |
||
3660 | "require": { |
||
3661 | "php": "^7.1.3", |
||
3662 | "symfony/polyfill-ctype": "~1.8" |
||
3663 | }, |
||
3664 | "conflict": { |
||
3665 | "symfony/console": "<3.4" |
||
3666 | }, |
||
3667 | "require-dev": { |
||
3668 | "symfony/console": "~3.4|~4.0" |
||
3669 | }, |
||
3670 | "suggest": { |
||
3671 | "symfony/console": "For validating YAML files using the lint command" |
||
3672 | }, |
||
3673 | "type": "library", |
||
3674 | "extra": { |
||
3675 | "branch-alias": { |
||
3676 | "dev-master": "4.1-dev" |
||
3677 | } |
||
3678 | }, |
||
3679 | "autoload": { |
||
3680 | "psr-4": { |
||
3681 | "Symfony\\Component\\Yaml\\": "" |
||
3682 | }, |
||
3683 | "exclude-from-classmap": [ |
||
3684 | "/Tests/" |
||
3685 | ] |
||
3686 | }, |
||
3687 | "notification-url": "https://packagist.org/downloads/", |
||
3688 | "license": [ |
||
3689 | "MIT" |
||
3690 | ], |
||
3691 | "authors": [ |
||
3692 | { |
||
3693 | "name": "Fabien Potencier", |
||
3694 | "email": "[email protected]" |
||
3695 | }, |
||
3696 | { |
||
3697 | "name": "Symfony Community", |
||
3698 | "homepage": "https://symfony.com/contributors" |
||
3699 | } |
||
3700 | ], |
||
3701 | "description": "Symfony Yaml Component", |
||
3702 | "homepage": "https://symfony.com", |
||
3703 | "time": "2018-05-30T07:26:09+00:00" |
||
3704 | }, |
||
3705 | { |
||
3706 | "name": "theseer/tokenizer", |
||
3707 | "version": "1.1.0", |
||
3708 | "source": { |
||
3709 | "type": "git", |
||
3710 | "url": "https://github.com/theseer/tokenizer.git", |
||
3711 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3712 | }, |
||
3713 | "dist": { |
||
3714 | "type": "zip", |
||
3715 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3716 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3717 | "shasum": "" |
||
3718 | }, |
||
3719 | "require": { |
||
3720 | "ext-dom": "*", |
||
3721 | "ext-tokenizer": "*", |
||
3722 | "ext-xmlwriter": "*", |
||
3723 | "php": "^7.0" |
||
3724 | }, |
||
3725 | "type": "library", |
||
3726 | "autoload": { |
||
3727 | "classmap": [ |
||
3728 | "src/" |
||
3729 | ] |
||
3730 | }, |
||
3731 | "notification-url": "https://packagist.org/downloads/", |
||
3732 | "license": [ |
||
3733 | "BSD-3-Clause" |
||
3734 | ], |
||
3735 | "authors": [ |
||
3736 | { |
||
3737 | "name": "Arne Blankerts", |
||
3738 | "email": "[email protected]", |
||
3739 | "role": "Developer" |
||
3740 | } |
||
3741 | ], |
||
3742 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3743 | "time": "2017-04-07T12:08:54+00:00" |
||
3744 | }, |
||
3745 | { |
||
3746 | "name": "webmozart/assert", |
||
3747 | "version": "1.3.0", |
||
3748 | "source": { |
||
3749 | "type": "git", |
||
3750 | "url": "https://github.com/webmozart/assert.git", |
||
3751 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
3752 | }, |
||
3753 | "dist": { |
||
3754 | "type": "zip", |
||
3755 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
3756 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
3757 | "shasum": "" |
||
3758 | }, |
||
3759 | "require": { |
||
3760 | "php": "^5.3.3 || ^7.0" |
||
3761 | }, |
||
3762 | "require-dev": { |
||
3763 | "phpunit/phpunit": "^4.6", |
||
3764 | "sebastian/version": "^1.0.1" |
||
3765 | }, |
||
3766 | "type": "library", |
||
3767 | "extra": { |
||
3768 | "branch-alias": { |
||
3769 | "dev-master": "1.3-dev" |
||
3770 | } |
||
3771 | }, |
||
3772 | "autoload": { |
||
3773 | "psr-4": { |
||
3774 | "Webmozart\\Assert\\": "src/" |
||
3775 | } |
||
3776 | }, |
||
3777 | "notification-url": "https://packagist.org/downloads/", |
||
3778 | "license": [ |
||
3779 | "MIT" |
||
3780 | ], |
||
3781 | "authors": [ |
||
3782 | { |
||
3783 | "name": "Bernhard Schussek", |
||
3784 | "email": "[email protected]" |
||
3785 | } |
||
3786 | ], |
||
3787 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3788 | "keywords": [ |
||
3789 | "assert", |
||
3790 | "check", |
||
3791 | "validate" |
||
3792 | ], |
||
3793 | "time": "2018-01-29T19:49:41+00:00" |
||
3794 | } |
||
3795 | ], |
||
3796 | "aliases": [], |
||
3797 | "minimum-stability": "stable", |
||
3798 | "stability-flags": [], |
||
3799 | "prefer-stable": false, |
||
3800 | "prefer-lowest": false, |
||
3801 | "platform": { |
||
3802 | "php": "^7.1" |
||
3803 | }, |
||
3804 | "platform-dev": [] |
||
3805 | } |
||
3806 |