These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
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": "a56ddfd659f65f1b90ece910f8de600e", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "container-interop/container-interop", |
||
11 | "version": "1.2.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/container-interop/container-interop.git", |
||
15 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
20 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "psr/container": "^1.0" |
||
25 | }, |
||
26 | "type": "library", |
||
27 | "autoload": { |
||
28 | "psr-4": { |
||
29 | "Interop\\Container\\": "src/Interop/Container/" |
||
30 | } |
||
31 | }, |
||
32 | "notification-url": "https://packagist.org/downloads/", |
||
33 | "license": [ |
||
34 | "MIT" |
||
35 | ], |
||
36 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
37 | "homepage": "https://github.com/container-interop/container-interop", |
||
38 | "time": "2017-02-14T19:40:03+00:00" |
||
39 | }, |
||
40 | { |
||
41 | "name": "doctrine/annotations", |
||
42 | "version": "v1.6.0", |
||
43 | "source": { |
||
44 | "type": "git", |
||
45 | "url": "https://github.com/doctrine/annotations.git", |
||
46 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
47 | }, |
||
48 | "dist": { |
||
49 | "type": "zip", |
||
50 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
51 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
52 | "shasum": "" |
||
53 | }, |
||
54 | "require": { |
||
55 | "doctrine/lexer": "1.*", |
||
56 | "php": "^7.1" |
||
57 | }, |
||
58 | "require-dev": { |
||
59 | "doctrine/cache": "1.*", |
||
60 | "phpunit/phpunit": "^6.4" |
||
61 | }, |
||
62 | "type": "library", |
||
63 | "extra": { |
||
64 | "branch-alias": { |
||
65 | "dev-master": "1.6.x-dev" |
||
66 | } |
||
67 | }, |
||
68 | "autoload": { |
||
69 | "psr-4": { |
||
70 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
71 | } |
||
72 | }, |
||
73 | "notification-url": "https://packagist.org/downloads/", |
||
74 | "license": [ |
||
75 | "MIT" |
||
76 | ], |
||
77 | "authors": [ |
||
78 | { |
||
79 | "name": "Roman Borschel", |
||
80 | "email": "[email protected]" |
||
81 | }, |
||
82 | { |
||
83 | "name": "Benjamin Eberlei", |
||
84 | "email": "[email protected]" |
||
85 | }, |
||
86 | { |
||
87 | "name": "Guilherme Blanco", |
||
88 | "email": "[email protected]" |
||
89 | }, |
||
90 | { |
||
91 | "name": "Jonathan Wage", |
||
92 | "email": "[email protected]" |
||
93 | }, |
||
94 | { |
||
95 | "name": "Johannes Schmitt", |
||
96 | "email": "[email protected]" |
||
97 | } |
||
98 | ], |
||
99 | "description": "Docblock Annotations Parser", |
||
100 | "homepage": "http://www.doctrine-project.org", |
||
101 | "keywords": [ |
||
102 | "annotations", |
||
103 | "docblock", |
||
104 | "parser" |
||
105 | ], |
||
106 | "time": "2017-12-06T07:11:42+00:00" |
||
107 | }, |
||
108 | { |
||
109 | "name": "doctrine/cache", |
||
110 | "version": "v1.7.1", |
||
111 | "source": { |
||
112 | "type": "git", |
||
113 | "url": "https://github.com/doctrine/cache.git", |
||
114 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
115 | }, |
||
116 | "dist": { |
||
117 | "type": "zip", |
||
118 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
119 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
120 | "shasum": "" |
||
121 | }, |
||
122 | "require": { |
||
123 | "php": "~7.1" |
||
124 | }, |
||
125 | "conflict": { |
||
126 | "doctrine/common": ">2.2,<2.4" |
||
127 | }, |
||
128 | "require-dev": { |
||
129 | "alcaeus/mongo-php-adapter": "^1.1", |
||
130 | "mongodb/mongodb": "^1.1", |
||
131 | "phpunit/phpunit": "^5.7", |
||
132 | "predis/predis": "~1.0" |
||
133 | }, |
||
134 | "suggest": { |
||
135 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
136 | }, |
||
137 | "type": "library", |
||
138 | "extra": { |
||
139 | "branch-alias": { |
||
140 | "dev-master": "1.7.x-dev" |
||
141 | } |
||
142 | }, |
||
143 | "autoload": { |
||
144 | "psr-4": { |
||
145 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
146 | } |
||
147 | }, |
||
148 | "notification-url": "https://packagist.org/downloads/", |
||
149 | "license": [ |
||
150 | "MIT" |
||
151 | ], |
||
152 | "authors": [ |
||
153 | { |
||
154 | "name": "Roman Borschel", |
||
155 | "email": "[email protected]" |
||
156 | }, |
||
157 | { |
||
158 | "name": "Benjamin Eberlei", |
||
159 | "email": "[email protected]" |
||
160 | }, |
||
161 | { |
||
162 | "name": "Guilherme Blanco", |
||
163 | "email": "[email protected]" |
||
164 | }, |
||
165 | { |
||
166 | "name": "Jonathan Wage", |
||
167 | "email": "[email protected]" |
||
168 | }, |
||
169 | { |
||
170 | "name": "Johannes Schmitt", |
||
171 | "email": "[email protected]" |
||
172 | } |
||
173 | ], |
||
174 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
175 | "homepage": "http://www.doctrine-project.org", |
||
176 | "keywords": [ |
||
177 | "cache", |
||
178 | "caching" |
||
179 | ], |
||
180 | "time": "2017-08-25T07:02:50+00:00" |
||
181 | }, |
||
182 | { |
||
183 | "name": "doctrine/collections", |
||
184 | "version": "v1.5.0", |
||
185 | "source": { |
||
186 | "type": "git", |
||
187 | "url": "https://github.com/doctrine/collections.git", |
||
188 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
189 | }, |
||
190 | "dist": { |
||
191 | "type": "zip", |
||
192 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
193 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
194 | "shasum": "" |
||
195 | }, |
||
196 | "require": { |
||
197 | "php": "^7.1" |
||
198 | }, |
||
199 | "require-dev": { |
||
200 | "doctrine/coding-standard": "~0.1@dev", |
||
201 | "phpunit/phpunit": "^5.7" |
||
202 | }, |
||
203 | "type": "library", |
||
204 | "extra": { |
||
205 | "branch-alias": { |
||
206 | "dev-master": "1.3.x-dev" |
||
207 | } |
||
208 | }, |
||
209 | "autoload": { |
||
210 | "psr-0": { |
||
211 | "Doctrine\\Common\\Collections\\": "lib/" |
||
212 | } |
||
213 | }, |
||
214 | "notification-url": "https://packagist.org/downloads/", |
||
215 | "license": [ |
||
216 | "MIT" |
||
217 | ], |
||
218 | "authors": [ |
||
219 | { |
||
220 | "name": "Roman Borschel", |
||
221 | "email": "[email protected]" |
||
222 | }, |
||
223 | { |
||
224 | "name": "Benjamin Eberlei", |
||
225 | "email": "[email protected]" |
||
226 | }, |
||
227 | { |
||
228 | "name": "Guilherme Blanco", |
||
229 | "email": "[email protected]" |
||
230 | }, |
||
231 | { |
||
232 | "name": "Jonathan Wage", |
||
233 | "email": "[email protected]" |
||
234 | }, |
||
235 | { |
||
236 | "name": "Johannes Schmitt", |
||
237 | "email": "[email protected]" |
||
238 | } |
||
239 | ], |
||
240 | "description": "Collections Abstraction library", |
||
241 | "homepage": "http://www.doctrine-project.org", |
||
242 | "keywords": [ |
||
243 | "array", |
||
244 | "collections", |
||
245 | "iterator" |
||
246 | ], |
||
247 | "time": "2017-07-22T10:37:32+00:00" |
||
248 | }, |
||
249 | { |
||
250 | "name": "doctrine/common", |
||
251 | "version": "v2.8.1", |
||
252 | "source": { |
||
253 | "type": "git", |
||
254 | "url": "https://github.com/doctrine/common.git", |
||
255 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
256 | }, |
||
257 | "dist": { |
||
258 | "type": "zip", |
||
259 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
260 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
261 | "shasum": "" |
||
262 | }, |
||
263 | "require": { |
||
264 | "doctrine/annotations": "1.*", |
||
265 | "doctrine/cache": "1.*", |
||
266 | "doctrine/collections": "1.*", |
||
267 | "doctrine/inflector": "1.*", |
||
268 | "doctrine/lexer": "1.*", |
||
269 | "php": "~7.1" |
||
270 | }, |
||
271 | "require-dev": { |
||
272 | "phpunit/phpunit": "^5.7" |
||
273 | }, |
||
274 | "type": "library", |
||
275 | "extra": { |
||
276 | "branch-alias": { |
||
277 | "dev-master": "2.8.x-dev" |
||
278 | } |
||
279 | }, |
||
280 | "autoload": { |
||
281 | "psr-4": { |
||
282 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
283 | } |
||
284 | }, |
||
285 | "notification-url": "https://packagist.org/downloads/", |
||
286 | "license": [ |
||
287 | "MIT" |
||
288 | ], |
||
289 | "authors": [ |
||
290 | { |
||
291 | "name": "Roman Borschel", |
||
292 | "email": "[email protected]" |
||
293 | }, |
||
294 | { |
||
295 | "name": "Benjamin Eberlei", |
||
296 | "email": "[email protected]" |
||
297 | }, |
||
298 | { |
||
299 | "name": "Guilherme Blanco", |
||
300 | "email": "[email protected]" |
||
301 | }, |
||
302 | { |
||
303 | "name": "Jonathan Wage", |
||
304 | "email": "[email protected]" |
||
305 | }, |
||
306 | { |
||
307 | "name": "Johannes Schmitt", |
||
308 | "email": "[email protected]" |
||
309 | } |
||
310 | ], |
||
311 | "description": "Common Library for Doctrine projects", |
||
312 | "homepage": "http://www.doctrine-project.org", |
||
313 | "keywords": [ |
||
314 | "annotations", |
||
315 | "collections", |
||
316 | "eventmanager", |
||
317 | "persistence", |
||
318 | "spl" |
||
319 | ], |
||
320 | "time": "2017-08-31T08:43:38+00:00" |
||
321 | }, |
||
322 | { |
||
323 | "name": "doctrine/dbal", |
||
324 | "version": "v2.6.3", |
||
325 | "source": { |
||
326 | "type": "git", |
||
327 | "url": "https://github.com/doctrine/dbal.git", |
||
328 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" |
||
329 | }, |
||
330 | "dist": { |
||
331 | "type": "zip", |
||
332 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
333 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
334 | "shasum": "" |
||
335 | }, |
||
336 | "require": { |
||
337 | "doctrine/common": "^2.7.1", |
||
338 | "ext-pdo": "*", |
||
339 | "php": "^7.1" |
||
340 | }, |
||
341 | "require-dev": { |
||
342 | "phpunit/phpunit": "^5.4.6", |
||
343 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
344 | "symfony/console": "2.*||^3.0" |
||
345 | }, |
||
346 | "suggest": { |
||
347 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
348 | }, |
||
349 | "bin": [ |
||
350 | "bin/doctrine-dbal" |
||
351 | ], |
||
352 | "type": "library", |
||
353 | "extra": { |
||
354 | "branch-alias": { |
||
355 | "dev-master": "2.6.x-dev" |
||
356 | } |
||
357 | }, |
||
358 | "autoload": { |
||
359 | "psr-0": { |
||
360 | "Doctrine\\DBAL\\": "lib/" |
||
361 | } |
||
362 | }, |
||
363 | "notification-url": "https://packagist.org/downloads/", |
||
364 | "license": [ |
||
365 | "MIT" |
||
366 | ], |
||
367 | "authors": [ |
||
368 | { |
||
369 | "name": "Roman Borschel", |
||
370 | "email": "[email protected]" |
||
371 | }, |
||
372 | { |
||
373 | "name": "Benjamin Eberlei", |
||
374 | "email": "[email protected]" |
||
375 | }, |
||
376 | { |
||
377 | "name": "Guilherme Blanco", |
||
378 | "email": "[email protected]" |
||
379 | }, |
||
380 | { |
||
381 | "name": "Jonathan Wage", |
||
382 | "email": "[email protected]" |
||
383 | } |
||
384 | ], |
||
385 | "description": "Database Abstraction Layer", |
||
386 | "homepage": "http://www.doctrine-project.org", |
||
387 | "keywords": [ |
||
388 | "database", |
||
389 | "dbal", |
||
390 | "persistence", |
||
391 | "queryobject" |
||
392 | ], |
||
393 | "time": "2017-11-19T13:38:54+00:00" |
||
394 | }, |
||
395 | { |
||
396 | "name": "doctrine/doctrine-module", |
||
397 | "version": "1.2.0", |
||
398 | "source": { |
||
399 | "type": "git", |
||
400 | "url": "https://github.com/doctrine/DoctrineModule.git", |
||
401 | "reference": "9407d04d0b08e7071dab05c9d068cefda9dc5a6f" |
||
402 | }, |
||
403 | "dist": { |
||
404 | "type": "zip", |
||
405 | "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/9407d04d0b08e7071dab05c9d068cefda9dc5a6f", |
||
406 | "reference": "9407d04d0b08e7071dab05c9d068cefda9dc5a6f", |
||
407 | "shasum": "" |
||
408 | }, |
||
409 | "require": { |
||
410 | "doctrine/cache": "^1.6", |
||
411 | "doctrine/common": "^2.6.1", |
||
412 | "php": "^5.6 || ^7.0", |
||
413 | "symfony/console": "^2.3 || ^3.0", |
||
414 | "zendframework/zend-authentication": "^2.5.3", |
||
415 | "zendframework/zend-cache": "^2.7.1", |
||
416 | "zendframework/zend-form": "^2.9", |
||
417 | "zendframework/zend-hydrator": "^1.1 || ^2.2.1", |
||
418 | "zendframework/zend-mvc": "^2.7.10 || ^3.0.1", |
||
419 | "zendframework/zend-paginator": "^2.7", |
||
420 | "zendframework/zend-servicemanager": "^2.7.6 || ^3.1", |
||
421 | "zendframework/zend-stdlib": "^2.7.7 || ^3.0.1", |
||
422 | "zendframework/zend-validator": "^2.8.1" |
||
423 | }, |
||
424 | "require-dev": { |
||
425 | "phpunit/phpunit": "^4.8", |
||
426 | "squizlabs/php_codesniffer": "^2.6.2", |
||
427 | "zendframework/zend-i18n": "^2.7.3", |
||
428 | "zendframework/zend-log": "^2.9", |
||
429 | "zendframework/zend-modulemanager": "^2.7.2", |
||
430 | "zendframework/zend-serializer": "^2.8", |
||
431 | "zendframework/zend-session": "^2.7.3", |
||
432 | "zendframework/zend-test": "^2.6.1 || ^3.0.1", |
||
433 | "zendframework/zend-version": "^2.5.1" |
||
434 | }, |
||
435 | "suggest": { |
||
436 | "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments", |
||
437 | "zendframework/zend-mvc-console": "^1.1.10 if you are using ZF3" |
||
438 | }, |
||
439 | "bin": [ |
||
440 | "bin/doctrine-module" |
||
441 | ], |
||
442 | "type": "library", |
||
443 | "extra": { |
||
444 | "zf": { |
||
445 | "module": "DoctrineModule" |
||
446 | } |
||
447 | }, |
||
448 | "autoload": { |
||
449 | "psr-0": { |
||
450 | "DoctrineModule\\": "src/" |
||
451 | } |
||
452 | }, |
||
453 | "notification-url": "https://packagist.org/downloads/", |
||
454 | "license": [ |
||
455 | "MIT" |
||
456 | ], |
||
457 | "authors": [ |
||
458 | { |
||
459 | "name": "Kyle Spraggs", |
||
460 | "email": "[email protected]", |
||
461 | "homepage": "http://www.spiffyjr.me/" |
||
462 | }, |
||
463 | { |
||
464 | "name": "Guilherme Blanco", |
||
465 | "email": "[email protected]" |
||
466 | }, |
||
467 | { |
||
468 | "name": "Michaël Gallego", |
||
469 | "email": "[email protected]", |
||
470 | "homepage": "http://www.michaelgallego.fr" |
||
471 | }, |
||
472 | { |
||
473 | "name": "Marco Pivetta", |
||
474 | "email": "[email protected]", |
||
475 | "homepage": "http://marco-pivetta.com/" |
||
476 | } |
||
477 | ], |
||
478 | "description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules", |
||
479 | "homepage": "http://www.doctrine-project.org/", |
||
480 | "keywords": [ |
||
481 | "doctrine", |
||
482 | "module", |
||
483 | "zf" |
||
484 | ], |
||
485 | "time": "2016-10-03T19:40:55+00:00" |
||
486 | }, |
||
487 | { |
||
488 | "name": "doctrine/inflector", |
||
489 | "version": "v1.3.0", |
||
490 | "source": { |
||
491 | "type": "git", |
||
492 | "url": "https://github.com/doctrine/inflector.git", |
||
493 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
494 | }, |
||
495 | "dist": { |
||
496 | "type": "zip", |
||
497 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
498 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
499 | "shasum": "" |
||
500 | }, |
||
501 | "require": { |
||
502 | "php": "^7.1" |
||
503 | }, |
||
504 | "require-dev": { |
||
505 | "phpunit/phpunit": "^6.2" |
||
506 | }, |
||
507 | "type": "library", |
||
508 | "extra": { |
||
509 | "branch-alias": { |
||
510 | "dev-master": "1.3.x-dev" |
||
511 | } |
||
512 | }, |
||
513 | "autoload": { |
||
514 | "psr-4": { |
||
515 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
516 | } |
||
517 | }, |
||
518 | "notification-url": "https://packagist.org/downloads/", |
||
519 | "license": [ |
||
520 | "MIT" |
||
521 | ], |
||
522 | "authors": [ |
||
523 | { |
||
524 | "name": "Roman Borschel", |
||
525 | "email": "[email protected]" |
||
526 | }, |
||
527 | { |
||
528 | "name": "Benjamin Eberlei", |
||
529 | "email": "[email protected]" |
||
530 | }, |
||
531 | { |
||
532 | "name": "Guilherme Blanco", |
||
533 | "email": "[email protected]" |
||
534 | }, |
||
535 | { |
||
536 | "name": "Jonathan Wage", |
||
537 | "email": "[email protected]" |
||
538 | }, |
||
539 | { |
||
540 | "name": "Johannes Schmitt", |
||
541 | "email": "[email protected]" |
||
542 | } |
||
543 | ], |
||
544 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
545 | "homepage": "http://www.doctrine-project.org", |
||
546 | "keywords": [ |
||
547 | "inflection", |
||
548 | "pluralize", |
||
549 | "singularize", |
||
550 | "string" |
||
551 | ], |
||
552 | "time": "2018-01-09T20:05:19+00:00" |
||
553 | }, |
||
554 | { |
||
555 | "name": "doctrine/instantiator", |
||
556 | "version": "1.1.0", |
||
557 | "source": { |
||
558 | "type": "git", |
||
559 | "url": "https://github.com/doctrine/instantiator.git", |
||
560 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
561 | }, |
||
562 | "dist": { |
||
563 | "type": "zip", |
||
564 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
565 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
566 | "shasum": "" |
||
567 | }, |
||
568 | "require": { |
||
569 | "php": "^7.1" |
||
570 | }, |
||
571 | "require-dev": { |
||
572 | "athletic/athletic": "~0.1.8", |
||
573 | "ext-pdo": "*", |
||
574 | "ext-phar": "*", |
||
575 | "phpunit/phpunit": "^6.2.3", |
||
576 | "squizlabs/php_codesniffer": "^3.0.2" |
||
577 | }, |
||
578 | "type": "library", |
||
579 | "extra": { |
||
580 | "branch-alias": { |
||
581 | "dev-master": "1.2.x-dev" |
||
582 | } |
||
583 | }, |
||
584 | "autoload": { |
||
585 | "psr-4": { |
||
586 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
587 | } |
||
588 | }, |
||
589 | "notification-url": "https://packagist.org/downloads/", |
||
590 | "license": [ |
||
591 | "MIT" |
||
592 | ], |
||
593 | "authors": [ |
||
594 | { |
||
595 | "name": "Marco Pivetta", |
||
596 | "email": "[email protected]", |
||
597 | "homepage": "http://ocramius.github.com/" |
||
598 | } |
||
599 | ], |
||
600 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
601 | "homepage": "https://github.com/doctrine/instantiator", |
||
602 | "keywords": [ |
||
603 | "constructor", |
||
604 | "instantiate" |
||
605 | ], |
||
606 | "time": "2017-07-22T11:58:36+00:00" |
||
607 | }, |
||
608 | { |
||
609 | "name": "doctrine/lexer", |
||
610 | "version": "v1.0.1", |
||
611 | "source": { |
||
612 | "type": "git", |
||
613 | "url": "https://github.com/doctrine/lexer.git", |
||
614 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
615 | }, |
||
616 | "dist": { |
||
617 | "type": "zip", |
||
618 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
619 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
620 | "shasum": "" |
||
621 | }, |
||
622 | "require": { |
||
623 | "php": ">=5.3.2" |
||
624 | }, |
||
625 | "type": "library", |
||
626 | "extra": { |
||
627 | "branch-alias": { |
||
628 | "dev-master": "1.0.x-dev" |
||
629 | } |
||
630 | }, |
||
631 | "autoload": { |
||
632 | "psr-0": { |
||
633 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
634 | } |
||
635 | }, |
||
636 | "notification-url": "https://packagist.org/downloads/", |
||
637 | "license": [ |
||
638 | "MIT" |
||
639 | ], |
||
640 | "authors": [ |
||
641 | { |
||
642 | "name": "Roman Borschel", |
||
643 | "email": "[email protected]" |
||
644 | }, |
||
645 | { |
||
646 | "name": "Guilherme Blanco", |
||
647 | "email": "[email protected]" |
||
648 | }, |
||
649 | { |
||
650 | "name": "Johannes Schmitt", |
||
651 | "email": "[email protected]" |
||
652 | } |
||
653 | ], |
||
654 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
655 | "homepage": "http://www.doctrine-project.org", |
||
656 | "keywords": [ |
||
657 | "lexer", |
||
658 | "parser" |
||
659 | ], |
||
660 | "time": "2014-09-09T13:34:57+00:00" |
||
661 | }, |
||
662 | { |
||
663 | "name": "doctrine/orm", |
||
664 | "version": "v2.6.1", |
||
665 | "source": { |
||
666 | "type": "git", |
||
667 | "url": "https://github.com/doctrine/doctrine2.git", |
||
668 | "reference": "87ee409783a4a322b5597ebaae558661404055a7" |
||
669 | }, |
||
670 | "dist": { |
||
671 | "type": "zip", |
||
672 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7", |
||
673 | "reference": "87ee409783a4a322b5597ebaae558661404055a7", |
||
674 | "shasum": "" |
||
675 | }, |
||
676 | "require": { |
||
677 | "doctrine/annotations": "~1.5", |
||
678 | "doctrine/cache": "~1.6", |
||
679 | "doctrine/collections": "^1.4", |
||
680 | "doctrine/common": "^2.7.1", |
||
681 | "doctrine/dbal": "^2.6", |
||
682 | "doctrine/instantiator": "~1.1", |
||
683 | "ext-pdo": "*", |
||
684 | "php": "^7.1", |
||
685 | "symfony/console": "~3.0|~4.0" |
||
686 | }, |
||
687 | "require-dev": { |
||
688 | "doctrine/coding-standard": "^1.0", |
||
689 | "phpunit/phpunit": "^6.5", |
||
690 | "squizlabs/php_codesniffer": "^3.2", |
||
691 | "symfony/yaml": "~3.4|~4.0" |
||
692 | }, |
||
693 | "suggest": { |
||
694 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
695 | }, |
||
696 | "bin": [ |
||
697 | "bin/doctrine" |
||
698 | ], |
||
699 | "type": "library", |
||
700 | "extra": { |
||
701 | "branch-alias": { |
||
702 | "dev-master": "2.6.x-dev" |
||
703 | } |
||
704 | }, |
||
705 | "autoload": { |
||
706 | "psr-4": { |
||
707 | "Doctrine\\ORM\\": "lib/Doctrine/ORM" |
||
708 | } |
||
709 | }, |
||
710 | "notification-url": "https://packagist.org/downloads/", |
||
711 | "license": [ |
||
712 | "MIT" |
||
713 | ], |
||
714 | "authors": [ |
||
715 | { |
||
716 | "name": "Roman Borschel", |
||
717 | "email": "[email protected]" |
||
718 | }, |
||
719 | { |
||
720 | "name": "Benjamin Eberlei", |
||
721 | "email": "[email protected]" |
||
722 | }, |
||
723 | { |
||
724 | "name": "Guilherme Blanco", |
||
725 | "email": "[email protected]" |
||
726 | }, |
||
727 | { |
||
728 | "name": "Jonathan Wage", |
||
729 | "email": "[email protected]" |
||
730 | }, |
||
731 | { |
||
732 | "name": "Marco Pivetta", |
||
733 | "email": "[email protected]" |
||
734 | } |
||
735 | ], |
||
736 | "description": "Object-Relational-Mapper for PHP", |
||
737 | "homepage": "http://www.doctrine-project.org", |
||
738 | "keywords": [ |
||
739 | "database", |
||
740 | "orm" |
||
741 | ], |
||
742 | "time": "2018-02-27T07:30:56+00:00" |
||
743 | }, |
||
744 | { |
||
745 | "name": "psr/container", |
||
746 | "version": "1.0.0", |
||
747 | "source": { |
||
748 | "type": "git", |
||
749 | "url": "https://github.com/php-fig/container.git", |
||
750 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
751 | }, |
||
752 | "dist": { |
||
753 | "type": "zip", |
||
754 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
755 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
756 | "shasum": "" |
||
757 | }, |
||
758 | "require": { |
||
759 | "php": ">=5.3.0" |
||
760 | }, |
||
761 | "type": "library", |
||
762 | "extra": { |
||
763 | "branch-alias": { |
||
764 | "dev-master": "1.0.x-dev" |
||
765 | } |
||
766 | }, |
||
767 | "autoload": { |
||
768 | "psr-4": { |
||
769 | "Psr\\Container\\": "src/" |
||
770 | } |
||
771 | }, |
||
772 | "notification-url": "https://packagist.org/downloads/", |
||
773 | "license": [ |
||
774 | "MIT" |
||
775 | ], |
||
776 | "authors": [ |
||
777 | { |
||
778 | "name": "PHP-FIG", |
||
779 | "homepage": "http://www.php-fig.org/" |
||
780 | } |
||
781 | ], |
||
782 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
783 | "homepage": "https://github.com/php-fig/container", |
||
784 | "keywords": [ |
||
785 | "PSR-11", |
||
786 | "container", |
||
787 | "container-interface", |
||
788 | "container-interop", |
||
789 | "psr" |
||
790 | ], |
||
791 | "time": "2017-02-14T16:28:37+00:00" |
||
792 | }, |
||
793 | { |
||
794 | "name": "psr/http-message", |
||
795 | "version": "1.0.1", |
||
796 | "source": { |
||
797 | "type": "git", |
||
798 | "url": "https://github.com/php-fig/http-message.git", |
||
799 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
800 | }, |
||
801 | "dist": { |
||
802 | "type": "zip", |
||
803 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
804 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
805 | "shasum": "" |
||
806 | }, |
||
807 | "require": { |
||
808 | "php": ">=5.3.0" |
||
809 | }, |
||
810 | "type": "library", |
||
811 | "extra": { |
||
812 | "branch-alias": { |
||
813 | "dev-master": "1.0.x-dev" |
||
814 | } |
||
815 | }, |
||
816 | "autoload": { |
||
817 | "psr-4": { |
||
818 | "Psr\\Http\\Message\\": "src/" |
||
819 | } |
||
820 | }, |
||
821 | "notification-url": "https://packagist.org/downloads/", |
||
822 | "license": [ |
||
823 | "MIT" |
||
824 | ], |
||
825 | "authors": [ |
||
826 | { |
||
827 | "name": "PHP-FIG", |
||
828 | "homepage": "http://www.php-fig.org/" |
||
829 | } |
||
830 | ], |
||
831 | "description": "Common interface for HTTP messages", |
||
832 | "homepage": "https://github.com/php-fig/http-message", |
||
833 | "keywords": [ |
||
834 | "http", |
||
835 | "http-message", |
||
836 | "psr", |
||
837 | "psr-7", |
||
838 | "request", |
||
839 | "response" |
||
840 | ], |
||
841 | "time": "2016-08-06T14:39:51+00:00" |
||
842 | }, |
||
843 | { |
||
844 | "name": "psr/log", |
||
845 | "version": "1.0.2", |
||
846 | "source": { |
||
847 | "type": "git", |
||
848 | "url": "https://github.com/php-fig/log.git", |
||
849 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
850 | }, |
||
851 | "dist": { |
||
852 | "type": "zip", |
||
853 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
854 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
855 | "shasum": "" |
||
856 | }, |
||
857 | "require": { |
||
858 | "php": ">=5.3.0" |
||
859 | }, |
||
860 | "type": "library", |
||
861 | "extra": { |
||
862 | "branch-alias": { |
||
863 | "dev-master": "1.0.x-dev" |
||
864 | } |
||
865 | }, |
||
866 | "autoload": { |
||
867 | "psr-4": { |
||
868 | "Psr\\Log\\": "Psr/Log/" |
||
869 | } |
||
870 | }, |
||
871 | "notification-url": "https://packagist.org/downloads/", |
||
872 | "license": [ |
||
873 | "MIT" |
||
874 | ], |
||
875 | "authors": [ |
||
876 | { |
||
877 | "name": "PHP-FIG", |
||
878 | "homepage": "http://www.php-fig.org/" |
||
879 | } |
||
880 | ], |
||
881 | "description": "Common interface for logging libraries", |
||
882 | "homepage": "https://github.com/php-fig/log", |
||
883 | "keywords": [ |
||
884 | "log", |
||
885 | "psr", |
||
886 | "psr-3" |
||
887 | ], |
||
888 | "time": "2016-10-10T12:19:37+00:00" |
||
889 | }, |
||
890 | { |
||
891 | "name": "symfony/console", |
||
892 | "version": "v3.4.6", |
||
893 | "source": { |
||
894 | "type": "git", |
||
895 | "url": "https://github.com/symfony/console.git", |
||
896 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7" |
||
897 | }, |
||
898 | "dist": { |
||
899 | "type": "zip", |
||
900 | "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7", |
||
901 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7", |
||
902 | "shasum": "" |
||
903 | }, |
||
904 | "require": { |
||
905 | "php": "^5.5.9|>=7.0.8", |
||
906 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
907 | "symfony/polyfill-mbstring": "~1.0" |
||
908 | }, |
||
909 | "conflict": { |
||
910 | "symfony/dependency-injection": "<3.4", |
||
911 | "symfony/process": "<3.3" |
||
912 | }, |
||
913 | "require-dev": { |
||
914 | "psr/log": "~1.0", |
||
915 | "symfony/config": "~3.3|~4.0", |
||
916 | "symfony/dependency-injection": "~3.4|~4.0", |
||
917 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
918 | "symfony/lock": "~3.4|~4.0", |
||
919 | "symfony/process": "~3.3|~4.0" |
||
920 | }, |
||
921 | "suggest": { |
||
922 | "psr/log": "For using the console logger", |
||
923 | "symfony/event-dispatcher": "", |
||
924 | "symfony/lock": "", |
||
925 | "symfony/process": "" |
||
926 | }, |
||
927 | "type": "library", |
||
928 | "extra": { |
||
929 | "branch-alias": { |
||
930 | "dev-master": "3.4-dev" |
||
931 | } |
||
932 | }, |
||
933 | "autoload": { |
||
934 | "psr-4": { |
||
935 | "Symfony\\Component\\Console\\": "" |
||
936 | }, |
||
937 | "exclude-from-classmap": [ |
||
938 | "/Tests/" |
||
939 | ] |
||
940 | }, |
||
941 | "notification-url": "https://packagist.org/downloads/", |
||
942 | "license": [ |
||
943 | "MIT" |
||
944 | ], |
||
945 | "authors": [ |
||
946 | { |
||
947 | "name": "Fabien Potencier", |
||
948 | "email": "[email protected]" |
||
949 | }, |
||
950 | { |
||
951 | "name": "Symfony Community", |
||
952 | "homepage": "https://symfony.com/contributors" |
||
953 | } |
||
954 | ], |
||
955 | "description": "Symfony Console Component", |
||
956 | "homepage": "https://symfony.com", |
||
957 | "time": "2018-02-26T15:46:28+00:00" |
||
958 | }, |
||
959 | { |
||
960 | "name": "symfony/debug", |
||
961 | "version": "v4.0.6", |
||
962 | "source": { |
||
963 | "type": "git", |
||
964 | "url": "https://github.com/symfony/debug.git", |
||
965 | "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489" |
||
966 | }, |
||
967 | "dist": { |
||
968 | "type": "zip", |
||
969 | "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489", |
||
970 | "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489", |
||
971 | "shasum": "" |
||
972 | }, |
||
973 | "require": { |
||
974 | "php": "^7.1.3", |
||
975 | "psr/log": "~1.0" |
||
976 | }, |
||
977 | "conflict": { |
||
978 | "symfony/http-kernel": "<3.4" |
||
979 | }, |
||
980 | "require-dev": { |
||
981 | "symfony/http-kernel": "~3.4|~4.0" |
||
982 | }, |
||
983 | "type": "library", |
||
984 | "extra": { |
||
985 | "branch-alias": { |
||
986 | "dev-master": "4.0-dev" |
||
987 | } |
||
988 | }, |
||
989 | "autoload": { |
||
990 | "psr-4": { |
||
991 | "Symfony\\Component\\Debug\\": "" |
||
992 | }, |
||
993 | "exclude-from-classmap": [ |
||
994 | "/Tests/" |
||
995 | ] |
||
996 | }, |
||
997 | "notification-url": "https://packagist.org/downloads/", |
||
998 | "license": [ |
||
999 | "MIT" |
||
1000 | ], |
||
1001 | "authors": [ |
||
1002 | { |
||
1003 | "name": "Fabien Potencier", |
||
1004 | "email": "[email protected]" |
||
1005 | }, |
||
1006 | { |
||
1007 | "name": "Symfony Community", |
||
1008 | "homepage": "https://symfony.com/contributors" |
||
1009 | } |
||
1010 | ], |
||
1011 | "description": "Symfony Debug Component", |
||
1012 | "homepage": "https://symfony.com", |
||
1013 | "time": "2018-02-28T21:50:02+00:00" |
||
1014 | }, |
||
1015 | { |
||
1016 | "name": "symfony/polyfill-mbstring", |
||
1017 | "version": "v1.7.0", |
||
1018 | "source": { |
||
1019 | "type": "git", |
||
1020 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1021 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
1022 | }, |
||
1023 | "dist": { |
||
1024 | "type": "zip", |
||
1025 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1026 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1027 | "shasum": "" |
||
1028 | }, |
||
1029 | "require": { |
||
1030 | "php": ">=5.3.3" |
||
1031 | }, |
||
1032 | "suggest": { |
||
1033 | "ext-mbstring": "For best performance" |
||
1034 | }, |
||
1035 | "type": "library", |
||
1036 | "extra": { |
||
1037 | "branch-alias": { |
||
1038 | "dev-master": "1.7-dev" |
||
1039 | } |
||
1040 | }, |
||
1041 | "autoload": { |
||
1042 | "psr-4": { |
||
1043 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1044 | }, |
||
1045 | "files": [ |
||
1046 | "bootstrap.php" |
||
1047 | ] |
||
1048 | }, |
||
1049 | "notification-url": "https://packagist.org/downloads/", |
||
1050 | "license": [ |
||
1051 | "MIT" |
||
1052 | ], |
||
1053 | "authors": [ |
||
1054 | { |
||
1055 | "name": "Nicolas Grekas", |
||
1056 | "email": "[email protected]" |
||
1057 | }, |
||
1058 | { |
||
1059 | "name": "Symfony Community", |
||
1060 | "homepage": "https://symfony.com/contributors" |
||
1061 | } |
||
1062 | ], |
||
1063 | "description": "Symfony polyfill for the Mbstring extension", |
||
1064 | "homepage": "https://symfony.com", |
||
1065 | "keywords": [ |
||
1066 | "compatibility", |
||
1067 | "mbstring", |
||
1068 | "polyfill", |
||
1069 | "portable", |
||
1070 | "shim" |
||
1071 | ], |
||
1072 | "time": "2018-01-30T19:27:44+00:00" |
||
1073 | }, |
||
1074 | { |
||
1075 | "name": "zendframework/zend-authentication", |
||
1076 | "version": "2.5.3", |
||
1077 | "source": { |
||
1078 | "type": "git", |
||
1079 | "url": "https://github.com/zendframework/zend-authentication.git", |
||
1080 | "reference": "1422dec160eb769c719cad2229847fcbf20a1405" |
||
1081 | }, |
||
1082 | "dist": { |
||
1083 | "type": "zip", |
||
1084 | "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/1422dec160eb769c719cad2229847fcbf20a1405", |
||
1085 | "reference": "1422dec160eb769c719cad2229847fcbf20a1405", |
||
1086 | "shasum": "" |
||
1087 | }, |
||
1088 | "require": { |
||
1089 | "php": "^5.5 || ^7.0", |
||
1090 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1091 | }, |
||
1092 | "require-dev": { |
||
1093 | "fabpot/php-cs-fixer": "1.7.*", |
||
1094 | "phpunit/phpunit": "~4.0", |
||
1095 | "zendframework/zend-crypt": "^2.6", |
||
1096 | "zendframework/zend-db": "^2.7", |
||
1097 | "zendframework/zend-http": "^2.5.4", |
||
1098 | "zendframework/zend-ldap": "^2.6", |
||
1099 | "zendframework/zend-session": "^2.6.2", |
||
1100 | "zendframework/zend-uri": "^2.5", |
||
1101 | "zendframework/zend-validator": "^2.6" |
||
1102 | }, |
||
1103 | "suggest": { |
||
1104 | "zendframework/zend-crypt": "Zend\\Crypt component", |
||
1105 | "zendframework/zend-db": "Zend\\Db component", |
||
1106 | "zendframework/zend-http": "Zend\\Http component", |
||
1107 | "zendframework/zend-ldap": "Zend\\Ldap component", |
||
1108 | "zendframework/zend-session": "Zend\\Session component", |
||
1109 | "zendframework/zend-uri": "Zend\\Uri component", |
||
1110 | "zendframework/zend-validator": "Zend\\Validator component" |
||
1111 | }, |
||
1112 | "type": "library", |
||
1113 | "extra": { |
||
1114 | "branch-alias": { |
||
1115 | "dev-master": "2.5-dev", |
||
1116 | "dev-develop": "2.6-dev" |
||
1117 | } |
||
1118 | }, |
||
1119 | "autoload": { |
||
1120 | "psr-4": { |
||
1121 | "Zend\\Authentication\\": "src/" |
||
1122 | } |
||
1123 | }, |
||
1124 | "notification-url": "https://packagist.org/downloads/", |
||
1125 | "license": [ |
||
1126 | "BSD-3-Clause" |
||
1127 | ], |
||
1128 | "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios", |
||
1129 | "homepage": "https://github.com/zendframework/zend-authentication", |
||
1130 | "keywords": [ |
||
1131 | "Authentication", |
||
1132 | "zf2" |
||
1133 | ], |
||
1134 | "time": "2016-02-28T15:02:34+00:00" |
||
1135 | }, |
||
1136 | { |
||
1137 | "name": "zendframework/zend-cache", |
||
1138 | "version": "2.7.2", |
||
1139 | "source": { |
||
1140 | "type": "git", |
||
1141 | "url": "https://github.com/zendframework/zend-cache.git", |
||
1142 | "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039" |
||
1143 | }, |
||
1144 | "dist": { |
||
1145 | "type": "zip", |
||
1146 | "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039", |
||
1147 | "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039", |
||
1148 | "shasum": "" |
||
1149 | }, |
||
1150 | "require": { |
||
1151 | "php": "^5.5 || ^7.0", |
||
1152 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
1153 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
1154 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1155 | }, |
||
1156 | "require-dev": { |
||
1157 | "phpbench/phpbench": "^0.10.0", |
||
1158 | "phpunit/phpunit": "^4.8", |
||
1159 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1160 | "zendframework/zend-serializer": "^2.6", |
||
1161 | "zendframework/zend-session": "^2.6.2" |
||
1162 | }, |
||
1163 | "suggest": { |
||
1164 | "ext-apc": "APC or compatible extension, to use the APC storage adapter", |
||
1165 | "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter", |
||
1166 | "ext-dba": "DBA, to use the DBA storage adapter", |
||
1167 | "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", |
||
1168 | "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", |
||
1169 | "ext-mongo": "Mongo, to use MongoDb storage adapter", |
||
1170 | "ext-redis": "Redis, to use Redis storage adapter", |
||
1171 | "ext-wincache": "WinCache, to use the WinCache storage adapter", |
||
1172 | "ext-xcache": "XCache, to use the XCache storage adapter", |
||
1173 | "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", |
||
1174 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
1175 | "zendframework/zend-session": "Zend\\Session component" |
||
1176 | }, |
||
1177 | "type": "library", |
||
1178 | "extra": { |
||
1179 | "branch-alias": { |
||
1180 | "dev-master": "2.7-dev", |
||
1181 | "dev-develop": "2.8-dev" |
||
1182 | }, |
||
1183 | "zf": { |
||
1184 | "component": "Zend\\Cache", |
||
1185 | "config-provider": "Zend\\Cache\\ConfigProvider" |
||
1186 | } |
||
1187 | }, |
||
1188 | "autoload": { |
||
1189 | "psr-4": { |
||
1190 | "Zend\\Cache\\": "src/" |
||
1191 | } |
||
1192 | }, |
||
1193 | "notification-url": "https://packagist.org/downloads/", |
||
1194 | "license": [ |
||
1195 | "BSD-3-Clause" |
||
1196 | ], |
||
1197 | "description": "provides a generic way to cache any data", |
||
1198 | "homepage": "https://github.com/zendframework/zend-cache", |
||
1199 | "keywords": [ |
||
1200 | "cache", |
||
1201 | "zf2" |
||
1202 | ], |
||
1203 | "time": "2016-12-16T11:35:47+00:00" |
||
1204 | }, |
||
1205 | { |
||
1206 | "name": "zendframework/zend-diactoros", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1207 | "version": "1.7.1", |
||
1208 | "source": { |
||
1209 | "type": "git", |
||
1210 | "url": "https://github.com/zendframework/zend-diactoros.git", |
||
1211 | "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1" |
||
1212 | }, |
||
1213 | "dist": { |
||
1214 | "type": "zip", |
||
1215 | "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1", |
||
1216 | "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1", |
||
1217 | "shasum": "" |
||
1218 | }, |
||
1219 | "require": { |
||
1220 | "php": "^5.6 || ^7.0", |
||
1221 | "psr/http-message": "^1.0" |
||
1222 | }, |
||
1223 | "provide": { |
||
1224 | "psr/http-message-implementation": "1.0" |
||
1225 | }, |
||
1226 | "require-dev": { |
||
1227 | "ext-dom": "*", |
||
1228 | "ext-libxml": "*", |
||
1229 | "phpunit/phpunit": "^5.7.16 || ^6.0.8", |
||
1230 | "zendframework/zend-coding-standard": "~1.0" |
||
1231 | }, |
||
1232 | "type": "library", |
||
1233 | "extra": { |
||
1234 | "branch-alias": { |
||
1235 | "dev-master": "1.7.x-dev", |
||
1236 | "dev-develop": "1.8.x-dev" |
||
1237 | } |
||
1238 | }, |
||
1239 | "autoload": { |
||
1240 | "psr-4": { |
||
1241 | "Zend\\Diactoros\\": "src/" |
||
1242 | } |
||
1243 | }, |
||
1244 | "notification-url": "https://packagist.org/downloads/", |
||
1245 | "license": [ |
||
1246 | "BSD-2-Clause" |
||
1247 | ], |
||
1248 | "description": "PSR HTTP Message implementations", |
||
1249 | "homepage": "https://github.com/zendframework/zend-diactoros", |
||
1250 | "keywords": [ |
||
1251 | "http", |
||
1252 | "psr", |
||
1253 | "psr-7" |
||
1254 | ], |
||
1255 | "time": "2018-02-26T15:44:50+00:00" |
||
1256 | }, |
||
1257 | { |
||
1258 | "name": "zendframework/zend-escaper", |
||
1259 | "version": "2.5.2", |
||
1260 | "source": { |
||
1261 | "type": "git", |
||
1262 | "url": "https://github.com/zendframework/zend-escaper.git", |
||
1263 | "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e" |
||
1264 | }, |
||
1265 | "dist": { |
||
1266 | "type": "zip", |
||
1267 | "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e", |
||
1268 | "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e", |
||
1269 | "shasum": "" |
||
1270 | }, |
||
1271 | "require": { |
||
1272 | "php": ">=5.5" |
||
1273 | }, |
||
1274 | "require-dev": { |
||
1275 | "fabpot/php-cs-fixer": "1.7.*", |
||
1276 | "phpunit/phpunit": "~4.0" |
||
1277 | }, |
||
1278 | "type": "library", |
||
1279 | "extra": { |
||
1280 | "branch-alias": { |
||
1281 | "dev-master": "2.5-dev", |
||
1282 | "dev-develop": "2.6-dev" |
||
1283 | } |
||
1284 | }, |
||
1285 | "autoload": { |
||
1286 | "psr-4": { |
||
1287 | "Zend\\Escaper\\": "src/" |
||
1288 | } |
||
1289 | }, |
||
1290 | "notification-url": "https://packagist.org/downloads/", |
||
1291 | "license": [ |
||
1292 | "BSD-3-Clause" |
||
1293 | ], |
||
1294 | "homepage": "https://github.com/zendframework/zend-escaper", |
||
1295 | "keywords": [ |
||
1296 | "escaper", |
||
1297 | "zf2" |
||
1298 | ], |
||
1299 | "time": "2016-06-30T19:48:38+00:00" |
||
1300 | }, |
||
1301 | { |
||
1302 | "name": "zendframework/zend-eventmanager", |
||
1303 | "version": "3.2.0", |
||
1304 | "source": { |
||
1305 | "type": "git", |
||
1306 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
1307 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c" |
||
1308 | }, |
||
1309 | "dist": { |
||
1310 | "type": "zip", |
||
1311 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
1312 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
1313 | "shasum": "" |
||
1314 | }, |
||
1315 | "require": { |
||
1316 | "php": "^5.6 || ^7.0" |
||
1317 | }, |
||
1318 | "require-dev": { |
||
1319 | "athletic/athletic": "^0.1", |
||
1320 | "container-interop/container-interop": "^1.1.0", |
||
1321 | "phpunit/phpunit": "^6.0.7 || ^5.7.14", |
||
1322 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1323 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
1324 | }, |
||
1325 | "suggest": { |
||
1326 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
1327 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
1328 | }, |
||
1329 | "type": "library", |
||
1330 | "extra": { |
||
1331 | "branch-alias": { |
||
1332 | "dev-master": "3.2-dev", |
||
1333 | "dev-develop": "3.3-dev" |
||
1334 | } |
||
1335 | }, |
||
1336 | "autoload": { |
||
1337 | "psr-4": { |
||
1338 | "Zend\\EventManager\\": "src/" |
||
1339 | } |
||
1340 | }, |
||
1341 | "notification-url": "https://packagist.org/downloads/", |
||
1342 | "license": [ |
||
1343 | "BSD-3-Clause" |
||
1344 | ], |
||
1345 | "description": "Trigger and listen to events within a PHP application", |
||
1346 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
1347 | "keywords": [ |
||
1348 | "event", |
||
1349 | "eventmanager", |
||
1350 | "events", |
||
1351 | "zf2" |
||
1352 | ], |
||
1353 | "time": "2017-07-11T19:17:22+00:00" |
||
1354 | }, |
||
1355 | { |
||
1356 | "name": "zendframework/zend-filter", |
||
1357 | "version": "2.7.2", |
||
1358 | "source": { |
||
1359 | "type": "git", |
||
1360 | "url": "https://github.com/zendframework/zend-filter.git", |
||
1361 | "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175" |
||
1362 | }, |
||
1363 | "dist": { |
||
1364 | "type": "zip", |
||
1365 | "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175", |
||
1366 | "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175", |
||
1367 | "shasum": "" |
||
1368 | }, |
||
1369 | "require": { |
||
1370 | "php": "^5.5 || ^7.0", |
||
1371 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1372 | }, |
||
1373 | "require-dev": { |
||
1374 | "pear/archive_tar": "^1.4", |
||
1375 | "phpunit/phpunit": "^6.0.10 || ^5.7.17", |
||
1376 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1377 | "zendframework/zend-crypt": "^2.6 || ^3.0", |
||
1378 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
1379 | "zendframework/zend-uri": "^2.5" |
||
1380 | }, |
||
1381 | "suggest": { |
||
1382 | "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters", |
||
1383 | "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality", |
||
1384 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality", |
||
1385 | "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter" |
||
1386 | }, |
||
1387 | "type": "library", |
||
1388 | "extra": { |
||
1389 | "branch-alias": { |
||
1390 | "dev-master": "2.7-dev", |
||
1391 | "dev-develop": "2.8-dev" |
||
1392 | }, |
||
1393 | "zf": { |
||
1394 | "component": "Zend\\Filter", |
||
1395 | "config-provider": "Zend\\Filter\\ConfigProvider" |
||
1396 | } |
||
1397 | }, |
||
1398 | "autoload": { |
||
1399 | "psr-4": { |
||
1400 | "Zend\\Filter\\": "src/" |
||
1401 | } |
||
1402 | }, |
||
1403 | "notification-url": "https://packagist.org/downloads/", |
||
1404 | "license": [ |
||
1405 | "BSD-3-Clause" |
||
1406 | ], |
||
1407 | "description": "provides a set of commonly needed data filters", |
||
1408 | "homepage": "https://github.com/zendframework/zend-filter", |
||
1409 | "keywords": [ |
||
1410 | "filter", |
||
1411 | "zf2" |
||
1412 | ], |
||
1413 | "time": "2017-05-17T20:56:17+00:00" |
||
1414 | }, |
||
1415 | { |
||
1416 | "name": "zendframework/zend-form", |
||
1417 | "version": "2.11.0", |
||
1418 | "source": { |
||
1419 | "type": "git", |
||
1420 | "url": "https://github.com/zendframework/zend-form.git", |
||
1421 | "reference": "b68a9f07d93381613b68817091d0505ca94d3363" |
||
1422 | }, |
||
1423 | "dist": { |
||
1424 | "type": "zip", |
||
1425 | "url": "https://api.github.com/repos/zendframework/zend-form/zipball/b68a9f07d93381613b68817091d0505ca94d3363", |
||
1426 | "reference": "b68a9f07d93381613b68817091d0505ca94d3363", |
||
1427 | "shasum": "" |
||
1428 | }, |
||
1429 | "require": { |
||
1430 | "php": "^5.6 || ^7.0", |
||
1431 | "zendframework/zend-hydrator": "^1.1 || ^2.1", |
||
1432 | "zendframework/zend-inputfilter": "^2.8", |
||
1433 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1434 | }, |
||
1435 | "require-dev": { |
||
1436 | "doctrine/annotations": "~1.0", |
||
1437 | "phpunit/phpunit": "^5.7.23 || ^6.5.3", |
||
1438 | "zendframework/zend-cache": "^2.6.1", |
||
1439 | "zendframework/zend-captcha": "^2.7.1", |
||
1440 | "zendframework/zend-code": "^2.6 || ^3.0", |
||
1441 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1442 | "zendframework/zend-escaper": "^2.5", |
||
1443 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
1444 | "zendframework/zend-filter": "^2.6", |
||
1445 | "zendframework/zend-i18n": "^2.6", |
||
1446 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
1447 | "zendframework/zend-session": "^2.8.1", |
||
1448 | "zendframework/zend-text": "^2.6", |
||
1449 | "zendframework/zend-validator": "^2.6", |
||
1450 | "zendframework/zend-view": "^2.6.2", |
||
1451 | "zendframework/zendservice-recaptcha": "^3.0.0" |
||
1452 | }, |
||
1453 | "suggest": { |
||
1454 | "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements", |
||
1455 | "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support", |
||
1456 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support", |
||
1457 | "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers", |
||
1458 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services", |
||
1459 | "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers", |
||
1460 | "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element" |
||
1461 | }, |
||
1462 | "type": "library", |
||
1463 | "extra": { |
||
1464 | "branch-alias": { |
||
1465 | "dev-master": "2.11.x-dev", |
||
1466 | "dev-develop": "2.12.x-dev" |
||
1467 | }, |
||
1468 | "zf": { |
||
1469 | "component": "Zend\\Form", |
||
1470 | "config-provider": "Zend\\Form\\ConfigProvider" |
||
1471 | } |
||
1472 | }, |
||
1473 | "autoload": { |
||
1474 | "psr-4": { |
||
1475 | "Zend\\Form\\": "src/" |
||
1476 | }, |
||
1477 | "files": [ |
||
1478 | "autoload/formElementManagerPolyfill.php" |
||
1479 | ] |
||
1480 | }, |
||
1481 | "notification-url": "https://packagist.org/downloads/", |
||
1482 | "license": [ |
||
1483 | "BSD-3-Clause" |
||
1484 | ], |
||
1485 | "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa", |
||
1486 | "keywords": [ |
||
1487 | "ZendFramework", |
||
1488 | "form", |
||
1489 | "zf" |
||
1490 | ], |
||
1491 | "time": "2017-12-06T21:09:08+00:00" |
||
1492 | }, |
||
1493 | { |
||
1494 | "name": "zendframework/zend-http", |
||
1495 | "version": "2.7.0", |
||
1496 | "source": { |
||
1497 | "type": "git", |
||
1498 | "url": "https://github.com/zendframework/zend-http.git", |
||
1499 | "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa" |
||
1500 | }, |
||
1501 | "dist": { |
||
1502 | "type": "zip", |
||
1503 | "url": "https://api.github.com/repos/zendframework/zend-http/zipball/78aa510c0ea64bfb2aa234f50c4f232c9531acfa", |
||
1504 | "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa", |
||
1505 | "shasum": "" |
||
1506 | }, |
||
1507 | "require": { |
||
1508 | "php": "^5.6 || ^7.0", |
||
1509 | "zendframework/zend-loader": "^2.5.1", |
||
1510 | "zendframework/zend-stdlib": "^3.1 || ^2.7.7", |
||
1511 | "zendframework/zend-uri": "^2.5.2", |
||
1512 | "zendframework/zend-validator": "^2.10.1" |
||
1513 | }, |
||
1514 | "require-dev": { |
||
1515 | "phpunit/phpunit": "^6.4.1 || ^5.7.15", |
||
1516 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1517 | "zendframework/zend-config": "^3.1 || ^2.6" |
||
1518 | }, |
||
1519 | "type": "library", |
||
1520 | "extra": { |
||
1521 | "branch-alias": { |
||
1522 | "dev-master": "2.7-dev", |
||
1523 | "dev-develop": "2.8-dev" |
||
1524 | } |
||
1525 | }, |
||
1526 | "autoload": { |
||
1527 | "psr-4": { |
||
1528 | "Zend\\Http\\": "src/" |
||
1529 | } |
||
1530 | }, |
||
1531 | "notification-url": "https://packagist.org/downloads/", |
||
1532 | "license": [ |
||
1533 | "BSD-3-Clause" |
||
1534 | ], |
||
1535 | "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", |
||
1536 | "homepage": "https://github.com/zendframework/zend-http", |
||
1537 | "keywords": [ |
||
1538 | "ZendFramework", |
||
1539 | "http", |
||
1540 | "http client", |
||
1541 | "zend", |
||
1542 | "zf" |
||
1543 | ], |
||
1544 | "time": "2017-10-13T12:06:24+00:00" |
||
1545 | }, |
||
1546 | { |
||
1547 | "name": "zendframework/zend-hydrator", |
||
1548 | "version": "1.1.0", |
||
1549 | "source": { |
||
1550 | "type": "git", |
||
1551 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
1552 | "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65" |
||
1553 | }, |
||
1554 | "dist": { |
||
1555 | "type": "zip", |
||
1556 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65", |
||
1557 | "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65", |
||
1558 | "shasum": "" |
||
1559 | }, |
||
1560 | "require": { |
||
1561 | "php": "^5.5 || ^7.0", |
||
1562 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1563 | }, |
||
1564 | "require-dev": { |
||
1565 | "phpunit/phpunit": "~4.0", |
||
1566 | "squizlabs/php_codesniffer": "^2.0@dev", |
||
1567 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
1568 | "zendframework/zend-filter": "^2.6", |
||
1569 | "zendframework/zend-inputfilter": "^2.6", |
||
1570 | "zendframework/zend-serializer": "^2.6.1", |
||
1571 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
1572 | }, |
||
1573 | "suggest": { |
||
1574 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", |
||
1575 | "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", |
||
1576 | "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", |
||
1577 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" |
||
1578 | }, |
||
1579 | "type": "library", |
||
1580 | "extra": { |
||
1581 | "branch-alias": { |
||
1582 | "dev-release-1.0": "1.0-dev", |
||
1583 | "dev-release-1.1": "1.1-dev", |
||
1584 | "dev-master": "2.0-dev", |
||
1585 | "dev-develop": "2.1-dev" |
||
1586 | } |
||
1587 | }, |
||
1588 | "autoload": { |
||
1589 | "psr-4": { |
||
1590 | "Zend\\Hydrator\\": "src/" |
||
1591 | } |
||
1592 | }, |
||
1593 | "notification-url": "https://packagist.org/downloads/", |
||
1594 | "license": [ |
||
1595 | "BSD-3-Clause" |
||
1596 | ], |
||
1597 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
1598 | "keywords": [ |
||
1599 | "hydrator", |
||
1600 | "zf2" |
||
1601 | ], |
||
1602 | "time": "2016-02-18T22:38:26+00:00" |
||
1603 | }, |
||
1604 | { |
||
1605 | "name": "zendframework/zend-inputfilter", |
||
1606 | "version": "2.8.1", |
||
1607 | "source": { |
||
1608 | "type": "git", |
||
1609 | "url": "https://github.com/zendframework/zend-inputfilter.git", |
||
1610 | "reference": "55d1430db559e9781b147e73c2c0ce6635d8efe2" |
||
1611 | }, |
||
1612 | "dist": { |
||
1613 | "type": "zip", |
||
1614 | "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/55d1430db559e9781b147e73c2c0ce6635d8efe2", |
||
1615 | "reference": "55d1430db559e9781b147e73c2c0ce6635d8efe2", |
||
1616 | "shasum": "" |
||
1617 | }, |
||
1618 | "require": { |
||
1619 | "php": "^5.6 || ^7.0", |
||
1620 | "zendframework/zend-filter": "^2.6", |
||
1621 | "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1", |
||
1622 | "zendframework/zend-stdlib": "^2.7 || ^3.0", |
||
1623 | "zendframework/zend-validator": "^2.10.1" |
||
1624 | }, |
||
1625 | "require-dev": { |
||
1626 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
1627 | "zendframework/zend-coding-standard": "~1.0.0" |
||
1628 | }, |
||
1629 | "type": "library", |
||
1630 | "extra": { |
||
1631 | "branch-alias": { |
||
1632 | "dev-master": "2.8.x-dev", |
||
1633 | "dev-develop": "2.9.x-dev" |
||
1634 | }, |
||
1635 | "zf": { |
||
1636 | "component": "Zend\\InputFilter", |
||
1637 | "config-provider": "Zend\\InputFilter\\ConfigProvider" |
||
1638 | } |
||
1639 | }, |
||
1640 | "autoload": { |
||
1641 | "psr-4": { |
||
1642 | "Zend\\InputFilter\\": "src/" |
||
1643 | } |
||
1644 | }, |
||
1645 | "notification-url": "https://packagist.org/downloads/", |
||
1646 | "license": [ |
||
1647 | "BSD-3-Clause" |
||
1648 | ], |
||
1649 | "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files", |
||
1650 | "keywords": [ |
||
1651 | "ZendFramework", |
||
1652 | "inputfilter", |
||
1653 | "zf" |
||
1654 | ], |
||
1655 | "time": "2018-01-22T19:41:18+00:00" |
||
1656 | }, |
||
1657 | { |
||
1658 | "name": "zendframework/zend-loader", |
||
1659 | "version": "2.5.1", |
||
1660 | "source": { |
||
1661 | "type": "git", |
||
1662 | "url": "https://github.com/zendframework/zend-loader.git", |
||
1663 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" |
||
1664 | }, |
||
1665 | "dist": { |
||
1666 | "type": "zip", |
||
1667 | "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
1668 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
1669 | "shasum": "" |
||
1670 | }, |
||
1671 | "require": { |
||
1672 | "php": ">=5.3.23" |
||
1673 | }, |
||
1674 | "require-dev": { |
||
1675 | "fabpot/php-cs-fixer": "1.7.*", |
||
1676 | "phpunit/phpunit": "~4.0" |
||
1677 | }, |
||
1678 | "type": "library", |
||
1679 | "extra": { |
||
1680 | "branch-alias": { |
||
1681 | "dev-master": "2.5-dev", |
||
1682 | "dev-develop": "2.6-dev" |
||
1683 | } |
||
1684 | }, |
||
1685 | "autoload": { |
||
1686 | "psr-4": { |
||
1687 | "Zend\\Loader\\": "src/" |
||
1688 | } |
||
1689 | }, |
||
1690 | "notification-url": "https://packagist.org/downloads/", |
||
1691 | "license": [ |
||
1692 | "BSD-3-Clause" |
||
1693 | ], |
||
1694 | "homepage": "https://github.com/zendframework/zend-loader", |
||
1695 | "keywords": [ |
||
1696 | "loader", |
||
1697 | "zf2" |
||
1698 | ], |
||
1699 | "time": "2015-06-03T14:05:47+00:00" |
||
1700 | }, |
||
1701 | { |
||
1702 | "name": "zendframework/zend-mvc", |
||
1703 | "version": "2.7.13", |
||
1704 | "source": { |
||
1705 | "type": "git", |
||
1706 | "url": "https://github.com/zendframework/zend-mvc.git", |
||
1707 | "reference": "9dcaaad145254d023d3cd3559bf29e430f2884b2" |
||
1708 | }, |
||
1709 | "dist": { |
||
1710 | "type": "zip", |
||
1711 | "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/9dcaaad145254d023d3cd3559bf29e430f2884b2", |
||
1712 | "reference": "9dcaaad145254d023d3cd3559bf29e430f2884b2", |
||
1713 | "shasum": "" |
||
1714 | }, |
||
1715 | "require": { |
||
1716 | "container-interop/container-interop": "^1.1", |
||
1717 | "php": "^5.5 || ^7.0", |
||
1718 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
1719 | "zendframework/zend-form": "^2.8.2", |
||
1720 | "zendframework/zend-hydrator": "^1.1 || ^2.1", |
||
1721 | "zendframework/zend-psr7bridge": "^0.2", |
||
1722 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
1723 | "zendframework/zend-stdlib": "^2.7.5 || ^3.0" |
||
1724 | }, |
||
1725 | "replace": { |
||
1726 | "zendframework/zend-router": "^2.0" |
||
1727 | }, |
||
1728 | "require-dev": { |
||
1729 | "friendsofphp/php-cs-fixer": "1.7.*", |
||
1730 | "phpunit/phpunit": "^4.5", |
||
1731 | "sebastian/version": "^1.0.4", |
||
1732 | "zendframework/zend-authentication": "^2.5.3", |
||
1733 | "zendframework/zend-cache": "^2.6.1", |
||
1734 | "zendframework/zend-console": "^2.6", |
||
1735 | "zendframework/zend-di": "^2.6", |
||
1736 | "zendframework/zend-filter": "^2.6.1", |
||
1737 | "zendframework/zend-http": "^2.5.4", |
||
1738 | "zendframework/zend-i18n": "^2.6", |
||
1739 | "zendframework/zend-inputfilter": "^2.6", |
||
1740 | "zendframework/zend-json": "^2.6.1", |
||
1741 | "zendframework/zend-log": "^2.7.1", |
||
1742 | "zendframework/zend-modulemanager": "^2.7.1", |
||
1743 | "zendframework/zend-serializer": "^2.6.1", |
||
1744 | "zendframework/zend-session": "^2.6.2", |
||
1745 | "zendframework/zend-text": "^2.6", |
||
1746 | "zendframework/zend-uri": "^2.5", |
||
1747 | "zendframework/zend-validator": "^2.6", |
||
1748 | "zendframework/zend-view": "^2.6.3" |
||
1749 | }, |
||
1750 | "suggest": { |
||
1751 | "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin", |
||
1752 | "zendframework/zend-config": "Zend\\Config component", |
||
1753 | "zendframework/zend-console": "Zend\\Console component", |
||
1754 | "zendframework/zend-di": "Zend\\Di component", |
||
1755 | "zendframework/zend-filter": "Zend\\Filter component", |
||
1756 | "zendframework/zend-http": "Zend\\Http component", |
||
1757 | "zendframework/zend-i18n": "Zend\\I18n component for translatable segments", |
||
1758 | "zendframework/zend-inputfilter": "Zend\\Inputfilter component", |
||
1759 | "zendframework/zend-json": "Zend\\Json component", |
||
1760 | "zendframework/zend-log": "Zend\\Log component", |
||
1761 | "zendframework/zend-modulemanager": "Zend\\ModuleManager component", |
||
1762 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
1763 | "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration", |
||
1764 | "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins", |
||
1765 | "zendframework/zend-text": "Zend\\Text component", |
||
1766 | "zendframework/zend-uri": "Zend\\Uri component", |
||
1767 | "zendframework/zend-validator": "Zend\\Validator component", |
||
1768 | "zendframework/zend-view": "Zend\\View component" |
||
1769 | }, |
||
1770 | "type": "library", |
||
1771 | "extra": { |
||
1772 | "branch-alias": { |
||
1773 | "dev-master": "2.7-dev", |
||
1774 | "dev-develop": "3.0-dev" |
||
1775 | } |
||
1776 | }, |
||
1777 | "autoload": { |
||
1778 | "psr-4": { |
||
1779 | "Zend\\Mvc\\": "src/" |
||
1780 | } |
||
1781 | }, |
||
1782 | "notification-url": "https://packagist.org/downloads/", |
||
1783 | "license": [ |
||
1784 | "BSD-3-Clause" |
||
1785 | ], |
||
1786 | "homepage": "https://github.com/zendframework/zend-mvc", |
||
1787 | "keywords": [ |
||
1788 | "mvc", |
||
1789 | "zf2" |
||
1790 | ], |
||
1791 | "time": "2017-12-14T22:44:10+00:00" |
||
1792 | }, |
||
1793 | { |
||
1794 | "name": "zendframework/zend-paginator", |
||
1795 | "version": "2.8.1", |
||
1796 | "source": { |
||
1797 | "type": "git", |
||
1798 | "url": "https://github.com/zendframework/zend-paginator.git", |
||
1799 | "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206" |
||
1800 | }, |
||
1801 | "dist": { |
||
1802 | "type": "zip", |
||
1803 | "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/fd58828c8280a90f133b9e0af2fe1a7885d47206", |
||
1804 | "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206", |
||
1805 | "shasum": "" |
||
1806 | }, |
||
1807 | "require": { |
||
1808 | "php": "^7.0 || ^5.6", |
||
1809 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
1810 | }, |
||
1811 | "require-dev": { |
||
1812 | "phpunit/phpunit": "^6.2.1 || ^5.7.15", |
||
1813 | "zendframework/zend-cache": "^2.6.1", |
||
1814 | "zendframework/zend-coding-standard": "~1.0.0", |
||
1815 | "zendframework/zend-config": "^2.6.0", |
||
1816 | "zendframework/zend-db": "^2.9.2", |
||
1817 | "zendframework/zend-filter": "^2.6.1", |
||
1818 | "zendframework/zend-json": "^2.6.1", |
||
1819 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
1820 | "zendframework/zend-view": "^2.6.3" |
||
1821 | }, |
||
1822 | "suggest": { |
||
1823 | "zendframework/zend-cache": "Zend\\Cache component to support cache features", |
||
1824 | "zendframework/zend-db": "Zend\\Db component", |
||
1825 | "zendframework/zend-filter": "Zend\\Filter component", |
||
1826 | "zendframework/zend-json": "Zend\\Json component", |
||
1827 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
1828 | "zendframework/zend-view": "Zend\\View component" |
||
1829 | }, |
||
1830 | "type": "library", |
||
1831 | "extra": { |
||
1832 | "branch-alias": { |
||
1833 | "dev-master": "2.8-dev", |
||
1834 | "dev-develop": "2.9-dev" |
||
1835 | }, |
||
1836 | "zf": { |
||
1837 | "component": "Zend\\Paginator", |
||
1838 | "config-provider": "Zend\\Paginator\\ConfigProvider" |
||
1839 | } |
||
1840 | }, |
||
1841 | "autoload": { |
||
1842 | "psr-4": { |
||
1843 | "Zend\\Paginator\\": "src/" |
||
1844 | } |
||
1845 | }, |
||
1846 | "notification-url": "https://packagist.org/downloads/", |
||
1847 | "license": [ |
||
1848 | "BSD-3-Clause" |
||
1849 | ], |
||
1850 | "description": "zend-paginator is a flexible component for paginating collections of data and presenting that data to users.", |
||
1851 | "homepage": "https://github.com/zendframework/zend-paginator", |
||
1852 | "keywords": [ |
||
1853 | "paginator", |
||
1854 | "zf2" |
||
1855 | ], |
||
1856 | "time": "2018-01-30T15:52:44+00:00" |
||
1857 | }, |
||
1858 | { |
||
1859 | "name": "zendframework/zend-psr7bridge", |
||
1860 | "version": "0.2.2", |
||
1861 | "source": { |
||
1862 | "type": "git", |
||
1863 | "url": "https://github.com/zendframework/zend-psr7bridge.git", |
||
1864 | "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605" |
||
1865 | }, |
||
1866 | "dist": { |
||
1867 | "type": "zip", |
||
1868 | "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605", |
||
1869 | "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605", |
||
1870 | "shasum": "" |
||
1871 | }, |
||
1872 | "require": { |
||
1873 | "php": ">=5.5", |
||
1874 | "psr/http-message": "^1.0", |
||
1875 | "zendframework/zend-diactoros": "^1.1", |
||
1876 | "zendframework/zend-http": "^2.5" |
||
1877 | }, |
||
1878 | "require-dev": { |
||
1879 | "phpunit/phpunit": "^4.7", |
||
1880 | "squizlabs/php_codesniffer": "^2.3" |
||
1881 | }, |
||
1882 | "type": "library", |
||
1883 | "extra": { |
||
1884 | "branch-alias": { |
||
1885 | "dev-master": "1.0-dev", |
||
1886 | "dev-develop": "1.1-dev" |
||
1887 | } |
||
1888 | }, |
||
1889 | "autoload": { |
||
1890 | "psr-4": { |
||
1891 | "Zend\\Psr7Bridge\\": "src/" |
||
1892 | } |
||
1893 | }, |
||
1894 | "notification-url": "https://packagist.org/downloads/", |
||
1895 | "license": [ |
||
1896 | "BSD-3-Clause" |
||
1897 | ], |
||
1898 | "description": "PSR-7 <-> Zend\\Http bridge", |
||
1899 | "homepage": "https://github.com/zendframework/zend-psr7bridge", |
||
1900 | "keywords": [ |
||
1901 | "http", |
||
1902 | "psr", |
||
1903 | "psr-7" |
||
1904 | ], |
||
1905 | "time": "2016-05-10T21:44:39+00:00" |
||
1906 | }, |
||
1907 | { |
||
1908 | "name": "zendframework/zend-servicemanager", |
||
1909 | "version": "2.7.10", |
||
1910 | "source": { |
||
1911 | "type": "git", |
||
1912 | "url": "https://github.com/zendframework/zend-servicemanager.git", |
||
1913 | "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4" |
||
1914 | }, |
||
1915 | "dist": { |
||
1916 | "type": "zip", |
||
1917 | "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4", |
||
1918 | "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4", |
||
1919 | "shasum": "" |
||
1920 | }, |
||
1921 | "require": { |
||
1922 | "container-interop/container-interop": "~1.0", |
||
1923 | "php": "^5.5 || ^7.0" |
||
1924 | }, |
||
1925 | "require-dev": { |
||
1926 | "athletic/athletic": "dev-master", |
||
1927 | "fabpot/php-cs-fixer": "1.7.*", |
||
1928 | "phpunit/phpunit": "~4.0", |
||
1929 | "zendframework/zend-di": "~2.5", |
||
1930 | "zendframework/zend-mvc": "~2.5" |
||
1931 | }, |
||
1932 | "suggest": { |
||
1933 | "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", |
||
1934 | "zendframework/zend-di": "Zend\\Di component" |
||
1935 | }, |
||
1936 | "type": "library", |
||
1937 | "extra": { |
||
1938 | "branch-alias": { |
||
1939 | "dev-master": "2.7-dev", |
||
1940 | "dev-develop": "3.0-dev" |
||
1941 | } |
||
1942 | }, |
||
1943 | "autoload": { |
||
1944 | "psr-4": { |
||
1945 | "Zend\\ServiceManager\\": "src/" |
||
1946 | } |
||
1947 | }, |
||
1948 | "notification-url": "https://packagist.org/downloads/", |
||
1949 | "license": [ |
||
1950 | "BSD-3-Clause" |
||
1951 | ], |
||
1952 | "homepage": "https://github.com/zendframework/zend-servicemanager", |
||
1953 | "keywords": [ |
||
1954 | "servicemanager", |
||
1955 | "zf2" |
||
1956 | ], |
||
1957 | "time": "2017-12-05T16:27:36+00:00" |
||
1958 | }, |
||
1959 | { |
||
1960 | "name": "zendframework/zend-stdlib", |
||
1961 | "version": "2.7.7", |
||
1962 | "source": { |
||
1963 | "type": "git", |
||
1964 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
1965 | "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f" |
||
1966 | }, |
||
1967 | "dist": { |
||
1968 | "type": "zip", |
||
1969 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f", |
||
1970 | "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f", |
||
1971 | "shasum": "" |
||
1972 | }, |
||
1973 | "require": { |
||
1974 | "php": "^5.5 || ^7.0", |
||
1975 | "zendframework/zend-hydrator": "~1.1" |
||
1976 | }, |
||
1977 | "require-dev": { |
||
1978 | "athletic/athletic": "~0.1", |
||
1979 | "fabpot/php-cs-fixer": "1.7.*", |
||
1980 | "phpunit/phpunit": "~4.0", |
||
1981 | "zendframework/zend-config": "~2.5", |
||
1982 | "zendframework/zend-eventmanager": "~2.5", |
||
1983 | "zendframework/zend-filter": "~2.5", |
||
1984 | "zendframework/zend-inputfilter": "~2.5", |
||
1985 | "zendframework/zend-serializer": "~2.5", |
||
1986 | "zendframework/zend-servicemanager": "~2.5" |
||
1987 | }, |
||
1988 | "suggest": { |
||
1989 | "zendframework/zend-eventmanager": "To support aggregate hydrator usage", |
||
1990 | "zendframework/zend-filter": "To support naming strategy hydrator usage", |
||
1991 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
1992 | "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" |
||
1993 | }, |
||
1994 | "type": "library", |
||
1995 | "extra": { |
||
1996 | "branch-alias": { |
||
1997 | "dev-release-2.7": "2.7-dev", |
||
1998 | "dev-master": "3.0-dev", |
||
1999 | "dev-develop": "3.1-dev" |
||
2000 | } |
||
2001 | }, |
||
2002 | "autoload": { |
||
2003 | "psr-4": { |
||
2004 | "Zend\\Stdlib\\": "src/" |
||
2005 | } |
||
2006 | }, |
||
2007 | "notification-url": "https://packagist.org/downloads/", |
||
2008 | "license": [ |
||
2009 | "BSD-3-Clause" |
||
2010 | ], |
||
2011 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
2012 | "keywords": [ |
||
2013 | "stdlib", |
||
2014 | "zf2" |
||
2015 | ], |
||
2016 | "time": "2016-04-12T21:17:31+00:00" |
||
2017 | }, |
||
2018 | { |
||
2019 | "name": "zendframework/zend-uri", |
||
2020 | "version": "2.5.2", |
||
2021 | "source": { |
||
2022 | "type": "git", |
||
2023 | "url": "https://github.com/zendframework/zend-uri.git", |
||
2024 | "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed" |
||
2025 | }, |
||
2026 | "dist": { |
||
2027 | "type": "zip", |
||
2028 | "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed", |
||
2029 | "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed", |
||
2030 | "shasum": "" |
||
2031 | }, |
||
2032 | "require": { |
||
2033 | "php": "^5.5 || ^7.0", |
||
2034 | "zendframework/zend-escaper": "^2.5", |
||
2035 | "zendframework/zend-validator": "^2.5" |
||
2036 | }, |
||
2037 | "require-dev": { |
||
2038 | "fabpot/php-cs-fixer": "1.7.*", |
||
2039 | "phpunit/phpunit": "~4.0" |
||
2040 | }, |
||
2041 | "type": "library", |
||
2042 | "extra": { |
||
2043 | "branch-alias": { |
||
2044 | "dev-master": "2.5-dev", |
||
2045 | "dev-develop": "2.6-dev" |
||
2046 | } |
||
2047 | }, |
||
2048 | "autoload": { |
||
2049 | "psr-4": { |
||
2050 | "Zend\\Uri\\": "src/" |
||
2051 | } |
||
2052 | }, |
||
2053 | "notification-url": "https://packagist.org/downloads/", |
||
2054 | "license": [ |
||
2055 | "BSD-3-Clause" |
||
2056 | ], |
||
2057 | "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", |
||
2058 | "homepage": "https://github.com/zendframework/zend-uri", |
||
2059 | "keywords": [ |
||
2060 | "uri", |
||
2061 | "zf2" |
||
2062 | ], |
||
2063 | "time": "2016-02-17T22:38:51+00:00" |
||
2064 | }, |
||
2065 | { |
||
2066 | "name": "zendframework/zend-validator", |
||
2067 | "version": "2.10.2", |
||
2068 | "source": { |
||
2069 | "type": "git", |
||
2070 | "url": "https://github.com/zendframework/zend-validator.git", |
||
2071 | "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9" |
||
2072 | }, |
||
2073 | "dist": { |
||
2074 | "type": "zip", |
||
2075 | "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9", |
||
2076 | "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9", |
||
2077 | "shasum": "" |
||
2078 | }, |
||
2079 | "require": { |
||
2080 | "container-interop/container-interop": "^1.1", |
||
2081 | "php": "^5.6 || ^7.0", |
||
2082 | "zendframework/zend-stdlib": "^2.7.6 || ^3.1" |
||
2083 | }, |
||
2084 | "require-dev": { |
||
2085 | "phpunit/phpunit": "^6.0.8 || ^5.7.15", |
||
2086 | "zendframework/zend-cache": "^2.6.1", |
||
2087 | "zendframework/zend-coding-standard": "~1.0.0", |
||
2088 | "zendframework/zend-config": "^2.6", |
||
2089 | "zendframework/zend-db": "^2.7", |
||
2090 | "zendframework/zend-filter": "^2.6", |
||
2091 | "zendframework/zend-http": "^2.5.4", |
||
2092 | "zendframework/zend-i18n": "^2.6", |
||
2093 | "zendframework/zend-math": "^2.6", |
||
2094 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
2095 | "zendframework/zend-session": "^2.8", |
||
2096 | "zendframework/zend-uri": "^2.5" |
||
2097 | }, |
||
2098 | "suggest": { |
||
2099 | "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", |
||
2100 | "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", |
||
2101 | "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", |
||
2102 | "zendframework/zend-i18n-resources": "Translations of validator messages", |
||
2103 | "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", |
||
2104 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", |
||
2105 | "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", |
||
2106 | "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" |
||
2107 | }, |
||
2108 | "type": "library", |
||
2109 | "extra": { |
||
2110 | "branch-alias": { |
||
2111 | "dev-master": "2.10.x-dev", |
||
2112 | "dev-develop": "2.11.x-dev" |
||
2113 | }, |
||
2114 | "zf": { |
||
2115 | "component": "Zend\\Validator", |
||
2116 | "config-provider": "Zend\\Validator\\ConfigProvider" |
||
2117 | } |
||
2118 | }, |
||
2119 | "autoload": { |
||
2120 | "psr-4": { |
||
2121 | "Zend\\Validator\\": "src/" |
||
2122 | } |
||
2123 | }, |
||
2124 | "notification-url": "https://packagist.org/downloads/", |
||
2125 | "license": [ |
||
2126 | "BSD-3-Clause" |
||
2127 | ], |
||
2128 | "description": "provides a set of commonly needed validators", |
||
2129 | "homepage": "https://github.com/zendframework/zend-validator", |
||
2130 | "keywords": [ |
||
2131 | "validator", |
||
2132 | "zf2" |
||
2133 | ], |
||
2134 | "time": "2018-02-01T17:05:33+00:00" |
||
2135 | } |
||
2136 | ], |
||
2137 | "packages-dev": [ |
||
2138 | { |
||
2139 | "name": "doctrine/data-fixtures", |
||
2140 | "version": "v1.3.0", |
||
2141 | "source": { |
||
2142 | "type": "git", |
||
2143 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
2144 | "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b" |
||
2145 | }, |
||
2146 | "dist": { |
||
2147 | "type": "zip", |
||
2148 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b", |
||
2149 | "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b", |
||
2150 | "shasum": "" |
||
2151 | }, |
||
2152 | "require": { |
||
2153 | "doctrine/common": "~2.2", |
||
2154 | "php": "^7.1" |
||
2155 | }, |
||
2156 | "require-dev": { |
||
2157 | "doctrine/dbal": "^2.5.4", |
||
2158 | "doctrine/orm": "^2.5.4", |
||
2159 | "phpunit/phpunit": "^6.3" |
||
2160 | }, |
||
2161 | "suggest": { |
||
2162 | "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7", |
||
2163 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
2164 | "doctrine/orm": "For loading ORM fixtures", |
||
2165 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
2166 | }, |
||
2167 | "type": "library", |
||
2168 | "extra": { |
||
2169 | "branch-alias": { |
||
2170 | "dev-master": "1.3.x-dev" |
||
2171 | } |
||
2172 | }, |
||
2173 | "autoload": { |
||
2174 | "psr-4": { |
||
2175 | "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures" |
||
2176 | } |
||
2177 | }, |
||
2178 | "notification-url": "https://packagist.org/downloads/", |
||
2179 | "license": [ |
||
2180 | "MIT" |
||
2181 | ], |
||
2182 | "authors": [ |
||
2183 | { |
||
2184 | "name": "Jonathan Wage", |
||
2185 | "email": "[email protected]" |
||
2186 | } |
||
2187 | ], |
||
2188 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
2189 | "homepage": "http://www.doctrine-project.org", |
||
2190 | "keywords": [ |
||
2191 | "database" |
||
2192 | ], |
||
2193 | "time": "2017-11-27T18:48:06+00:00" |
||
2194 | }, |
||
2195 | { |
||
2196 | "name": "doctrine/migrations", |
||
2197 | "version": "v1.6.2", |
||
2198 | "source": { |
||
2199 | "type": "git", |
||
2200 | "url": "https://github.com/doctrine/migrations.git", |
||
2201 | "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4" |
||
2202 | }, |
||
2203 | "dist": { |
||
2204 | "type": "zip", |
||
2205 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/e3faf7c96b8a6084045dedcaf51f74c7834644d4", |
||
2206 | "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4", |
||
2207 | "shasum": "" |
||
2208 | }, |
||
2209 | "require": { |
||
2210 | "doctrine/dbal": "~2.6", |
||
2211 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
2212 | "php": "^7.1", |
||
2213 | "symfony/console": "~3.3|^4.0", |
||
2214 | "symfony/yaml": "~3.3|^4.0" |
||
2215 | }, |
||
2216 | "require-dev": { |
||
2217 | "doctrine/coding-standard": "^1.0", |
||
2218 | "doctrine/orm": "~2.5", |
||
2219 | "jdorn/sql-formatter": "~1.1", |
||
2220 | "mikey179/vfsstream": "^1.6", |
||
2221 | "phpunit/phpunit": "~6.2", |
||
2222 | "squizlabs/php_codesniffer": "^3.0" |
||
2223 | }, |
||
2224 | "suggest": { |
||
2225 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
2226 | }, |
||
2227 | "bin": [ |
||
2228 | "bin/doctrine-migrations" |
||
2229 | ], |
||
2230 | "type": "library", |
||
2231 | "extra": { |
||
2232 | "branch-alias": { |
||
2233 | "dev-master": "v1.6.x-dev" |
||
2234 | } |
||
2235 | }, |
||
2236 | "autoload": { |
||
2237 | "psr-4": { |
||
2238 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
2239 | } |
||
2240 | }, |
||
2241 | "notification-url": "https://packagist.org/downloads/", |
||
2242 | "license": [ |
||
2243 | "LGPL-2.1" |
||
2244 | ], |
||
2245 | "authors": [ |
||
2246 | { |
||
2247 | "name": "Benjamin Eberlei", |
||
2248 | "email": "[email protected]" |
||
2249 | }, |
||
2250 | { |
||
2251 | "name": "Jonathan Wage", |
||
2252 | "email": "[email protected]" |
||
2253 | }, |
||
2254 | { |
||
2255 | "name": "Michael Simonson", |
||
2256 | "email": "[email protected]" |
||
2257 | } |
||
2258 | ], |
||
2259 | "description": "Database Schema migrations using Doctrine DBAL", |
||
2260 | "homepage": "http://www.doctrine-project.org", |
||
2261 | "keywords": [ |
||
2262 | "database", |
||
2263 | "migrations" |
||
2264 | ], |
||
2265 | "time": "2017-11-24T14:13:17+00:00" |
||
2266 | }, |
||
2267 | { |
||
2268 | "name": "myclabs/deep-copy", |
||
2269 | "version": "1.7.0", |
||
2270 | "source": { |
||
2271 | "type": "git", |
||
2272 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
2273 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
2274 | }, |
||
2275 | "dist": { |
||
2276 | "type": "zip", |
||
2277 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
2278 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
2279 | "shasum": "" |
||
2280 | }, |
||
2281 | "require": { |
||
2282 | "php": "^5.6 || ^7.0" |
||
2283 | }, |
||
2284 | "require-dev": { |
||
2285 | "doctrine/collections": "^1.0", |
||
2286 | "doctrine/common": "^2.6", |
||
2287 | "phpunit/phpunit": "^4.1" |
||
2288 | }, |
||
2289 | "type": "library", |
||
2290 | "autoload": { |
||
2291 | "psr-4": { |
||
2292 | "DeepCopy\\": "src/DeepCopy/" |
||
2293 | }, |
||
2294 | "files": [ |
||
2295 | "src/DeepCopy/deep_copy.php" |
||
2296 | ] |
||
2297 | }, |
||
2298 | "notification-url": "https://packagist.org/downloads/", |
||
2299 | "license": [ |
||
2300 | "MIT" |
||
2301 | ], |
||
2302 | "description": "Create deep copies (clones) of your objects", |
||
2303 | "keywords": [ |
||
2304 | "clone", |
||
2305 | "copy", |
||
2306 | "duplicate", |
||
2307 | "object", |
||
2308 | "object graph" |
||
2309 | ], |
||
2310 | "time": "2017-10-19T19:58:43+00:00" |
||
2311 | }, |
||
2312 | { |
||
2313 | "name": "ocramius/package-versions", |
||
2314 | "version": "1.3.0", |
||
2315 | "source": { |
||
2316 | "type": "git", |
||
2317 | "url": "https://github.com/Ocramius/PackageVersions.git", |
||
2318 | "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f" |
||
2319 | }, |
||
2320 | "dist": { |
||
2321 | "type": "zip", |
||
2322 | "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f", |
||
2323 | "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f", |
||
2324 | "shasum": "" |
||
2325 | }, |
||
2326 | "require": { |
||
2327 | "composer-plugin-api": "^1.0.0", |
||
2328 | "php": "^7.1.0" |
||
2329 | }, |
||
2330 | "require-dev": { |
||
2331 | "composer/composer": "^1.6.3", |
||
2332 | "ext-zip": "*", |
||
2333 | "infection/infection": "^0.7.1", |
||
2334 | "phpunit/phpunit": "^7.0.0" |
||
2335 | }, |
||
2336 | "type": "composer-plugin", |
||
2337 | "extra": { |
||
2338 | "class": "PackageVersions\\Installer", |
||
2339 | "branch-alias": { |
||
2340 | "dev-master": "2.0.x-dev" |
||
2341 | } |
||
2342 | }, |
||
2343 | "autoload": { |
||
2344 | "psr-4": { |
||
2345 | "PackageVersions\\": "src/PackageVersions" |
||
2346 | } |
||
2347 | }, |
||
2348 | "notification-url": "https://packagist.org/downloads/", |
||
2349 | "license": [ |
||
2350 | "MIT" |
||
2351 | ], |
||
2352 | "authors": [ |
||
2353 | { |
||
2354 | "name": "Marco Pivetta", |
||
2355 | "email": "[email protected]" |
||
2356 | } |
||
2357 | ], |
||
2358 | "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", |
||
2359 | "time": "2018-02-05T13:05:30+00:00" |
||
2360 | }, |
||
2361 | { |
||
2362 | "name": "ocramius/proxy-manager", |
||
2363 | "version": "2.1.1", |
||
2364 | "source": { |
||
2365 | "type": "git", |
||
2366 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
2367 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7" |
||
2368 | }, |
||
2369 | "dist": { |
||
2370 | "type": "zip", |
||
2371 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
2372 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
2373 | "shasum": "" |
||
2374 | }, |
||
2375 | "require": { |
||
2376 | "ocramius/package-versions": "^1.1.1", |
||
2377 | "php": "^7.1.0", |
||
2378 | "zendframework/zend-code": "^3.1.0" |
||
2379 | }, |
||
2380 | "require-dev": { |
||
2381 | "couscous/couscous": "^1.5.2", |
||
2382 | "ext-phar": "*", |
||
2383 | "humbug/humbug": "dev-master@DEV", |
||
2384 | "nikic/php-parser": "^3.0.4", |
||
2385 | "phpbench/phpbench": "^0.12.2", |
||
2386 | "phpstan/phpstan": "^0.6.4", |
||
2387 | "phpunit/phpunit": "^5.6.4", |
||
2388 | "phpunit/phpunit-mock-objects": "^3.4.1", |
||
2389 | "squizlabs/php_codesniffer": "^2.7.0" |
||
2390 | }, |
||
2391 | "suggest": { |
||
2392 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
2393 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
2394 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
2395 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
2396 | }, |
||
2397 | "type": "library", |
||
2398 | "extra": { |
||
2399 | "branch-alias": { |
||
2400 | "dev-master": "3.0.x-dev" |
||
2401 | } |
||
2402 | }, |
||
2403 | "autoload": { |
||
2404 | "psr-0": { |
||
2405 | "ProxyManager\\": "src" |
||
2406 | } |
||
2407 | }, |
||
2408 | "notification-url": "https://packagist.org/downloads/", |
||
2409 | "license": [ |
||
2410 | "MIT" |
||
2411 | ], |
||
2412 | "authors": [ |
||
2413 | { |
||
2414 | "name": "Marco Pivetta", |
||
2415 | "email": "[email protected]", |
||
2416 | "homepage": "http://ocramius.github.io/" |
||
2417 | } |
||
2418 | ], |
||
2419 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
2420 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
2421 | "keywords": [ |
||
2422 | "aop", |
||
2423 | "lazy loading", |
||
2424 | "proxy", |
||
2425 | "proxy pattern", |
||
2426 | "service proxies" |
||
2427 | ], |
||
2428 | "time": "2017-05-04T11:12:50+00:00" |
||
2429 | }, |
||
2430 | { |
||
2431 | "name": "phar-io/manifest", |
||
2432 | "version": "1.0.1", |
||
2433 | "source": { |
||
2434 | "type": "git", |
||
2435 | "url": "https://github.com/phar-io/manifest.git", |
||
2436 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
2437 | }, |
||
2438 | "dist": { |
||
2439 | "type": "zip", |
||
2440 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
2441 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
2442 | "shasum": "" |
||
2443 | }, |
||
2444 | "require": { |
||
2445 | "ext-dom": "*", |
||
2446 | "ext-phar": "*", |
||
2447 | "phar-io/version": "^1.0.1", |
||
2448 | "php": "^5.6 || ^7.0" |
||
2449 | }, |
||
2450 | "type": "library", |
||
2451 | "extra": { |
||
2452 | "branch-alias": { |
||
2453 | "dev-master": "1.0.x-dev" |
||
2454 | } |
||
2455 | }, |
||
2456 | "autoload": { |
||
2457 | "classmap": [ |
||
2458 | "src/" |
||
2459 | ] |
||
2460 | }, |
||
2461 | "notification-url": "https://packagist.org/downloads/", |
||
2462 | "license": [ |
||
2463 | "BSD-3-Clause" |
||
2464 | ], |
||
2465 | "authors": [ |
||
2466 | { |
||
2467 | "name": "Arne Blankerts", |
||
2468 | "email": "[email protected]", |
||
2469 | "role": "Developer" |
||
2470 | }, |
||
2471 | { |
||
2472 | "name": "Sebastian Heuer", |
||
2473 | "email": "[email protected]", |
||
2474 | "role": "Developer" |
||
2475 | }, |
||
2476 | { |
||
2477 | "name": "Sebastian Bergmann", |
||
2478 | "email": "[email protected]", |
||
2479 | "role": "Developer" |
||
2480 | } |
||
2481 | ], |
||
2482 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
2483 | "time": "2017-03-05T18:14:27+00:00" |
||
2484 | }, |
||
2485 | { |
||
2486 | "name": "phar-io/version", |
||
2487 | "version": "1.0.1", |
||
2488 | "source": { |
||
2489 | "type": "git", |
||
2490 | "url": "https://github.com/phar-io/version.git", |
||
2491 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
2492 | }, |
||
2493 | "dist": { |
||
2494 | "type": "zip", |
||
2495 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
2496 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
2497 | "shasum": "" |
||
2498 | }, |
||
2499 | "require": { |
||
2500 | "php": "^5.6 || ^7.0" |
||
2501 | }, |
||
2502 | "type": "library", |
||
2503 | "autoload": { |
||
2504 | "classmap": [ |
||
2505 | "src/" |
||
2506 | ] |
||
2507 | }, |
||
2508 | "notification-url": "https://packagist.org/downloads/", |
||
2509 | "license": [ |
||
2510 | "BSD-3-Clause" |
||
2511 | ], |
||
2512 | "authors": [ |
||
2513 | { |
||
2514 | "name": "Arne Blankerts", |
||
2515 | "email": "[email protected]", |
||
2516 | "role": "Developer" |
||
2517 | }, |
||
2518 | { |
||
2519 | "name": "Sebastian Heuer", |
||
2520 | "email": "[email protected]", |
||
2521 | "role": "Developer" |
||
2522 | }, |
||
2523 | { |
||
2524 | "name": "Sebastian Bergmann", |
||
2525 | "email": "[email protected]", |
||
2526 | "role": "Developer" |
||
2527 | } |
||
2528 | ], |
||
2529 | "description": "Library for handling version information and constraints", |
||
2530 | "time": "2017-03-05T17:38:23+00:00" |
||
2531 | }, |
||
2532 | { |
||
2533 | "name": "phpdocumentor/reflection-common", |
||
2534 | "version": "1.0.1", |
||
2535 | "source": { |
||
2536 | "type": "git", |
||
2537 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2538 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
2539 | }, |
||
2540 | "dist": { |
||
2541 | "type": "zip", |
||
2542 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2543 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2544 | "shasum": "" |
||
2545 | }, |
||
2546 | "require": { |
||
2547 | "php": ">=5.5" |
||
2548 | }, |
||
2549 | "require-dev": { |
||
2550 | "phpunit/phpunit": "^4.6" |
||
2551 | }, |
||
2552 | "type": "library", |
||
2553 | "extra": { |
||
2554 | "branch-alias": { |
||
2555 | "dev-master": "1.0.x-dev" |
||
2556 | } |
||
2557 | }, |
||
2558 | "autoload": { |
||
2559 | "psr-4": { |
||
2560 | "phpDocumentor\\Reflection\\": [ |
||
2561 | "src" |
||
2562 | ] |
||
2563 | } |
||
2564 | }, |
||
2565 | "notification-url": "https://packagist.org/downloads/", |
||
2566 | "license": [ |
||
2567 | "MIT" |
||
2568 | ], |
||
2569 | "authors": [ |
||
2570 | { |
||
2571 | "name": "Jaap van Otterdijk", |
||
2572 | "email": "[email protected]" |
||
2573 | } |
||
2574 | ], |
||
2575 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2576 | "homepage": "http://www.phpdoc.org", |
||
2577 | "keywords": [ |
||
2578 | "FQSEN", |
||
2579 | "phpDocumentor", |
||
2580 | "phpdoc", |
||
2581 | "reflection", |
||
2582 | "static analysis" |
||
2583 | ], |
||
2584 | "time": "2017-09-11T18:02:19+00:00" |
||
2585 | }, |
||
2586 | { |
||
2587 | "name": "phpdocumentor/reflection-docblock", |
||
2588 | "version": "4.3.0", |
||
2589 | "source": { |
||
2590 | "type": "git", |
||
2591 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2592 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
2593 | }, |
||
2594 | "dist": { |
||
2595 | "type": "zip", |
||
2596 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
2597 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
2598 | "shasum": "" |
||
2599 | }, |
||
2600 | "require": { |
||
2601 | "php": "^7.0", |
||
2602 | "phpdocumentor/reflection-common": "^1.0.0", |
||
2603 | "phpdocumentor/type-resolver": "^0.4.0", |
||
2604 | "webmozart/assert": "^1.0" |
||
2605 | }, |
||
2606 | "require-dev": { |
||
2607 | "doctrine/instantiator": "~1.0.5", |
||
2608 | "mockery/mockery": "^1.0", |
||
2609 | "phpunit/phpunit": "^6.4" |
||
2610 | }, |
||
2611 | "type": "library", |
||
2612 | "extra": { |
||
2613 | "branch-alias": { |
||
2614 | "dev-master": "4.x-dev" |
||
2615 | } |
||
2616 | }, |
||
2617 | "autoload": { |
||
2618 | "psr-4": { |
||
2619 | "phpDocumentor\\Reflection\\": [ |
||
2620 | "src/" |
||
2621 | ] |
||
2622 | } |
||
2623 | }, |
||
2624 | "notification-url": "https://packagist.org/downloads/", |
||
2625 | "license": [ |
||
2626 | "MIT" |
||
2627 | ], |
||
2628 | "authors": [ |
||
2629 | { |
||
2630 | "name": "Mike van Riel", |
||
2631 | "email": "[email protected]" |
||
2632 | } |
||
2633 | ], |
||
2634 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2635 | "time": "2017-11-30T07:14:17+00:00" |
||
2636 | }, |
||
2637 | { |
||
2638 | "name": "phpdocumentor/type-resolver", |
||
2639 | "version": "0.4.0", |
||
2640 | "source": { |
||
2641 | "type": "git", |
||
2642 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2643 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
2644 | }, |
||
2645 | "dist": { |
||
2646 | "type": "zip", |
||
2647 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2648 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2649 | "shasum": "" |
||
2650 | }, |
||
2651 | "require": { |
||
2652 | "php": "^5.5 || ^7.0", |
||
2653 | "phpdocumentor/reflection-common": "^1.0" |
||
2654 | }, |
||
2655 | "require-dev": { |
||
2656 | "mockery/mockery": "^0.9.4", |
||
2657 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2658 | }, |
||
2659 | "type": "library", |
||
2660 | "extra": { |
||
2661 | "branch-alias": { |
||
2662 | "dev-master": "1.0.x-dev" |
||
2663 | } |
||
2664 | }, |
||
2665 | "autoload": { |
||
2666 | "psr-4": { |
||
2667 | "phpDocumentor\\Reflection\\": [ |
||
2668 | "src/" |
||
2669 | ] |
||
2670 | } |
||
2671 | }, |
||
2672 | "notification-url": "https://packagist.org/downloads/", |
||
2673 | "license": [ |
||
2674 | "MIT" |
||
2675 | ], |
||
2676 | "authors": [ |
||
2677 | { |
||
2678 | "name": "Mike van Riel", |
||
2679 | "email": "[email protected]" |
||
2680 | } |
||
2681 | ], |
||
2682 | "time": "2017-07-14T14:27:02+00:00" |
||
2683 | }, |
||
2684 | { |
||
2685 | "name": "phpspec/prophecy", |
||
2686 | "version": "1.7.5", |
||
2687 | "source": { |
||
2688 | "type": "git", |
||
2689 | "url": "https://github.com/phpspec/prophecy.git", |
||
2690 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" |
||
2691 | }, |
||
2692 | "dist": { |
||
2693 | "type": "zip", |
||
2694 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
||
2695 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
||
2696 | "shasum": "" |
||
2697 | }, |
||
2698 | "require": { |
||
2699 | "doctrine/instantiator": "^1.0.2", |
||
2700 | "php": "^5.3|^7.0", |
||
2701 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
2702 | "sebastian/comparator": "^1.1|^2.0", |
||
2703 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
2704 | }, |
||
2705 | "require-dev": { |
||
2706 | "phpspec/phpspec": "^2.5|^3.2", |
||
2707 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
2708 | }, |
||
2709 | "type": "library", |
||
2710 | "extra": { |
||
2711 | "branch-alias": { |
||
2712 | "dev-master": "1.7.x-dev" |
||
2713 | } |
||
2714 | }, |
||
2715 | "autoload": { |
||
2716 | "psr-0": { |
||
2717 | "Prophecy\\": "src/" |
||
2718 | } |
||
2719 | }, |
||
2720 | "notification-url": "https://packagist.org/downloads/", |
||
2721 | "license": [ |
||
2722 | "MIT" |
||
2723 | ], |
||
2724 | "authors": [ |
||
2725 | { |
||
2726 | "name": "Konstantin Kudryashov", |
||
2727 | "email": "[email protected]", |
||
2728 | "homepage": "http://everzet.com" |
||
2729 | }, |
||
2730 | { |
||
2731 | "name": "Marcello Duarte", |
||
2732 | "email": "[email protected]" |
||
2733 | } |
||
2734 | ], |
||
2735 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
2736 | "homepage": "https://github.com/phpspec/prophecy", |
||
2737 | "keywords": [ |
||
2738 | "Double", |
||
2739 | "Dummy", |
||
2740 | "fake", |
||
2741 | "mock", |
||
2742 | "spy", |
||
2743 | "stub" |
||
2744 | ], |
||
2745 | "time": "2018-02-19T10:16:54+00:00" |
||
2746 | }, |
||
2747 | { |
||
2748 | "name": "phpunit/php-code-coverage", |
||
2749 | "version": "6.0.1", |
||
2750 | "source": { |
||
2751 | "type": "git", |
||
2752 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2753 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba" |
||
2754 | }, |
||
2755 | "dist": { |
||
2756 | "type": "zip", |
||
2757 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
2758 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
2759 | "shasum": "" |
||
2760 | }, |
||
2761 | "require": { |
||
2762 | "ext-dom": "*", |
||
2763 | "ext-xmlwriter": "*", |
||
2764 | "php": "^7.1", |
||
2765 | "phpunit/php-file-iterator": "^1.4.2", |
||
2766 | "phpunit/php-text-template": "^1.2.1", |
||
2767 | "phpunit/php-token-stream": "^3.0", |
||
2768 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
2769 | "sebastian/environment": "^3.0", |
||
2770 | "sebastian/version": "^2.0.1", |
||
2771 | "theseer/tokenizer": "^1.1" |
||
2772 | }, |
||
2773 | "require-dev": { |
||
2774 | "phpunit/phpunit": "^7.0" |
||
2775 | }, |
||
2776 | "suggest": { |
||
2777 | "ext-xdebug": "^2.6.0" |
||
2778 | }, |
||
2779 | "type": "library", |
||
2780 | "extra": { |
||
2781 | "branch-alias": { |
||
2782 | "dev-master": "6.0-dev" |
||
2783 | } |
||
2784 | }, |
||
2785 | "autoload": { |
||
2786 | "classmap": [ |
||
2787 | "src/" |
||
2788 | ] |
||
2789 | }, |
||
2790 | "notification-url": "https://packagist.org/downloads/", |
||
2791 | "license": [ |
||
2792 | "BSD-3-Clause" |
||
2793 | ], |
||
2794 | "authors": [ |
||
2795 | { |
||
2796 | "name": "Sebastian Bergmann", |
||
2797 | "email": "[email protected]", |
||
2798 | "role": "lead" |
||
2799 | } |
||
2800 | ], |
||
2801 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2802 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2803 | "keywords": [ |
||
2804 | "coverage", |
||
2805 | "testing", |
||
2806 | "xunit" |
||
2807 | ], |
||
2808 | "time": "2018-02-02T07:01:41+00:00" |
||
2809 | }, |
||
2810 | { |
||
2811 | "name": "phpunit/php-file-iterator", |
||
2812 | "version": "1.4.5", |
||
2813 | "source": { |
||
2814 | "type": "git", |
||
2815 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2816 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
2817 | }, |
||
2818 | "dist": { |
||
2819 | "type": "zip", |
||
2820 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
2821 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
2822 | "shasum": "" |
||
2823 | }, |
||
2824 | "require": { |
||
2825 | "php": ">=5.3.3" |
||
2826 | }, |
||
2827 | "type": "library", |
||
2828 | "extra": { |
||
2829 | "branch-alias": { |
||
2830 | "dev-master": "1.4.x-dev" |
||
2831 | } |
||
2832 | }, |
||
2833 | "autoload": { |
||
2834 | "classmap": [ |
||
2835 | "src/" |
||
2836 | ] |
||
2837 | }, |
||
2838 | "notification-url": "https://packagist.org/downloads/", |
||
2839 | "license": [ |
||
2840 | "BSD-3-Clause" |
||
2841 | ], |
||
2842 | "authors": [ |
||
2843 | { |
||
2844 | "name": "Sebastian Bergmann", |
||
2845 | "email": "[email protected]", |
||
2846 | "role": "lead" |
||
2847 | } |
||
2848 | ], |
||
2849 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2850 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2851 | "keywords": [ |
||
2852 | "filesystem", |
||
2853 | "iterator" |
||
2854 | ], |
||
2855 | "time": "2017-11-27T13:52:08+00:00" |
||
2856 | }, |
||
2857 | { |
||
2858 | "name": "phpunit/php-text-template", |
||
2859 | "version": "1.2.1", |
||
2860 | "source": { |
||
2861 | "type": "git", |
||
2862 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2863 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2864 | }, |
||
2865 | "dist": { |
||
2866 | "type": "zip", |
||
2867 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2868 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2869 | "shasum": "" |
||
2870 | }, |
||
2871 | "require": { |
||
2872 | "php": ">=5.3.3" |
||
2873 | }, |
||
2874 | "type": "library", |
||
2875 | "autoload": { |
||
2876 | "classmap": [ |
||
2877 | "src/" |
||
2878 | ] |
||
2879 | }, |
||
2880 | "notification-url": "https://packagist.org/downloads/", |
||
2881 | "license": [ |
||
2882 | "BSD-3-Clause" |
||
2883 | ], |
||
2884 | "authors": [ |
||
2885 | { |
||
2886 | "name": "Sebastian Bergmann", |
||
2887 | "email": "[email protected]", |
||
2888 | "role": "lead" |
||
2889 | } |
||
2890 | ], |
||
2891 | "description": "Simple template engine.", |
||
2892 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2893 | "keywords": [ |
||
2894 | "template" |
||
2895 | ], |
||
2896 | "time": "2015-06-21T13:50:34+00:00" |
||
2897 | }, |
||
2898 | { |
||
2899 | "name": "phpunit/php-timer", |
||
2900 | "version": "2.0.0", |
||
2901 | "source": { |
||
2902 | "type": "git", |
||
2903 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2904 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
2905 | }, |
||
2906 | "dist": { |
||
2907 | "type": "zip", |
||
2908 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
2909 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
2910 | "shasum": "" |
||
2911 | }, |
||
2912 | "require": { |
||
2913 | "php": "^7.1" |
||
2914 | }, |
||
2915 | "require-dev": { |
||
2916 | "phpunit/phpunit": "^7.0" |
||
2917 | }, |
||
2918 | "type": "library", |
||
2919 | "extra": { |
||
2920 | "branch-alias": { |
||
2921 | "dev-master": "2.0-dev" |
||
2922 | } |
||
2923 | }, |
||
2924 | "autoload": { |
||
2925 | "classmap": [ |
||
2926 | "src/" |
||
2927 | ] |
||
2928 | }, |
||
2929 | "notification-url": "https://packagist.org/downloads/", |
||
2930 | "license": [ |
||
2931 | "BSD-3-Clause" |
||
2932 | ], |
||
2933 | "authors": [ |
||
2934 | { |
||
2935 | "name": "Sebastian Bergmann", |
||
2936 | "email": "[email protected]", |
||
2937 | "role": "lead" |
||
2938 | } |
||
2939 | ], |
||
2940 | "description": "Utility class for timing", |
||
2941 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2942 | "keywords": [ |
||
2943 | "timer" |
||
2944 | ], |
||
2945 | "time": "2018-02-01T13:07:23+00:00" |
||
2946 | }, |
||
2947 | { |
||
2948 | "name": "phpunit/php-token-stream", |
||
2949 | "version": "3.0.0", |
||
2950 | "source": { |
||
2951 | "type": "git", |
||
2952 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2953 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
2954 | }, |
||
2955 | "dist": { |
||
2956 | "type": "zip", |
||
2957 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2958 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2959 | "shasum": "" |
||
2960 | }, |
||
2961 | "require": { |
||
2962 | "ext-tokenizer": "*", |
||
2963 | "php": "^7.1" |
||
2964 | }, |
||
2965 | "require-dev": { |
||
2966 | "phpunit/phpunit": "^7.0" |
||
2967 | }, |
||
2968 | "type": "library", |
||
2969 | "extra": { |
||
2970 | "branch-alias": { |
||
2971 | "dev-master": "3.0-dev" |
||
2972 | } |
||
2973 | }, |
||
2974 | "autoload": { |
||
2975 | "classmap": [ |
||
2976 | "src/" |
||
2977 | ] |
||
2978 | }, |
||
2979 | "notification-url": "https://packagist.org/downloads/", |
||
2980 | "license": [ |
||
2981 | "BSD-3-Clause" |
||
2982 | ], |
||
2983 | "authors": [ |
||
2984 | { |
||
2985 | "name": "Sebastian Bergmann", |
||
2986 | "email": "[email protected]" |
||
2987 | } |
||
2988 | ], |
||
2989 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2990 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2991 | "keywords": [ |
||
2992 | "tokenizer" |
||
2993 | ], |
||
2994 | "time": "2018-02-01T13:16:43+00:00" |
||
2995 | }, |
||
2996 | { |
||
2997 | "name": "phpunit/phpunit", |
||
2998 | "version": "7.0.3", |
||
2999 | "source": { |
||
3000 | "type": "git", |
||
3001 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3002 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e" |
||
3003 | }, |
||
3004 | "dist": { |
||
3005 | "type": "zip", |
||
3006 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
3007 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
3008 | "shasum": "" |
||
3009 | }, |
||
3010 | "require": { |
||
3011 | "ext-dom": "*", |
||
3012 | "ext-json": "*", |
||
3013 | "ext-libxml": "*", |
||
3014 | "ext-mbstring": "*", |
||
3015 | "ext-xml": "*", |
||
3016 | "myclabs/deep-copy": "^1.6.1", |
||
3017 | "phar-io/manifest": "^1.0.1", |
||
3018 | "phar-io/version": "^1.0", |
||
3019 | "php": "^7.1", |
||
3020 | "phpspec/prophecy": "^1.7", |
||
3021 | "phpunit/php-code-coverage": "^6.0.1", |
||
3022 | "phpunit/php-file-iterator": "^1.4.3", |
||
3023 | "phpunit/php-text-template": "^1.2.1", |
||
3024 | "phpunit/php-timer": "^2.0", |
||
3025 | "phpunit/phpunit-mock-objects": "^6.0", |
||
3026 | "sebastian/comparator": "^2.1", |
||
3027 | "sebastian/diff": "^3.0", |
||
3028 | "sebastian/environment": "^3.1", |
||
3029 | "sebastian/exporter": "^3.1", |
||
3030 | "sebastian/global-state": "^2.0", |
||
3031 | "sebastian/object-enumerator": "^3.0.3", |
||
3032 | "sebastian/resource-operations": "^1.0", |
||
3033 | "sebastian/version": "^2.0.1" |
||
3034 | }, |
||
3035 | "require-dev": { |
||
3036 | "ext-pdo": "*" |
||
3037 | }, |
||
3038 | "suggest": { |
||
3039 | "ext-xdebug": "*", |
||
3040 | "phpunit/php-invoker": "^2.0" |
||
3041 | }, |
||
3042 | "bin": [ |
||
3043 | "phpunit" |
||
3044 | ], |
||
3045 | "type": "library", |
||
3046 | "extra": { |
||
3047 | "branch-alias": { |
||
3048 | "dev-master": "7.0-dev" |
||
3049 | } |
||
3050 | }, |
||
3051 | "autoload": { |
||
3052 | "classmap": [ |
||
3053 | "src/" |
||
3054 | ] |
||
3055 | }, |
||
3056 | "notification-url": "https://packagist.org/downloads/", |
||
3057 | "license": [ |
||
3058 | "BSD-3-Clause" |
||
3059 | ], |
||
3060 | "authors": [ |
||
3061 | { |
||
3062 | "name": "Sebastian Bergmann", |
||
3063 | "email": "[email protected]", |
||
3064 | "role": "lead" |
||
3065 | } |
||
3066 | ], |
||
3067 | "description": "The PHP Unit Testing framework.", |
||
3068 | "homepage": "https://phpunit.de/", |
||
3069 | "keywords": [ |
||
3070 | "phpunit", |
||
3071 | "testing", |
||
3072 | "xunit" |
||
3073 | ], |
||
3074 | "time": "2018-03-26T07:36:48+00:00" |
||
3075 | }, |
||
3076 | { |
||
3077 | "name": "phpunit/phpunit-mock-objects", |
||
3078 | "version": "6.0.1", |
||
3079 | "source": { |
||
3080 | "type": "git", |
||
3081 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3082 | "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53" |
||
3083 | }, |
||
3084 | "dist": { |
||
3085 | "type": "zip", |
||
3086 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e3249dedc2d99259ccae6affbc2684eac37c2e53", |
||
3087 | "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53", |
||
3088 | "shasum": "" |
||
3089 | }, |
||
3090 | "require": { |
||
3091 | "doctrine/instantiator": "^1.0.5", |
||
3092 | "php": "^7.1", |
||
3093 | "phpunit/php-text-template": "^1.2.1", |
||
3094 | "sebastian/exporter": "^3.1" |
||
3095 | }, |
||
3096 | "require-dev": { |
||
3097 | "phpunit/phpunit": "^7.0" |
||
3098 | }, |
||
3099 | "suggest": { |
||
3100 | "ext-soap": "*" |
||
3101 | }, |
||
3102 | "type": "library", |
||
3103 | "extra": { |
||
3104 | "branch-alias": { |
||
3105 | "dev-master": "6.0.x-dev" |
||
3106 | } |
||
3107 | }, |
||
3108 | "autoload": { |
||
3109 | "classmap": [ |
||
3110 | "src/" |
||
3111 | ] |
||
3112 | }, |
||
3113 | "notification-url": "https://packagist.org/downloads/", |
||
3114 | "license": [ |
||
3115 | "BSD-3-Clause" |
||
3116 | ], |
||
3117 | "authors": [ |
||
3118 | { |
||
3119 | "name": "Sebastian Bergmann", |
||
3120 | "email": "[email protected]", |
||
3121 | "role": "lead" |
||
3122 | } |
||
3123 | ], |
||
3124 | "description": "Mock Object library for PHPUnit", |
||
3125 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3126 | "keywords": [ |
||
3127 | "mock", |
||
3128 | "xunit" |
||
3129 | ], |
||
3130 | "time": "2018-02-15T05:27:38+00:00" |
||
3131 | }, |
||
3132 | { |
||
3133 | "name": "sebastian/code-unit-reverse-lookup", |
||
3134 | "version": "1.0.1", |
||
3135 | "source": { |
||
3136 | "type": "git", |
||
3137 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
3138 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
3139 | }, |
||
3140 | "dist": { |
||
3141 | "type": "zip", |
||
3142 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
3143 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
3144 | "shasum": "" |
||
3145 | }, |
||
3146 | "require": { |
||
3147 | "php": "^5.6 || ^7.0" |
||
3148 | }, |
||
3149 | "require-dev": { |
||
3150 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
3151 | }, |
||
3152 | "type": "library", |
||
3153 | "extra": { |
||
3154 | "branch-alias": { |
||
3155 | "dev-master": "1.0.x-dev" |
||
3156 | } |
||
3157 | }, |
||
3158 | "autoload": { |
||
3159 | "classmap": [ |
||
3160 | "src/" |
||
3161 | ] |
||
3162 | }, |
||
3163 | "notification-url": "https://packagist.org/downloads/", |
||
3164 | "license": [ |
||
3165 | "BSD-3-Clause" |
||
3166 | ], |
||
3167 | "authors": [ |
||
3168 | { |
||
3169 | "name": "Sebastian Bergmann", |
||
3170 | "email": "[email protected]" |
||
3171 | } |
||
3172 | ], |
||
3173 | "description": "Looks up which function or method a line of code belongs to", |
||
3174 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
3175 | "time": "2017-03-04T06:30:41+00:00" |
||
3176 | }, |
||
3177 | { |
||
3178 | "name": "sebastian/comparator", |
||
3179 | "version": "2.1.3", |
||
3180 | "source": { |
||
3181 | "type": "git", |
||
3182 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3183 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
3184 | }, |
||
3185 | "dist": { |
||
3186 | "type": "zip", |
||
3187 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
3188 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
3189 | "shasum": "" |
||
3190 | }, |
||
3191 | "require": { |
||
3192 | "php": "^7.0", |
||
3193 | "sebastian/diff": "^2.0 || ^3.0", |
||
3194 | "sebastian/exporter": "^3.1" |
||
3195 | }, |
||
3196 | "require-dev": { |
||
3197 | "phpunit/phpunit": "^6.4" |
||
3198 | }, |
||
3199 | "type": "library", |
||
3200 | "extra": { |
||
3201 | "branch-alias": { |
||
3202 | "dev-master": "2.1.x-dev" |
||
3203 | } |
||
3204 | }, |
||
3205 | "autoload": { |
||
3206 | "classmap": [ |
||
3207 | "src/" |
||
3208 | ] |
||
3209 | }, |
||
3210 | "notification-url": "https://packagist.org/downloads/", |
||
3211 | "license": [ |
||
3212 | "BSD-3-Clause" |
||
3213 | ], |
||
3214 | "authors": [ |
||
3215 | { |
||
3216 | "name": "Jeff Welch", |
||
3217 | "email": "[email protected]" |
||
3218 | }, |
||
3219 | { |
||
3220 | "name": "Volker Dusch", |
||
3221 | "email": "[email protected]" |
||
3222 | }, |
||
3223 | { |
||
3224 | "name": "Bernhard Schussek", |
||
3225 | "email": "[email protected]" |
||
3226 | }, |
||
3227 | { |
||
3228 | "name": "Sebastian Bergmann", |
||
3229 | "email": "[email protected]" |
||
3230 | } |
||
3231 | ], |
||
3232 | "description": "Provides the functionality to compare PHP values for equality", |
||
3233 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
3234 | "keywords": [ |
||
3235 | "comparator", |
||
3236 | "compare", |
||
3237 | "equality" |
||
3238 | ], |
||
3239 | "time": "2018-02-01T13:46:46+00:00" |
||
3240 | }, |
||
3241 | { |
||
3242 | "name": "sebastian/diff", |
||
3243 | "version": "3.0.0", |
||
3244 | "source": { |
||
3245 | "type": "git", |
||
3246 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3247 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
3248 | }, |
||
3249 | "dist": { |
||
3250 | "type": "zip", |
||
3251 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
3252 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
3253 | "shasum": "" |
||
3254 | }, |
||
3255 | "require": { |
||
3256 | "php": "^7.1" |
||
3257 | }, |
||
3258 | "require-dev": { |
||
3259 | "phpunit/phpunit": "^7.0", |
||
3260 | "symfony/process": "^2 || ^3.3 || ^4" |
||
3261 | }, |
||
3262 | "type": "library", |
||
3263 | "extra": { |
||
3264 | "branch-alias": { |
||
3265 | "dev-master": "3.0-dev" |
||
3266 | } |
||
3267 | }, |
||
3268 | "autoload": { |
||
3269 | "classmap": [ |
||
3270 | "src/" |
||
3271 | ] |
||
3272 | }, |
||
3273 | "notification-url": "https://packagist.org/downloads/", |
||
3274 | "license": [ |
||
3275 | "BSD-3-Clause" |
||
3276 | ], |
||
3277 | "authors": [ |
||
3278 | { |
||
3279 | "name": "Kore Nordmann", |
||
3280 | "email": "[email protected]" |
||
3281 | }, |
||
3282 | { |
||
3283 | "name": "Sebastian Bergmann", |
||
3284 | "email": "[email protected]" |
||
3285 | } |
||
3286 | ], |
||
3287 | "description": "Diff implementation", |
||
3288 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
3289 | "keywords": [ |
||
3290 | "diff", |
||
3291 | "udiff", |
||
3292 | "unidiff", |
||
3293 | "unified diff" |
||
3294 | ], |
||
3295 | "time": "2018-02-01T13:45:15+00:00" |
||
3296 | }, |
||
3297 | { |
||
3298 | "name": "sebastian/environment", |
||
3299 | "version": "3.1.0", |
||
3300 | "source": { |
||
3301 | "type": "git", |
||
3302 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
3303 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
3304 | }, |
||
3305 | "dist": { |
||
3306 | "type": "zip", |
||
3307 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
3308 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
3309 | "shasum": "" |
||
3310 | }, |
||
3311 | "require": { |
||
3312 | "php": "^7.0" |
||
3313 | }, |
||
3314 | "require-dev": { |
||
3315 | "phpunit/phpunit": "^6.1" |
||
3316 | }, |
||
3317 | "type": "library", |
||
3318 | "extra": { |
||
3319 | "branch-alias": { |
||
3320 | "dev-master": "3.1.x-dev" |
||
3321 | } |
||
3322 | }, |
||
3323 | "autoload": { |
||
3324 | "classmap": [ |
||
3325 | "src/" |
||
3326 | ] |
||
3327 | }, |
||
3328 | "notification-url": "https://packagist.org/downloads/", |
||
3329 | "license": [ |
||
3330 | "BSD-3-Clause" |
||
3331 | ], |
||
3332 | "authors": [ |
||
3333 | { |
||
3334 | "name": "Sebastian Bergmann", |
||
3335 | "email": "[email protected]" |
||
3336 | } |
||
3337 | ], |
||
3338 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
3339 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
3340 | "keywords": [ |
||
3341 | "Xdebug", |
||
3342 | "environment", |
||
3343 | "hhvm" |
||
3344 | ], |
||
3345 | "time": "2017-07-01T08:51:00+00:00" |
||
3346 | }, |
||
3347 | { |
||
3348 | "name": "sebastian/exporter", |
||
3349 | "version": "3.1.0", |
||
3350 | "source": { |
||
3351 | "type": "git", |
||
3352 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
3353 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
3354 | }, |
||
3355 | "dist": { |
||
3356 | "type": "zip", |
||
3357 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
3358 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
3359 | "shasum": "" |
||
3360 | }, |
||
3361 | "require": { |
||
3362 | "php": "^7.0", |
||
3363 | "sebastian/recursion-context": "^3.0" |
||
3364 | }, |
||
3365 | "require-dev": { |
||
3366 | "ext-mbstring": "*", |
||
3367 | "phpunit/phpunit": "^6.0" |
||
3368 | }, |
||
3369 | "type": "library", |
||
3370 | "extra": { |
||
3371 | "branch-alias": { |
||
3372 | "dev-master": "3.1.x-dev" |
||
3373 | } |
||
3374 | }, |
||
3375 | "autoload": { |
||
3376 | "classmap": [ |
||
3377 | "src/" |
||
3378 | ] |
||
3379 | }, |
||
3380 | "notification-url": "https://packagist.org/downloads/", |
||
3381 | "license": [ |
||
3382 | "BSD-3-Clause" |
||
3383 | ], |
||
3384 | "authors": [ |
||
3385 | { |
||
3386 | "name": "Jeff Welch", |
||
3387 | "email": "[email protected]" |
||
3388 | }, |
||
3389 | { |
||
3390 | "name": "Volker Dusch", |
||
3391 | "email": "[email protected]" |
||
3392 | }, |
||
3393 | { |
||
3394 | "name": "Bernhard Schussek", |
||
3395 | "email": "[email protected]" |
||
3396 | }, |
||
3397 | { |
||
3398 | "name": "Sebastian Bergmann", |
||
3399 | "email": "[email protected]" |
||
3400 | }, |
||
3401 | { |
||
3402 | "name": "Adam Harvey", |
||
3403 | "email": "[email protected]" |
||
3404 | } |
||
3405 | ], |
||
3406 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3407 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3408 | "keywords": [ |
||
3409 | "export", |
||
3410 | "exporter" |
||
3411 | ], |
||
3412 | "time": "2017-04-03T13:19:02+00:00" |
||
3413 | }, |
||
3414 | { |
||
3415 | "name": "sebastian/global-state", |
||
3416 | "version": "2.0.0", |
||
3417 | "source": { |
||
3418 | "type": "git", |
||
3419 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3420 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
3421 | }, |
||
3422 | "dist": { |
||
3423 | "type": "zip", |
||
3424 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3425 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3426 | "shasum": "" |
||
3427 | }, |
||
3428 | "require": { |
||
3429 | "php": "^7.0" |
||
3430 | }, |
||
3431 | "require-dev": { |
||
3432 | "phpunit/phpunit": "^6.0" |
||
3433 | }, |
||
3434 | "suggest": { |
||
3435 | "ext-uopz": "*" |
||
3436 | }, |
||
3437 | "type": "library", |
||
3438 | "extra": { |
||
3439 | "branch-alias": { |
||
3440 | "dev-master": "2.0-dev" |
||
3441 | } |
||
3442 | }, |
||
3443 | "autoload": { |
||
3444 | "classmap": [ |
||
3445 | "src/" |
||
3446 | ] |
||
3447 | }, |
||
3448 | "notification-url": "https://packagist.org/downloads/", |
||
3449 | "license": [ |
||
3450 | "BSD-3-Clause" |
||
3451 | ], |
||
3452 | "authors": [ |
||
3453 | { |
||
3454 | "name": "Sebastian Bergmann", |
||
3455 | "email": "[email protected]" |
||
3456 | } |
||
3457 | ], |
||
3458 | "description": "Snapshotting of global state", |
||
3459 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3460 | "keywords": [ |
||
3461 | "global state" |
||
3462 | ], |
||
3463 | "time": "2017-04-27T15:39:26+00:00" |
||
3464 | }, |
||
3465 | { |
||
3466 | "name": "sebastian/object-enumerator", |
||
3467 | "version": "3.0.3", |
||
3468 | "source": { |
||
3469 | "type": "git", |
||
3470 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
3471 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
3472 | }, |
||
3473 | "dist": { |
||
3474 | "type": "zip", |
||
3475 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3476 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3477 | "shasum": "" |
||
3478 | }, |
||
3479 | "require": { |
||
3480 | "php": "^7.0", |
||
3481 | "sebastian/object-reflector": "^1.1.1", |
||
3482 | "sebastian/recursion-context": "^3.0" |
||
3483 | }, |
||
3484 | "require-dev": { |
||
3485 | "phpunit/phpunit": "^6.0" |
||
3486 | }, |
||
3487 | "type": "library", |
||
3488 | "extra": { |
||
3489 | "branch-alias": { |
||
3490 | "dev-master": "3.0.x-dev" |
||
3491 | } |
||
3492 | }, |
||
3493 | "autoload": { |
||
3494 | "classmap": [ |
||
3495 | "src/" |
||
3496 | ] |
||
3497 | }, |
||
3498 | "notification-url": "https://packagist.org/downloads/", |
||
3499 | "license": [ |
||
3500 | "BSD-3-Clause" |
||
3501 | ], |
||
3502 | "authors": [ |
||
3503 | { |
||
3504 | "name": "Sebastian Bergmann", |
||
3505 | "email": "[email protected]" |
||
3506 | } |
||
3507 | ], |
||
3508 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
3509 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
3510 | "time": "2017-08-03T12:35:26+00:00" |
||
3511 | }, |
||
3512 | { |
||
3513 | "name": "sebastian/object-reflector", |
||
3514 | "version": "1.1.1", |
||
3515 | "source": { |
||
3516 | "type": "git", |
||
3517 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
3518 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
3519 | }, |
||
3520 | "dist": { |
||
3521 | "type": "zip", |
||
3522 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
3523 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
3524 | "shasum": "" |
||
3525 | }, |
||
3526 | "require": { |
||
3527 | "php": "^7.0" |
||
3528 | }, |
||
3529 | "require-dev": { |
||
3530 | "phpunit/phpunit": "^6.0" |
||
3531 | }, |
||
3532 | "type": "library", |
||
3533 | "extra": { |
||
3534 | "branch-alias": { |
||
3535 | "dev-master": "1.1-dev" |
||
3536 | } |
||
3537 | }, |
||
3538 | "autoload": { |
||
3539 | "classmap": [ |
||
3540 | "src/" |
||
3541 | ] |
||
3542 | }, |
||
3543 | "notification-url": "https://packagist.org/downloads/", |
||
3544 | "license": [ |
||
3545 | "BSD-3-Clause" |
||
3546 | ], |
||
3547 | "authors": [ |
||
3548 | { |
||
3549 | "name": "Sebastian Bergmann", |
||
3550 | "email": "[email protected]" |
||
3551 | } |
||
3552 | ], |
||
3553 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
3554 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
3555 | "time": "2017-03-29T09:07:27+00:00" |
||
3556 | }, |
||
3557 | { |
||
3558 | "name": "sebastian/recursion-context", |
||
3559 | "version": "3.0.0", |
||
3560 | "source": { |
||
3561 | "type": "git", |
||
3562 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3563 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
3564 | }, |
||
3565 | "dist": { |
||
3566 | "type": "zip", |
||
3567 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3568 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3569 | "shasum": "" |
||
3570 | }, |
||
3571 | "require": { |
||
3572 | "php": "^7.0" |
||
3573 | }, |
||
3574 | "require-dev": { |
||
3575 | "phpunit/phpunit": "^6.0" |
||
3576 | }, |
||
3577 | "type": "library", |
||
3578 | "extra": { |
||
3579 | "branch-alias": { |
||
3580 | "dev-master": "3.0.x-dev" |
||
3581 | } |
||
3582 | }, |
||
3583 | "autoload": { |
||
3584 | "classmap": [ |
||
3585 | "src/" |
||
3586 | ] |
||
3587 | }, |
||
3588 | "notification-url": "https://packagist.org/downloads/", |
||
3589 | "license": [ |
||
3590 | "BSD-3-Clause" |
||
3591 | ], |
||
3592 | "authors": [ |
||
3593 | { |
||
3594 | "name": "Jeff Welch", |
||
3595 | "email": "[email protected]" |
||
3596 | }, |
||
3597 | { |
||
3598 | "name": "Sebastian Bergmann", |
||
3599 | "email": "[email protected]" |
||
3600 | }, |
||
3601 | { |
||
3602 | "name": "Adam Harvey", |
||
3603 | "email": "[email protected]" |
||
3604 | } |
||
3605 | ], |
||
3606 | "description": "Provides functionality to recursively process PHP variables", |
||
3607 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3608 | "time": "2017-03-03T06:23:57+00:00" |
||
3609 | }, |
||
3610 | { |
||
3611 | "name": "sebastian/resource-operations", |
||
3612 | "version": "1.0.0", |
||
3613 | "source": { |
||
3614 | "type": "git", |
||
3615 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
3616 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
3617 | }, |
||
3618 | "dist": { |
||
3619 | "type": "zip", |
||
3620 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3621 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3622 | "shasum": "" |
||
3623 | }, |
||
3624 | "require": { |
||
3625 | "php": ">=5.6.0" |
||
3626 | }, |
||
3627 | "type": "library", |
||
3628 | "extra": { |
||
3629 | "branch-alias": { |
||
3630 | "dev-master": "1.0.x-dev" |
||
3631 | } |
||
3632 | }, |
||
3633 | "autoload": { |
||
3634 | "classmap": [ |
||
3635 | "src/" |
||
3636 | ] |
||
3637 | }, |
||
3638 | "notification-url": "https://packagist.org/downloads/", |
||
3639 | "license": [ |
||
3640 | "BSD-3-Clause" |
||
3641 | ], |
||
3642 | "authors": [ |
||
3643 | { |
||
3644 | "name": "Sebastian Bergmann", |
||
3645 | "email": "[email protected]" |
||
3646 | } |
||
3647 | ], |
||
3648 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
3649 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
3650 | "time": "2015-07-28T20:34:47+00:00" |
||
3651 | }, |
||
3652 | { |
||
3653 | "name": "sebastian/version", |
||
3654 | "version": "2.0.1", |
||
3655 | "source": { |
||
3656 | "type": "git", |
||
3657 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3658 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
3659 | }, |
||
3660 | "dist": { |
||
3661 | "type": "zip", |
||
3662 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3663 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3664 | "shasum": "" |
||
3665 | }, |
||
3666 | "require": { |
||
3667 | "php": ">=5.6" |
||
3668 | }, |
||
3669 | "type": "library", |
||
3670 | "extra": { |
||
3671 | "branch-alias": { |
||
3672 | "dev-master": "2.0.x-dev" |
||
3673 | } |
||
3674 | }, |
||
3675 | "autoload": { |
||
3676 | "classmap": [ |
||
3677 | "src/" |
||
3678 | ] |
||
3679 | }, |
||
3680 | "notification-url": "https://packagist.org/downloads/", |
||
3681 | "license": [ |
||
3682 | "BSD-3-Clause" |
||
3683 | ], |
||
3684 | "authors": [ |
||
3685 | { |
||
3686 | "name": "Sebastian Bergmann", |
||
3687 | "email": "[email protected]", |
||
3688 | "role": "lead" |
||
3689 | } |
||
3690 | ], |
||
3691 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3692 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3693 | "time": "2016-10-03T07:35:21+00:00" |
||
3694 | }, |
||
3695 | { |
||
3696 | "name": "squizlabs/php_codesniffer", |
||
3697 | "version": "2.9.1", |
||
3698 | "source": { |
||
3699 | "type": "git", |
||
3700 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
3701 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62" |
||
3702 | }, |
||
3703 | "dist": { |
||
3704 | "type": "zip", |
||
3705 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62", |
||
3706 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62", |
||
3707 | "shasum": "" |
||
3708 | }, |
||
3709 | "require": { |
||
3710 | "ext-simplexml": "*", |
||
3711 | "ext-tokenizer": "*", |
||
3712 | "ext-xmlwriter": "*", |
||
3713 | "php": ">=5.1.2" |
||
3714 | }, |
||
3715 | "require-dev": { |
||
3716 | "phpunit/phpunit": "~4.0" |
||
3717 | }, |
||
3718 | "bin": [ |
||
3719 | "scripts/phpcs", |
||
3720 | "scripts/phpcbf" |
||
3721 | ], |
||
3722 | "type": "library", |
||
3723 | "extra": { |
||
3724 | "branch-alias": { |
||
3725 | "dev-master": "2.x-dev" |
||
3726 | } |
||
3727 | }, |
||
3728 | "autoload": { |
||
3729 | "classmap": [ |
||
3730 | "CodeSniffer.php", |
||
3731 | "CodeSniffer/CLI.php", |
||
3732 | "CodeSniffer/Exception.php", |
||
3733 | "CodeSniffer/File.php", |
||
3734 | "CodeSniffer/Fixer.php", |
||
3735 | "CodeSniffer/Report.php", |
||
3736 | "CodeSniffer/Reporting.php", |
||
3737 | "CodeSniffer/Sniff.php", |
||
3738 | "CodeSniffer/Tokens.php", |
||
3739 | "CodeSniffer/Reports/", |
||
3740 | "CodeSniffer/Tokenizers/", |
||
3741 | "CodeSniffer/DocGenerators/", |
||
3742 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
3743 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
3744 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
3745 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
3746 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
3747 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
3748 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
3749 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
3750 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
3751 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
3752 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
3753 | ] |
||
3754 | }, |
||
3755 | "notification-url": "https://packagist.org/downloads/", |
||
3756 | "license": [ |
||
3757 | "BSD-3-Clause" |
||
3758 | ], |
||
3759 | "authors": [ |
||
3760 | { |
||
3761 | "name": "Greg Sherwood", |
||
3762 | "role": "lead" |
||
3763 | } |
||
3764 | ], |
||
3765 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
3766 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
3767 | "keywords": [ |
||
3768 | "phpcs", |
||
3769 | "standards" |
||
3770 | ], |
||
3771 | "time": "2017-05-22T02:43:20+00:00" |
||
3772 | }, |
||
3773 | { |
||
3774 | "name": "symfony/yaml", |
||
3775 | "version": "v4.0.6", |
||
3776 | "source": { |
||
3777 | "type": "git", |
||
3778 | "url": "https://github.com/symfony/yaml.git", |
||
3779 | "reference": "de5f125ea39de846b90b313b2cfb031a0152d223" |
||
3780 | }, |
||
3781 | "dist": { |
||
3782 | "type": "zip", |
||
3783 | "url": "https://api.github.com/repos/symfony/yaml/zipball/de5f125ea39de846b90b313b2cfb031a0152d223", |
||
3784 | "reference": "de5f125ea39de846b90b313b2cfb031a0152d223", |
||
3785 | "shasum": "" |
||
3786 | }, |
||
3787 | "require": { |
||
3788 | "php": "^7.1.3" |
||
3789 | }, |
||
3790 | "conflict": { |
||
3791 | "symfony/console": "<3.4" |
||
3792 | }, |
||
3793 | "require-dev": { |
||
3794 | "symfony/console": "~3.4|~4.0" |
||
3795 | }, |
||
3796 | "suggest": { |
||
3797 | "symfony/console": "For validating YAML files using the lint command" |
||
3798 | }, |
||
3799 | "type": "library", |
||
3800 | "extra": { |
||
3801 | "branch-alias": { |
||
3802 | "dev-master": "4.0-dev" |
||
3803 | } |
||
3804 | }, |
||
3805 | "autoload": { |
||
3806 | "psr-4": { |
||
3807 | "Symfony\\Component\\Yaml\\": "" |
||
3808 | }, |
||
3809 | "exclude-from-classmap": [ |
||
3810 | "/Tests/" |
||
3811 | ] |
||
3812 | }, |
||
3813 | "notification-url": "https://packagist.org/downloads/", |
||
3814 | "license": [ |
||
3815 | "MIT" |
||
3816 | ], |
||
3817 | "authors": [ |
||
3818 | { |
||
3819 | "name": "Fabien Potencier", |
||
3820 | "email": "[email protected]" |
||
3821 | }, |
||
3822 | { |
||
3823 | "name": "Symfony Community", |
||
3824 | "homepage": "https://symfony.com/contributors" |
||
3825 | } |
||
3826 | ], |
||
3827 | "description": "Symfony Yaml Component", |
||
3828 | "homepage": "https://symfony.com", |
||
3829 | "time": "2018-02-19T20:08:53+00:00" |
||
3830 | }, |
||
3831 | { |
||
3832 | "name": "theseer/tokenizer", |
||
3833 | "version": "1.1.0", |
||
3834 | "source": { |
||
3835 | "type": "git", |
||
3836 | "url": "https://github.com/theseer/tokenizer.git", |
||
3837 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3838 | }, |
||
3839 | "dist": { |
||
3840 | "type": "zip", |
||
3841 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3842 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3843 | "shasum": "" |
||
3844 | }, |
||
3845 | "require": { |
||
3846 | "ext-dom": "*", |
||
3847 | "ext-tokenizer": "*", |
||
3848 | "ext-xmlwriter": "*", |
||
3849 | "php": "^7.0" |
||
3850 | }, |
||
3851 | "type": "library", |
||
3852 | "autoload": { |
||
3853 | "classmap": [ |
||
3854 | "src/" |
||
3855 | ] |
||
3856 | }, |
||
3857 | "notification-url": "https://packagist.org/downloads/", |
||
3858 | "license": [ |
||
3859 | "BSD-3-Clause" |
||
3860 | ], |
||
3861 | "authors": [ |
||
3862 | { |
||
3863 | "name": "Arne Blankerts", |
||
3864 | "email": "[email protected]", |
||
3865 | "role": "Developer" |
||
3866 | } |
||
3867 | ], |
||
3868 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3869 | "time": "2017-04-07T12:08:54+00:00" |
||
3870 | }, |
||
3871 | { |
||
3872 | "name": "webmozart/assert", |
||
3873 | "version": "1.3.0", |
||
3874 | "source": { |
||
3875 | "type": "git", |
||
3876 | "url": "https://github.com/webmozart/assert.git", |
||
3877 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
3878 | }, |
||
3879 | "dist": { |
||
3880 | "type": "zip", |
||
3881 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
3882 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
3883 | "shasum": "" |
||
3884 | }, |
||
3885 | "require": { |
||
3886 | "php": "^5.3.3 || ^7.0" |
||
3887 | }, |
||
3888 | "require-dev": { |
||
3889 | "phpunit/phpunit": "^4.6", |
||
3890 | "sebastian/version": "^1.0.1" |
||
3891 | }, |
||
3892 | "type": "library", |
||
3893 | "extra": { |
||
3894 | "branch-alias": { |
||
3895 | "dev-master": "1.3-dev" |
||
3896 | } |
||
3897 | }, |
||
3898 | "autoload": { |
||
3899 | "psr-4": { |
||
3900 | "Webmozart\\Assert\\": "src/" |
||
3901 | } |
||
3902 | }, |
||
3903 | "notification-url": "https://packagist.org/downloads/", |
||
3904 | "license": [ |
||
3905 | "MIT" |
||
3906 | ], |
||
3907 | "authors": [ |
||
3908 | { |
||
3909 | "name": "Bernhard Schussek", |
||
3910 | "email": "[email protected]" |
||
3911 | } |
||
3912 | ], |
||
3913 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3914 | "keywords": [ |
||
3915 | "assert", |
||
3916 | "check", |
||
3917 | "validate" |
||
3918 | ], |
||
3919 | "time": "2018-01-29T19:49:41+00:00" |
||
3920 | }, |
||
3921 | { |
||
3922 | "name": "zendframework/zend-code", |
||
3923 | "version": "3.3.0", |
||
3924 | "source": { |
||
3925 | "type": "git", |
||
3926 | "url": "https://github.com/zendframework/zend-code.git", |
||
3927 | "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d" |
||
3928 | }, |
||
3929 | "dist": { |
||
3930 | "type": "zip", |
||
3931 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d", |
||
3932 | "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d", |
||
3933 | "shasum": "" |
||
3934 | }, |
||
3935 | "require": { |
||
3936 | "php": "^7.1", |
||
3937 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
3938 | }, |
||
3939 | "require-dev": { |
||
3940 | "doctrine/annotations": "~1.0", |
||
3941 | "ext-phar": "*", |
||
3942 | "phpunit/phpunit": "^6.2.3", |
||
3943 | "zendframework/zend-coding-standard": "^1.0.0", |
||
3944 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3945 | }, |
||
3946 | "suggest": { |
||
3947 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
3948 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
3949 | }, |
||
3950 | "type": "library", |
||
3951 | "extra": { |
||
3952 | "branch-alias": { |
||
3953 | "dev-master": "3.2-dev", |
||
3954 | "dev-develop": "3.3-dev" |
||
3955 | } |
||
3956 | }, |
||
3957 | "autoload": { |
||
3958 | "psr-4": { |
||
3959 | "Zend\\Code\\": "src/" |
||
3960 | } |
||
3961 | }, |
||
3962 | "notification-url": "https://packagist.org/downloads/", |
||
3963 | "license": [ |
||
3964 | "BSD-3-Clause" |
||
3965 | ], |
||
3966 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
3967 | "homepage": "https://github.com/zendframework/zend-code", |
||
3968 | "keywords": [ |
||
3969 | "code", |
||
3970 | "zf2" |
||
3971 | ], |
||
3972 | "time": "2017-10-20T15:21:32+00:00" |
||
3973 | }, |
||
3974 | { |
||
3975 | "name": "zendframework/zend-config", |
||
3976 | "version": "3.1.0", |
||
3977 | "source": { |
||
3978 | "type": "git", |
||
3979 | "url": "https://github.com/zendframework/zend-config.git", |
||
3980 | "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4" |
||
3981 | }, |
||
3982 | "dist": { |
||
3983 | "type": "zip", |
||
3984 | "url": "https://api.github.com/repos/zendframework/zend-config/zipball/a12e4a592bf66d9629b84960e268f3752e53abe4", |
||
3985 | "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4", |
||
3986 | "shasum": "" |
||
3987 | }, |
||
3988 | "require": { |
||
3989 | "ext-json": "*", |
||
3990 | "php": "^5.6 || ^7.0", |
||
3991 | "psr/container": "^1.0", |
||
3992 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
3993 | }, |
||
3994 | "conflict": { |
||
3995 | "container-interop/container-interop": "<1.2.0" |
||
3996 | }, |
||
3997 | "require-dev": { |
||
3998 | "malukenho/docheader": "^0.1.5", |
||
3999 | "phpunit/phpunit": "^5.7 || ^6.0", |
||
4000 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4001 | "zendframework/zend-filter": "^2.7.1", |
||
4002 | "zendframework/zend-i18n": "^2.7.3", |
||
4003 | "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1" |
||
4004 | }, |
||
4005 | "suggest": { |
||
4006 | "zendframework/zend-filter": "^2.7.1; install if you want to use the Filter processor", |
||
4007 | "zendframework/zend-i18n": "^2.7.3; install if you want to use the Translator processor", |
||
4008 | "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1; if you need an extensible plugin manager for use with the Config Factory" |
||
4009 | }, |
||
4010 | "type": "library", |
||
4011 | "extra": { |
||
4012 | "branch-alias": { |
||
4013 | "dev-master": "3.1-dev", |
||
4014 | "dev-develop": "3.2-dev" |
||
4015 | } |
||
4016 | }, |
||
4017 | "autoload": { |
||
4018 | "psr-4": { |
||
4019 | "Zend\\Config\\": "src/" |
||
4020 | } |
||
4021 | }, |
||
4022 | "notification-url": "https://packagist.org/downloads/", |
||
4023 | "license": [ |
||
4024 | "BSD-3-Clause" |
||
4025 | ], |
||
4026 | "description": "provides a nested object property based user interface for accessing this configuration data within application code", |
||
4027 | "homepage": "https://github.com/zendframework/zend-config", |
||
4028 | "keywords": [ |
||
4029 | "config", |
||
4030 | "zf2" |
||
4031 | ], |
||
4032 | "time": "2017-02-22T14:31:10+00:00" |
||
4033 | }, |
||
4034 | { |
||
4035 | "name": "zendframework/zend-console", |
||
4036 | "version": "2.7.0", |
||
4037 | "source": { |
||
4038 | "type": "git", |
||
4039 | "url": "https://github.com/zendframework/zend-console.git", |
||
4040 | "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18" |
||
4041 | }, |
||
4042 | "dist": { |
||
4043 | "type": "zip", |
||
4044 | "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18", |
||
4045 | "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18", |
||
4046 | "shasum": "" |
||
4047 | }, |
||
4048 | "require": { |
||
4049 | "php": "^5.6 || ^7.0", |
||
4050 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
4051 | }, |
||
4052 | "require-dev": { |
||
4053 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
4054 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4055 | "zendframework/zend-filter": "^2.7.2", |
||
4056 | "zendframework/zend-json": "^2.6 || ^3.0", |
||
4057 | "zendframework/zend-validator": "^2.10.1" |
||
4058 | }, |
||
4059 | "suggest": { |
||
4060 | "zendframework/zend-filter": "To support DefaultRouteMatcher usage", |
||
4061 | "zendframework/zend-validator": "To support DefaultRouteMatcher usage" |
||
4062 | }, |
||
4063 | "type": "library", |
||
4064 | "extra": { |
||
4065 | "branch-alias": { |
||
4066 | "dev-master": "2.7.x-dev", |
||
4067 | "dev-develop": "2.8.x-dev" |
||
4068 | } |
||
4069 | }, |
||
4070 | "autoload": { |
||
4071 | "psr-4": { |
||
4072 | "Zend\\Console\\": "src/" |
||
4073 | } |
||
4074 | }, |
||
4075 | "notification-url": "https://packagist.org/downloads/", |
||
4076 | "license": [ |
||
4077 | "BSD-3-Clause" |
||
4078 | ], |
||
4079 | "description": "Build console applications using getopt syntax or routing, complete with prompts", |
||
4080 | "keywords": [ |
||
4081 | "ZendFramework", |
||
4082 | "console", |
||
4083 | "zf" |
||
4084 | ], |
||
4085 | "time": "2018-01-25T19:08:04+00:00" |
||
4086 | }, |
||
4087 | { |
||
4088 | "name": "zendframework/zend-debug", |
||
4089 | "version": "2.5.1", |
||
4090 | "source": { |
||
4091 | "type": "git", |
||
4092 | "url": "https://github.com/zendframework/zend-debug.git", |
||
4093 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3" |
||
4094 | }, |
||
4095 | "dist": { |
||
4096 | "type": "zip", |
||
4097 | "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
4098 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
4099 | "shasum": "" |
||
4100 | }, |
||
4101 | "require": { |
||
4102 | "php": ">=5.3.23" |
||
4103 | }, |
||
4104 | "require-dev": { |
||
4105 | "fabpot/php-cs-fixer": "1.7.*", |
||
4106 | "phpunit/phpunit": "~4.0", |
||
4107 | "zendframework/zend-escaper": "2.*" |
||
4108 | }, |
||
4109 | "suggest": { |
||
4110 | "ext/xdebug": "XDebug, for better backtrace output", |
||
4111 | "zendframework/zend-escaper": "To support escaped output" |
||
4112 | }, |
||
4113 | "type": "library", |
||
4114 | "extra": { |
||
4115 | "branch-alias": { |
||
4116 | "dev-master": "2.5-dev", |
||
4117 | "dev-develop": "2.6-dev" |
||
4118 | } |
||
4119 | }, |
||
4120 | "autoload": { |
||
4121 | "psr-4": { |
||
4122 | "Zend\\Debug\\": "src/" |
||
4123 | } |
||
4124 | }, |
||
4125 | "notification-url": "https://packagist.org/downloads/", |
||
4126 | "license": [ |
||
4127 | "BSD-3-Clause" |
||
4128 | ], |
||
4129 | "homepage": "https://github.com/zendframework/zend-debug", |
||
4130 | "keywords": [ |
||
4131 | "debug", |
||
4132 | "zf2" |
||
4133 | ], |
||
4134 | "time": "2015-06-03T14:05:35+00:00" |
||
4135 | }, |
||
4136 | { |
||
4137 | "name": "zendframework/zend-developer-tools", |
||
4138 | "version": "1.1.1", |
||
4139 | "source": { |
||
4140 | "type": "git", |
||
4141 | "url": "https://github.com/zendframework/ZendDeveloperTools.git", |
||
4142 | "reference": "ca6a675f0192b4cc343e99914ebfb4a22848365d" |
||
4143 | }, |
||
4144 | "dist": { |
||
4145 | "type": "zip", |
||
4146 | "url": "https://api.github.com/repos/zendframework/ZendDeveloperTools/zipball/ca6a675f0192b4cc343e99914ebfb4a22848365d", |
||
4147 | "reference": "ca6a675f0192b4cc343e99914ebfb4a22848365d", |
||
4148 | "shasum": "" |
||
4149 | }, |
||
4150 | "require": { |
||
4151 | "php": "^5.6 || ^7.0", |
||
4152 | "zendframework/zend-debug": "^2.5 || ^3.0", |
||
4153 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
4154 | "zendframework/zend-modulemanager": "^2.7", |
||
4155 | "zendframework/zend-mvc": "^2.7 || ^3.0.1", |
||
4156 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
4157 | "zendframework/zend-stdlib": "^2.7 || ^3.0", |
||
4158 | "zendframework/zend-view": "^2.6" |
||
4159 | }, |
||
4160 | "require-dev": { |
||
4161 | "phpunit/phpunit": "^4.8 || ^5.0", |
||
4162 | "squizlabs/php_codesniffer": "~2.3.1" |
||
4163 | }, |
||
4164 | "suggest": { |
||
4165 | "aist/aist-git-tools": "Show you informations about current GIT repository", |
||
4166 | "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Zend) Db collector.", |
||
4167 | "doctrine/doctrine-orm-module": "Profile DoctrineORM queries", |
||
4168 | "jhuet/zdt-logger-module": "Show you log data from Zend\\Log", |
||
4169 | "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.", |
||
4170 | "san/san-session-toolbar": "SanSessionToolbar can help you see current Zend\\Session data you're using within your application.", |
||
4171 | "snapshotpl/zf-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Zend\\EventManager" |
||
4172 | }, |
||
4173 | "type": "library", |
||
4174 | "extra": { |
||
4175 | "branch-alias": { |
||
4176 | "dev-master": "1.1-dev", |
||
4177 | "dev-develop": "1.2-dev" |
||
4178 | }, |
||
4179 | "zf": { |
||
4180 | "module": "ZendDeveloperTools" |
||
4181 | } |
||
4182 | }, |
||
4183 | "autoload": { |
||
4184 | "psr-4": { |
||
4185 | "ZendDeveloperTools\\": "src/" |
||
4186 | } |
||
4187 | }, |
||
4188 | "notification-url": "https://packagist.org/downloads/", |
||
4189 | "license": [ |
||
4190 | "BSD-3-Clause" |
||
4191 | ], |
||
4192 | "authors": [ |
||
4193 | { |
||
4194 | "name": "Evan Coury", |
||
4195 | "email": "[email protected]", |
||
4196 | "homepage": "http://blog.evan.pro/" |
||
4197 | }, |
||
4198 | { |
||
4199 | "name": "Eric Boh", |
||
4200 | "email": "[email protected]" |
||
4201 | } |
||
4202 | ], |
||
4203 | "description": "Module for developer and debug tools for use with zend-mvc applications.", |
||
4204 | "homepage": "https://github.com/zendframework/ZendDeveloperTools", |
||
4205 | "keywords": [ |
||
4206 | "debug", |
||
4207 | "developer", |
||
4208 | "module", |
||
4209 | "zf2" |
||
4210 | ], |
||
4211 | "time": "2016-09-08T13:53:58+00:00" |
||
4212 | }, |
||
4213 | { |
||
4214 | "name": "zendframework/zend-i18n", |
||
4215 | "version": "2.7.4", |
||
4216 | "source": { |
||
4217 | "type": "git", |
||
4218 | "url": "https://github.com/zendframework/zend-i18n.git", |
||
4219 | "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31" |
||
4220 | }, |
||
4221 | "dist": { |
||
4222 | "type": "zip", |
||
4223 | "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31", |
||
4224 | "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31", |
||
4225 | "shasum": "" |
||
4226 | }, |
||
4227 | "require": { |
||
4228 | "php": "^7.0 || ^5.6", |
||
4229 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4230 | }, |
||
4231 | "require-dev": { |
||
4232 | "phpunit/phpunit": "^6.0.8 || ^5.7.15", |
||
4233 | "zendframework/zend-cache": "^2.6.1", |
||
4234 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4235 | "zendframework/zend-config": "^2.6", |
||
4236 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
4237 | "zendframework/zend-filter": "^2.6.1", |
||
4238 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
4239 | "zendframework/zend-validator": "^2.6", |
||
4240 | "zendframework/zend-view": "^2.6.3" |
||
4241 | }, |
||
4242 | "suggest": { |
||
4243 | "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", |
||
4244 | "zendframework/zend-cache": "Zend\\Cache component", |
||
4245 | "zendframework/zend-config": "Zend\\Config component", |
||
4246 | "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", |
||
4247 | "zendframework/zend-filter": "You should install this package to use the provided filters", |
||
4248 | "zendframework/zend-i18n-resources": "Translation resources", |
||
4249 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
4250 | "zendframework/zend-validator": "You should install this package to use the provided validators", |
||
4251 | "zendframework/zend-view": "You should install this package to use the provided view helpers" |
||
4252 | }, |
||
4253 | "type": "library", |
||
4254 | "extra": { |
||
4255 | "branch-alias": { |
||
4256 | "dev-master": "2.7-dev", |
||
4257 | "dev-develop": "2.8-dev" |
||
4258 | }, |
||
4259 | "zf": { |
||
4260 | "component": "Zend\\I18n", |
||
4261 | "config-provider": "Zend\\I18n\\ConfigProvider" |
||
4262 | } |
||
4263 | }, |
||
4264 | "autoload": { |
||
4265 | "psr-4": { |
||
4266 | "Zend\\I18n\\": "src/" |
||
4267 | } |
||
4268 | }, |
||
4269 | "notification-url": "https://packagist.org/downloads/", |
||
4270 | "license": [ |
||
4271 | "BSD-3-Clause" |
||
4272 | ], |
||
4273 | "homepage": "https://github.com/zendframework/zend-i18n", |
||
4274 | "keywords": [ |
||
4275 | "i18n", |
||
4276 | "zf2" |
||
4277 | ], |
||
4278 | "time": "2017-05-17T17:00:12+00:00" |
||
4279 | }, |
||
4280 | { |
||
4281 | "name": "zendframework/zend-json", |
||
4282 | "version": "3.1.0", |
||
4283 | "source": { |
||
4284 | "type": "git", |
||
4285 | "url": "https://github.com/zendframework/zend-json.git", |
||
4286 | "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c" |
||
4287 | }, |
||
4288 | "dist": { |
||
4289 | "type": "zip", |
||
4290 | "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", |
||
4291 | "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", |
||
4292 | "shasum": "" |
||
4293 | }, |
||
4294 | "require": { |
||
4295 | "php": "^5.6 || ^7.0" |
||
4296 | }, |
||
4297 | "require-dev": { |
||
4298 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
4299 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4300 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
4301 | }, |
||
4302 | "suggest": { |
||
4303 | "zendframework/zend-json-server": "For implementing JSON-RPC servers", |
||
4304 | "zendframework/zend-xml2json": "For converting XML documents to JSON" |
||
4305 | }, |
||
4306 | "type": "library", |
||
4307 | "extra": { |
||
4308 | "branch-alias": { |
||
4309 | "dev-master": "3.1.x-dev", |
||
4310 | "dev-develop": "3.2.x-dev" |
||
4311 | } |
||
4312 | }, |
||
4313 | "autoload": { |
||
4314 | "psr-4": { |
||
4315 | "Zend\\Json\\": "src/" |
||
4316 | } |
||
4317 | }, |
||
4318 | "notification-url": "https://packagist.org/downloads/", |
||
4319 | "license": [ |
||
4320 | "BSD-3-Clause" |
||
4321 | ], |
||
4322 | "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", |
||
4323 | "keywords": [ |
||
4324 | "ZendFramework", |
||
4325 | "json", |
||
4326 | "zf" |
||
4327 | ], |
||
4328 | "time": "2018-01-04T17:51:34+00:00" |
||
4329 | }, |
||
4330 | { |
||
4331 | "name": "zendframework/zend-log", |
||
4332 | "version": "2.9.2", |
||
4333 | "source": { |
||
4334 | "type": "git", |
||
4335 | "url": "https://github.com/zendframework/zend-log.git", |
||
4336 | "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a" |
||
4337 | }, |
||
4338 | "dist": { |
||
4339 | "type": "zip", |
||
4340 | "url": "https://api.github.com/repos/zendframework/zend-log/zipball/bf7489578d092d6ff7508117d1d920a4764fbd6a", |
||
4341 | "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a", |
||
4342 | "shasum": "" |
||
4343 | }, |
||
4344 | "require": { |
||
4345 | "php": "^5.6 || ^7.0", |
||
4346 | "psr/log": "^1.0", |
||
4347 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
4348 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4349 | }, |
||
4350 | "provide": { |
||
4351 | "psr/log-implementation": "1.0.0" |
||
4352 | }, |
||
4353 | "require-dev": { |
||
4354 | "mikey179/vfsstream": "^1.6", |
||
4355 | "phpunit/phpunit": "^5.7.15 || ^6.0.8", |
||
4356 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4357 | "zendframework/zend-db": "^2.6", |
||
4358 | "zendframework/zend-escaper": "^2.5", |
||
4359 | "zendframework/zend-filter": "^2.5", |
||
4360 | "zendframework/zend-mail": "^2.6.1", |
||
4361 | "zendframework/zend-validator": "^2.6" |
||
4362 | }, |
||
4363 | "suggest": { |
||
4364 | "ext-mongo": "mongo extension to use Mongo writer", |
||
4365 | "ext-mongodb": "mongodb extension to use MongoDB writer", |
||
4366 | "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor", |
||
4367 | "zendframework/zend-db": "Zend\\Db component to use the database log writer", |
||
4368 | "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter", |
||
4369 | "zendframework/zend-mail": "Zend\\Mail component to use the email log writer", |
||
4370 | "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages" |
||
4371 | }, |
||
4372 | "type": "library", |
||
4373 | "extra": { |
||
4374 | "branch-alias": { |
||
4375 | "dev-master": "2.9-dev", |
||
4376 | "dev-develop": "2.10-dev" |
||
4377 | }, |
||
4378 | "zf": { |
||
4379 | "component": "Zend\\Log", |
||
4380 | "config-provider": "Zend\\Log\\ConfigProvider" |
||
4381 | } |
||
4382 | }, |
||
4383 | "autoload": { |
||
4384 | "psr-4": { |
||
4385 | "Zend\\Log\\": "src/" |
||
4386 | } |
||
4387 | }, |
||
4388 | "notification-url": "https://packagist.org/downloads/", |
||
4389 | "license": [ |
||
4390 | "BSD-3-Clause" |
||
4391 | ], |
||
4392 | "description": "component for general purpose logging", |
||
4393 | "homepage": "https://github.com/zendframework/zend-log", |
||
4394 | "keywords": [ |
||
4395 | "log", |
||
4396 | "logging", |
||
4397 | "zf2" |
||
4398 | ], |
||
4399 | "time": "2017-05-17T16:03:26+00:00" |
||
4400 | }, |
||
4401 | { |
||
4402 | "name": "zendframework/zend-modulemanager", |
||
4403 | "version": "2.8.2", |
||
4404 | "source": { |
||
4405 | "type": "git", |
||
4406 | "url": "https://github.com/zendframework/zend-modulemanager.git", |
||
4407 | "reference": "394df6e12248ac430a312d4693f793ee7120baa6" |
||
4408 | }, |
||
4409 | "dist": { |
||
4410 | "type": "zip", |
||
4411 | "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6", |
||
4412 | "reference": "394df6e12248ac430a312d4693f793ee7120baa6", |
||
4413 | "shasum": "" |
||
4414 | }, |
||
4415 | "require": { |
||
4416 | "php": "^5.6 || ^7.0", |
||
4417 | "zendframework/zend-config": "^3.1 || ^2.6", |
||
4418 | "zendframework/zend-eventmanager": "^3.2 || ^2.6.3", |
||
4419 | "zendframework/zend-stdlib": "^3.1 || ^2.7" |
||
4420 | }, |
||
4421 | "require-dev": { |
||
4422 | "phpunit/phpunit": "^6.0.8 || ^5.7.15", |
||
4423 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4424 | "zendframework/zend-console": "^2.6", |
||
4425 | "zendframework/zend-di": "^2.6", |
||
4426 | "zendframework/zend-loader": "^2.5", |
||
4427 | "zendframework/zend-mvc": "^3.0 || ^2.7", |
||
4428 | "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5" |
||
4429 | }, |
||
4430 | "suggest": { |
||
4431 | "zendframework/zend-console": "Zend\\Console component", |
||
4432 | "zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules", |
||
4433 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
4434 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
4435 | }, |
||
4436 | "type": "library", |
||
4437 | "extra": { |
||
4438 | "branch-alias": { |
||
4439 | "dev-master": "2.7-dev", |
||
4440 | "dev-develop": "2.8-dev" |
||
4441 | } |
||
4442 | }, |
||
4443 | "autoload": { |
||
4444 | "psr-4": { |
||
4445 | "Zend\\ModuleManager\\": "src/" |
||
4446 | } |
||
4447 | }, |
||
4448 | "notification-url": "https://packagist.org/downloads/", |
||
4449 | "license": [ |
||
4450 | "BSD-3-Clause" |
||
4451 | ], |
||
4452 | "description": "Modular application system for zend-mvc applications", |
||
4453 | "homepage": "https://github.com/zendframework/zend-modulemanager", |
||
4454 | "keywords": [ |
||
4455 | "ZendFramework", |
||
4456 | "modulemanager", |
||
4457 | "zf" |
||
4458 | ], |
||
4459 | "time": "2017-12-02T06:11:18+00:00" |
||
4460 | }, |
||
4461 | { |
||
4462 | "name": "zendframework/zend-serializer", |
||
4463 | "version": "2.8.1", |
||
4464 | "source": { |
||
4465 | "type": "git", |
||
4466 | "url": "https://github.com/zendframework/zend-serializer.git", |
||
4467 | "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580" |
||
4468 | }, |
||
4469 | "dist": { |
||
4470 | "type": "zip", |
||
4471 | "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/7ac42b9a47e9cb23895173a3096bc3b3fb7ac580", |
||
4472 | "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580", |
||
4473 | "shasum": "" |
||
4474 | }, |
||
4475 | "require": { |
||
4476 | "php": "^5.6 || ^7.0", |
||
4477 | "zendframework/zend-json": "^2.5 || ^3.0", |
||
4478 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4479 | }, |
||
4480 | "require-dev": { |
||
4481 | "doctrine/instantiator": "1.0.*", |
||
4482 | "phpunit/phpunit": "^5.5", |
||
4483 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4484 | "zendframework/zend-math": "^2.6", |
||
4485 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
4486 | }, |
||
4487 | "suggest": { |
||
4488 | "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", |
||
4489 | "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" |
||
4490 | }, |
||
4491 | "type": "library", |
||
4492 | "extra": { |
||
4493 | "branch-alias": { |
||
4494 | "dev-master": "2.8-dev", |
||
4495 | "dev-develop": "2.9-dev" |
||
4496 | }, |
||
4497 | "zf": { |
||
4498 | "component": "Zend\\Serializer", |
||
4499 | "config-provider": "Zend\\Serializer\\ConfigProvider" |
||
4500 | } |
||
4501 | }, |
||
4502 | "autoload": { |
||
4503 | "psr-4": { |
||
4504 | "Zend\\Serializer\\": "src/" |
||
4505 | } |
||
4506 | }, |
||
4507 | "notification-url": "https://packagist.org/downloads/", |
||
4508 | "license": [ |
||
4509 | "BSD-3-Clause" |
||
4510 | ], |
||
4511 | "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", |
||
4512 | "homepage": "https://github.com/zendframework/zend-serializer", |
||
4513 | "keywords": [ |
||
4514 | "serializer", |
||
4515 | "zf2" |
||
4516 | ], |
||
4517 | "time": "2017-11-20T22:21:04+00:00" |
||
4518 | }, |
||
4519 | { |
||
4520 | "name": "zendframework/zend-view", |
||
4521 | "version": "2.10.0", |
||
4522 | "source": { |
||
4523 | "type": "git", |
||
4524 | "url": "https://github.com/zendframework/zend-view.git", |
||
4525 | "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e" |
||
4526 | }, |
||
4527 | "dist": { |
||
4528 | "type": "zip", |
||
4529 | "url": "https://api.github.com/repos/zendframework/zend-view/zipball/4478cc5dd960e2339d88b363ef99fa278700e80e", |
||
4530 | "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e", |
||
4531 | "shasum": "" |
||
4532 | }, |
||
4533 | "require": { |
||
4534 | "php": "^5.6 || ^7.0", |
||
4535 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
4536 | "zendframework/zend-loader": "^2.5", |
||
4537 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4538 | }, |
||
4539 | "require-dev": { |
||
4540 | "phpunit/phpunit": "^5.7.15 || ^6.0.8", |
||
4541 | "zendframework/zend-authentication": "^2.5", |
||
4542 | "zendframework/zend-cache": "^2.6.1", |
||
4543 | "zendframework/zend-coding-standard": "~1.0.0", |
||
4544 | "zendframework/zend-config": "^2.6", |
||
4545 | "zendframework/zend-console": "^2.6", |
||
4546 | "zendframework/zend-escaper": "^2.5", |
||
4547 | "zendframework/zend-feed": "^2.7", |
||
4548 | "zendframework/zend-filter": "^2.6.1", |
||
4549 | "zendframework/zend-http": "^2.5.4", |
||
4550 | "zendframework/zend-i18n": "^2.6", |
||
4551 | "zendframework/zend-json": "^2.6.1", |
||
4552 | "zendframework/zend-log": "^2.7", |
||
4553 | "zendframework/zend-modulemanager": "^2.7.1", |
||
4554 | "zendframework/zend-mvc": "^2.7 || ^3.0", |
||
4555 | "zendframework/zend-navigation": "^2.5", |
||
4556 | "zendframework/zend-paginator": "^2.5", |
||
4557 | "zendframework/zend-permissions-acl": "^2.6", |
||
4558 | "zendframework/zend-router": "^3.0.1", |
||
4559 | "zendframework/zend-serializer": "^2.6.1", |
||
4560 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
4561 | "zendframework/zend-session": "^2.8.1", |
||
4562 | "zendframework/zend-uri": "^2.5" |
||
4563 | }, |
||
4564 | "suggest": { |
||
4565 | "zendframework/zend-authentication": "Zend\\Authentication component", |
||
4566 | "zendframework/zend-escaper": "Zend\\Escaper component", |
||
4567 | "zendframework/zend-feed": "Zend\\Feed component", |
||
4568 | "zendframework/zend-filter": "Zend\\Filter component", |
||
4569 | "zendframework/zend-http": "Zend\\Http component", |
||
4570 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
4571 | "zendframework/zend-json": "Zend\\Json component", |
||
4572 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
4573 | "zendframework/zend-navigation": "Zend\\Navigation component", |
||
4574 | "zendframework/zend-paginator": "Zend\\Paginator component", |
||
4575 | "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component", |
||
4576 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
4577 | "zendframework/zend-uri": "Zend\\Uri component" |
||
4578 | }, |
||
4579 | "bin": [ |
||
4580 | "bin/templatemap_generator.php" |
||
4581 | ], |
||
4582 | "type": "library", |
||
4583 | "extra": { |
||
4584 | "branch-alias": { |
||
4585 | "dev-master": "2.10.x-dev", |
||
4586 | "dev-develop": "2.11.x-dev" |
||
4587 | } |
||
4588 | }, |
||
4589 | "autoload": { |
||
4590 | "psr-4": { |
||
4591 | "Zend\\View\\": "src/" |
||
4592 | } |
||
4593 | }, |
||
4594 | "notification-url": "https://packagist.org/downloads/", |
||
4595 | "license": [ |
||
4596 | "BSD-3-Clause" |
||
4597 | ], |
||
4598 | "description": "provides a system of helpers, output filters, and variable escaping", |
||
4599 | "homepage": "https://github.com/zendframework/zend-view", |
||
4600 | "keywords": [ |
||
4601 | "view", |
||
4602 | "zf2" |
||
4603 | ], |
||
4604 | "time": "2018-01-17T22:21:50+00:00" |
||
4605 | } |
||
4606 | ], |
||
4607 | "aliases": [], |
||
4608 | "minimum-stability": "stable", |
||
4609 | "stability-flags": [], |
||
4610 | "prefer-stable": false, |
||
4611 | "prefer-lowest": false, |
||
4612 | "platform": { |
||
4613 | "php": "^7.1" |
||
4614 | }, |
||
4615 | "platform-dev": [] |
||
4616 | } |
||
4617 |