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