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#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "647a68a343af352bc9554be437c60ac2", |
||
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": "pagerfanta/pagerfanta", |
||
611 | "version": "v1.0.5", |
||
612 | "source": { |
||
613 | "type": "git", |
||
614 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
615 | "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143" |
||
616 | }, |
||
617 | "dist": { |
||
618 | "type": "zip", |
||
619 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143", |
||
620 | "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143", |
||
621 | "shasum": "" |
||
622 | }, |
||
623 | "require": { |
||
624 | "php": ">=5.3.0" |
||
625 | }, |
||
626 | "require-dev": { |
||
627 | "doctrine/orm": "~2.3", |
||
628 | "doctrine/phpcr-odm": "1.*", |
||
629 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
630 | "jmikola/geojson": "~1.0", |
||
631 | "mandango/mandango": "~1.0@dev", |
||
632 | "mandango/mondator": "~1.0@dev", |
||
633 | "phpunit/phpunit": "~4 | ~5", |
||
634 | "propel/propel": "~2.0@dev", |
||
635 | "propel/propel1": "~1.6", |
||
636 | "ruflin/elastica": "~1.3", |
||
637 | "solarium/solarium": "~3.1" |
||
638 | }, |
||
639 | "suggest": { |
||
640 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
641 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
642 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
643 | "mandango/mandango": "To use the MandangoAdapter.", |
||
644 | "propel/propel": "To use the Propel2Adapter", |
||
645 | "propel/propel1": "To use the PropelAdapter", |
||
646 | "solarium/solarium": "To use the SolariumAdapter." |
||
647 | }, |
||
648 | "type": "library", |
||
649 | "extra": { |
||
650 | "branch-alias": { |
||
651 | "dev-master": "1.0.x-dev" |
||
652 | } |
||
653 | }, |
||
654 | "autoload": { |
||
655 | "psr-0": { |
||
656 | "Pagerfanta\\": "src/" |
||
657 | } |
||
658 | }, |
||
659 | "notification-url": "https://packagist.org/downloads/", |
||
660 | "license": [ |
||
661 | "MIT" |
||
662 | ], |
||
663 | "authors": [ |
||
664 | { |
||
665 | "name": "Pablo Díez", |
||
666 | "email": "[email protected]" |
||
667 | } |
||
668 | ], |
||
669 | "description": "Pagination for PHP 5.3", |
||
670 | "keywords": [ |
||
671 | "page", |
||
672 | "pagination", |
||
673 | "paginator", |
||
674 | "paging" |
||
675 | ], |
||
676 | "time": "2017-03-20T13:46:15+00:00" |
||
677 | }, |
||
678 | { |
||
679 | "name": "paragonie/random_compat", |
||
680 | "version": "v2.0.11", |
||
681 | "source": { |
||
682 | "type": "git", |
||
683 | "url": "https://github.com/paragonie/random_compat.git", |
||
684 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
685 | }, |
||
686 | "dist": { |
||
687 | "type": "zip", |
||
688 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
689 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
690 | "shasum": "" |
||
691 | }, |
||
692 | "require": { |
||
693 | "php": ">=5.2.0" |
||
694 | }, |
||
695 | "require-dev": { |
||
696 | "phpunit/phpunit": "4.*|5.*" |
||
697 | }, |
||
698 | "suggest": { |
||
699 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
700 | }, |
||
701 | "type": "library", |
||
702 | "autoload": { |
||
703 | "files": [ |
||
704 | "lib/random.php" |
||
705 | ] |
||
706 | }, |
||
707 | "notification-url": "https://packagist.org/downloads/", |
||
708 | "license": [ |
||
709 | "MIT" |
||
710 | ], |
||
711 | "authors": [ |
||
712 | { |
||
713 | "name": "Paragon Initiative Enterprises", |
||
714 | "email": "[email protected]", |
||
715 | "homepage": "https://paragonie.com" |
||
716 | } |
||
717 | ], |
||
718 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
719 | "keywords": [ |
||
720 | "csprng", |
||
721 | "pseudorandom", |
||
722 | "random" |
||
723 | ], |
||
724 | "time": "2017-09-27T21:40:39+00:00" |
||
725 | }, |
||
726 | { |
||
727 | "name": "psr/container", |
||
728 | "version": "1.0.0", |
||
729 | "source": { |
||
730 | "type": "git", |
||
731 | "url": "https://github.com/php-fig/container.git", |
||
732 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
733 | }, |
||
734 | "dist": { |
||
735 | "type": "zip", |
||
736 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
737 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
738 | "shasum": "" |
||
739 | }, |
||
740 | "require": { |
||
741 | "php": ">=5.3.0" |
||
742 | }, |
||
743 | "type": "library", |
||
744 | "extra": { |
||
745 | "branch-alias": { |
||
746 | "dev-master": "1.0.x-dev" |
||
747 | } |
||
748 | }, |
||
749 | "autoload": { |
||
750 | "psr-4": { |
||
751 | "Psr\\Container\\": "src/" |
||
752 | } |
||
753 | }, |
||
754 | "notification-url": "https://packagist.org/downloads/", |
||
755 | "license": [ |
||
756 | "MIT" |
||
757 | ], |
||
758 | "authors": [ |
||
759 | { |
||
760 | "name": "PHP-FIG", |
||
761 | "homepage": "http://www.php-fig.org/" |
||
762 | } |
||
763 | ], |
||
764 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
765 | "homepage": "https://github.com/php-fig/container", |
||
766 | "keywords": [ |
||
767 | "PSR-11", |
||
768 | "container", |
||
769 | "container-interface", |
||
770 | "container-interop", |
||
771 | "psr" |
||
772 | ], |
||
773 | "time": "2017-02-14T16:28:37+00:00" |
||
774 | }, |
||
775 | { |
||
776 | "name": "psr/log", |
||
777 | "version": "1.0.2", |
||
778 | "source": { |
||
779 | "type": "git", |
||
780 | "url": "https://github.com/php-fig/log.git", |
||
781 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
782 | }, |
||
783 | "dist": { |
||
784 | "type": "zip", |
||
785 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
786 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
787 | "shasum": "" |
||
788 | }, |
||
789 | "require": { |
||
790 | "php": ">=5.3.0" |
||
791 | }, |
||
792 | "type": "library", |
||
793 | "extra": { |
||
794 | "branch-alias": { |
||
795 | "dev-master": "1.0.x-dev" |
||
796 | } |
||
797 | }, |
||
798 | "autoload": { |
||
799 | "psr-4": { |
||
800 | "Psr\\Log\\": "Psr/Log/" |
||
801 | } |
||
802 | }, |
||
803 | "notification-url": "https://packagist.org/downloads/", |
||
804 | "license": [ |
||
805 | "MIT" |
||
806 | ], |
||
807 | "authors": [ |
||
808 | { |
||
809 | "name": "PHP-FIG", |
||
810 | "homepage": "http://www.php-fig.org/" |
||
811 | } |
||
812 | ], |
||
813 | "description": "Common interface for logging libraries", |
||
814 | "homepage": "https://github.com/php-fig/log", |
||
815 | "keywords": [ |
||
816 | "log", |
||
817 | "psr", |
||
818 | "psr-3" |
||
819 | ], |
||
820 | "time": "2016-10-10T12:19:37+00:00" |
||
821 | }, |
||
822 | { |
||
823 | "name": "symfony/config", |
||
824 | "version": "v3.4.4", |
||
825 | "source": { |
||
826 | "type": "git", |
||
827 | "url": "https://github.com/symfony/config.git", |
||
828 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9" |
||
829 | }, |
||
830 | "dist": { |
||
831 | "type": "zip", |
||
832 | "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9", |
||
833 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9", |
||
834 | "shasum": "" |
||
835 | }, |
||
836 | "require": { |
||
837 | "php": "^5.5.9|>=7.0.8", |
||
838 | "symfony/filesystem": "~2.8|~3.0|~4.0" |
||
839 | }, |
||
840 | "conflict": { |
||
841 | "symfony/dependency-injection": "<3.3", |
||
842 | "symfony/finder": "<3.3" |
||
843 | }, |
||
844 | "require-dev": { |
||
845 | "symfony/dependency-injection": "~3.3|~4.0", |
||
846 | "symfony/finder": "~3.3|~4.0", |
||
847 | "symfony/yaml": "~3.0|~4.0" |
||
848 | }, |
||
849 | "suggest": { |
||
850 | "symfony/yaml": "To use the yaml reference dumper" |
||
851 | }, |
||
852 | "type": "library", |
||
853 | "extra": { |
||
854 | "branch-alias": { |
||
855 | "dev-master": "3.4-dev" |
||
856 | } |
||
857 | }, |
||
858 | "autoload": { |
||
859 | "psr-4": { |
||
860 | "Symfony\\Component\\Config\\": "" |
||
861 | }, |
||
862 | "exclude-from-classmap": [ |
||
863 | "/Tests/" |
||
864 | ] |
||
865 | }, |
||
866 | "notification-url": "https://packagist.org/downloads/", |
||
867 | "license": [ |
||
868 | "MIT" |
||
869 | ], |
||
870 | "authors": [ |
||
871 | { |
||
872 | "name": "Fabien Potencier", |
||
873 | "email": "[email protected]" |
||
874 | }, |
||
875 | { |
||
876 | "name": "Symfony Community", |
||
877 | "homepage": "https://symfony.com/contributors" |
||
878 | } |
||
879 | ], |
||
880 | "description": "Symfony Config Component", |
||
881 | "homepage": "https://symfony.com", |
||
882 | "time": "2018-01-21T19:05:02+00:00" |
||
883 | }, |
||
884 | { |
||
885 | "name": "symfony/console", |
||
886 | "version": "v3.4.4", |
||
887 | "source": { |
||
888 | "type": "git", |
||
889 | "url": "https://github.com/symfony/console.git", |
||
890 | "reference": "26b6f419edda16c19775211987651cb27baea7f1" |
||
891 | }, |
||
892 | "dist": { |
||
893 | "type": "zip", |
||
894 | "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1", |
||
895 | "reference": "26b6f419edda16c19775211987651cb27baea7f1", |
||
896 | "shasum": "" |
||
897 | }, |
||
898 | "require": { |
||
899 | "php": "^5.5.9|>=7.0.8", |
||
900 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
901 | "symfony/polyfill-mbstring": "~1.0" |
||
902 | }, |
||
903 | "conflict": { |
||
904 | "symfony/dependency-injection": "<3.4", |
||
905 | "symfony/process": "<3.3" |
||
906 | }, |
||
907 | "require-dev": { |
||
908 | "psr/log": "~1.0", |
||
909 | "symfony/config": "~3.3|~4.0", |
||
910 | "symfony/dependency-injection": "~3.4|~4.0", |
||
911 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
912 | "symfony/lock": "~3.4|~4.0", |
||
913 | "symfony/process": "~3.3|~4.0" |
||
914 | }, |
||
915 | "suggest": { |
||
916 | "psr/log": "For using the console logger", |
||
917 | "symfony/event-dispatcher": "", |
||
918 | "symfony/lock": "", |
||
919 | "symfony/process": "" |
||
920 | }, |
||
921 | "type": "library", |
||
922 | "extra": { |
||
923 | "branch-alias": { |
||
924 | "dev-master": "3.4-dev" |
||
925 | } |
||
926 | }, |
||
927 | "autoload": { |
||
928 | "psr-4": { |
||
929 | "Symfony\\Component\\Console\\": "" |
||
930 | }, |
||
931 | "exclude-from-classmap": [ |
||
932 | "/Tests/" |
||
933 | ] |
||
934 | }, |
||
935 | "notification-url": "https://packagist.org/downloads/", |
||
936 | "license": [ |
||
937 | "MIT" |
||
938 | ], |
||
939 | "authors": [ |
||
940 | { |
||
941 | "name": "Fabien Potencier", |
||
942 | "email": "[email protected]" |
||
943 | }, |
||
944 | { |
||
945 | "name": "Symfony Community", |
||
946 | "homepage": "https://symfony.com/contributors" |
||
947 | } |
||
948 | ], |
||
949 | "description": "Symfony Console Component", |
||
950 | "homepage": "https://symfony.com", |
||
951 | "time": "2018-01-29T09:03:43+00:00" |
||
952 | }, |
||
953 | { |
||
954 | "name": "symfony/debug", |
||
955 | "version": "v3.4.4", |
||
956 | "source": { |
||
957 | "type": "git", |
||
958 | "url": "https://github.com/symfony/debug.git", |
||
959 | "reference": "53f6af2805daf52a43b393b93d2f24925d35c937" |
||
960 | }, |
||
961 | "dist": { |
||
962 | "type": "zip", |
||
963 | "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937", |
||
964 | "reference": "53f6af2805daf52a43b393b93d2f24925d35c937", |
||
965 | "shasum": "" |
||
966 | }, |
||
967 | "require": { |
||
968 | "php": "^5.5.9|>=7.0.8", |
||
969 | "psr/log": "~1.0" |
||
970 | }, |
||
971 | "conflict": { |
||
972 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
973 | }, |
||
974 | "require-dev": { |
||
975 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
||
976 | }, |
||
977 | "type": "library", |
||
978 | "extra": { |
||
979 | "branch-alias": { |
||
980 | "dev-master": "3.4-dev" |
||
981 | } |
||
982 | }, |
||
983 | "autoload": { |
||
984 | "psr-4": { |
||
985 | "Symfony\\Component\\Debug\\": "" |
||
986 | }, |
||
987 | "exclude-from-classmap": [ |
||
988 | "/Tests/" |
||
989 | ] |
||
990 | }, |
||
991 | "notification-url": "https://packagist.org/downloads/", |
||
992 | "license": [ |
||
993 | "MIT" |
||
994 | ], |
||
995 | "authors": [ |
||
996 | { |
||
997 | "name": "Fabien Potencier", |
||
998 | "email": "[email protected]" |
||
999 | }, |
||
1000 | { |
||
1001 | "name": "Symfony Community", |
||
1002 | "homepage": "https://symfony.com/contributors" |
||
1003 | } |
||
1004 | ], |
||
1005 | "description": "Symfony Debug Component", |
||
1006 | "homepage": "https://symfony.com", |
||
1007 | "time": "2018-01-18T22:16:57+00:00" |
||
1008 | }, |
||
1009 | { |
||
1010 | "name": "symfony/dependency-injection", |
||
1011 | "version": "v3.4.4", |
||
1012 | "source": { |
||
1013 | "type": "git", |
||
1014 | "url": "https://github.com/symfony/dependency-injection.git", |
||
1015 | "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d" |
||
1016 | }, |
||
1017 | "dist": { |
||
1018 | "type": "zip", |
||
1019 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b2717ee2499390e371e1fc7abaf886c1c83e83d", |
||
1020 | "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d", |
||
1021 | "shasum": "" |
||
1022 | }, |
||
1023 | "require": { |
||
1024 | "php": "^5.5.9|>=7.0.8", |
||
1025 | "psr/container": "^1.0" |
||
1026 | }, |
||
1027 | "conflict": { |
||
1028 | "symfony/config": "<3.3.7", |
||
1029 | "symfony/finder": "<3.3", |
||
1030 | "symfony/proxy-manager-bridge": "<3.4", |
||
1031 | "symfony/yaml": "<3.4" |
||
1032 | }, |
||
1033 | "provide": { |
||
1034 | "psr/container-implementation": "1.0" |
||
1035 | }, |
||
1036 | "require-dev": { |
||
1037 | "symfony/config": "~3.3|~4.0", |
||
1038 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
1039 | "symfony/yaml": "~3.4|~4.0" |
||
1040 | }, |
||
1041 | "suggest": { |
||
1042 | "symfony/config": "", |
||
1043 | "symfony/expression-language": "For using expressions in service container configuration", |
||
1044 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
1045 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1046 | "symfony/yaml": "" |
||
1047 | }, |
||
1048 | "type": "library", |
||
1049 | "extra": { |
||
1050 | "branch-alias": { |
||
1051 | "dev-master": "3.4-dev" |
||
1052 | } |
||
1053 | }, |
||
1054 | "autoload": { |
||
1055 | "psr-4": { |
||
1056 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1057 | }, |
||
1058 | "exclude-from-classmap": [ |
||
1059 | "/Tests/" |
||
1060 | ] |
||
1061 | }, |
||
1062 | "notification-url": "https://packagist.org/downloads/", |
||
1063 | "license": [ |
||
1064 | "MIT" |
||
1065 | ], |
||
1066 | "authors": [ |
||
1067 | { |
||
1068 | "name": "Fabien Potencier", |
||
1069 | "email": "[email protected]" |
||
1070 | }, |
||
1071 | { |
||
1072 | "name": "Symfony Community", |
||
1073 | "homepage": "https://symfony.com/contributors" |
||
1074 | } |
||
1075 | ], |
||
1076 | "description": "Symfony DependencyInjection Component", |
||
1077 | "homepage": "https://symfony.com", |
||
1078 | "time": "2018-01-29T09:16:57+00:00" |
||
1079 | }, |
||
1080 | { |
||
1081 | "name": "symfony/event-dispatcher", |
||
1082 | "version": "v3.4.4", |
||
1083 | "source": { |
||
1084 | "type": "git", |
||
1085 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1086 | "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca" |
||
1087 | }, |
||
1088 | "dist": { |
||
1089 | "type": "zip", |
||
1090 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca", |
||
1091 | "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca", |
||
1092 | "shasum": "" |
||
1093 | }, |
||
1094 | "require": { |
||
1095 | "php": "^5.5.9|>=7.0.8" |
||
1096 | }, |
||
1097 | "conflict": { |
||
1098 | "symfony/dependency-injection": "<3.3" |
||
1099 | }, |
||
1100 | "require-dev": { |
||
1101 | "psr/log": "~1.0", |
||
1102 | "symfony/config": "~2.8|~3.0|~4.0", |
||
1103 | "symfony/dependency-injection": "~3.3|~4.0", |
||
1104 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
1105 | "symfony/stopwatch": "~2.8|~3.0|~4.0" |
||
1106 | }, |
||
1107 | "suggest": { |
||
1108 | "symfony/dependency-injection": "", |
||
1109 | "symfony/http-kernel": "" |
||
1110 | }, |
||
1111 | "type": "library", |
||
1112 | "extra": { |
||
1113 | "branch-alias": { |
||
1114 | "dev-master": "3.4-dev" |
||
1115 | } |
||
1116 | }, |
||
1117 | "autoload": { |
||
1118 | "psr-4": { |
||
1119 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1120 | }, |
||
1121 | "exclude-from-classmap": [ |
||
1122 | "/Tests/" |
||
1123 | ] |
||
1124 | }, |
||
1125 | "notification-url": "https://packagist.org/downloads/", |
||
1126 | "license": [ |
||
1127 | "MIT" |
||
1128 | ], |
||
1129 | "authors": [ |
||
1130 | { |
||
1131 | "name": "Fabien Potencier", |
||
1132 | "email": "[email protected]" |
||
1133 | }, |
||
1134 | { |
||
1135 | "name": "Symfony Community", |
||
1136 | "homepage": "https://symfony.com/contributors" |
||
1137 | } |
||
1138 | ], |
||
1139 | "description": "Symfony EventDispatcher Component", |
||
1140 | "homepage": "https://symfony.com", |
||
1141 | "time": "2018-01-03T07:37:34+00:00" |
||
1142 | }, |
||
1143 | { |
||
1144 | "name": "symfony/filesystem", |
||
1145 | "version": "v3.4.4", |
||
1146 | "source": { |
||
1147 | "type": "git", |
||
1148 | "url": "https://github.com/symfony/filesystem.git", |
||
1149 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d" |
||
1150 | }, |
||
1151 | "dist": { |
||
1152 | "type": "zip", |
||
1153 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d", |
||
1154 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d", |
||
1155 | "shasum": "" |
||
1156 | }, |
||
1157 | "require": { |
||
1158 | "php": "^5.5.9|>=7.0.8" |
||
1159 | }, |
||
1160 | "type": "library", |
||
1161 | "extra": { |
||
1162 | "branch-alias": { |
||
1163 | "dev-master": "3.4-dev" |
||
1164 | } |
||
1165 | }, |
||
1166 | "autoload": { |
||
1167 | "psr-4": { |
||
1168 | "Symfony\\Component\\Filesystem\\": "" |
||
1169 | }, |
||
1170 | "exclude-from-classmap": [ |
||
1171 | "/Tests/" |
||
1172 | ] |
||
1173 | }, |
||
1174 | "notification-url": "https://packagist.org/downloads/", |
||
1175 | "license": [ |
||
1176 | "MIT" |
||
1177 | ], |
||
1178 | "authors": [ |
||
1179 | { |
||
1180 | "name": "Fabien Potencier", |
||
1181 | "email": "[email protected]" |
||
1182 | }, |
||
1183 | { |
||
1184 | "name": "Symfony Community", |
||
1185 | "homepage": "https://symfony.com/contributors" |
||
1186 | } |
||
1187 | ], |
||
1188 | "description": "Symfony Filesystem Component", |
||
1189 | "homepage": "https://symfony.com", |
||
1190 | "time": "2018-01-03T07:37:34+00:00" |
||
1191 | }, |
||
1192 | { |
||
1193 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1194 | "version": "v3.4.4", |
||
1195 | "source": { |
||
1196 | "type": "git", |
||
1197 | "url": "https://github.com/symfony/http-foundation.git", |
||
1198 | "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30" |
||
1199 | }, |
||
1200 | "dist": { |
||
1201 | "type": "zip", |
||
1202 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30", |
||
1203 | "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30", |
||
1204 | "shasum": "" |
||
1205 | }, |
||
1206 | "require": { |
||
1207 | "php": "^5.5.9|>=7.0.8", |
||
1208 | "symfony/polyfill-mbstring": "~1.1", |
||
1209 | "symfony/polyfill-php70": "~1.6" |
||
1210 | }, |
||
1211 | "require-dev": { |
||
1212 | "symfony/expression-language": "~2.8|~3.0|~4.0" |
||
1213 | }, |
||
1214 | "type": "library", |
||
1215 | "extra": { |
||
1216 | "branch-alias": { |
||
1217 | "dev-master": "3.4-dev" |
||
1218 | } |
||
1219 | }, |
||
1220 | "autoload": { |
||
1221 | "psr-4": { |
||
1222 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1223 | }, |
||
1224 | "exclude-from-classmap": [ |
||
1225 | "/Tests/" |
||
1226 | ] |
||
1227 | }, |
||
1228 | "notification-url": "https://packagist.org/downloads/", |
||
1229 | "license": [ |
||
1230 | "MIT" |
||
1231 | ], |
||
1232 | "authors": [ |
||
1233 | { |
||
1234 | "name": "Fabien Potencier", |
||
1235 | "email": "[email protected]" |
||
1236 | }, |
||
1237 | { |
||
1238 | "name": "Symfony Community", |
||
1239 | "homepage": "https://symfony.com/contributors" |
||
1240 | } |
||
1241 | ], |
||
1242 | "description": "Symfony HttpFoundation Component", |
||
1243 | "homepage": "https://symfony.com", |
||
1244 | "time": "2018-01-29T09:03:43+00:00" |
||
1245 | }, |
||
1246 | { |
||
1247 | "name": "symfony/http-kernel", |
||
1248 | "version": "v3.4.4", |
||
1249 | "source": { |
||
1250 | "type": "git", |
||
1251 | "url": "https://github.com/symfony/http-kernel.git", |
||
1252 | "reference": "911d2e5dd4beb63caad9a72e43857de984301907" |
||
1253 | }, |
||
1254 | "dist": { |
||
1255 | "type": "zip", |
||
1256 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/911d2e5dd4beb63caad9a72e43857de984301907", |
||
1257 | "reference": "911d2e5dd4beb63caad9a72e43857de984301907", |
||
1258 | "shasum": "" |
||
1259 | }, |
||
1260 | "require": { |
||
1261 | "php": "^5.5.9|>=7.0.8", |
||
1262 | "psr/log": "~1.0", |
||
1263 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
1264 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
1265 | "symfony/http-foundation": "^3.4.4|^4.0.4" |
||
1266 | }, |
||
1267 | "conflict": { |
||
1268 | "symfony/config": "<2.8", |
||
1269 | "symfony/dependency-injection": "<3.4", |
||
1270 | "symfony/var-dumper": "<3.3", |
||
1271 | "twig/twig": "<1.34|<2.4,>=2" |
||
1272 | }, |
||
1273 | "provide": { |
||
1274 | "psr/log-implementation": "1.0" |
||
1275 | }, |
||
1276 | "require-dev": { |
||
1277 | "psr/cache": "~1.0", |
||
1278 | "symfony/browser-kit": "~2.8|~3.0|~4.0", |
||
1279 | "symfony/class-loader": "~2.8|~3.0", |
||
1280 | "symfony/config": "~2.8|~3.0|~4.0", |
||
1281 | "symfony/console": "~2.8|~3.0|~4.0", |
||
1282 | "symfony/css-selector": "~2.8|~3.0|~4.0", |
||
1283 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1284 | "symfony/dom-crawler": "~2.8|~3.0|~4.0", |
||
1285 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
1286 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
1287 | "symfony/process": "~2.8|~3.0|~4.0", |
||
1288 | "symfony/routing": "~3.4|~4.0", |
||
1289 | "symfony/stopwatch": "~2.8|~3.0|~4.0", |
||
1290 | "symfony/templating": "~2.8|~3.0|~4.0", |
||
1291 | "symfony/translation": "~2.8|~3.0|~4.0", |
||
1292 | "symfony/var-dumper": "~3.3|~4.0" |
||
1293 | }, |
||
1294 | "suggest": { |
||
1295 | "symfony/browser-kit": "", |
||
1296 | "symfony/config": "", |
||
1297 | "symfony/console": "", |
||
1298 | "symfony/dependency-injection": "", |
||
1299 | "symfony/finder": "", |
||
1300 | "symfony/var-dumper": "" |
||
1301 | }, |
||
1302 | "type": "library", |
||
1303 | "extra": { |
||
1304 | "branch-alias": { |
||
1305 | "dev-master": "3.4-dev" |
||
1306 | } |
||
1307 | }, |
||
1308 | "autoload": { |
||
1309 | "psr-4": { |
||
1310 | "Symfony\\Component\\HttpKernel\\": "" |
||
1311 | }, |
||
1312 | "exclude-from-classmap": [ |
||
1313 | "/Tests/" |
||
1314 | ] |
||
1315 | }, |
||
1316 | "notification-url": "https://packagist.org/downloads/", |
||
1317 | "license": [ |
||
1318 | "MIT" |
||
1319 | ], |
||
1320 | "authors": [ |
||
1321 | { |
||
1322 | "name": "Fabien Potencier", |
||
1323 | "email": "[email protected]" |
||
1324 | }, |
||
1325 | { |
||
1326 | "name": "Symfony Community", |
||
1327 | "homepage": "https://symfony.com/contributors" |
||
1328 | } |
||
1329 | ], |
||
1330 | "description": "Symfony HttpKernel Component", |
||
1331 | "homepage": "https://symfony.com", |
||
1332 | "time": "2018-01-29T12:29:46+00:00" |
||
1333 | }, |
||
1334 | { |
||
1335 | "name": "symfony/polyfill-mbstring", |
||
1336 | "version": "v1.7.0", |
||
1337 | "source": { |
||
1338 | "type": "git", |
||
1339 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1340 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
1341 | }, |
||
1342 | "dist": { |
||
1343 | "type": "zip", |
||
1344 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1345 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1346 | "shasum": "" |
||
1347 | }, |
||
1348 | "require": { |
||
1349 | "php": ">=5.3.3" |
||
1350 | }, |
||
1351 | "suggest": { |
||
1352 | "ext-mbstring": "For best performance" |
||
1353 | }, |
||
1354 | "type": "library", |
||
1355 | "extra": { |
||
1356 | "branch-alias": { |
||
1357 | "dev-master": "1.7-dev" |
||
1358 | } |
||
1359 | }, |
||
1360 | "autoload": { |
||
1361 | "psr-4": { |
||
1362 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1363 | }, |
||
1364 | "files": [ |
||
1365 | "bootstrap.php" |
||
1366 | ] |
||
1367 | }, |
||
1368 | "notification-url": "https://packagist.org/downloads/", |
||
1369 | "license": [ |
||
1370 | "MIT" |
||
1371 | ], |
||
1372 | "authors": [ |
||
1373 | { |
||
1374 | "name": "Nicolas Grekas", |
||
1375 | "email": "[email protected]" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "Symfony Community", |
||
1379 | "homepage": "https://symfony.com/contributors" |
||
1380 | } |
||
1381 | ], |
||
1382 | "description": "Symfony polyfill for the Mbstring extension", |
||
1383 | "homepage": "https://symfony.com", |
||
1384 | "keywords": [ |
||
1385 | "compatibility", |
||
1386 | "mbstring", |
||
1387 | "polyfill", |
||
1388 | "portable", |
||
1389 | "shim" |
||
1390 | ], |
||
1391 | "time": "2018-01-30T19:27:44+00:00" |
||
1392 | }, |
||
1393 | { |
||
1394 | "name": "symfony/polyfill-php70", |
||
1395 | "version": "v1.7.0", |
||
1396 | "source": { |
||
1397 | "type": "git", |
||
1398 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
1399 | "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f" |
||
1400 | }, |
||
1401 | "dist": { |
||
1402 | "type": "zip", |
||
1403 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f", |
||
1404 | "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f", |
||
1405 | "shasum": "" |
||
1406 | }, |
||
1407 | "require": { |
||
1408 | "paragonie/random_compat": "~1.0|~2.0", |
||
1409 | "php": ">=5.3.3" |
||
1410 | }, |
||
1411 | "type": "library", |
||
1412 | "extra": { |
||
1413 | "branch-alias": { |
||
1414 | "dev-master": "1.7-dev" |
||
1415 | } |
||
1416 | }, |
||
1417 | "autoload": { |
||
1418 | "psr-4": { |
||
1419 | "Symfony\\Polyfill\\Php70\\": "" |
||
1420 | }, |
||
1421 | "files": [ |
||
1422 | "bootstrap.php" |
||
1423 | ], |
||
1424 | "classmap": [ |
||
1425 | "Resources/stubs" |
||
1426 | ] |
||
1427 | }, |
||
1428 | "notification-url": "https://packagist.org/downloads/", |
||
1429 | "license": [ |
||
1430 | "MIT" |
||
1431 | ], |
||
1432 | "authors": [ |
||
1433 | { |
||
1434 | "name": "Nicolas Grekas", |
||
1435 | "email": "[email protected]" |
||
1436 | }, |
||
1437 | { |
||
1438 | "name": "Symfony Community", |
||
1439 | "homepage": "https://symfony.com/contributors" |
||
1440 | } |
||
1441 | ], |
||
1442 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
1443 | "homepage": "https://symfony.com", |
||
1444 | "keywords": [ |
||
1445 | "compatibility", |
||
1446 | "polyfill", |
||
1447 | "portable", |
||
1448 | "shim" |
||
1449 | ], |
||
1450 | "time": "2018-01-30T19:27:44+00:00" |
||
1451 | } |
||
1452 | ], |
||
1453 | "packages-dev": [ |
||
1454 | { |
||
1455 | "name": "myclabs/deep-copy", |
||
1456 | "version": "1.7.0", |
||
1457 | "source": { |
||
1458 | "type": "git", |
||
1459 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1460 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
1461 | }, |
||
1462 | "dist": { |
||
1463 | "type": "zip", |
||
1464 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1465 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1466 | "shasum": "" |
||
1467 | }, |
||
1468 | "require": { |
||
1469 | "php": "^5.6 || ^7.0" |
||
1470 | }, |
||
1471 | "require-dev": { |
||
1472 | "doctrine/collections": "^1.0", |
||
1473 | "doctrine/common": "^2.6", |
||
1474 | "phpunit/phpunit": "^4.1" |
||
1475 | }, |
||
1476 | "type": "library", |
||
1477 | "autoload": { |
||
1478 | "psr-4": { |
||
1479 | "DeepCopy\\": "src/DeepCopy/" |
||
1480 | }, |
||
1481 | "files": [ |
||
1482 | "src/DeepCopy/deep_copy.php" |
||
1483 | ] |
||
1484 | }, |
||
1485 | "notification-url": "https://packagist.org/downloads/", |
||
1486 | "license": [ |
||
1487 | "MIT" |
||
1488 | ], |
||
1489 | "description": "Create deep copies (clones) of your objects", |
||
1490 | "keywords": [ |
||
1491 | "clone", |
||
1492 | "copy", |
||
1493 | "duplicate", |
||
1494 | "object", |
||
1495 | "object graph" |
||
1496 | ], |
||
1497 | "time": "2017-10-19T19:58:43+00:00" |
||
1498 | }, |
||
1499 | { |
||
1500 | "name": "phar-io/manifest", |
||
1501 | "version": "1.0.1", |
||
1502 | "source": { |
||
1503 | "type": "git", |
||
1504 | "url": "https://github.com/phar-io/manifest.git", |
||
1505 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
1506 | }, |
||
1507 | "dist": { |
||
1508 | "type": "zip", |
||
1509 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1510 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1511 | "shasum": "" |
||
1512 | }, |
||
1513 | "require": { |
||
1514 | "ext-dom": "*", |
||
1515 | "ext-phar": "*", |
||
1516 | "phar-io/version": "^1.0.1", |
||
1517 | "php": "^5.6 || ^7.0" |
||
1518 | }, |
||
1519 | "type": "library", |
||
1520 | "extra": { |
||
1521 | "branch-alias": { |
||
1522 | "dev-master": "1.0.x-dev" |
||
1523 | } |
||
1524 | }, |
||
1525 | "autoload": { |
||
1526 | "classmap": [ |
||
1527 | "src/" |
||
1528 | ] |
||
1529 | }, |
||
1530 | "notification-url": "https://packagist.org/downloads/", |
||
1531 | "license": [ |
||
1532 | "BSD-3-Clause" |
||
1533 | ], |
||
1534 | "authors": [ |
||
1535 | { |
||
1536 | "name": "Arne Blankerts", |
||
1537 | "email": "[email protected]", |
||
1538 | "role": "Developer" |
||
1539 | }, |
||
1540 | { |
||
1541 | "name": "Sebastian Heuer", |
||
1542 | "email": "[email protected]", |
||
1543 | "role": "Developer" |
||
1544 | }, |
||
1545 | { |
||
1546 | "name": "Sebastian Bergmann", |
||
1547 | "email": "[email protected]", |
||
1548 | "role": "Developer" |
||
1549 | } |
||
1550 | ], |
||
1551 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
1552 | "time": "2017-03-05T18:14:27+00:00" |
||
1553 | }, |
||
1554 | { |
||
1555 | "name": "phar-io/version", |
||
1556 | "version": "1.0.1", |
||
1557 | "source": { |
||
1558 | "type": "git", |
||
1559 | "url": "https://github.com/phar-io/version.git", |
||
1560 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
1561 | }, |
||
1562 | "dist": { |
||
1563 | "type": "zip", |
||
1564 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1565 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1566 | "shasum": "" |
||
1567 | }, |
||
1568 | "require": { |
||
1569 | "php": "^5.6 || ^7.0" |
||
1570 | }, |
||
1571 | "type": "library", |
||
1572 | "autoload": { |
||
1573 | "classmap": [ |
||
1574 | "src/" |
||
1575 | ] |
||
1576 | }, |
||
1577 | "notification-url": "https://packagist.org/downloads/", |
||
1578 | "license": [ |
||
1579 | "BSD-3-Clause" |
||
1580 | ], |
||
1581 | "authors": [ |
||
1582 | { |
||
1583 | "name": "Arne Blankerts", |
||
1584 | "email": "[email protected]", |
||
1585 | "role": "Developer" |
||
1586 | }, |
||
1587 | { |
||
1588 | "name": "Sebastian Heuer", |
||
1589 | "email": "[email protected]", |
||
1590 | "role": "Developer" |
||
1591 | }, |
||
1592 | { |
||
1593 | "name": "Sebastian Bergmann", |
||
1594 | "email": "[email protected]", |
||
1595 | "role": "Developer" |
||
1596 | } |
||
1597 | ], |
||
1598 | "description": "Library for handling version information and constraints", |
||
1599 | "time": "2017-03-05T17:38:23+00:00" |
||
1600 | }, |
||
1601 | { |
||
1602 | "name": "phpdocumentor/reflection-common", |
||
1603 | "version": "1.0.1", |
||
1604 | "source": { |
||
1605 | "type": "git", |
||
1606 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1607 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1608 | }, |
||
1609 | "dist": { |
||
1610 | "type": "zip", |
||
1611 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1612 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1613 | "shasum": "" |
||
1614 | }, |
||
1615 | "require": { |
||
1616 | "php": ">=5.5" |
||
1617 | }, |
||
1618 | "require-dev": { |
||
1619 | "phpunit/phpunit": "^4.6" |
||
1620 | }, |
||
1621 | "type": "library", |
||
1622 | "extra": { |
||
1623 | "branch-alias": { |
||
1624 | "dev-master": "1.0.x-dev" |
||
1625 | } |
||
1626 | }, |
||
1627 | "autoload": { |
||
1628 | "psr-4": { |
||
1629 | "phpDocumentor\\Reflection\\": [ |
||
1630 | "src" |
||
1631 | ] |
||
1632 | } |
||
1633 | }, |
||
1634 | "notification-url": "https://packagist.org/downloads/", |
||
1635 | "license": [ |
||
1636 | "MIT" |
||
1637 | ], |
||
1638 | "authors": [ |
||
1639 | { |
||
1640 | "name": "Jaap van Otterdijk", |
||
1641 | "email": "[email protected]" |
||
1642 | } |
||
1643 | ], |
||
1644 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1645 | "homepage": "http://www.phpdoc.org", |
||
1646 | "keywords": [ |
||
1647 | "FQSEN", |
||
1648 | "phpDocumentor", |
||
1649 | "phpdoc", |
||
1650 | "reflection", |
||
1651 | "static analysis" |
||
1652 | ], |
||
1653 | "time": "2017-09-11T18:02:19+00:00" |
||
1654 | }, |
||
1655 | { |
||
1656 | "name": "phpdocumentor/reflection-docblock", |
||
1657 | "version": "4.3.0", |
||
1658 | "source": { |
||
1659 | "type": "git", |
||
1660 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1661 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1662 | }, |
||
1663 | "dist": { |
||
1664 | "type": "zip", |
||
1665 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1666 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1667 | "shasum": "" |
||
1668 | }, |
||
1669 | "require": { |
||
1670 | "php": "^7.0", |
||
1671 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1672 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1673 | "webmozart/assert": "^1.0" |
||
1674 | }, |
||
1675 | "require-dev": { |
||
1676 | "doctrine/instantiator": "~1.0.5", |
||
1677 | "mockery/mockery": "^1.0", |
||
1678 | "phpunit/phpunit": "^6.4" |
||
1679 | }, |
||
1680 | "type": "library", |
||
1681 | "extra": { |
||
1682 | "branch-alias": { |
||
1683 | "dev-master": "4.x-dev" |
||
1684 | } |
||
1685 | }, |
||
1686 | "autoload": { |
||
1687 | "psr-4": { |
||
1688 | "phpDocumentor\\Reflection\\": [ |
||
1689 | "src/" |
||
1690 | ] |
||
1691 | } |
||
1692 | }, |
||
1693 | "notification-url": "https://packagist.org/downloads/", |
||
1694 | "license": [ |
||
1695 | "MIT" |
||
1696 | ], |
||
1697 | "authors": [ |
||
1698 | { |
||
1699 | "name": "Mike van Riel", |
||
1700 | "email": "[email protected]" |
||
1701 | } |
||
1702 | ], |
||
1703 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1704 | "time": "2017-11-30T07:14:17+00:00" |
||
1705 | }, |
||
1706 | { |
||
1707 | "name": "phpdocumentor/type-resolver", |
||
1708 | "version": "0.4.0", |
||
1709 | "source": { |
||
1710 | "type": "git", |
||
1711 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1712 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1713 | }, |
||
1714 | "dist": { |
||
1715 | "type": "zip", |
||
1716 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1717 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1718 | "shasum": "" |
||
1719 | }, |
||
1720 | "require": { |
||
1721 | "php": "^5.5 || ^7.0", |
||
1722 | "phpdocumentor/reflection-common": "^1.0" |
||
1723 | }, |
||
1724 | "require-dev": { |
||
1725 | "mockery/mockery": "^0.9.4", |
||
1726 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1727 | }, |
||
1728 | "type": "library", |
||
1729 | "extra": { |
||
1730 | "branch-alias": { |
||
1731 | "dev-master": "1.0.x-dev" |
||
1732 | } |
||
1733 | }, |
||
1734 | "autoload": { |
||
1735 | "psr-4": { |
||
1736 | "phpDocumentor\\Reflection\\": [ |
||
1737 | "src/" |
||
1738 | ] |
||
1739 | } |
||
1740 | }, |
||
1741 | "notification-url": "https://packagist.org/downloads/", |
||
1742 | "license": [ |
||
1743 | "MIT" |
||
1744 | ], |
||
1745 | "authors": [ |
||
1746 | { |
||
1747 | "name": "Mike van Riel", |
||
1748 | "email": "[email protected]" |
||
1749 | } |
||
1750 | ], |
||
1751 | "time": "2017-07-14T14:27:02+00:00" |
||
1752 | }, |
||
1753 | { |
||
1754 | "name": "phpspec/prophecy", |
||
1755 | "version": "1.7.4", |
||
1756 | "source": { |
||
1757 | "type": "git", |
||
1758 | "url": "https://github.com/phpspec/prophecy.git", |
||
1759 | "reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be" |
||
1760 | }, |
||
1761 | "dist": { |
||
1762 | "type": "zip", |
||
1763 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9f901e29c93dae4aa77c0bb161df4276f9c9a1be", |
||
1764 | "reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be", |
||
1765 | "shasum": "" |
||
1766 | }, |
||
1767 | "require": { |
||
1768 | "doctrine/instantiator": "^1.0.2", |
||
1769 | "php": "^5.3|^7.0", |
||
1770 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1771 | "sebastian/comparator": "^1.1|^2.0", |
||
1772 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1773 | }, |
||
1774 | "require-dev": { |
||
1775 | "phpspec/phpspec": "^2.5|^3.2", |
||
1776 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
1777 | }, |
||
1778 | "type": "library", |
||
1779 | "extra": { |
||
1780 | "branch-alias": { |
||
1781 | "dev-master": "1.7.x-dev" |
||
1782 | } |
||
1783 | }, |
||
1784 | "autoload": { |
||
1785 | "psr-0": { |
||
1786 | "Prophecy\\": "src/" |
||
1787 | } |
||
1788 | }, |
||
1789 | "notification-url": "https://packagist.org/downloads/", |
||
1790 | "license": [ |
||
1791 | "MIT" |
||
1792 | ], |
||
1793 | "authors": [ |
||
1794 | { |
||
1795 | "name": "Konstantin Kudryashov", |
||
1796 | "email": "[email protected]", |
||
1797 | "homepage": "http://everzet.com" |
||
1798 | }, |
||
1799 | { |
||
1800 | "name": "Marcello Duarte", |
||
1801 | "email": "[email protected]" |
||
1802 | } |
||
1803 | ], |
||
1804 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1805 | "homepage": "https://github.com/phpspec/prophecy", |
||
1806 | "keywords": [ |
||
1807 | "Double", |
||
1808 | "Dummy", |
||
1809 | "fake", |
||
1810 | "mock", |
||
1811 | "spy", |
||
1812 | "stub" |
||
1813 | ], |
||
1814 | "time": "2018-02-11T18:49:29+00:00" |
||
1815 | }, |
||
1816 | { |
||
1817 | "name": "phpunit/php-code-coverage", |
||
1818 | "version": "5.3.0", |
||
1819 | "source": { |
||
1820 | "type": "git", |
||
1821 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1822 | "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" |
||
1823 | }, |
||
1824 | "dist": { |
||
1825 | "type": "zip", |
||
1826 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", |
||
1827 | "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", |
||
1828 | "shasum": "" |
||
1829 | }, |
||
1830 | "require": { |
||
1831 | "ext-dom": "*", |
||
1832 | "ext-xmlwriter": "*", |
||
1833 | "php": "^7.0", |
||
1834 | "phpunit/php-file-iterator": "^1.4.2", |
||
1835 | "phpunit/php-text-template": "^1.2.1", |
||
1836 | "phpunit/php-token-stream": "^2.0.1", |
||
1837 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
1838 | "sebastian/environment": "^3.0", |
||
1839 | "sebastian/version": "^2.0.1", |
||
1840 | "theseer/tokenizer": "^1.1" |
||
1841 | }, |
||
1842 | "require-dev": { |
||
1843 | "phpunit/phpunit": "^6.0" |
||
1844 | }, |
||
1845 | "suggest": { |
||
1846 | "ext-xdebug": "^2.5.5" |
||
1847 | }, |
||
1848 | "type": "library", |
||
1849 | "extra": { |
||
1850 | "branch-alias": { |
||
1851 | "dev-master": "5.3.x-dev" |
||
1852 | } |
||
1853 | }, |
||
1854 | "autoload": { |
||
1855 | "classmap": [ |
||
1856 | "src/" |
||
1857 | ] |
||
1858 | }, |
||
1859 | "notification-url": "https://packagist.org/downloads/", |
||
1860 | "license": [ |
||
1861 | "BSD-3-Clause" |
||
1862 | ], |
||
1863 | "authors": [ |
||
1864 | { |
||
1865 | "name": "Sebastian Bergmann", |
||
1866 | "email": "[email protected]", |
||
1867 | "role": "lead" |
||
1868 | } |
||
1869 | ], |
||
1870 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1871 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1872 | "keywords": [ |
||
1873 | "coverage", |
||
1874 | "testing", |
||
1875 | "xunit" |
||
1876 | ], |
||
1877 | "time": "2017-12-06T09:29:45+00:00" |
||
1878 | }, |
||
1879 | { |
||
1880 | "name": "phpunit/php-file-iterator", |
||
1881 | "version": "1.4.5", |
||
1882 | "source": { |
||
1883 | "type": "git", |
||
1884 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1885 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
1886 | }, |
||
1887 | "dist": { |
||
1888 | "type": "zip", |
||
1889 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1890 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1891 | "shasum": "" |
||
1892 | }, |
||
1893 | "require": { |
||
1894 | "php": ">=5.3.3" |
||
1895 | }, |
||
1896 | "type": "library", |
||
1897 | "extra": { |
||
1898 | "branch-alias": { |
||
1899 | "dev-master": "1.4.x-dev" |
||
1900 | } |
||
1901 | }, |
||
1902 | "autoload": { |
||
1903 | "classmap": [ |
||
1904 | "src/" |
||
1905 | ] |
||
1906 | }, |
||
1907 | "notification-url": "https://packagist.org/downloads/", |
||
1908 | "license": [ |
||
1909 | "BSD-3-Clause" |
||
1910 | ], |
||
1911 | "authors": [ |
||
1912 | { |
||
1913 | "name": "Sebastian Bergmann", |
||
1914 | "email": "[email protected]", |
||
1915 | "role": "lead" |
||
1916 | } |
||
1917 | ], |
||
1918 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1919 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1920 | "keywords": [ |
||
1921 | "filesystem", |
||
1922 | "iterator" |
||
1923 | ], |
||
1924 | "time": "2017-11-27T13:52:08+00:00" |
||
1925 | }, |
||
1926 | { |
||
1927 | "name": "phpunit/php-text-template", |
||
1928 | "version": "1.2.1", |
||
1929 | "source": { |
||
1930 | "type": "git", |
||
1931 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1932 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1933 | }, |
||
1934 | "dist": { |
||
1935 | "type": "zip", |
||
1936 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1937 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1938 | "shasum": "" |
||
1939 | }, |
||
1940 | "require": { |
||
1941 | "php": ">=5.3.3" |
||
1942 | }, |
||
1943 | "type": "library", |
||
1944 | "autoload": { |
||
1945 | "classmap": [ |
||
1946 | "src/" |
||
1947 | ] |
||
1948 | }, |
||
1949 | "notification-url": "https://packagist.org/downloads/", |
||
1950 | "license": [ |
||
1951 | "BSD-3-Clause" |
||
1952 | ], |
||
1953 | "authors": [ |
||
1954 | { |
||
1955 | "name": "Sebastian Bergmann", |
||
1956 | "email": "[email protected]", |
||
1957 | "role": "lead" |
||
1958 | } |
||
1959 | ], |
||
1960 | "description": "Simple template engine.", |
||
1961 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1962 | "keywords": [ |
||
1963 | "template" |
||
1964 | ], |
||
1965 | "time": "2015-06-21T13:50:34+00:00" |
||
1966 | }, |
||
1967 | { |
||
1968 | "name": "phpunit/php-timer", |
||
1969 | "version": "1.0.9", |
||
1970 | "source": { |
||
1971 | "type": "git", |
||
1972 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1973 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
1974 | }, |
||
1975 | "dist": { |
||
1976 | "type": "zip", |
||
1977 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1978 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1979 | "shasum": "" |
||
1980 | }, |
||
1981 | "require": { |
||
1982 | "php": "^5.3.3 || ^7.0" |
||
1983 | }, |
||
1984 | "require-dev": { |
||
1985 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1986 | }, |
||
1987 | "type": "library", |
||
1988 | "extra": { |
||
1989 | "branch-alias": { |
||
1990 | "dev-master": "1.0-dev" |
||
1991 | } |
||
1992 | }, |
||
1993 | "autoload": { |
||
1994 | "classmap": [ |
||
1995 | "src/" |
||
1996 | ] |
||
1997 | }, |
||
1998 | "notification-url": "https://packagist.org/downloads/", |
||
1999 | "license": [ |
||
2000 | "BSD-3-Clause" |
||
2001 | ], |
||
2002 | "authors": [ |
||
2003 | { |
||
2004 | "name": "Sebastian Bergmann", |
||
2005 | "email": "[email protected]", |
||
2006 | "role": "lead" |
||
2007 | } |
||
2008 | ], |
||
2009 | "description": "Utility class for timing", |
||
2010 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2011 | "keywords": [ |
||
2012 | "timer" |
||
2013 | ], |
||
2014 | "time": "2017-02-26T11:10:40+00:00" |
||
2015 | }, |
||
2016 | { |
||
2017 | "name": "phpunit/php-token-stream", |
||
2018 | "version": "2.0.2", |
||
2019 | "source": { |
||
2020 | "type": "git", |
||
2021 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2022 | "reference": "791198a2c6254db10131eecfe8c06670700904db" |
||
2023 | }, |
||
2024 | "dist": { |
||
2025 | "type": "zip", |
||
2026 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", |
||
2027 | "reference": "791198a2c6254db10131eecfe8c06670700904db", |
||
2028 | "shasum": "" |
||
2029 | }, |
||
2030 | "require": { |
||
2031 | "ext-tokenizer": "*", |
||
2032 | "php": "^7.0" |
||
2033 | }, |
||
2034 | "require-dev": { |
||
2035 | "phpunit/phpunit": "^6.2.4" |
||
2036 | }, |
||
2037 | "type": "library", |
||
2038 | "extra": { |
||
2039 | "branch-alias": { |
||
2040 | "dev-master": "2.0-dev" |
||
2041 | } |
||
2042 | }, |
||
2043 | "autoload": { |
||
2044 | "classmap": [ |
||
2045 | "src/" |
||
2046 | ] |
||
2047 | }, |
||
2048 | "notification-url": "https://packagist.org/downloads/", |
||
2049 | "license": [ |
||
2050 | "BSD-3-Clause" |
||
2051 | ], |
||
2052 | "authors": [ |
||
2053 | { |
||
2054 | "name": "Sebastian Bergmann", |
||
2055 | "email": "[email protected]" |
||
2056 | } |
||
2057 | ], |
||
2058 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2059 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2060 | "keywords": [ |
||
2061 | "tokenizer" |
||
2062 | ], |
||
2063 | "time": "2017-11-27T05:48:46+00:00" |
||
2064 | }, |
||
2065 | { |
||
2066 | "name": "phpunit/phpunit", |
||
2067 | "version": "6.5.6", |
||
2068 | "source": { |
||
2069 | "type": "git", |
||
2070 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2071 | "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe" |
||
2072 | }, |
||
2073 | "dist": { |
||
2074 | "type": "zip", |
||
2075 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3330ef26ade05359d006041316ed0fa9e8e3cefe", |
||
2076 | "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe", |
||
2077 | "shasum": "" |
||
2078 | }, |
||
2079 | "require": { |
||
2080 | "ext-dom": "*", |
||
2081 | "ext-json": "*", |
||
2082 | "ext-libxml": "*", |
||
2083 | "ext-mbstring": "*", |
||
2084 | "ext-xml": "*", |
||
2085 | "myclabs/deep-copy": "^1.6.1", |
||
2086 | "phar-io/manifest": "^1.0.1", |
||
2087 | "phar-io/version": "^1.0", |
||
2088 | "php": "^7.0", |
||
2089 | "phpspec/prophecy": "^1.7", |
||
2090 | "phpunit/php-code-coverage": "^5.3", |
||
2091 | "phpunit/php-file-iterator": "^1.4.3", |
||
2092 | "phpunit/php-text-template": "^1.2.1", |
||
2093 | "phpunit/php-timer": "^1.0.9", |
||
2094 | "phpunit/phpunit-mock-objects": "^5.0.5", |
||
2095 | "sebastian/comparator": "^2.1", |
||
2096 | "sebastian/diff": "^2.0", |
||
2097 | "sebastian/environment": "^3.1", |
||
2098 | "sebastian/exporter": "^3.1", |
||
2099 | "sebastian/global-state": "^2.0", |
||
2100 | "sebastian/object-enumerator": "^3.0.3", |
||
2101 | "sebastian/resource-operations": "^1.0", |
||
2102 | "sebastian/version": "^2.0.1" |
||
2103 | }, |
||
2104 | "conflict": { |
||
2105 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
2106 | "phpunit/dbunit": "<3.0" |
||
2107 | }, |
||
2108 | "require-dev": { |
||
2109 | "ext-pdo": "*" |
||
2110 | }, |
||
2111 | "suggest": { |
||
2112 | "ext-xdebug": "*", |
||
2113 | "phpunit/php-invoker": "^1.1" |
||
2114 | }, |
||
2115 | "bin": [ |
||
2116 | "phpunit" |
||
2117 | ], |
||
2118 | "type": "library", |
||
2119 | "extra": { |
||
2120 | "branch-alias": { |
||
2121 | "dev-master": "6.5.x-dev" |
||
2122 | } |
||
2123 | }, |
||
2124 | "autoload": { |
||
2125 | "classmap": [ |
||
2126 | "src/" |
||
2127 | ] |
||
2128 | }, |
||
2129 | "notification-url": "https://packagist.org/downloads/", |
||
2130 | "license": [ |
||
2131 | "BSD-3-Clause" |
||
2132 | ], |
||
2133 | "authors": [ |
||
2134 | { |
||
2135 | "name": "Sebastian Bergmann", |
||
2136 | "email": "[email protected]", |
||
2137 | "role": "lead" |
||
2138 | } |
||
2139 | ], |
||
2140 | "description": "The PHP Unit Testing framework.", |
||
2141 | "homepage": "https://phpunit.de/", |
||
2142 | "keywords": [ |
||
2143 | "phpunit", |
||
2144 | "testing", |
||
2145 | "xunit" |
||
2146 | ], |
||
2147 | "time": "2018-02-01T05:57:37+00:00" |
||
2148 | }, |
||
2149 | { |
||
2150 | "name": "phpunit/phpunit-mock-objects", |
||
2151 | "version": "5.0.6", |
||
2152 | "source": { |
||
2153 | "type": "git", |
||
2154 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2155 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" |
||
2156 | }, |
||
2157 | "dist": { |
||
2158 | "type": "zip", |
||
2159 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
2160 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
2161 | "shasum": "" |
||
2162 | }, |
||
2163 | "require": { |
||
2164 | "doctrine/instantiator": "^1.0.5", |
||
2165 | "php": "^7.0", |
||
2166 | "phpunit/php-text-template": "^1.2.1", |
||
2167 | "sebastian/exporter": "^3.1" |
||
2168 | }, |
||
2169 | "conflict": { |
||
2170 | "phpunit/phpunit": "<6.0" |
||
2171 | }, |
||
2172 | "require-dev": { |
||
2173 | "phpunit/phpunit": "^6.5" |
||
2174 | }, |
||
2175 | "suggest": { |
||
2176 | "ext-soap": "*" |
||
2177 | }, |
||
2178 | "type": "library", |
||
2179 | "extra": { |
||
2180 | "branch-alias": { |
||
2181 | "dev-master": "5.0.x-dev" |
||
2182 | } |
||
2183 | }, |
||
2184 | "autoload": { |
||
2185 | "classmap": [ |
||
2186 | "src/" |
||
2187 | ] |
||
2188 | }, |
||
2189 | "notification-url": "https://packagist.org/downloads/", |
||
2190 | "license": [ |
||
2191 | "BSD-3-Clause" |
||
2192 | ], |
||
2193 | "authors": [ |
||
2194 | { |
||
2195 | "name": "Sebastian Bergmann", |
||
2196 | "email": "[email protected]", |
||
2197 | "role": "lead" |
||
2198 | } |
||
2199 | ], |
||
2200 | "description": "Mock Object library for PHPUnit", |
||
2201 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2202 | "keywords": [ |
||
2203 | "mock", |
||
2204 | "xunit" |
||
2205 | ], |
||
2206 | "time": "2018-01-06T05:45:45+00:00" |
||
2207 | }, |
||
2208 | { |
||
2209 | "name": "sebastian/code-unit-reverse-lookup", |
||
2210 | "version": "1.0.1", |
||
2211 | "source": { |
||
2212 | "type": "git", |
||
2213 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2214 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
2215 | }, |
||
2216 | "dist": { |
||
2217 | "type": "zip", |
||
2218 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2219 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2220 | "shasum": "" |
||
2221 | }, |
||
2222 | "require": { |
||
2223 | "php": "^5.6 || ^7.0" |
||
2224 | }, |
||
2225 | "require-dev": { |
||
2226 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
2227 | }, |
||
2228 | "type": "library", |
||
2229 | "extra": { |
||
2230 | "branch-alias": { |
||
2231 | "dev-master": "1.0.x-dev" |
||
2232 | } |
||
2233 | }, |
||
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": "Sebastian Bergmann", |
||
2246 | "email": "[email protected]" |
||
2247 | } |
||
2248 | ], |
||
2249 | "description": "Looks up which function or method a line of code belongs to", |
||
2250 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2251 | "time": "2017-03-04T06:30:41+00:00" |
||
2252 | }, |
||
2253 | { |
||
2254 | "name": "sebastian/comparator", |
||
2255 | "version": "2.1.3", |
||
2256 | "source": { |
||
2257 | "type": "git", |
||
2258 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2259 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
2260 | }, |
||
2261 | "dist": { |
||
2262 | "type": "zip", |
||
2263 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2264 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2265 | "shasum": "" |
||
2266 | }, |
||
2267 | "require": { |
||
2268 | "php": "^7.0", |
||
2269 | "sebastian/diff": "^2.0 || ^3.0", |
||
2270 | "sebastian/exporter": "^3.1" |
||
2271 | }, |
||
2272 | "require-dev": { |
||
2273 | "phpunit/phpunit": "^6.4" |
||
2274 | }, |
||
2275 | "type": "library", |
||
2276 | "extra": { |
||
2277 | "branch-alias": { |
||
2278 | "dev-master": "2.1.x-dev" |
||
2279 | } |
||
2280 | }, |
||
2281 | "autoload": { |
||
2282 | "classmap": [ |
||
2283 | "src/" |
||
2284 | ] |
||
2285 | }, |
||
2286 | "notification-url": "https://packagist.org/downloads/", |
||
2287 | "license": [ |
||
2288 | "BSD-3-Clause" |
||
2289 | ], |
||
2290 | "authors": [ |
||
2291 | { |
||
2292 | "name": "Jeff Welch", |
||
2293 | "email": "[email protected]" |
||
2294 | }, |
||
2295 | { |
||
2296 | "name": "Volker Dusch", |
||
2297 | "email": "[email protected]" |
||
2298 | }, |
||
2299 | { |
||
2300 | "name": "Bernhard Schussek", |
||
2301 | "email": "[email protected]" |
||
2302 | }, |
||
2303 | { |
||
2304 | "name": "Sebastian Bergmann", |
||
2305 | "email": "[email protected]" |
||
2306 | } |
||
2307 | ], |
||
2308 | "description": "Provides the functionality to compare PHP values for equality", |
||
2309 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
2310 | "keywords": [ |
||
2311 | "comparator", |
||
2312 | "compare", |
||
2313 | "equality" |
||
2314 | ], |
||
2315 | "time": "2018-02-01T13:46:46+00:00" |
||
2316 | }, |
||
2317 | { |
||
2318 | "name": "sebastian/diff", |
||
2319 | "version": "2.0.1", |
||
2320 | "source": { |
||
2321 | "type": "git", |
||
2322 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2323 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
2324 | }, |
||
2325 | "dist": { |
||
2326 | "type": "zip", |
||
2327 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2328 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2329 | "shasum": "" |
||
2330 | }, |
||
2331 | "require": { |
||
2332 | "php": "^7.0" |
||
2333 | }, |
||
2334 | "require-dev": { |
||
2335 | "phpunit/phpunit": "^6.2" |
||
2336 | }, |
||
2337 | "type": "library", |
||
2338 | "extra": { |
||
2339 | "branch-alias": { |
||
2340 | "dev-master": "2.0-dev" |
||
2341 | } |
||
2342 | }, |
||
2343 | "autoload": { |
||
2344 | "classmap": [ |
||
2345 | "src/" |
||
2346 | ] |
||
2347 | }, |
||
2348 | "notification-url": "https://packagist.org/downloads/", |
||
2349 | "license": [ |
||
2350 | "BSD-3-Clause" |
||
2351 | ], |
||
2352 | "authors": [ |
||
2353 | { |
||
2354 | "name": "Kore Nordmann", |
||
2355 | "email": "[email protected]" |
||
2356 | }, |
||
2357 | { |
||
2358 | "name": "Sebastian Bergmann", |
||
2359 | "email": "[email protected]" |
||
2360 | } |
||
2361 | ], |
||
2362 | "description": "Diff implementation", |
||
2363 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2364 | "keywords": [ |
||
2365 | "diff" |
||
2366 | ], |
||
2367 | "time": "2017-08-03T08:09:46+00:00" |
||
2368 | }, |
||
2369 | { |
||
2370 | "name": "sebastian/environment", |
||
2371 | "version": "3.1.0", |
||
2372 | "source": { |
||
2373 | "type": "git", |
||
2374 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2375 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
2376 | }, |
||
2377 | "dist": { |
||
2378 | "type": "zip", |
||
2379 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2380 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2381 | "shasum": "" |
||
2382 | }, |
||
2383 | "require": { |
||
2384 | "php": "^7.0" |
||
2385 | }, |
||
2386 | "require-dev": { |
||
2387 | "phpunit/phpunit": "^6.1" |
||
2388 | }, |
||
2389 | "type": "library", |
||
2390 | "extra": { |
||
2391 | "branch-alias": { |
||
2392 | "dev-master": "3.1.x-dev" |
||
2393 | } |
||
2394 | }, |
||
2395 | "autoload": { |
||
2396 | "classmap": [ |
||
2397 | "src/" |
||
2398 | ] |
||
2399 | }, |
||
2400 | "notification-url": "https://packagist.org/downloads/", |
||
2401 | "license": [ |
||
2402 | "BSD-3-Clause" |
||
2403 | ], |
||
2404 | "authors": [ |
||
2405 | { |
||
2406 | "name": "Sebastian Bergmann", |
||
2407 | "email": "[email protected]" |
||
2408 | } |
||
2409 | ], |
||
2410 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2411 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2412 | "keywords": [ |
||
2413 | "Xdebug", |
||
2414 | "environment", |
||
2415 | "hhvm" |
||
2416 | ], |
||
2417 | "time": "2017-07-01T08:51:00+00:00" |
||
2418 | }, |
||
2419 | { |
||
2420 | "name": "sebastian/exporter", |
||
2421 | "version": "3.1.0", |
||
2422 | "source": { |
||
2423 | "type": "git", |
||
2424 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2425 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2426 | }, |
||
2427 | "dist": { |
||
2428 | "type": "zip", |
||
2429 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2430 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2431 | "shasum": "" |
||
2432 | }, |
||
2433 | "require": { |
||
2434 | "php": "^7.0", |
||
2435 | "sebastian/recursion-context": "^3.0" |
||
2436 | }, |
||
2437 | "require-dev": { |
||
2438 | "ext-mbstring": "*", |
||
2439 | "phpunit/phpunit": "^6.0" |
||
2440 | }, |
||
2441 | "type": "library", |
||
2442 | "extra": { |
||
2443 | "branch-alias": { |
||
2444 | "dev-master": "3.1.x-dev" |
||
2445 | } |
||
2446 | }, |
||
2447 | "autoload": { |
||
2448 | "classmap": [ |
||
2449 | "src/" |
||
2450 | ] |
||
2451 | }, |
||
2452 | "notification-url": "https://packagist.org/downloads/", |
||
2453 | "license": [ |
||
2454 | "BSD-3-Clause" |
||
2455 | ], |
||
2456 | "authors": [ |
||
2457 | { |
||
2458 | "name": "Jeff Welch", |
||
2459 | "email": "[email protected]" |
||
2460 | }, |
||
2461 | { |
||
2462 | "name": "Volker Dusch", |
||
2463 | "email": "[email protected]" |
||
2464 | }, |
||
2465 | { |
||
2466 | "name": "Bernhard Schussek", |
||
2467 | "email": "[email protected]" |
||
2468 | }, |
||
2469 | { |
||
2470 | "name": "Sebastian Bergmann", |
||
2471 | "email": "[email protected]" |
||
2472 | }, |
||
2473 | { |
||
2474 | "name": "Adam Harvey", |
||
2475 | "email": "[email protected]" |
||
2476 | } |
||
2477 | ], |
||
2478 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2479 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2480 | "keywords": [ |
||
2481 | "export", |
||
2482 | "exporter" |
||
2483 | ], |
||
2484 | "time": "2017-04-03T13:19:02+00:00" |
||
2485 | }, |
||
2486 | { |
||
2487 | "name": "sebastian/global-state", |
||
2488 | "version": "2.0.0", |
||
2489 | "source": { |
||
2490 | "type": "git", |
||
2491 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2492 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
2493 | }, |
||
2494 | "dist": { |
||
2495 | "type": "zip", |
||
2496 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2497 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2498 | "shasum": "" |
||
2499 | }, |
||
2500 | "require": { |
||
2501 | "php": "^7.0" |
||
2502 | }, |
||
2503 | "require-dev": { |
||
2504 | "phpunit/phpunit": "^6.0" |
||
2505 | }, |
||
2506 | "suggest": { |
||
2507 | "ext-uopz": "*" |
||
2508 | }, |
||
2509 | "type": "library", |
||
2510 | "extra": { |
||
2511 | "branch-alias": { |
||
2512 | "dev-master": "2.0-dev" |
||
2513 | } |
||
2514 | }, |
||
2515 | "autoload": { |
||
2516 | "classmap": [ |
||
2517 | "src/" |
||
2518 | ] |
||
2519 | }, |
||
2520 | "notification-url": "https://packagist.org/downloads/", |
||
2521 | "license": [ |
||
2522 | "BSD-3-Clause" |
||
2523 | ], |
||
2524 | "authors": [ |
||
2525 | { |
||
2526 | "name": "Sebastian Bergmann", |
||
2527 | "email": "[email protected]" |
||
2528 | } |
||
2529 | ], |
||
2530 | "description": "Snapshotting of global state", |
||
2531 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2532 | "keywords": [ |
||
2533 | "global state" |
||
2534 | ], |
||
2535 | "time": "2017-04-27T15:39:26+00:00" |
||
2536 | }, |
||
2537 | { |
||
2538 | "name": "sebastian/object-enumerator", |
||
2539 | "version": "3.0.3", |
||
2540 | "source": { |
||
2541 | "type": "git", |
||
2542 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2543 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
2544 | }, |
||
2545 | "dist": { |
||
2546 | "type": "zip", |
||
2547 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2548 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2549 | "shasum": "" |
||
2550 | }, |
||
2551 | "require": { |
||
2552 | "php": "^7.0", |
||
2553 | "sebastian/object-reflector": "^1.1.1", |
||
2554 | "sebastian/recursion-context": "^3.0" |
||
2555 | }, |
||
2556 | "require-dev": { |
||
2557 | "phpunit/phpunit": "^6.0" |
||
2558 | }, |
||
2559 | "type": "library", |
||
2560 | "extra": { |
||
2561 | "branch-alias": { |
||
2562 | "dev-master": "3.0.x-dev" |
||
2563 | } |
||
2564 | }, |
||
2565 | "autoload": { |
||
2566 | "classmap": [ |
||
2567 | "src/" |
||
2568 | ] |
||
2569 | }, |
||
2570 | "notification-url": "https://packagist.org/downloads/", |
||
2571 | "license": [ |
||
2572 | "BSD-3-Clause" |
||
2573 | ], |
||
2574 | "authors": [ |
||
2575 | { |
||
2576 | "name": "Sebastian Bergmann", |
||
2577 | "email": "[email protected]" |
||
2578 | } |
||
2579 | ], |
||
2580 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2581 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2582 | "time": "2017-08-03T12:35:26+00:00" |
||
2583 | }, |
||
2584 | { |
||
2585 | "name": "sebastian/object-reflector", |
||
2586 | "version": "1.1.1", |
||
2587 | "source": { |
||
2588 | "type": "git", |
||
2589 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
2590 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
2591 | }, |
||
2592 | "dist": { |
||
2593 | "type": "zip", |
||
2594 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
2595 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
2596 | "shasum": "" |
||
2597 | }, |
||
2598 | "require": { |
||
2599 | "php": "^7.0" |
||
2600 | }, |
||
2601 | "require-dev": { |
||
2602 | "phpunit/phpunit": "^6.0" |
||
2603 | }, |
||
2604 | "type": "library", |
||
2605 | "extra": { |
||
2606 | "branch-alias": { |
||
2607 | "dev-master": "1.1-dev" |
||
2608 | } |
||
2609 | }, |
||
2610 | "autoload": { |
||
2611 | "classmap": [ |
||
2612 | "src/" |
||
2613 | ] |
||
2614 | }, |
||
2615 | "notification-url": "https://packagist.org/downloads/", |
||
2616 | "license": [ |
||
2617 | "BSD-3-Clause" |
||
2618 | ], |
||
2619 | "authors": [ |
||
2620 | { |
||
2621 | "name": "Sebastian Bergmann", |
||
2622 | "email": "[email protected]" |
||
2623 | } |
||
2624 | ], |
||
2625 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
2626 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
2627 | "time": "2017-03-29T09:07:27+00:00" |
||
2628 | }, |
||
2629 | { |
||
2630 | "name": "sebastian/recursion-context", |
||
2631 | "version": "3.0.0", |
||
2632 | "source": { |
||
2633 | "type": "git", |
||
2634 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2635 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
2636 | }, |
||
2637 | "dist": { |
||
2638 | "type": "zip", |
||
2639 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2640 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2641 | "shasum": "" |
||
2642 | }, |
||
2643 | "require": { |
||
2644 | "php": "^7.0" |
||
2645 | }, |
||
2646 | "require-dev": { |
||
2647 | "phpunit/phpunit": "^6.0" |
||
2648 | }, |
||
2649 | "type": "library", |
||
2650 | "extra": { |
||
2651 | "branch-alias": { |
||
2652 | "dev-master": "3.0.x-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": "Jeff Welch", |
||
2667 | "email": "[email protected]" |
||
2668 | }, |
||
2669 | { |
||
2670 | "name": "Sebastian Bergmann", |
||
2671 | "email": "[email protected]" |
||
2672 | }, |
||
2673 | { |
||
2674 | "name": "Adam Harvey", |
||
2675 | "email": "[email protected]" |
||
2676 | } |
||
2677 | ], |
||
2678 | "description": "Provides functionality to recursively process PHP variables", |
||
2679 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2680 | "time": "2017-03-03T06:23:57+00:00" |
||
2681 | }, |
||
2682 | { |
||
2683 | "name": "sebastian/resource-operations", |
||
2684 | "version": "1.0.0", |
||
2685 | "source": { |
||
2686 | "type": "git", |
||
2687 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2688 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2689 | }, |
||
2690 | "dist": { |
||
2691 | "type": "zip", |
||
2692 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2693 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2694 | "shasum": "" |
||
2695 | }, |
||
2696 | "require": { |
||
2697 | "php": ">=5.6.0" |
||
2698 | }, |
||
2699 | "type": "library", |
||
2700 | "extra": { |
||
2701 | "branch-alias": { |
||
2702 | "dev-master": "1.0.x-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": "Provides a list of PHP built-in functions that operate on resources", |
||
2721 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2722 | "time": "2015-07-28T20:34:47+00:00" |
||
2723 | }, |
||
2724 | { |
||
2725 | "name": "sebastian/version", |
||
2726 | "version": "2.0.1", |
||
2727 | "source": { |
||
2728 | "type": "git", |
||
2729 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2730 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2731 | }, |
||
2732 | "dist": { |
||
2733 | "type": "zip", |
||
2734 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2735 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2736 | "shasum": "" |
||
2737 | }, |
||
2738 | "require": { |
||
2739 | "php": ">=5.6" |
||
2740 | }, |
||
2741 | "type": "library", |
||
2742 | "extra": { |
||
2743 | "branch-alias": { |
||
2744 | "dev-master": "2.0.x-dev" |
||
2745 | } |
||
2746 | }, |
||
2747 | "autoload": { |
||
2748 | "classmap": [ |
||
2749 | "src/" |
||
2750 | ] |
||
2751 | }, |
||
2752 | "notification-url": "https://packagist.org/downloads/", |
||
2753 | "license": [ |
||
2754 | "BSD-3-Clause" |
||
2755 | ], |
||
2756 | "authors": [ |
||
2757 | { |
||
2758 | "name": "Sebastian Bergmann", |
||
2759 | "email": "[email protected]", |
||
2760 | "role": "lead" |
||
2761 | } |
||
2762 | ], |
||
2763 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2764 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2765 | "time": "2016-10-03T07:35:21+00:00" |
||
2766 | }, |
||
2767 | { |
||
2768 | "name": "theseer/tokenizer", |
||
2769 | "version": "1.1.0", |
||
2770 | "source": { |
||
2771 | "type": "git", |
||
2772 | "url": "https://github.com/theseer/tokenizer.git", |
||
2773 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
2774 | }, |
||
2775 | "dist": { |
||
2776 | "type": "zip", |
||
2777 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
2778 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
2779 | "shasum": "" |
||
2780 | }, |
||
2781 | "require": { |
||
2782 | "ext-dom": "*", |
||
2783 | "ext-tokenizer": "*", |
||
2784 | "ext-xmlwriter": "*", |
||
2785 | "php": "^7.0" |
||
2786 | }, |
||
2787 | "type": "library", |
||
2788 | "autoload": { |
||
2789 | "classmap": [ |
||
2790 | "src/" |
||
2791 | ] |
||
2792 | }, |
||
2793 | "notification-url": "https://packagist.org/downloads/", |
||
2794 | "license": [ |
||
2795 | "BSD-3-Clause" |
||
2796 | ], |
||
2797 | "authors": [ |
||
2798 | { |
||
2799 | "name": "Arne Blankerts", |
||
2800 | "email": "[email protected]", |
||
2801 | "role": "Developer" |
||
2802 | } |
||
2803 | ], |
||
2804 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
2805 | "time": "2017-04-07T12:08:54+00:00" |
||
2806 | }, |
||
2807 | { |
||
2808 | "name": "webmozart/assert", |
||
2809 | "version": "1.3.0", |
||
2810 | "source": { |
||
2811 | "type": "git", |
||
2812 | "url": "https://github.com/webmozart/assert.git", |
||
2813 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
2814 | }, |
||
2815 | "dist": { |
||
2816 | "type": "zip", |
||
2817 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
2818 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
2819 | "shasum": "" |
||
2820 | }, |
||
2821 | "require": { |
||
2822 | "php": "^5.3.3 || ^7.0" |
||
2823 | }, |
||
2824 | "require-dev": { |
||
2825 | "phpunit/phpunit": "^4.6", |
||
2826 | "sebastian/version": "^1.0.1" |
||
2827 | }, |
||
2828 | "type": "library", |
||
2829 | "extra": { |
||
2830 | "branch-alias": { |
||
2831 | "dev-master": "1.3-dev" |
||
2832 | } |
||
2833 | }, |
||
2834 | "autoload": { |
||
2835 | "psr-4": { |
||
2836 | "Webmozart\\Assert\\": "src/" |
||
2837 | } |
||
2838 | }, |
||
2839 | "notification-url": "https://packagist.org/downloads/", |
||
2840 | "license": [ |
||
2841 | "MIT" |
||
2842 | ], |
||
2843 | "authors": [ |
||
2844 | { |
||
2845 | "name": "Bernhard Schussek", |
||
2846 | "email": "[email protected]" |
||
2847 | } |
||
2848 | ], |
||
2849 | "description": "Assertions to validate method input/output with nice error messages.", |
||
2850 | "keywords": [ |
||
2851 | "assert", |
||
2852 | "check", |
||
2853 | "validate" |
||
2854 | ], |
||
2855 | "time": "2018-01-29T19:49:41+00:00" |
||
2856 | } |
||
2857 | ], |
||
2858 | "aliases": [], |
||
2859 | "minimum-stability": "stable", |
||
2860 | "stability-flags": [], |
||
2861 | "prefer-stable": false, |
||
2862 | "prefer-lowest": false, |
||
2863 | "platform": [], |
||
2864 | "platform-dev": [], |
||
2865 | "platform-overrides": { |
||
2866 | "php": "7.0.9" |
||
2867 | } |
||
2868 | } |
||
2869 |