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