]>
Commit | Line | Data |
---|---|---|
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": "78d0bd03d9d1dc125ba3d554e7bca7ad", | |
8 | "packages": [ | |
9 | { | |
10 | "name": "bdunogier/guzzle-site-authenticator", | |
11 | "version": "1.0.0-beta4", | |
12 | "source": { | |
13 | "type": "git", | |
14 | "url": "https://github.com/wallabag/guzzle-site-authenticator.git", | |
15 | "reference": "18667c1c48f354ced9b5c029e21c77867eee1dae" | |
16 | }, | |
17 | "dist": { | |
18 | "type": "zip", | |
19 | "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/18667c1c48f354ced9b5c029e21c77867eee1dae", | |
20 | "reference": "18667c1c48f354ced9b5c029e21c77867eee1dae", | |
21 | "shasum": "" | |
22 | }, | |
23 | "require": { | |
24 | "guzzlehttp/guzzle": "^5.2.0", | |
25 | "psr/log": "^1.0", | |
26 | "symfony/expression-language": "^3.2" | |
27 | }, | |
28 | "require-dev": { | |
29 | "friendsofphp/php-cs-fixer": "~2.0", | |
30 | "monolog/monolog": "^1.13", | |
31 | "phpspec/phpspec": "^3.0" | |
32 | }, | |
33 | "type": "library", | |
34 | "extra": { | |
35 | "branch-alias": { | |
36 | "dev-master": "1.0.x-dev" | |
37 | } | |
38 | }, | |
39 | "autoload": { | |
40 | "psr-4": { | |
41 | "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/", | |
42 | "BD\\GuzzleSiteAuthenticator\\": "lib/" | |
43 | } | |
44 | }, | |
45 | "notification-url": "https://packagist.org/downloads/", | |
46 | "license": [ | |
47 | "MIT" | |
48 | ], | |
49 | "authors": [ | |
50 | { | |
51 | "name": "Bertrand Dunogier", | |
52 | "email": "bertrand.dunogier@gmail.com" | |
53 | } | |
54 | ], | |
55 | "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.", | |
56 | "time": "2017-06-06T05:32:22+00:00" | |
57 | }, | |
58 | { | |
59 | "name": "behat/transliterator", | |
60 | "version": "v1.2.0", | |
61 | "source": { | |
62 | "type": "git", | |
63 | "url": "https://github.com/Behat/Transliterator.git", | |
64 | "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" | |
65 | }, | |
66 | "dist": { | |
67 | "type": "zip", | |
68 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", | |
69 | "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", | |
70 | "shasum": "" | |
71 | }, | |
72 | "require": { | |
73 | "php": ">=5.3.3" | |
74 | }, | |
75 | "require-dev": { | |
76 | "chuyskywalker/rolling-curl": "^3.1", | |
77 | "php-yaoi/php-yaoi": "^1.0" | |
78 | }, | |
79 | "type": "library", | |
80 | "extra": { | |
81 | "branch-alias": { | |
82 | "dev-master": "1.2-dev" | |
83 | } | |
84 | }, | |
85 | "autoload": { | |
86 | "psr-0": { | |
87 | "Behat\\Transliterator": "src/" | |
88 | } | |
89 | }, | |
90 | "notification-url": "https://packagist.org/downloads/", | |
91 | "license": [ | |
92 | "Artistic-1.0" | |
93 | ], | |
94 | "description": "String transliterator", | |
95 | "keywords": [ | |
96 | "i18n", | |
97 | "slug", | |
98 | "transliterator" | |
99 | ], | |
100 | "time": "2017-04-04T11:38:05+00:00" | |
101 | }, | |
102 | { | |
103 | "name": "composer/ca-bundle", | |
104 | "version": "1.1.1", | |
105 | "source": { | |
106 | "type": "git", | |
107 | "url": "https://github.com/composer/ca-bundle.git", | |
108 | "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" | |
109 | }, | |
110 | "dist": { | |
111 | "type": "zip", | |
112 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", | |
113 | "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", | |
114 | "shasum": "" | |
115 | }, | |
116 | "require": { | |
117 | "ext-openssl": "*", | |
118 | "ext-pcre": "*", | |
119 | "php": "^5.3.2 || ^7.0" | |
120 | }, | |
121 | "require-dev": { | |
122 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", | |
123 | "psr/log": "^1.0", | |
124 | "symfony/process": "^2.5 || ^3.0 || ^4.0" | |
125 | }, | |
126 | "type": "library", | |
127 | "extra": { | |
128 | "branch-alias": { | |
129 | "dev-master": "1.x-dev" | |
130 | } | |
131 | }, | |
132 | "autoload": { | |
133 | "psr-4": { | |
134 | "Composer\\CaBundle\\": "src" | |
135 | } | |
136 | }, | |
137 | "notification-url": "https://packagist.org/downloads/", | |
138 | "license": [ | |
139 | "MIT" | |
140 | ], | |
141 | "authors": [ | |
142 | { | |
143 | "name": "Jordi Boggiano", | |
144 | "email": "j.boggiano@seld.be", | |
145 | "homepage": "http://seld.be" | |
146 | } | |
147 | ], | |
148 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", | |
149 | "keywords": [ | |
150 | "cabundle", | |
151 | "cacert", | |
152 | "certificate", | |
153 | "ssl", | |
154 | "tls" | |
155 | ], | |
156 | "time": "2018-03-29T19:57:20+00:00" | |
157 | }, | |
158 | { | |
159 | "name": "craue/config-bundle", | |
160 | "version": "2.1.0", | |
161 | "source": { | |
162 | "type": "git", | |
163 | "url": "https://github.com/craue/CraueConfigBundle.git", | |
164 | "reference": "9b6dffb96dd15183b4255db234284776bffa4dde" | |
165 | }, | |
166 | "dist": { | |
167 | "type": "zip", | |
168 | "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/9b6dffb96dd15183b4255db234284776bffa4dde", | |
169 | "reference": "9b6dffb96dd15183b4255db234284776bffa4dde", | |
170 | "shasum": "" | |
171 | }, | |
172 | "require": { | |
173 | "doctrine/doctrine-bundle": "~1.3", | |
174 | "php": "^5.3.9|~7.0", | |
175 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" | |
176 | }, | |
177 | "require-dev": { | |
178 | "doctrine/doctrine-cache-bundle": "~1.3", | |
179 | "doctrine/orm": "^2.3.1", | |
180 | "phpunit/phpunit": "^4.8.35|~5.7|~6.0", | |
181 | "symfony/phpunit-bridge": "~3.2|~4.0", | |
182 | "symfony/symfony": "~2.7|~3.0|~4.0" | |
183 | }, | |
184 | "type": "symfony-bundle", | |
185 | "extra": { | |
186 | "branch-alias": { | |
187 | "dev-master": "2.1.x-dev" | |
188 | } | |
189 | }, | |
190 | "autoload": { | |
191 | "psr-4": { | |
192 | "Craue\\ConfigBundle\\": "" | |
193 | } | |
194 | }, | |
195 | "notification-url": "https://packagist.org/downloads/", | |
196 | "license": [ | |
197 | "MIT" | |
198 | ], | |
199 | "authors": [ | |
200 | { | |
201 | "name": "Christian Raue", | |
202 | "email": "christian.raue@gmail.com" | |
203 | }, | |
204 | { | |
205 | "name": "Symfony Community", | |
206 | "homepage": "https://github.com/craue/CraueConfigBundle/contributors" | |
207 | } | |
208 | ], | |
209 | "description": "Database-stored settings made available via a service for your Symfony project.", | |
210 | "homepage": "https://github.com/craue/CraueConfigBundle", | |
211 | "keywords": [ | |
212 | "Symfony2", | |
213 | "config", | |
214 | "symfony3", | |
215 | "symfony4" | |
216 | ], | |
217 | "time": "2018-01-02T19:53:16+00:00" | |
218 | }, | |
219 | { | |
220 | "name": "defuse/php-encryption", | |
221 | "version": "v2.2.0", | |
222 | "source": { | |
223 | "type": "git", | |
224 | "url": "https://github.com/defuse/php-encryption.git", | |
225 | "reference": "0d4d27c368ca6798bc162469e43248c363c73495" | |
226 | }, | |
227 | "dist": { | |
228 | "type": "zip", | |
229 | "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0d4d27c368ca6798bc162469e43248c363c73495", | |
230 | "reference": "0d4d27c368ca6798bc162469e43248c363c73495", | |
231 | "shasum": "" | |
232 | }, | |
233 | "require": { | |
234 | "ext-openssl": "*", | |
235 | "paragonie/random_compat": "~2.0", | |
236 | "php": ">=5.4.0" | |
237 | }, | |
238 | "require-dev": { | |
239 | "nikic/php-parser": "^2.0|^3.0|^4.0", | |
240 | "phpunit/phpunit": "^4|^5" | |
241 | }, | |
242 | "bin": [ | |
243 | "bin/generate-defuse-key" | |
244 | ], | |
245 | "type": "library", | |
246 | "autoload": { | |
247 | "psr-4": { | |
248 | "Defuse\\Crypto\\": "src" | |
249 | } | |
250 | }, | |
251 | "notification-url": "https://packagist.org/downloads/", | |
252 | "license": [ | |
253 | "MIT" | |
254 | ], | |
255 | "authors": [ | |
256 | { | |
257 | "name": "Taylor Hornby", | |
258 | "email": "taylor@defuse.ca", | |
259 | "homepage": "https://defuse.ca/" | |
260 | }, | |
261 | { | |
262 | "name": "Scott Arciszewski", | |
263 | "email": "info@paragonie.com", | |
264 | "homepage": "https://paragonie.com" | |
265 | } | |
266 | ], | |
267 | "description": "Secure PHP Encryption Library", | |
268 | "keywords": [ | |
269 | "aes", | |
270 | "authenticated encryption", | |
271 | "cipher", | |
272 | "crypto", | |
273 | "cryptography", | |
274 | "encrypt", | |
275 | "encryption", | |
276 | "openssl", | |
277 | "security", | |
278 | "symmetric key cryptography" | |
279 | ], | |
280 | "time": "2018-04-23T19:33:40+00:00" | |
281 | }, | |
282 | { | |
283 | "name": "doctrine/annotations", | |
284 | "version": "v1.4.0", | |
285 | "source": { | |
286 | "type": "git", | |
287 | "url": "https://github.com/doctrine/annotations.git", | |
288 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" | |
289 | }, | |
290 | "dist": { | |
291 | "type": "zip", | |
292 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", | |
293 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", | |
294 | "shasum": "" | |
295 | }, | |
296 | "require": { | |
297 | "doctrine/lexer": "1.*", | |
298 | "php": "^5.6 || ^7.0" | |
299 | }, | |
300 | "require-dev": { | |
301 | "doctrine/cache": "1.*", | |
302 | "phpunit/phpunit": "^5.7" | |
303 | }, | |
304 | "type": "library", | |
305 | "extra": { | |
306 | "branch-alias": { | |
307 | "dev-master": "1.4.x-dev" | |
308 | } | |
309 | }, | |
310 | "autoload": { | |
311 | "psr-4": { | |
312 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" | |
313 | } | |
314 | }, | |
315 | "notification-url": "https://packagist.org/downloads/", | |
316 | "license": [ | |
317 | "MIT" | |
318 | ], | |
319 | "authors": [ | |
320 | { | |
321 | "name": "Roman Borschel", | |
322 | "email": "roman@code-factory.org" | |
323 | }, | |
324 | { | |
325 | "name": "Benjamin Eberlei", | |
326 | "email": "kontakt@beberlei.de" | |
327 | }, | |
328 | { | |
329 | "name": "Guilherme Blanco", | |
330 | "email": "guilhermeblanco@gmail.com" | |
331 | }, | |
332 | { | |
333 | "name": "Jonathan Wage", | |
334 | "email": "jonwage@gmail.com" | |
335 | }, | |
336 | { | |
337 | "name": "Johannes Schmitt", | |
338 | "email": "schmittjoh@gmail.com" | |
339 | } | |
340 | ], | |
341 | "description": "Docblock Annotations Parser", | |
342 | "homepage": "http://www.doctrine-project.org", | |
343 | "keywords": [ | |
344 | "annotations", | |
345 | "docblock", | |
346 | "parser" | |
347 | ], | |
348 | "time": "2017-02-24T16:22:25+00:00" | |
349 | }, | |
350 | { | |
351 | "name": "doctrine/cache", | |
352 | "version": "v1.6.2", | |
353 | "source": { | |
354 | "type": "git", | |
355 | "url": "https://github.com/doctrine/cache.git", | |
356 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" | |
357 | }, | |
358 | "dist": { | |
359 | "type": "zip", | |
360 | "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", | |
361 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", | |
362 | "shasum": "" | |
363 | }, | |
364 | "require": { | |
365 | "php": "~5.5|~7.0" | |
366 | }, | |
367 | "conflict": { | |
368 | "doctrine/common": ">2.2,<2.4" | |
369 | }, | |
370 | "require-dev": { | |
371 | "phpunit/phpunit": "~4.8|~5.0", | |
372 | "predis/predis": "~1.0", | |
373 | "satooshi/php-coveralls": "~0.6" | |
374 | }, | |
375 | "type": "library", | |
376 | "extra": { | |
377 | "branch-alias": { | |
378 | "dev-master": "1.6.x-dev" | |
379 | } | |
380 | }, | |
381 | "autoload": { | |
382 | "psr-4": { | |
383 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" | |
384 | } | |
385 | }, | |
386 | "notification-url": "https://packagist.org/downloads/", | |
387 | "license": [ | |
388 | "MIT" | |
389 | ], | |
390 | "authors": [ | |
391 | { | |
392 | "name": "Roman Borschel", | |
393 | "email": "roman@code-factory.org" | |
394 | }, | |
395 | { | |
396 | "name": "Benjamin Eberlei", | |
397 | "email": "kontakt@beberlei.de" | |
398 | }, | |
399 | { | |
400 | "name": "Guilherme Blanco", | |
401 | "email": "guilhermeblanco@gmail.com" | |
402 | }, | |
403 | { | |
404 | "name": "Jonathan Wage", | |
405 | "email": "jonwage@gmail.com" | |
406 | }, | |
407 | { | |
408 | "name": "Johannes Schmitt", | |
409 | "email": "schmittjoh@gmail.com" | |
410 | } | |
411 | ], | |
412 | "description": "Caching library offering an object-oriented API for many cache backends", | |
413 | "homepage": "http://www.doctrine-project.org", | |
414 | "keywords": [ | |
415 | "cache", | |
416 | "caching" | |
417 | ], | |
418 | "time": "2017-07-22T12:49:21+00:00" | |
419 | }, | |
420 | { | |
421 | "name": "doctrine/collections", | |
422 | "version": "v1.4.0", | |
423 | "source": { | |
424 | "type": "git", | |
425 | "url": "https://github.com/doctrine/collections.git", | |
426 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" | |
427 | }, | |
428 | "dist": { | |
429 | "type": "zip", | |
430 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", | |
431 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", | |
432 | "shasum": "" | |
433 | }, | |
434 | "require": { | |
435 | "php": "^5.6 || ^7.0" | |
436 | }, | |
437 | "require-dev": { | |
438 | "doctrine/coding-standard": "~0.1@dev", | |
439 | "phpunit/phpunit": "^5.7" | |
440 | }, | |
441 | "type": "library", | |
442 | "extra": { | |
443 | "branch-alias": { | |
444 | "dev-master": "1.3.x-dev" | |
445 | } | |
446 | }, | |
447 | "autoload": { | |
448 | "psr-0": { | |
449 | "Doctrine\\Common\\Collections\\": "lib/" | |
450 | } | |
451 | }, | |
452 | "notification-url": "https://packagist.org/downloads/", | |
453 | "license": [ | |
454 | "MIT" | |
455 | ], | |
456 | "authors": [ | |
457 | { | |
458 | "name": "Roman Borschel", | |
459 | "email": "roman@code-factory.org" | |
460 | }, | |
461 | { | |
462 | "name": "Benjamin Eberlei", | |
463 | "email": "kontakt@beberlei.de" | |
464 | }, | |
465 | { | |
466 | "name": "Guilherme Blanco", | |
467 | "email": "guilhermeblanco@gmail.com" | |
468 | }, | |
469 | { | |
470 | "name": "Jonathan Wage", | |
471 | "email": "jonwage@gmail.com" | |
472 | }, | |
473 | { | |
474 | "name": "Johannes Schmitt", | |
475 | "email": "schmittjoh@gmail.com" | |
476 | } | |
477 | ], | |
478 | "description": "Collections Abstraction library", | |
479 | "homepage": "http://www.doctrine-project.org", | |
480 | "keywords": [ | |
481 | "array", | |
482 | "collections", | |
483 | "iterator" | |
484 | ], | |
485 | "time": "2017-01-03T10:49:41+00:00" | |
486 | }, | |
487 | { | |
488 | "name": "doctrine/common", | |
489 | "version": "v2.7.3", | |
490 | "source": { | |
491 | "type": "git", | |
492 | "url": "https://github.com/doctrine/common.git", | |
493 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" | |
494 | }, | |
495 | "dist": { | |
496 | "type": "zip", | |
497 | "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", | |
498 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", | |
499 | "shasum": "" | |
500 | }, | |
501 | "require": { | |
502 | "doctrine/annotations": "1.*", | |
503 | "doctrine/cache": "1.*", | |
504 | "doctrine/collections": "1.*", | |
505 | "doctrine/inflector": "1.*", | |
506 | "doctrine/lexer": "1.*", | |
507 | "php": "~5.6|~7.0" | |
508 | }, | |
509 | "require-dev": { | |
510 | "phpunit/phpunit": "^5.4.6" | |
511 | }, | |
512 | "type": "library", | |
513 | "extra": { | |
514 | "branch-alias": { | |
515 | "dev-master": "2.7.x-dev" | |
516 | } | |
517 | }, | |
518 | "autoload": { | |
519 | "psr-4": { | |
520 | "Doctrine\\Common\\": "lib/Doctrine/Common" | |
521 | } | |
522 | }, | |
523 | "notification-url": "https://packagist.org/downloads/", | |
524 | "license": [ | |
525 | "MIT" | |
526 | ], | |
527 | "authors": [ | |
528 | { | |
529 | "name": "Roman Borschel", | |
530 | "email": "roman@code-factory.org" | |
531 | }, | |
532 | { | |
533 | "name": "Benjamin Eberlei", | |
534 | "email": "kontakt@beberlei.de" | |
535 | }, | |
536 | { | |
537 | "name": "Guilherme Blanco", | |
538 | "email": "guilhermeblanco@gmail.com" | |
539 | }, | |
540 | { | |
541 | "name": "Jonathan Wage", | |
542 | "email": "jonwage@gmail.com" | |
543 | }, | |
544 | { | |
545 | "name": "Johannes Schmitt", | |
546 | "email": "schmittjoh@gmail.com" | |
547 | } | |
548 | ], | |
549 | "description": "Common Library for Doctrine projects", | |
550 | "homepage": "http://www.doctrine-project.org", | |
551 | "keywords": [ | |
552 | "annotations", | |
553 | "collections", | |
554 | "eventmanager", | |
555 | "persistence", | |
556 | "spl" | |
557 | ], | |
558 | "time": "2017-07-22T08:35:12+00:00" | |
559 | }, | |
560 | { | |
561 | "name": "doctrine/dbal", | |
562 | "version": "v2.5.13", | |
563 | "source": { | |
564 | "type": "git", | |
565 | "url": "https://github.com/doctrine/dbal.git", | |
566 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873" | |
567 | }, | |
568 | "dist": { | |
569 | "type": "zip", | |
570 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", | |
571 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873", | |
572 | "shasum": "" | |
573 | }, | |
574 | "require": { | |
575 | "doctrine/common": ">=2.4,<2.8-dev", | |
576 | "php": ">=5.3.2" | |
577 | }, | |
578 | "require-dev": { | |
579 | "phpunit/phpunit": "4.*", | |
580 | "symfony/console": "2.*||^3.0" | |
581 | }, | |
582 | "suggest": { | |
583 | "symfony/console": "For helpful console commands such as SQL execution and import of files." | |
584 | }, | |
585 | "bin": [ | |
586 | "bin/doctrine-dbal" | |
587 | ], | |
588 | "type": "library", | |
589 | "extra": { | |
590 | "branch-alias": { | |
591 | "dev-master": "2.5.x-dev" | |
592 | } | |
593 | }, | |
594 | "autoload": { | |
595 | "psr-0": { | |
596 | "Doctrine\\DBAL\\": "lib/" | |
597 | } | |
598 | }, | |
599 | "notification-url": "https://packagist.org/downloads/", | |
600 | "license": [ | |
601 | "MIT" | |
602 | ], | |
603 | "authors": [ | |
604 | { | |
605 | "name": "Roman Borschel", | |
606 | "email": "roman@code-factory.org" | |
607 | }, | |
608 | { | |
609 | "name": "Benjamin Eberlei", | |
610 | "email": "kontakt@beberlei.de" | |
611 | }, | |
612 | { | |
613 | "name": "Guilherme Blanco", | |
614 | "email": "guilhermeblanco@gmail.com" | |
615 | }, | |
616 | { | |
617 | "name": "Jonathan Wage", | |
618 | "email": "jonwage@gmail.com" | |
619 | } | |
620 | ], | |
621 | "description": "Database Abstraction Layer", | |
622 | "homepage": "http://www.doctrine-project.org", | |
623 | "keywords": [ | |
624 | "database", | |
625 | "dbal", | |
626 | "persistence", | |
627 | "queryobject" | |
628 | ], | |
629 | "time": "2017-07-22T20:44:48+00:00" | |
630 | }, | |
631 | { | |
632 | "name": "doctrine/doctrine-bundle", | |
633 | "version": "1.9.1", | |
634 | "source": { | |
635 | "type": "git", | |
636 | "url": "https://github.com/doctrine/DoctrineBundle.git", | |
637 | "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f" | |
638 | }, | |
639 | "dist": { | |
640 | "type": "zip", | |
641 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f", | |
642 | "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f", | |
643 | "shasum": "" | |
644 | }, | |
645 | "require": { | |
646 | "doctrine/dbal": "^2.5.12", | |
647 | "doctrine/doctrine-cache-bundle": "~1.2", | |
648 | "jdorn/sql-formatter": "^1.2.16", | |
649 | "php": "^5.5.9|^7.0", | |
650 | "symfony/console": "~2.7|~3.0|~4.0", | |
651 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", | |
652 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", | |
653 | "symfony/framework-bundle": "^2.7.22|~3.0|~4.0" | |
654 | }, | |
655 | "conflict": { | |
656 | "symfony/http-foundation": "<2.6" | |
657 | }, | |
658 | "require-dev": { | |
659 | "doctrine/orm": "~2.4", | |
660 | "phpunit/phpunit": "^4.8.36|^5.7|^6.4", | |
661 | "satooshi/php-coveralls": "^1.0", | |
662 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", | |
663 | "symfony/property-info": "~2.8|~3.0|~4.0", | |
664 | "symfony/validator": "~2.7|~3.0|~4.0", | |
665 | "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0", | |
666 | "symfony/yaml": "~2.7|~3.0|~4.0", | |
667 | "twig/twig": "~1.26|~2.0" | |
668 | }, | |
669 | "suggest": { | |
670 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", | |
671 | "symfony/web-profiler-bundle": "To use the data collector." | |
672 | }, | |
673 | "type": "symfony-bundle", | |
674 | "extra": { | |
675 | "branch-alias": { | |
676 | "dev-master": "1.8.x-dev" | |
677 | } | |
678 | }, | |
679 | "autoload": { | |
680 | "psr-4": { | |
681 | "Doctrine\\Bundle\\DoctrineBundle\\": "" | |
682 | } | |
683 | }, | |
684 | "notification-url": "https://packagist.org/downloads/", | |
685 | "license": [ | |
686 | "MIT" | |
687 | ], | |
688 | "authors": [ | |
689 | { | |
690 | "name": "Symfony Community", | |
691 | "homepage": "http://symfony.com/contributors" | |
692 | }, | |
693 | { | |
694 | "name": "Benjamin Eberlei", | |
695 | "email": "kontakt@beberlei.de" | |
696 | }, | |
697 | { | |
698 | "name": "Doctrine Project", | |
699 | "homepage": "http://www.doctrine-project.org/" | |
700 | }, | |
701 | { | |
702 | "name": "Fabien Potencier", | |
703 | "email": "fabien@symfony.com" | |
704 | } | |
705 | ], | |
706 | "description": "Symfony DoctrineBundle", | |
707 | "homepage": "http://www.doctrine-project.org", | |
708 | "keywords": [ | |
709 | "database", | |
710 | "dbal", | |
711 | "orm", | |
712 | "persistence" | |
713 | ], | |
714 | "time": "2018-04-19T14:07:39+00:00" | |
715 | }, | |
716 | { | |
717 | "name": "doctrine/doctrine-cache-bundle", | |
718 | "version": "1.3.3", | |
719 | "source": { | |
720 | "type": "git", | |
721 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", | |
722 | "reference": "4c8e363f96427924e7e519c5b5119b4f54512697" | |
723 | }, | |
724 | "dist": { | |
725 | "type": "zip", | |
726 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697", | |
727 | "reference": "4c8e363f96427924e7e519c5b5119b4f54512697", | |
728 | "shasum": "" | |
729 | }, | |
730 | "require": { | |
731 | "doctrine/cache": "^1.4.2", | |
732 | "doctrine/inflector": "~1.0", | |
733 | "php": ">=5.3.2", | |
734 | "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" | |
735 | }, | |
736 | "require-dev": { | |
737 | "instaclick/coding-standard": "~1.1", | |
738 | "instaclick/object-calisthenics-sniffs": "dev-master", | |
739 | "instaclick/symfony2-coding-standard": "dev-remaster", | |
740 | "phpunit/phpunit": "~4|~5", | |
741 | "predis/predis": "~0.8", | |
742 | "satooshi/php-coveralls": "^1.0", | |
743 | "squizlabs/php_codesniffer": "~1.5", | |
744 | "symfony/console": "~2.7|~3.3|~4.0", | |
745 | "symfony/finder": "~2.7|~3.3|~4.0", | |
746 | "symfony/framework-bundle": "~2.7|~3.3|~4.0", | |
747 | "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", | |
748 | "symfony/security-acl": "~2.7|~3.3", | |
749 | "symfony/validator": "~2.7|~3.3|~4.0", | |
750 | "symfony/yaml": "~2.7|~3.3|~4.0" | |
751 | }, | |
752 | "suggest": { | |
753 | "symfony/security-acl": "For using this bundle to cache ACLs" | |
754 | }, | |
755 | "type": "symfony-bundle", | |
756 | "extra": { | |
757 | "branch-alias": { | |
758 | "dev-master": "1.3.x-dev" | |
759 | } | |
760 | }, | |
761 | "autoload": { | |
762 | "psr-4": { | |
763 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" | |
764 | } | |
765 | }, | |
766 | "notification-url": "https://packagist.org/downloads/", | |
767 | "license": [ | |
768 | "MIT" | |
769 | ], | |
770 | "authors": [ | |
771 | { | |
772 | "name": "Symfony Community", | |
773 | "homepage": "http://symfony.com/contributors" | |
774 | }, | |
775 | { | |
776 | "name": "Benjamin Eberlei", | |
777 | "email": "kontakt@beberlei.de" | |
778 | }, | |
779 | { | |
780 | "name": "Fabio B. Silva", | |
781 | "email": "fabio.bat.silva@gmail.com" | |
782 | }, | |
783 | { | |
784 | "name": "Guilherme Blanco", | |
785 | "email": "guilhermeblanco@hotmail.com" | |
786 | }, | |
787 | { | |
788 | "name": "Doctrine Project", | |
789 | "homepage": "http://www.doctrine-project.org/" | |
790 | }, | |
791 | { | |
792 | "name": "Fabien Potencier", | |
793 | "email": "fabien@symfony.com" | |
794 | } | |
795 | ], | |
796 | "description": "Symfony Bundle for Doctrine Cache", | |
797 | "homepage": "http://www.doctrine-project.org", | |
798 | "keywords": [ | |
799 | "cache", | |
800 | "caching" | |
801 | ], | |
802 | "time": "2018-03-27T09:22:12+00:00" | |
803 | }, | |
804 | { | |
805 | "name": "doctrine/doctrine-migrations-bundle", | |
806 | "version": "v1.3.1", | |
807 | "source": { | |
808 | "type": "git", | |
809 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", | |
810 | "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7" | |
811 | }, | |
812 | "dist": { | |
813 | "type": "zip", | |
814 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7", | |
815 | "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7", | |
816 | "shasum": "" | |
817 | }, | |
818 | "require": { | |
819 | "doctrine/doctrine-bundle": "~1.0", | |
820 | "doctrine/migrations": "^1.1", | |
821 | "php": ">=5.4.0", | |
822 | "symfony/framework-bundle": "~2.7|~3.3|~4.0" | |
823 | }, | |
824 | "require-dev": { | |
825 | "phpunit/phpunit": "^4.8.36" | |
826 | }, | |
827 | "type": "symfony-bundle", | |
828 | "extra": { | |
829 | "branch-alias": { | |
830 | "dev-master": "1.3-dev" | |
831 | } | |
832 | }, | |
833 | "autoload": { | |
834 | "psr-4": { | |
835 | "Doctrine\\Bundle\\MigrationsBundle\\": "" | |
836 | } | |
837 | }, | |
838 | "notification-url": "https://packagist.org/downloads/", | |
839 | "license": [ | |
840 | "MIT" | |
841 | ], | |
842 | "authors": [ | |
843 | { | |
844 | "name": "Symfony Community", | |
845 | "homepage": "http://symfony.com/contributors" | |
846 | }, | |
847 | { | |
848 | "name": "Doctrine Project", | |
849 | "homepage": "http://www.doctrine-project.org" | |
850 | }, | |
851 | { | |
852 | "name": "Fabien Potencier", | |
853 | "email": "fabien@symfony.com" | |
854 | } | |
855 | ], | |
856 | "description": "Symfony DoctrineMigrationsBundle", | |
857 | "homepage": "http://www.doctrine-project.org", | |
858 | "keywords": [ | |
859 | "dbal", | |
860 | "migrations", | |
861 | "schema" | |
862 | ], | |
863 | "time": "2017-11-01T09:13:26+00:00" | |
864 | }, | |
865 | { | |
866 | "name": "doctrine/inflector", | |
867 | "version": "v1.1.0", | |
868 | "source": { | |
869 | "type": "git", | |
870 | "url": "https://github.com/doctrine/inflector.git", | |
871 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" | |
872 | }, | |
873 | "dist": { | |
874 | "type": "zip", | |
875 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", | |
876 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", | |
877 | "shasum": "" | |
878 | }, | |
879 | "require": { | |
880 | "php": ">=5.3.2" | |
881 | }, | |
882 | "require-dev": { | |
883 | "phpunit/phpunit": "4.*" | |
884 | }, | |
885 | "type": "library", | |
886 | "extra": { | |
887 | "branch-alias": { | |
888 | "dev-master": "1.1.x-dev" | |
889 | } | |
890 | }, | |
891 | "autoload": { | |
892 | "psr-0": { | |
893 | "Doctrine\\Common\\Inflector\\": "lib/" | |
894 | } | |
895 | }, | |
896 | "notification-url": "https://packagist.org/downloads/", | |
897 | "license": [ | |
898 | "MIT" | |
899 | ], | |
900 | "authors": [ | |
901 | { | |
902 | "name": "Roman Borschel", | |
903 | "email": "roman@code-factory.org" | |
904 | }, | |
905 | { | |
906 | "name": "Benjamin Eberlei", | |
907 | "email": "kontakt@beberlei.de" | |
908 | }, | |
909 | { | |
910 | "name": "Guilherme Blanco", | |
911 | "email": "guilhermeblanco@gmail.com" | |
912 | }, | |
913 | { | |
914 | "name": "Jonathan Wage", | |
915 | "email": "jonwage@gmail.com" | |
916 | }, | |
917 | { | |
918 | "name": "Johannes Schmitt", | |
919 | "email": "schmittjoh@gmail.com" | |
920 | } | |
921 | ], | |
922 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", | |
923 | "homepage": "http://www.doctrine-project.org", | |
924 | "keywords": [ | |
925 | "inflection", | |
926 | "pluralize", | |
927 | "singularize", | |
928 | "string" | |
929 | ], | |
930 | "time": "2015-11-06T14:35:42+00:00" | |
931 | }, | |
932 | { | |
933 | "name": "doctrine/instantiator", | |
934 | "version": "1.0.5", | |
935 | "source": { | |
936 | "type": "git", | |
937 | "url": "https://github.com/doctrine/instantiator.git", | |
938 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
939 | }, | |
940 | "dist": { | |
941 | "type": "zip", | |
942 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
943 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
944 | "shasum": "" | |
945 | }, | |
946 | "require": { | |
947 | "php": ">=5.3,<8.0-DEV" | |
948 | }, | |
949 | "require-dev": { | |
950 | "athletic/athletic": "~0.1.8", | |
951 | "ext-pdo": "*", | |
952 | "ext-phar": "*", | |
953 | "phpunit/phpunit": "~4.0", | |
954 | "squizlabs/php_codesniffer": "~2.0" | |
955 | }, | |
956 | "type": "library", | |
957 | "extra": { | |
958 | "branch-alias": { | |
959 | "dev-master": "1.0.x-dev" | |
960 | } | |
961 | }, | |
962 | "autoload": { | |
963 | "psr-4": { | |
964 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
965 | } | |
966 | }, | |
967 | "notification-url": "https://packagist.org/downloads/", | |
968 | "license": [ | |
969 | "MIT" | |
970 | ], | |
971 | "authors": [ | |
972 | { | |
973 | "name": "Marco Pivetta", | |
974 | "email": "ocramius@gmail.com", | |
975 | "homepage": "http://ocramius.github.com/" | |
976 | } | |
977 | ], | |
978 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
979 | "homepage": "https://github.com/doctrine/instantiator", | |
980 | "keywords": [ | |
981 | "constructor", | |
982 | "instantiate" | |
983 | ], | |
984 | "time": "2015-06-14T21:17:01+00:00" | |
985 | }, | |
986 | { | |
987 | "name": "doctrine/lexer", | |
988 | "version": "v1.0.1", | |
989 | "source": { | |
990 | "type": "git", | |
991 | "url": "https://github.com/doctrine/lexer.git", | |
992 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
993 | }, | |
994 | "dist": { | |
995 | "type": "zip", | |
996 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | |
997 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
998 | "shasum": "" | |
999 | }, | |
1000 | "require": { | |
1001 | "php": ">=5.3.2" | |
1002 | }, | |
1003 | "type": "library", | |
1004 | "extra": { | |
1005 | "branch-alias": { | |
1006 | "dev-master": "1.0.x-dev" | |
1007 | } | |
1008 | }, | |
1009 | "autoload": { | |
1010 | "psr-0": { | |
1011 | "Doctrine\\Common\\Lexer\\": "lib/" | |
1012 | } | |
1013 | }, | |
1014 | "notification-url": "https://packagist.org/downloads/", | |
1015 | "license": [ | |
1016 | "MIT" | |
1017 | ], | |
1018 | "authors": [ | |
1019 | { | |
1020 | "name": "Roman Borschel", | |
1021 | "email": "roman@code-factory.org" | |
1022 | }, | |
1023 | { | |
1024 | "name": "Guilherme Blanco", | |
1025 | "email": "guilhermeblanco@gmail.com" | |
1026 | }, | |
1027 | { | |
1028 | "name": "Johannes Schmitt", | |
1029 | "email": "schmittjoh@gmail.com" | |
1030 | } | |
1031 | ], | |
1032 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | |
1033 | "homepage": "http://www.doctrine-project.org", | |
1034 | "keywords": [ | |
1035 | "lexer", | |
1036 | "parser" | |
1037 | ], | |
1038 | "time": "2014-09-09T13:34:57+00:00" | |
1039 | }, | |
1040 | { | |
1041 | "name": "doctrine/migrations", | |
1042 | "version": "v1.5.0", | |
1043 | "source": { | |
1044 | "type": "git", | |
1045 | "url": "https://github.com/doctrine/migrations.git", | |
1046 | "reference": "c81147c0f2938a6566594455367e095150547f72" | |
1047 | }, | |
1048 | "dist": { | |
1049 | "type": "zip", | |
1050 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", | |
1051 | "reference": "c81147c0f2938a6566594455367e095150547f72", | |
1052 | "shasum": "" | |
1053 | }, | |
1054 | "require": { | |
1055 | "doctrine/dbal": "~2.2", | |
1056 | "ocramius/proxy-manager": "^1.0|^2.0", | |
1057 | "php": "^5.5|^7.0", | |
1058 | "symfony/console": "~2.3|~3.0", | |
1059 | "symfony/yaml": "~2.3|~3.0" | |
1060 | }, | |
1061 | "require-dev": { | |
1062 | "doctrine/coding-standard": "dev-master", | |
1063 | "doctrine/orm": "2.*", | |
1064 | "jdorn/sql-formatter": "~1.1", | |
1065 | "johnkary/phpunit-speedtrap": "~1.0@dev", | |
1066 | "mikey179/vfsstream": "^1.6", | |
1067 | "mockery/mockery": "^0.9.4", | |
1068 | "phpunit/phpunit": "~4.7", | |
1069 | "satooshi/php-coveralls": "^1.0" | |
1070 | }, | |
1071 | "suggest": { | |
1072 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." | |
1073 | }, | |
1074 | "bin": [ | |
1075 | "bin/doctrine-migrations" | |
1076 | ], | |
1077 | "type": "library", | |
1078 | "extra": { | |
1079 | "branch-alias": { | |
1080 | "dev-master": "v1.6.x-dev" | |
1081 | } | |
1082 | }, | |
1083 | "autoload": { | |
1084 | "psr-4": { | |
1085 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" | |
1086 | } | |
1087 | }, | |
1088 | "notification-url": "https://packagist.org/downloads/", | |
1089 | "license": [ | |
1090 | "LGPL-2.1" | |
1091 | ], | |
1092 | "authors": [ | |
1093 | { | |
1094 | "name": "Benjamin Eberlei", | |
1095 | "email": "kontakt@beberlei.de" | |
1096 | }, | |
1097 | { | |
1098 | "name": "Jonathan Wage", | |
1099 | "email": "jonwage@gmail.com" | |
1100 | }, | |
1101 | { | |
1102 | "name": "Michael Simonson", | |
1103 | "email": "contact@mikesimonson.com" | |
1104 | } | |
1105 | ], | |
1106 | "description": "Database Schema migrations using Doctrine DBAL", | |
1107 | "homepage": "http://www.doctrine-project.org", | |
1108 | "keywords": [ | |
1109 | "database", | |
1110 | "migrations" | |
1111 | ], | |
1112 | "time": "2016-12-25T22:54:00+00:00" | |
1113 | }, | |
1114 | { | |
1115 | "name": "doctrine/orm", | |
1116 | "version": "v2.5.14", | |
1117 | "source": { | |
1118 | "type": "git", | |
1119 | "url": "https://github.com/doctrine/doctrine2.git", | |
1120 | "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754" | |
1121 | }, | |
1122 | "dist": { | |
1123 | "type": "zip", | |
1124 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754", | |
1125 | "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754", | |
1126 | "shasum": "" | |
1127 | }, | |
1128 | "require": { | |
1129 | "doctrine/cache": "~1.4", | |
1130 | "doctrine/collections": "~1.2", | |
1131 | "doctrine/common": ">=2.5-dev,<2.9-dev", | |
1132 | "doctrine/dbal": ">=2.5-dev,<2.7-dev", | |
1133 | "doctrine/instantiator": "^1.0.1", | |
1134 | "ext-pdo": "*", | |
1135 | "php": ">=5.4", | |
1136 | "symfony/console": "~2.5|~3.0|~4.0" | |
1137 | }, | |
1138 | "require-dev": { | |
1139 | "phpunit/phpunit": "~4.0", | |
1140 | "symfony/yaml": "~2.3|~3.0|~4.0" | |
1141 | }, | |
1142 | "suggest": { | |
1143 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" | |
1144 | }, | |
1145 | "bin": [ | |
1146 | "bin/doctrine", | |
1147 | "bin/doctrine.php" | |
1148 | ], | |
1149 | "type": "library", | |
1150 | "extra": { | |
1151 | "branch-alias": { | |
1152 | "dev-master": "2.6.x-dev" | |
1153 | } | |
1154 | }, | |
1155 | "autoload": { | |
1156 | "psr-0": { | |
1157 | "Doctrine\\ORM\\": "lib/" | |
1158 | } | |
1159 | }, | |
1160 | "notification-url": "https://packagist.org/downloads/", | |
1161 | "license": [ | |
1162 | "MIT" | |
1163 | ], | |
1164 | "authors": [ | |
1165 | { | |
1166 | "name": "Roman Borschel", | |
1167 | "email": "roman@code-factory.org" | |
1168 | }, | |
1169 | { | |
1170 | "name": "Benjamin Eberlei", | |
1171 | "email": "kontakt@beberlei.de" | |
1172 | }, | |
1173 | { | |
1174 | "name": "Guilherme Blanco", | |
1175 | "email": "guilhermeblanco@gmail.com" | |
1176 | }, | |
1177 | { | |
1178 | "name": "Jonathan Wage", | |
1179 | "email": "jonwage@gmail.com" | |
1180 | } | |
1181 | ], | |
1182 | "description": "Object-Relational-Mapper for PHP", | |
1183 | "homepage": "http://www.doctrine-project.org", | |
1184 | "keywords": [ | |
1185 | "database", | |
1186 | "orm" | |
1187 | ], | |
1188 | "time": "2017-12-17T02:57:51+00:00" | |
1189 | }, | |
1190 | { | |
1191 | "name": "electrolinux/php-html5lib", | |
1192 | "version": "0.1.0", | |
1193 | "source": { | |
1194 | "type": "git", | |
1195 | "url": "https://github.com/electrolinux/php-html5lib.git", | |
1196 | "reference": "9f92154993c7ecb120d9f9c0e558660d32846721" | |
1197 | }, | |
1198 | "dist": { | |
1199 | "type": "zip", | |
1200 | "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721", | |
1201 | "reference": "9f92154993c7ecb120d9f9c0e558660d32846721", | |
1202 | "shasum": "" | |
1203 | }, | |
1204 | "require": { | |
1205 | "php": ">=5.3.2" | |
1206 | }, | |
1207 | "type": "library", | |
1208 | "autoload": { | |
1209 | "psr-0": { | |
1210 | "HTML5Lib": "src/", | |
1211 | "HTML5Lib\\Tests": "tests/" | |
1212 | } | |
1213 | }, | |
1214 | "notification-url": "https://packagist.org/downloads/", | |
1215 | "license": [ | |
1216 | "MIT" | |
1217 | ], | |
1218 | "authors": [ | |
1219 | { | |
1220 | "name": "Multiple users", | |
1221 | "homepage": "https://code.google.com/p/html5lib/", | |
1222 | "role": "Original developers" | |
1223 | }, | |
1224 | { | |
1225 | "name": "SĂ©bastien Lavoie", | |
1226 | "homepage": "http://blog.lavoie.sl", | |
1227 | "role": "Packager" | |
1228 | }, | |
1229 | { | |
1230 | "name": "didier Belot", | |
1231 | "role": "Packager" | |
1232 | } | |
1233 | ], | |
1234 | "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.", | |
1235 | "homepage": "https://github.com/electrolinux/php-html5lib", | |
1236 | "keywords": [ | |
1237 | "HTML5", | |
1238 | "php" | |
1239 | ], | |
1240 | "time": "2013-03-18T18:32:30+00:00" | |
1241 | }, | |
1242 | { | |
1243 | "name": "fig/link-util", | |
1244 | "version": "1.0.0", | |
1245 | "source": { | |
1246 | "type": "git", | |
1247 | "url": "https://github.com/php-fig/link-util.git", | |
1248 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" | |
1249 | }, | |
1250 | "dist": { | |
1251 | "type": "zip", | |
1252 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", | |
1253 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", | |
1254 | "shasum": "" | |
1255 | }, | |
1256 | "require": { | |
1257 | "php": ">=5.5.0", | |
1258 | "psr/link": "~1.0@dev" | |
1259 | }, | |
1260 | "require-dev": { | |
1261 | "phpunit/phpunit": "^5.1", | |
1262 | "squizlabs/php_codesniffer": "^2.3.1" | |
1263 | }, | |
1264 | "type": "library", | |
1265 | "extra": { | |
1266 | "branch-alias": { | |
1267 | "dev-master": "1.0.x-dev" | |
1268 | } | |
1269 | }, | |
1270 | "autoload": { | |
1271 | "psr-4": { | |
1272 | "Fig\\Link\\": "src/" | |
1273 | } | |
1274 | }, | |
1275 | "notification-url": "https://packagist.org/downloads/", | |
1276 | "license": [ | |
1277 | "MIT" | |
1278 | ], | |
1279 | "authors": [ | |
1280 | { | |
1281 | "name": "PHP-FIG", | |
1282 | "homepage": "http://www.php-fig.org/" | |
1283 | } | |
1284 | ], | |
1285 | "description": "Common utility implementations for HTTP links", | |
1286 | "keywords": [ | |
1287 | "http", | |
1288 | "http-link", | |
1289 | "link", | |
1290 | "psr", | |
1291 | "psr-13", | |
1292 | "rest" | |
1293 | ], | |
1294 | "time": "2016-10-17T18:31:11+00:00" | |
1295 | }, | |
1296 | { | |
1297 | "name": "fossar/htmlawed", | |
1298 | "version": "1.2.4.1", | |
1299 | "source": { | |
1300 | "type": "git", | |
1301 | "url": "https://github.com/fossar/HTMLawed.git", | |
1302 | "reference": "ef6373a26595e29686bb8e3f46ddc2041b97b0fa" | |
1303 | }, | |
1304 | "dist": { | |
1305 | "type": "zip", | |
1306 | "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/ef6373a26595e29686bb8e3f46ddc2041b97b0fa", | |
1307 | "reference": "ef6373a26595e29686bb8e3f46ddc2041b97b0fa", | |
1308 | "shasum": "" | |
1309 | }, | |
1310 | "require": { | |
1311 | "php": ">4.4.0" | |
1312 | }, | |
1313 | "replace": { | |
1314 | "htmlawed/htmlawed": "*" | |
1315 | }, | |
1316 | "type": "library", | |
1317 | "autoload": { | |
1318 | "files": [ | |
1319 | "htmLawed.php" | |
1320 | ] | |
1321 | }, | |
1322 | "notification-url": "https://packagist.org/downloads/", | |
1323 | "license": [ | |
1324 | "GPL-2.0+", | |
1325 | "LGPL-3.0" | |
1326 | ], | |
1327 | "authors": [ | |
1328 | { | |
1329 | "name": "Santosh Patnaik", | |
1330 | "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b", | |
1331 | "role": "Developer" | |
1332 | } | |
1333 | ], | |
1334 | "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", | |
1335 | "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", | |
1336 | "keywords": [ | |
1337 | "HTMLtidy", | |
1338 | "html", | |
1339 | "sanitize", | |
1340 | "strip", | |
1341 | "tags" | |
1342 | ], | |
1343 | "time": "2017-12-06T05:09:01+00:00" | |
1344 | }, | |
1345 | { | |
1346 | "name": "friendsofsymfony/jsrouting-bundle", | |
1347 | "version": "1.6.3", | |
1348 | "source": { | |
1349 | "type": "git", | |
1350 | "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", | |
1351 | "reference": "49c1069132dcef371fb526351569deabeb6f0d8e" | |
1352 | }, | |
1353 | "dist": { | |
1354 | "type": "zip", | |
1355 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/49c1069132dcef371fb526351569deabeb6f0d8e", | |
1356 | "reference": "49c1069132dcef371fb526351569deabeb6f0d8e", | |
1357 | "shasum": "" | |
1358 | }, | |
1359 | "require": { | |
1360 | "php": ">=5.3.2", | |
1361 | "symfony/console": "~2.3|3.*", | |
1362 | "symfony/framework-bundle": "~2.3|3.*", | |
1363 | "symfony/serializer": "~2.3|3.*", | |
1364 | "willdurand/jsonp-callback-validator": "~1.0" | |
1365 | }, | |
1366 | "require-dev": { | |
1367 | "symfony/expression-language": "~2.4|3.*", | |
1368 | "symfony/phpunit-bridge": "^3.3" | |
1369 | }, | |
1370 | "type": "symfony-bundle", | |
1371 | "extra": { | |
1372 | "branch-alias": { | |
1373 | "dev-master": "1.6-dev" | |
1374 | } | |
1375 | }, | |
1376 | "autoload": { | |
1377 | "psr-4": { | |
1378 | "FOS\\JsRoutingBundle\\": "" | |
1379 | } | |
1380 | }, | |
1381 | "notification-url": "https://packagist.org/downloads/", | |
1382 | "license": [ | |
1383 | "MIT" | |
1384 | ], | |
1385 | "authors": [ | |
1386 | { | |
1387 | "name": "FriendsOfSymfony Community", | |
1388 | "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors" | |
1389 | }, | |
1390 | { | |
1391 | "name": "William Durand", | |
1392 | "email": "william.durand1@gmail.com" | |
1393 | } | |
1394 | ], | |
1395 | "description": "A pretty nice way to expose your Symfony2 routing to client applications.", | |
1396 | "homepage": "http://friendsofsymfony.github.com", | |
1397 | "keywords": [ | |
1398 | "Js Routing", | |
1399 | "javascript", | |
1400 | "routing" | |
1401 | ], | |
1402 | "time": "2017-08-25T15:21:42+00:00" | |
1403 | }, | |
1404 | { | |
1405 | "name": "friendsofsymfony/oauth-server-bundle", | |
1406 | "version": "1.6.1", | |
1407 | "source": { | |
1408 | "type": "git", | |
1409 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", | |
1410 | "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254" | |
1411 | }, | |
1412 | "dist": { | |
1413 | "type": "zip", | |
1414 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/5cc4c8555dedb5c7e737a35789bd429ccd9ad254", | |
1415 | "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254", | |
1416 | "shasum": "" | |
1417 | }, | |
1418 | "require": { | |
1419 | "friendsofsymfony/oauth2-php": "~1.1", | |
1420 | "paragonie/random_compat": "^1|^2", | |
1421 | "php": "^5.5|^7.0", | |
1422 | "symfony/dependency-injection": "^2.8|~3.0|^4.0", | |
1423 | "symfony/framework-bundle": "~2.8|~3.0|^4.0", | |
1424 | "symfony/security-bundle": "~2.8|~3.0|^4.0" | |
1425 | }, | |
1426 | "require-dev": { | |
1427 | "doctrine/doctrine-bundle": "~1.0", | |
1428 | "doctrine/mongodb-odm": "~1.0", | |
1429 | "doctrine/orm": "~2.2", | |
1430 | "phing/phing": "~2.4", | |
1431 | "php-mock/php-mock-phpunit": "^1.1", | |
1432 | "phpunit/phpunit": "~4.8|~5.0", | |
1433 | "propel/propel1": "^1.6.5", | |
1434 | "symfony/class-loader": "~2.8|~3.0|^4.0", | |
1435 | "symfony/console": "~2.8|~3.0|^4.0", | |
1436 | "symfony/form": "~2.8|~3.0|^4.0", | |
1437 | "symfony/phpunit-bridge": "~2.8|~3.0|^4.0", | |
1438 | "symfony/templating": "~2.8|~3.0|^4.0", | |
1439 | "symfony/yaml": "~2.8|~3.0|^4.0", | |
1440 | "willdurand/propel-typehintable-behavior": "^1.0.4" | |
1441 | }, | |
1442 | "suggest": { | |
1443 | "doctrine/doctrine-bundle": "*", | |
1444 | "doctrine/mongodb-odm-bundle": "*", | |
1445 | "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle", | |
1446 | "symfony/console": "Needed to be able to use commands", | |
1447 | "symfony/form": "Needed to be able to use the AuthorizeFormType", | |
1448 | "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces" | |
1449 | }, | |
1450 | "type": "symfony-bundle", | |
1451 | "extra": { | |
1452 | "branch-alias": { | |
1453 | "dev-master": "1.5-dev" | |
1454 | } | |
1455 | }, | |
1456 | "autoload": { | |
1457 | "psr-4": { | |
1458 | "FOS\\OAuthServerBundle\\": "" | |
1459 | }, | |
1460 | "exclude-from-classmap": [ | |
1461 | "/Tests/" | |
1462 | ] | |
1463 | }, | |
1464 | "notification-url": "https://packagist.org/downloads/", | |
1465 | "license": [ | |
1466 | "MIT" | |
1467 | ], | |
1468 | "authors": [ | |
1469 | { | |
1470 | "name": "Arnaud Le Blanc", | |
1471 | "email": "arnaud.lb@gmail.com" | |
1472 | }, | |
1473 | { | |
1474 | "name": "FriendsOfSymfony Community", | |
1475 | "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" | |
1476 | } | |
1477 | ], | |
1478 | "description": "Symfony2 OAuth Server Bundle", | |
1479 | "homepage": "http://friendsofsymfony.github.com", | |
1480 | "keywords": [ | |
1481 | "oauth", | |
1482 | "oauth2", | |
1483 | "server" | |
1484 | ], | |
1485 | "time": "2018-04-18T13:46:16+00:00" | |
1486 | }, | |
1487 | { | |
1488 | "name": "friendsofsymfony/oauth2-php", | |
1489 | "version": "1.2.3", | |
1490 | "source": { | |
1491 | "type": "git", | |
1492 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", | |
1493 | "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240" | |
1494 | }, | |
1495 | "dist": { | |
1496 | "type": "zip", | |
1497 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240", | |
1498 | "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240", | |
1499 | "shasum": "" | |
1500 | }, | |
1501 | "require": { | |
1502 | "php": "^5.5.9|>=7.0.8", | |
1503 | "symfony/http-foundation": "~3.0|~4.0" | |
1504 | }, | |
1505 | "require-dev": { | |
1506 | "phpunit/phpunit": "~4.0" | |
1507 | }, | |
1508 | "type": "library", | |
1509 | "extra": { | |
1510 | "branch-alias": { | |
1511 | "dev-master": "1.2.x-dev" | |
1512 | } | |
1513 | }, | |
1514 | "autoload": { | |
1515 | "psr-4": { | |
1516 | "OAuth2\\": "lib/" | |
1517 | } | |
1518 | }, | |
1519 | "notification-url": "https://packagist.org/downloads/", | |
1520 | "license": [ | |
1521 | "MIT" | |
1522 | ], | |
1523 | "authors": [ | |
1524 | { | |
1525 | "name": "Arnaud Le Blanc", | |
1526 | "email": "arnaud.lb@gmail.com" | |
1527 | }, | |
1528 | { | |
1529 | "name": "FriendsOfSymfony Community", | |
1530 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors" | |
1531 | } | |
1532 | ], | |
1533 | "description": "OAuth2 library", | |
1534 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php", | |
1535 | "keywords": [ | |
1536 | "oauth", | |
1537 | "oauth2" | |
1538 | ], | |
1539 | "time": "2018-01-30T19:58:25+00:00" | |
1540 | }, | |
1541 | { | |
1542 | "name": "friendsofsymfony/rest-bundle", | |
1543 | "version": "2.3.1", | |
1544 | "source": { | |
1545 | "type": "git", | |
1546 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", | |
1547 | "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e" | |
1548 | }, | |
1549 | "dist": { | |
1550 | "type": "zip", | |
1551 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e", | |
1552 | "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e", | |
1553 | "shasum": "" | |
1554 | }, | |
1555 | "require": { | |
1556 | "doctrine/inflector": "^1.0", | |
1557 | "php": "^5.5.9|~7.0", | |
1558 | "psr/log": "^1.0", | |
1559 | "symfony/config": "^2.7|^3.0|^4.0", | |
1560 | "symfony/debug": "^2.7|^3.0|^4.0", | |
1561 | "symfony/dependency-injection": "^2.7|^3.0|^4.0", | |
1562 | "symfony/event-dispatcher": "^2.7|^3.0|^4.0", | |
1563 | "symfony/finder": "^2.7|^3.0|^4.0", | |
1564 | "symfony/framework-bundle": "^2.7|^3.0|^4.0", | |
1565 | "symfony/http-foundation": "^2.7|^3.0|^4.0", | |
1566 | "symfony/http-kernel": "^2.7|^3.0|^4.0", | |
1567 | "symfony/routing": "^2.7|^3.0|^4.0", | |
1568 | "symfony/security-core": "^2.7|^3.0|^4.0", | |
1569 | "symfony/templating": "^2.7|^3.0|^4.0", | |
1570 | "willdurand/jsonp-callback-validator": "^1.0", | |
1571 | "willdurand/negotiation": "^2.0" | |
1572 | }, | |
1573 | "conflict": { | |
1574 | "jms/serializer": "1.3.0", | |
1575 | "jms/serializer-bundle": "<1.2.0", | |
1576 | "sensio/framework-extra-bundle": "<3.0.13" | |
1577 | }, | |
1578 | "require-dev": { | |
1579 | "jms/serializer-bundle": "^1.2|^2.0", | |
1580 | "phpoption/phpoption": "^1.1", | |
1581 | "psr/http-message": "^1.0", | |
1582 | "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0", | |
1583 | "symfony/asset": "^2.7|^3.0|^4.0", | |
1584 | "symfony/browser-kit": "^2.7|^3.0|^4.0", | |
1585 | "symfony/css-selector": "^2.7|^3.0|^4.0", | |
1586 | "symfony/dependency-injection": "^2.7|^3.0|^4.0", | |
1587 | "symfony/expression-language": "~2.7|^3.0|^4.0", | |
1588 | "symfony/form": "^2.7|^3.0|^4.0", | |
1589 | "symfony/phpunit-bridge": "^3.2|^4.0", | |
1590 | "symfony/security-bundle": "^2.7|^3.0|^4.0", | |
1591 | "symfony/serializer": "^2.7.11|^3.0.4|^4.0", | |
1592 | "symfony/twig-bundle": "^2.7|^3.0|^4.0", | |
1593 | "symfony/validator": "^2.7|^3.0|^4.0", | |
1594 | "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0", | |
1595 | "symfony/yaml": "^2.7|^3.0|^4.0" | |
1596 | }, | |
1597 | "suggest": { | |
1598 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0", | |
1599 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0", | |
1600 | "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0", | |
1601 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", | |
1602 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" | |
1603 | }, | |
1604 | "type": "symfony-bundle", | |
1605 | "extra": { | |
1606 | "branch-alias": { | |
1607 | "dev-master": "2.3-dev" | |
1608 | } | |
1609 | }, | |
1610 | "autoload": { | |
1611 | "psr-4": { | |
1612 | "FOS\\RestBundle\\": "" | |
1613 | }, | |
1614 | "exclude-from-classmap": [ | |
1615 | "Tests/" | |
1616 | ] | |
1617 | }, | |
1618 | "notification-url": "https://packagist.org/downloads/", | |
1619 | "license": [ | |
1620 | "MIT" | |
1621 | ], | |
1622 | "authors": [ | |
1623 | { | |
1624 | "name": "Lukas Kahwe Smith", | |
1625 | "email": "smith@pooteeweet.org" | |
1626 | }, | |
1627 | { | |
1628 | "name": "FriendsOfSymfony Community", | |
1629 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" | |
1630 | }, | |
1631 | { | |
1632 | "name": "Konstantin Kudryashov", | |
1633 | "email": "ever.zet@gmail.com" | |
1634 | } | |
1635 | ], | |
1636 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", | |
1637 | "homepage": "http://friendsofsymfony.github.com", | |
1638 | "keywords": [ | |
1639 | "rest" | |
1640 | ], | |
1641 | "time": "2018-02-28T13:57:04+00:00" | |
1642 | }, | |
1643 | { | |
1644 | "name": "friendsofsymfony/user-bundle", | |
1645 | "version": "v2.0.2", | |
1646 | "source": { | |
1647 | "type": "git", | |
1648 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", | |
1649 | "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f" | |
1650 | }, | |
1651 | "dist": { | |
1652 | "type": "zip", | |
1653 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f", | |
1654 | "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f", | |
1655 | "shasum": "" | |
1656 | }, | |
1657 | "require": { | |
1658 | "paragonie/random_compat": "^1 || ^2", | |
1659 | "php": "^5.5.9 || ^7.0", | |
1660 | "symfony/form": "^2.7 || ^3.0", | |
1661 | "symfony/framework-bundle": "^2.7 || ^3.0", | |
1662 | "symfony/security-bundle": "^2.7 || ^3.0", | |
1663 | "symfony/templating": "^2.7 || ^3.0", | |
1664 | "symfony/twig-bundle": "^2.7 || ^3.0", | |
1665 | "twig/twig": "^1.28 || ^2.0" | |
1666 | }, | |
1667 | "conflict": { | |
1668 | "doctrine/doctrine-bundle": "<1.3", | |
1669 | "symfony/doctrine-bridge": "<2.7" | |
1670 | }, | |
1671 | "require-dev": { | |
1672 | "doctrine/doctrine-bundle": "^1.3", | |
1673 | "friendsofphp/php-cs-fixer": "^1.11", | |
1674 | "phpunit/phpunit": "~4.8|~5.0", | |
1675 | "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", | |
1676 | "symfony/console": "^2.7 || ^3.0", | |
1677 | "symfony/phpunit-bridge": "^2.7 || ^3.0", | |
1678 | "symfony/validator": "^2.7 || ^3.0", | |
1679 | "symfony/yaml": "^2.7 || ^3.0" | |
1680 | }, | |
1681 | "type": "symfony-bundle", | |
1682 | "extra": { | |
1683 | "branch-alias": { | |
1684 | "dev-master": "2.0.x-dev" | |
1685 | } | |
1686 | }, | |
1687 | "autoload": { | |
1688 | "psr-4": { | |
1689 | "FOS\\UserBundle\\": "" | |
1690 | }, | |
1691 | "exclude-from-classmap": [ | |
1692 | "/Tests/" | |
1693 | ] | |
1694 | }, | |
1695 | "notification-url": "https://packagist.org/downloads/", | |
1696 | "license": [ | |
1697 | "MIT" | |
1698 | ], | |
1699 | "authors": [ | |
1700 | { | |
1701 | "name": "Christophe Coevoet", | |
1702 | "email": "stof@notk.org" | |
1703 | }, | |
1704 | { | |
1705 | "name": "FriendsOfSymfony Community", | |
1706 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" | |
1707 | }, | |
1708 | { | |
1709 | "name": "Thibault Duplessis", | |
1710 | "email": "thibault.duplessis@gmail.com" | |
1711 | } | |
1712 | ], | |
1713 | "description": "Symfony FOSUserBundle", | |
1714 | "homepage": "http://friendsofsymfony.github.com", | |
1715 | "keywords": [ | |
1716 | "User management" | |
1717 | ], | |
1718 | "time": "2017-11-29T17:01:21+00:00" | |
1719 | }, | |
1720 | { | |
1721 | "name": "gedmo/doctrine-extensions", | |
1722 | "version": "v2.4.35", | |
1723 | "source": { | |
1724 | "type": "git", | |
1725 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", | |
1726 | "reference": "1e400fbd05b7e5f912f55fe95805450f7d3bed60" | |
1727 | }, | |
1728 | "dist": { | |
1729 | "type": "zip", | |
1730 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/1e400fbd05b7e5f912f55fe95805450f7d3bed60", | |
1731 | "reference": "1e400fbd05b7e5f912f55fe95805450f7d3bed60", | |
1732 | "shasum": "" | |
1733 | }, | |
1734 | "require": { | |
1735 | "behat/transliterator": "~1.2", | |
1736 | "doctrine/common": "~2.4", | |
1737 | "php": ">=5.3.2" | |
1738 | }, | |
1739 | "conflict": { | |
1740 | "doctrine/annotations": "<1.2" | |
1741 | }, | |
1742 | "require-dev": { | |
1743 | "doctrine/common": ">=2.5.0", | |
1744 | "doctrine/mongodb-odm": ">=1.0.2", | |
1745 | "doctrine/orm": ">=2.5.0", | |
1746 | "phpunit/phpunit": "^4.8.35|^5.7|^6.5", | |
1747 | "symfony/yaml": "~2.6|~3.0|~4.0" | |
1748 | }, | |
1749 | "suggest": { | |
1750 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", | |
1751 | "doctrine/orm": "to use the extensions with the ORM" | |
1752 | }, | |
1753 | "type": "library", | |
1754 | "extra": { | |
1755 | "branch-alias": { | |
1756 | "dev-master": "2.4.x-dev" | |
1757 | } | |
1758 | }, | |
1759 | "autoload": { | |
1760 | "psr-4": { | |
1761 | "Gedmo\\": "lib/Gedmo" | |
1762 | } | |
1763 | }, | |
1764 | "notification-url": "https://packagist.org/downloads/", | |
1765 | "license": [ | |
1766 | "MIT" | |
1767 | ], | |
1768 | "authors": [ | |
1769 | { | |
1770 | "name": "David Buchmann", | |
1771 | "email": "david@liip.ch" | |
1772 | }, | |
1773 | { | |
1774 | "name": "Gediminas Morkevicius", | |
1775 | "email": "gediminas.morkevicius@gmail.com" | |
1776 | }, | |
1777 | { | |
1778 | "name": "Gustavo Falco", | |
1779 | "email": "comfortablynumb84@gmail.com" | |
1780 | } | |
1781 | ], | |
1782 | "description": "Doctrine2 behavioral extensions", | |
1783 | "homepage": "http://gediminasm.org/", | |
1784 | "keywords": [ | |
1785 | "Blameable", | |
1786 | "behaviors", | |
1787 | "doctrine2", | |
1788 | "extensions", | |
1789 | "gedmo", | |
1790 | "loggable", | |
1791 | "nestedset", | |
1792 | "sluggable", | |
1793 | "sortable", | |
1794 | "timestampable", | |
1795 | "translatable", | |
1796 | "tree", | |
1797 | "uploadable" | |
1798 | ], | |
1799 | "time": "2018-05-08T12:28:40+00:00" | |
1800 | }, | |
1801 | { | |
1802 | "name": "grandt/binstring", | |
1803 | "version": "1.0.0", | |
1804 | "source": { | |
1805 | "type": "git", | |
1806 | "url": "https://github.com/Grandt/PHPBinString.git", | |
1807 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431" | |
1808 | }, | |
1809 | "dist": { | |
1810 | "type": "zip", | |
1811 | "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431", | |
1812 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431", | |
1813 | "shasum": "" | |
1814 | }, | |
1815 | "require": { | |
1816 | "php": ">=5.0" | |
1817 | }, | |
1818 | "type": "library", | |
1819 | "autoload": { | |
1820 | "classmap": [ | |
1821 | "BinString.php", | |
1822 | "BinStringStatic.php" | |
1823 | ] | |
1824 | }, | |
1825 | "notification-url": "https://packagist.org/downloads/", | |
1826 | "license": [ | |
1827 | "LGPL-2.1" | |
1828 | ], | |
1829 | "authors": [ | |
1830 | { | |
1831 | "name": "A. Grandt", | |
1832 | "email": "php@grandt.com", | |
1833 | "role": "Developer" | |
1834 | } | |
1835 | ], | |
1836 | "description": "A class for working around the use of mbstring.func_override", | |
1837 | "homepage": "https://github.com/Grandt/PHPBinString", | |
1838 | "keywords": [ | |
1839 | "binary strings", | |
1840 | "mbstring" | |
1841 | ], | |
1842 | "time": "2015-08-13T06:14:41+00:00" | |
1843 | }, | |
1844 | { | |
1845 | "name": "grandt/phpepub", | |
1846 | "version": "4.0.7.1", | |
1847 | "source": { | |
1848 | "type": "git", | |
1849 | "url": "https://github.com/Grandt/PHPePub.git", | |
1850 | "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452" | |
1851 | }, | |
1852 | "dist": { | |
1853 | "type": "zip", | |
1854 | "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452", | |
1855 | "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452", | |
1856 | "shasum": "" | |
1857 | }, | |
1858 | "require": { | |
1859 | "grandt/phpresizegif": "~1.0.3", | |
1860 | "grandt/relativepath": "~1.0.1", | |
1861 | "php": ">=5.3.0", | |
1862 | "phpzip/phpzip": "~2.0.7" | |
1863 | }, | |
1864 | "type": "library", | |
1865 | "autoload": { | |
1866 | "psr-4": { | |
1867 | "PHPePub\\": "src/PHPePub" | |
1868 | }, | |
1869 | "classmap": [ | |
1870 | "src/lib.uuid.php" | |
1871 | ] | |
1872 | }, | |
1873 | "notification-url": "https://packagist.org/downloads/", | |
1874 | "license": [ | |
1875 | "LGPL-2.1" | |
1876 | ], | |
1877 | "authors": [ | |
1878 | { | |
1879 | "name": "A. Grandt", | |
1880 | "email": "php@grandt.com", | |
1881 | "homepage": "http://grandt.com", | |
1882 | "role": "Developer" | |
1883 | } | |
1884 | ], | |
1885 | "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", | |
1886 | "homepage": "https://github.com/Grandt/PHPZip", | |
1887 | "keywords": [ | |
1888 | "e-book", | |
1889 | "epub" | |
1890 | ], | |
1891 | "time": "2016-03-16T15:48:26+00:00" | |
1892 | }, | |
1893 | { | |
1894 | "name": "grandt/phpresizegif", | |
1895 | "version": "1.0.3", | |
1896 | "source": { | |
1897 | "type": "git", | |
1898 | "url": "https://github.com/Grandt/PHPResizeGif.git", | |
1899 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe" | |
1900 | }, | |
1901 | "dist": { | |
1902 | "type": "zip", | |
1903 | "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | |
1904 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | |
1905 | "shasum": "" | |
1906 | }, | |
1907 | "require": { | |
1908 | "grandt/binstring": ">=0.2.0", | |
1909 | "php": ">=5.3.0" | |
1910 | }, | |
1911 | "type": "library", | |
1912 | "autoload": { | |
1913 | "psr-4": { | |
1914 | "grandt\\ResizeGif\\": "src/ResizeGif", | |
1915 | "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files", | |
1916 | "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure", | |
1917 | "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug" | |
1918 | } | |
1919 | }, | |
1920 | "notification-url": "https://packagist.org/downloads/", | |
1921 | "license": [ | |
1922 | "LGPL-2.1" | |
1923 | ], | |
1924 | "authors": [ | |
1925 | { | |
1926 | "name": "A. Grandt", | |
1927 | "email": "php@grandt.com", | |
1928 | "homepage": "http://grandt.com", | |
1929 | "role": "Developer" | |
1930 | } | |
1931 | ], | |
1932 | "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", | |
1933 | "homepage": "https://github.com/Grandt/PHPResizeGif", | |
1934 | "keywords": [ | |
1935 | "GIF89a", | |
1936 | "animated gif", | |
1937 | "gif", | |
1938 | "resize" | |
1939 | ], | |
1940 | "time": "2015-05-10T10:52:24+00:00" | |
1941 | }, | |
1942 | { | |
1943 | "name": "grandt/phpzipmerge", | |
1944 | "version": "1.0.4", | |
1945 | "source": { | |
1946 | "type": "git", | |
1947 | "url": "https://github.com/Grandt/PHPZipMerge.git", | |
1948 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9" | |
1949 | }, | |
1950 | "dist": { | |
1951 | "type": "zip", | |
1952 | "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9", | |
1953 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9", | |
1954 | "shasum": "" | |
1955 | }, | |
1956 | "require": { | |
1957 | "grandt/binstring": ">=1.0.0", | |
1958 | "grandt/relativepath": ">=1.0.1", | |
1959 | "php": ">=5.3.0" | |
1960 | }, | |
1961 | "type": "library", | |
1962 | "autoload": { | |
1963 | "psr-4": { | |
1964 | "ZipMerge\\": "src/ZipMerge" | |
1965 | } | |
1966 | }, | |
1967 | "notification-url": "https://packagist.org/downloads/", | |
1968 | "license": [ | |
1969 | "LGPL-2.1" | |
1970 | ], | |
1971 | "authors": [ | |
1972 | { | |
1973 | "name": "A. Grandt", | |
1974 | "email": "php@grandt.com", | |
1975 | "homepage": "http://grandt.com", | |
1976 | "role": "Developer" | |
1977 | }, | |
1978 | { | |
1979 | "name": "Greg Kappatos", | |
1980 | "homepage": "http://websiteconnect.com.au", | |
1981 | "role": "Developer" | |
1982 | } | |
1983 | ], | |
1984 | "description": "Merge and stream multiple Zip files on the fly.", | |
1985 | "homepage": "https://github.com/Grandt/PHPZipMerge", | |
1986 | "keywords": [ | |
1987 | "archive", | |
1988 | "compressed", | |
1989 | "compression", | |
1990 | "merge", | |
1991 | "phpzip", | |
1992 | "pkzip", | |
1993 | "stream", | |
1994 | "zip" | |
1995 | ], | |
1996 | "time": "2015-08-18T13:49:33+00:00" | |
1997 | }, | |
1998 | { | |
1999 | "name": "grandt/relativepath", | |
2000 | "version": "1.0.2", | |
2001 | "source": { | |
2002 | "type": "git", | |
2003 | "url": "https://github.com/Grandt/PHPRelativePath.git", | |
2004 | "reference": "19541133c24143b6295688472c54dd6ed15a5462" | |
2005 | }, | |
2006 | "dist": { | |
2007 | "type": "zip", | |
2008 | "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462", | |
2009 | "reference": "19541133c24143b6295688472c54dd6ed15a5462", | |
2010 | "shasum": "" | |
2011 | }, | |
2012 | "require": { | |
2013 | "php": ">=5.0" | |
2014 | }, | |
2015 | "type": "library", | |
2016 | "autoload": { | |
2017 | "classmap": [ | |
2018 | "RelativePath.php" | |
2019 | ] | |
2020 | }, | |
2021 | "notification-url": "https://packagist.org/downloads/", | |
2022 | "license": [ | |
2023 | "LGPL-2.1" | |
2024 | ], | |
2025 | "authors": [ | |
2026 | { | |
2027 | "name": "A. Grandt", | |
2028 | "email": "php@grandt.com", | |
2029 | "role": "Developer" | |
2030 | } | |
2031 | ], | |
2032 | "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", | |
2033 | "homepage": "https://github.com/Grandt/PHPRelativePath", | |
2034 | "keywords": [ | |
2035 | "file path" | |
2036 | ], | |
2037 | "time": "2015-05-14T08:18:23+00:00" | |
2038 | }, | |
2039 | { | |
2040 | "name": "guzzlehttp/guzzle", | |
2041 | "version": "5.3.2", | |
2042 | "source": { | |
2043 | "type": "git", | |
2044 | "url": "https://github.com/guzzle/guzzle.git", | |
2045 | "reference": "f9acb4761844317e626a32259205bec1f1bc60d2" | |
2046 | }, | |
2047 | "dist": { | |
2048 | "type": "zip", | |
2049 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f9acb4761844317e626a32259205bec1f1bc60d2", | |
2050 | "reference": "f9acb4761844317e626a32259205bec1f1bc60d2", | |
2051 | "shasum": "" | |
2052 | }, | |
2053 | "require": { | |
2054 | "guzzlehttp/ringphp": "^1.1", | |
2055 | "php": ">=5.4.0", | |
2056 | "react/promise": "^2.2" | |
2057 | }, | |
2058 | "require-dev": { | |
2059 | "ext-curl": "*", | |
2060 | "phpunit/phpunit": "^4.0" | |
2061 | }, | |
2062 | "type": "library", | |
2063 | "autoload": { | |
2064 | "psr-4": { | |
2065 | "GuzzleHttp\\": "src/" | |
2066 | } | |
2067 | }, | |
2068 | "notification-url": "https://packagist.org/downloads/", | |
2069 | "license": [ | |
2070 | "MIT" | |
2071 | ], | |
2072 | "authors": [ | |
2073 | { | |
2074 | "name": "Michael Dowling", | |
2075 | "email": "mtdowling@gmail.com", | |
2076 | "homepage": "https://github.com/mtdowling" | |
2077 | } | |
2078 | ], | |
2079 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", | |
2080 | "homepage": "http://guzzlephp.org/", | |
2081 | "keywords": [ | |
2082 | "client", | |
2083 | "curl", | |
2084 | "framework", | |
2085 | "http", | |
2086 | "http client", | |
2087 | "rest", | |
2088 | "web service" | |
2089 | ], | |
2090 | "time": "2018-01-15T07:18:01+00:00" | |
2091 | }, | |
2092 | { | |
2093 | "name": "guzzlehttp/ringphp", | |
2094 | "version": "1.1.0", | |
2095 | "source": { | |
2096 | "type": "git", | |
2097 | "url": "https://github.com/guzzle/RingPHP.git", | |
2098 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" | |
2099 | }, | |
2100 | "dist": { | |
2101 | "type": "zip", | |
2102 | "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", | |
2103 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", | |
2104 | "shasum": "" | |
2105 | }, | |
2106 | "require": { | |
2107 | "guzzlehttp/streams": "~3.0", | |
2108 | "php": ">=5.4.0", | |
2109 | "react/promise": "~2.0" | |
2110 | }, | |
2111 | "require-dev": { | |
2112 | "ext-curl": "*", | |
2113 | "phpunit/phpunit": "~4.0" | |
2114 | }, | |
2115 | "suggest": { | |
2116 | "ext-curl": "Guzzle will use specific adapters if cURL is present" | |
2117 | }, | |
2118 | "type": "library", | |
2119 | "extra": { | |
2120 | "branch-alias": { | |
2121 | "dev-master": "1.1-dev" | |
2122 | } | |
2123 | }, | |
2124 | "autoload": { | |
2125 | "psr-4": { | |
2126 | "GuzzleHttp\\Ring\\": "src/" | |
2127 | } | |
2128 | }, | |
2129 | "notification-url": "https://packagist.org/downloads/", | |
2130 | "license": [ | |
2131 | "MIT" | |
2132 | ], | |
2133 | "authors": [ | |
2134 | { | |
2135 | "name": "Michael Dowling", | |
2136 | "email": "mtdowling@gmail.com", | |
2137 | "homepage": "https://github.com/mtdowling" | |
2138 | } | |
2139 | ], | |
2140 | "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", | |
2141 | "time": "2015-05-20T03:37:09+00:00" | |
2142 | }, | |
2143 | { | |
2144 | "name": "guzzlehttp/streams", | |
2145 | "version": "3.0.0", | |
2146 | "source": { | |
2147 | "type": "git", | |
2148 | "url": "https://github.com/guzzle/streams.git", | |
2149 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" | |
2150 | }, | |
2151 | "dist": { | |
2152 | "type": "zip", | |
2153 | "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", | |
2154 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", | |
2155 | "shasum": "" | |
2156 | }, | |
2157 | "require": { | |
2158 | "php": ">=5.4.0" | |
2159 | }, | |
2160 | "require-dev": { | |
2161 | "phpunit/phpunit": "~4.0" | |
2162 | }, | |
2163 | "type": "library", | |
2164 | "extra": { | |
2165 | "branch-alias": { | |
2166 | "dev-master": "3.0-dev" | |
2167 | } | |
2168 | }, | |
2169 | "autoload": { | |
2170 | "psr-4": { | |
2171 | "GuzzleHttp\\Stream\\": "src/" | |
2172 | } | |
2173 | }, | |
2174 | "notification-url": "https://packagist.org/downloads/", | |
2175 | "license": [ | |
2176 | "MIT" | |
2177 | ], | |
2178 | "authors": [ | |
2179 | { | |
2180 | "name": "Michael Dowling", | |
2181 | "email": "mtdowling@gmail.com", | |
2182 | "homepage": "https://github.com/mtdowling" | |
2183 | } | |
2184 | ], | |
2185 | "description": "Provides a simple abstraction over streams of data", | |
2186 | "homepage": "http://guzzlephp.org/", | |
2187 | "keywords": [ | |
2188 | "Guzzle", | |
2189 | "stream" | |
2190 | ], | |
2191 | "time": "2014-10-12T19:18:40+00:00" | |
2192 | }, | |
2193 | { | |
2194 | "name": "hoa/compiler", | |
2195 | "version": "3.17.08.08", | |
2196 | "source": { | |
2197 | "type": "git", | |
2198 | "url": "https://github.com/hoaproject/Compiler.git", | |
2199 | "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de" | |
2200 | }, | |
2201 | "dist": { | |
2202 | "type": "zip", | |
2203 | "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de", | |
2204 | "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de", | |
2205 | "shasum": "" | |
2206 | }, | |
2207 | "require": { | |
2208 | "hoa/consistency": "~1.0", | |
2209 | "hoa/exception": "~1.0", | |
2210 | "hoa/file": "~1.0", | |
2211 | "hoa/iterator": "~2.0", | |
2212 | "hoa/math": "~1.0", | |
2213 | "hoa/protocol": "~1.0", | |
2214 | "hoa/regex": "~1.0", | |
2215 | "hoa/visitor": "~2.0" | |
2216 | }, | |
2217 | "require-dev": { | |
2218 | "hoa/json": "~2.0", | |
2219 | "hoa/test": "~2.0" | |
2220 | }, | |
2221 | "type": "library", | |
2222 | "extra": { | |
2223 | "branch-alias": { | |
2224 | "dev-master": "3.x-dev" | |
2225 | } | |
2226 | }, | |
2227 | "autoload": { | |
2228 | "psr-4": { | |
2229 | "Hoa\\Compiler\\": "." | |
2230 | } | |
2231 | }, | |
2232 | "notification-url": "https://packagist.org/downloads/", | |
2233 | "license": [ | |
2234 | "BSD-3-Clause" | |
2235 | ], | |
2236 | "authors": [ | |
2237 | { | |
2238 | "name": "Ivan Enderlin", | |
2239 | "email": "ivan.enderlin@hoa-project.net" | |
2240 | }, | |
2241 | { | |
2242 | "name": "Hoa community", | |
2243 | "homepage": "https://hoa-project.net/" | |
2244 | } | |
2245 | ], | |
2246 | "description": "The Hoa\\Compiler library.", | |
2247 | "homepage": "https://hoa-project.net/", | |
2248 | "keywords": [ | |
2249 | "algebraic", | |
2250 | "ast", | |
2251 | "compiler", | |
2252 | "context-free", | |
2253 | "coverage", | |
2254 | "exhaustive", | |
2255 | "grammar", | |
2256 | "isotropic", | |
2257 | "language", | |
2258 | "lexer", | |
2259 | "library", | |
2260 | "ll1", | |
2261 | "llk", | |
2262 | "parser", | |
2263 | "pp", | |
2264 | "random", | |
2265 | "regular", | |
2266 | "rule", | |
2267 | "sampler", | |
2268 | "syntax", | |
2269 | "token", | |
2270 | "trace", | |
2271 | "uniform" | |
2272 | ], | |
2273 | "time": "2017-08-08T07:44:07+00:00" | |
2274 | }, | |
2275 | { | |
2276 | "name": "hoa/consistency", | |
2277 | "version": "1.17.05.02", | |
2278 | "source": { | |
2279 | "type": "git", | |
2280 | "url": "https://github.com/hoaproject/Consistency.git", | |
2281 | "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f" | |
2282 | }, | |
2283 | "dist": { | |
2284 | "type": "zip", | |
2285 | "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f", | |
2286 | "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f", | |
2287 | "shasum": "" | |
2288 | }, | |
2289 | "require": { | |
2290 | "hoa/exception": "~1.0", | |
2291 | "php": ">=5.5.0" | |
2292 | }, | |
2293 | "require-dev": { | |
2294 | "hoa/stream": "~1.0", | |
2295 | "hoa/test": "~2.0" | |
2296 | }, | |
2297 | "type": "library", | |
2298 | "extra": { | |
2299 | "branch-alias": { | |
2300 | "dev-master": "1.x-dev" | |
2301 | } | |
2302 | }, | |
2303 | "autoload": { | |
2304 | "psr-4": { | |
2305 | "Hoa\\Consistency\\": "." | |
2306 | }, | |
2307 | "files": [ | |
2308 | "Prelude.php" | |
2309 | ] | |
2310 | }, | |
2311 | "notification-url": "https://packagist.org/downloads/", | |
2312 | "license": [ | |
2313 | "BSD-3-Clause" | |
2314 | ], | |
2315 | "authors": [ | |
2316 | { | |
2317 | "name": "Ivan Enderlin", | |
2318 | "email": "ivan.enderlin@hoa-project.net" | |
2319 | }, | |
2320 | { | |
2321 | "name": "Hoa community", | |
2322 | "homepage": "https://hoa-project.net/" | |
2323 | } | |
2324 | ], | |
2325 | "description": "The Hoa\\Consistency library.", | |
2326 | "homepage": "https://hoa-project.net/", | |
2327 | "keywords": [ | |
2328 | "autoloader", | |
2329 | "callable", | |
2330 | "consistency", | |
2331 | "entity", | |
2332 | "flex", | |
2333 | "keyword", | |
2334 | "library" | |
2335 | ], | |
2336 | "time": "2017-05-02T12:18:12+00:00" | |
2337 | }, | |
2338 | { | |
2339 | "name": "hoa/event", | |
2340 | "version": "1.17.01.13", | |
2341 | "source": { | |
2342 | "type": "git", | |
2343 | "url": "https://github.com/hoaproject/Event.git", | |
2344 | "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54" | |
2345 | }, | |
2346 | "dist": { | |
2347 | "type": "zip", | |
2348 | "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54", | |
2349 | "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54", | |
2350 | "shasum": "" | |
2351 | }, | |
2352 | "require": { | |
2353 | "hoa/consistency": "~1.0", | |
2354 | "hoa/exception": "~1.0" | |
2355 | }, | |
2356 | "require-dev": { | |
2357 | "hoa/test": "~2.0" | |
2358 | }, | |
2359 | "type": "library", | |
2360 | "extra": { | |
2361 | "branch-alias": { | |
2362 | "dev-master": "1.x-dev" | |
2363 | } | |
2364 | }, | |
2365 | "autoload": { | |
2366 | "psr-4": { | |
2367 | "Hoa\\Event\\": "." | |
2368 | } | |
2369 | }, | |
2370 | "notification-url": "https://packagist.org/downloads/", | |
2371 | "license": [ | |
2372 | "BSD-3-Clause" | |
2373 | ], | |
2374 | "authors": [ | |
2375 | { | |
2376 | "name": "Ivan Enderlin", | |
2377 | "email": "ivan.enderlin@hoa-project.net" | |
2378 | }, | |
2379 | { | |
2380 | "name": "Hoa community", | |
2381 | "homepage": "https://hoa-project.net/" | |
2382 | } | |
2383 | ], | |
2384 | "description": "The Hoa\\Event library.", | |
2385 | "homepage": "https://hoa-project.net/", | |
2386 | "keywords": [ | |
2387 | "event", | |
2388 | "library", | |
2389 | "listener", | |
2390 | "observer" | |
2391 | ], | |
2392 | "time": "2017-01-13T15:30:50+00:00" | |
2393 | }, | |
2394 | { | |
2395 | "name": "hoa/exception", | |
2396 | "version": "1.17.01.16", | |
2397 | "source": { | |
2398 | "type": "git", | |
2399 | "url": "https://github.com/hoaproject/Exception.git", | |
2400 | "reference": "091727d46420a3d7468ef0595651488bfc3a458f" | |
2401 | }, | |
2402 | "dist": { | |
2403 | "type": "zip", | |
2404 | "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f", | |
2405 | "reference": "091727d46420a3d7468ef0595651488bfc3a458f", | |
2406 | "shasum": "" | |
2407 | }, | |
2408 | "require": { | |
2409 | "hoa/consistency": "~1.0", | |
2410 | "hoa/event": "~1.0" | |
2411 | }, | |
2412 | "require-dev": { | |
2413 | "hoa/test": "~2.0" | |
2414 | }, | |
2415 | "type": "library", | |
2416 | "extra": { | |
2417 | "branch-alias": { | |
2418 | "dev-master": "1.x-dev" | |
2419 | } | |
2420 | }, | |
2421 | "autoload": { | |
2422 | "psr-4": { | |
2423 | "Hoa\\Exception\\": "." | |
2424 | } | |
2425 | }, | |
2426 | "notification-url": "https://packagist.org/downloads/", | |
2427 | "license": [ | |
2428 | "BSD-3-Clause" | |
2429 | ], | |
2430 | "authors": [ | |
2431 | { | |
2432 | "name": "Ivan Enderlin", | |
2433 | "email": "ivan.enderlin@hoa-project.net" | |
2434 | }, | |
2435 | { | |
2436 | "name": "Hoa community", | |
2437 | "homepage": "https://hoa-project.net/" | |
2438 | } | |
2439 | ], | |
2440 | "description": "The Hoa\\Exception library.", | |
2441 | "homepage": "https://hoa-project.net/", | |
2442 | "keywords": [ | |
2443 | "exception", | |
2444 | "library" | |
2445 | ], | |
2446 | "time": "2017-01-16T07:53:27+00:00" | |
2447 | }, | |
2448 | { | |
2449 | "name": "hoa/file", | |
2450 | "version": "1.17.07.11", | |
2451 | "source": { | |
2452 | "type": "git", | |
2453 | "url": "https://github.com/hoaproject/File.git", | |
2454 | "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca" | |
2455 | }, | |
2456 | "dist": { | |
2457 | "type": "zip", | |
2458 | "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca", | |
2459 | "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca", | |
2460 | "shasum": "" | |
2461 | }, | |
2462 | "require": { | |
2463 | "hoa/consistency": "~1.0", | |
2464 | "hoa/event": "~1.0", | |
2465 | "hoa/exception": "~1.0", | |
2466 | "hoa/iterator": "~2.0", | |
2467 | "hoa/stream": "~1.0" | |
2468 | }, | |
2469 | "require-dev": { | |
2470 | "hoa/test": "~2.0" | |
2471 | }, | |
2472 | "type": "library", | |
2473 | "extra": { | |
2474 | "branch-alias": { | |
2475 | "dev-master": "1.x-dev" | |
2476 | } | |
2477 | }, | |
2478 | "autoload": { | |
2479 | "psr-4": { | |
2480 | "Hoa\\File\\": "." | |
2481 | } | |
2482 | }, | |
2483 | "notification-url": "https://packagist.org/downloads/", | |
2484 | "license": [ | |
2485 | "BSD-3-Clause" | |
2486 | ], | |
2487 | "authors": [ | |
2488 | { | |
2489 | "name": "Ivan Enderlin", | |
2490 | "email": "ivan.enderlin@hoa-project.net" | |
2491 | }, | |
2492 | { | |
2493 | "name": "Hoa community", | |
2494 | "homepage": "https://hoa-project.net/" | |
2495 | } | |
2496 | ], | |
2497 | "description": "The Hoa\\File library.", | |
2498 | "homepage": "https://hoa-project.net/", | |
2499 | "keywords": [ | |
2500 | "Socket", | |
2501 | "directory", | |
2502 | "file", | |
2503 | "finder", | |
2504 | "library", | |
2505 | "link", | |
2506 | "temporary" | |
2507 | ], | |
2508 | "time": "2017-07-11T07:42:15+00:00" | |
2509 | }, | |
2510 | { | |
2511 | "name": "hoa/iterator", | |
2512 | "version": "2.17.01.10", | |
2513 | "source": { | |
2514 | "type": "git", | |
2515 | "url": "https://github.com/hoaproject/Iterator.git", | |
2516 | "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc" | |
2517 | }, | |
2518 | "dist": { | |
2519 | "type": "zip", | |
2520 | "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc", | |
2521 | "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc", | |
2522 | "shasum": "" | |
2523 | }, | |
2524 | "require": { | |
2525 | "hoa/consistency": "~1.0", | |
2526 | "hoa/exception": "~1.0" | |
2527 | }, | |
2528 | "require-dev": { | |
2529 | "hoa/test": "~2.0" | |
2530 | }, | |
2531 | "type": "library", | |
2532 | "extra": { | |
2533 | "branch-alias": { | |
2534 | "dev-master": "2.x-dev" | |
2535 | } | |
2536 | }, | |
2537 | "autoload": { | |
2538 | "psr-4": { | |
2539 | "Hoa\\Iterator\\": "." | |
2540 | } | |
2541 | }, | |
2542 | "notification-url": "https://packagist.org/downloads/", | |
2543 | "license": [ | |
2544 | "BSD-3-Clause" | |
2545 | ], | |
2546 | "authors": [ | |
2547 | { | |
2548 | "name": "Ivan Enderlin", | |
2549 | "email": "ivan.enderlin@hoa-project.net" | |
2550 | }, | |
2551 | { | |
2552 | "name": "Hoa community", | |
2553 | "homepage": "https://hoa-project.net/" | |
2554 | } | |
2555 | ], | |
2556 | "description": "The Hoa\\Iterator library.", | |
2557 | "homepage": "https://hoa-project.net/", | |
2558 | "keywords": [ | |
2559 | "iterator", | |
2560 | "library" | |
2561 | ], | |
2562 | "time": "2017-01-10T10:34:47+00:00" | |
2563 | }, | |
2564 | { | |
2565 | "name": "hoa/math", | |
2566 | "version": "1.17.05.16", | |
2567 | "source": { | |
2568 | "type": "git", | |
2569 | "url": "https://github.com/hoaproject/Math.git", | |
2570 | "reference": "7150785d30f5d565704912116a462e9f5bc83a0c" | |
2571 | }, | |
2572 | "dist": { | |
2573 | "type": "zip", | |
2574 | "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c", | |
2575 | "reference": "7150785d30f5d565704912116a462e9f5bc83a0c", | |
2576 | "shasum": "" | |
2577 | }, | |
2578 | "require": { | |
2579 | "hoa/compiler": "~3.0", | |
2580 | "hoa/consistency": "~1.0", | |
2581 | "hoa/exception": "~1.0", | |
2582 | "hoa/iterator": "~2.0", | |
2583 | "hoa/protocol": "~1.0", | |
2584 | "hoa/zformat": "~1.0" | |
2585 | }, | |
2586 | "require-dev": { | |
2587 | "hoa/test": "~2.0" | |
2588 | }, | |
2589 | "type": "library", | |
2590 | "extra": { | |
2591 | "branch-alias": { | |
2592 | "dev-master": "1.x-dev" | |
2593 | } | |
2594 | }, | |
2595 | "autoload": { | |
2596 | "psr-4": { | |
2597 | "Hoa\\Math\\": "." | |
2598 | } | |
2599 | }, | |
2600 | "notification-url": "https://packagist.org/downloads/", | |
2601 | "license": [ | |
2602 | "BSD-3-Clause" | |
2603 | ], | |
2604 | "authors": [ | |
2605 | { | |
2606 | "name": "Ivan Enderlin", | |
2607 | "email": "ivan.enderlin@hoa-project.net" | |
2608 | }, | |
2609 | { | |
2610 | "name": "Hoa community", | |
2611 | "homepage": "https://hoa-project.net/" | |
2612 | } | |
2613 | ], | |
2614 | "description": "The Hoa\\Math library.", | |
2615 | "homepage": "https://hoa-project.net/", | |
2616 | "keywords": [ | |
2617 | "arrangement", | |
2618 | "combination", | |
2619 | "combinatorics", | |
2620 | "counting", | |
2621 | "library", | |
2622 | "math", | |
2623 | "permutation", | |
2624 | "sampler", | |
2625 | "set" | |
2626 | ], | |
2627 | "time": "2017-05-16T08:02:17+00:00" | |
2628 | }, | |
2629 | { | |
2630 | "name": "hoa/protocol", | |
2631 | "version": "1.17.01.14", | |
2632 | "source": { | |
2633 | "type": "git", | |
2634 | "url": "https://github.com/hoaproject/Protocol.git", | |
2635 | "reference": "5c2cf972151c45f373230da170ea015deecf19e2" | |
2636 | }, | |
2637 | "dist": { | |
2638 | "type": "zip", | |
2639 | "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2", | |
2640 | "reference": "5c2cf972151c45f373230da170ea015deecf19e2", | |
2641 | "shasum": "" | |
2642 | }, | |
2643 | "require": { | |
2644 | "hoa/consistency": "~1.0", | |
2645 | "hoa/exception": "~1.0" | |
2646 | }, | |
2647 | "require-dev": { | |
2648 | "hoa/test": "~2.0" | |
2649 | }, | |
2650 | "type": "library", | |
2651 | "extra": { | |
2652 | "branch-alias": { | |
2653 | "dev-master": "1.x-dev" | |
2654 | } | |
2655 | }, | |
2656 | "autoload": { | |
2657 | "psr-4": { | |
2658 | "Hoa\\Protocol\\": "." | |
2659 | }, | |
2660 | "files": [ | |
2661 | "Wrapper.php" | |
2662 | ] | |
2663 | }, | |
2664 | "notification-url": "https://packagist.org/downloads/", | |
2665 | "license": [ | |
2666 | "BSD-3-Clause" | |
2667 | ], | |
2668 | "authors": [ | |
2669 | { | |
2670 | "name": "Ivan Enderlin", | |
2671 | "email": "ivan.enderlin@hoa-project.net" | |
2672 | }, | |
2673 | { | |
2674 | "name": "Hoa community", | |
2675 | "homepage": "https://hoa-project.net/" | |
2676 | } | |
2677 | ], | |
2678 | "description": "The Hoa\\Protocol library.", | |
2679 | "homepage": "https://hoa-project.net/", | |
2680 | "keywords": [ | |
2681 | "library", | |
2682 | "protocol", | |
2683 | "resource", | |
2684 | "stream", | |
2685 | "wrapper" | |
2686 | ], | |
2687 | "time": "2017-01-14T12:26:10+00:00" | |
2688 | }, | |
2689 | { | |
2690 | "name": "hoa/regex", | |
2691 | "version": "1.17.01.13", | |
2692 | "source": { | |
2693 | "type": "git", | |
2694 | "url": "https://github.com/hoaproject/Regex.git", | |
2695 | "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec" | |
2696 | }, | |
2697 | "dist": { | |
2698 | "type": "zip", | |
2699 | "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec", | |
2700 | "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec", | |
2701 | "shasum": "" | |
2702 | }, | |
2703 | "require": { | |
2704 | "hoa/consistency": "~1.0", | |
2705 | "hoa/exception": "~1.0", | |
2706 | "hoa/math": "~1.0", | |
2707 | "hoa/protocol": "~1.0", | |
2708 | "hoa/ustring": "~4.0", | |
2709 | "hoa/visitor": "~2.0" | |
2710 | }, | |
2711 | "type": "library", | |
2712 | "extra": { | |
2713 | "branch-alias": { | |
2714 | "dev-master": "1.x-dev" | |
2715 | } | |
2716 | }, | |
2717 | "autoload": { | |
2718 | "psr-4": { | |
2719 | "Hoa\\Regex\\": "." | |
2720 | } | |
2721 | }, | |
2722 | "notification-url": "https://packagist.org/downloads/", | |
2723 | "license": [ | |
2724 | "BSD-3-Clause" | |
2725 | ], | |
2726 | "authors": [ | |
2727 | { | |
2728 | "name": "Ivan Enderlin", | |
2729 | "email": "ivan.enderlin@hoa-project.net" | |
2730 | }, | |
2731 | { | |
2732 | "name": "Hoa community", | |
2733 | "homepage": "https://hoa-project.net/" | |
2734 | } | |
2735 | ], | |
2736 | "description": "The Hoa\\Regex library.", | |
2737 | "homepage": "https://hoa-project.net/", | |
2738 | "keywords": [ | |
2739 | "compiler", | |
2740 | "library", | |
2741 | "regex" | |
2742 | ], | |
2743 | "time": "2017-01-13T16:10:24+00:00" | |
2744 | }, | |
2745 | { | |
2746 | "name": "hoa/ruler", | |
2747 | "version": "2.17.05.16", | |
2748 | "source": { | |
2749 | "type": "git", | |
2750 | "url": "https://github.com/hoaproject/Ruler.git", | |
2751 | "reference": "696835daf8336dfd490f032da7af444050e52dfc" | |
2752 | }, | |
2753 | "dist": { | |
2754 | "type": "zip", | |
2755 | "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc", | |
2756 | "reference": "696835daf8336dfd490f032da7af444050e52dfc", | |
2757 | "shasum": "" | |
2758 | }, | |
2759 | "require": { | |
2760 | "hoa/compiler": "~3.0", | |
2761 | "hoa/consistency": "~1.0", | |
2762 | "hoa/exception": "~1.0", | |
2763 | "hoa/file": "~1.0", | |
2764 | "hoa/protocol": "~1.0", | |
2765 | "hoa/visitor": "~2.0" | |
2766 | }, | |
2767 | "require-dev": { | |
2768 | "hoa/test": "~2.0" | |
2769 | }, | |
2770 | "type": "library", | |
2771 | "extra": { | |
2772 | "branch-alias": { | |
2773 | "dev-master": "2.x-dev" | |
2774 | } | |
2775 | }, | |
2776 | "autoload": { | |
2777 | "psr-4": { | |
2778 | "Hoa\\Ruler\\": "." | |
2779 | } | |
2780 | }, | |
2781 | "notification-url": "https://packagist.org/downloads/", | |
2782 | "license": [ | |
2783 | "BSD-3-Clause" | |
2784 | ], | |
2785 | "authors": [ | |
2786 | { | |
2787 | "name": "Ivan Enderlin", | |
2788 | "email": "ivan.enderlin@hoa-project.net" | |
2789 | }, | |
2790 | { | |
2791 | "name": "Hoa community", | |
2792 | "homepage": "https://hoa-project.net/" | |
2793 | } | |
2794 | ], | |
2795 | "description": "The Hoa\\Ruler library.", | |
2796 | "homepage": "https://hoa-project.net/", | |
2797 | "keywords": [ | |
2798 | "library", | |
2799 | "ruler" | |
2800 | ], | |
2801 | "time": "2017-05-16T07:52:21+00:00" | |
2802 | }, | |
2803 | { | |
2804 | "name": "hoa/stream", | |
2805 | "version": "1.17.02.21", | |
2806 | "source": { | |
2807 | "type": "git", | |
2808 | "url": "https://github.com/hoaproject/Stream.git", | |
2809 | "reference": "3293cfffca2de10525df51436adf88a559151d82" | |
2810 | }, | |
2811 | "dist": { | |
2812 | "type": "zip", | |
2813 | "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82", | |
2814 | "reference": "3293cfffca2de10525df51436adf88a559151d82", | |
2815 | "shasum": "" | |
2816 | }, | |
2817 | "require": { | |
2818 | "hoa/consistency": "~1.0", | |
2819 | "hoa/event": "~1.0", | |
2820 | "hoa/exception": "~1.0", | |
2821 | "hoa/protocol": "~1.0" | |
2822 | }, | |
2823 | "require-dev": { | |
2824 | "hoa/test": "~2.0" | |
2825 | }, | |
2826 | "type": "library", | |
2827 | "extra": { | |
2828 | "branch-alias": { | |
2829 | "dev-master": "1.x-dev" | |
2830 | } | |
2831 | }, | |
2832 | "autoload": { | |
2833 | "psr-4": { | |
2834 | "Hoa\\Stream\\": "." | |
2835 | } | |
2836 | }, | |
2837 | "notification-url": "https://packagist.org/downloads/", | |
2838 | "license": [ | |
2839 | "BSD-3-Clause" | |
2840 | ], | |
2841 | "authors": [ | |
2842 | { | |
2843 | "name": "Ivan Enderlin", | |
2844 | "email": "ivan.enderlin@hoa-project.net" | |
2845 | }, | |
2846 | { | |
2847 | "name": "Hoa community", | |
2848 | "homepage": "https://hoa-project.net/" | |
2849 | } | |
2850 | ], | |
2851 | "description": "The Hoa\\Stream library.", | |
2852 | "homepage": "https://hoa-project.net/", | |
2853 | "keywords": [ | |
2854 | "Context", | |
2855 | "bucket", | |
2856 | "composite", | |
2857 | "filter", | |
2858 | "in", | |
2859 | "library", | |
2860 | "out", | |
2861 | "protocol", | |
2862 | "stream", | |
2863 | "wrapper" | |
2864 | ], | |
2865 | "time": "2017-02-21T16:01:06+00:00" | |
2866 | }, | |
2867 | { | |
2868 | "name": "hoa/ustring", | |
2869 | "version": "4.17.01.16", | |
2870 | "source": { | |
2871 | "type": "git", | |
2872 | "url": "https://github.com/hoaproject/Ustring.git", | |
2873 | "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0" | |
2874 | }, | |
2875 | "dist": { | |
2876 | "type": "zip", | |
2877 | "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0", | |
2878 | "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0", | |
2879 | "shasum": "" | |
2880 | }, | |
2881 | "require": { | |
2882 | "hoa/consistency": "~1.0", | |
2883 | "hoa/exception": "~1.0" | |
2884 | }, | |
2885 | "require-dev": { | |
2886 | "hoa/test": "~2.0" | |
2887 | }, | |
2888 | "suggest": { | |
2889 | "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", | |
2890 | "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()." | |
2891 | }, | |
2892 | "type": "library", | |
2893 | "extra": { | |
2894 | "branch-alias": { | |
2895 | "dev-master": "4.x-dev" | |
2896 | } | |
2897 | }, | |
2898 | "autoload": { | |
2899 | "psr-4": { | |
2900 | "Hoa\\Ustring\\": "." | |
2901 | } | |
2902 | }, | |
2903 | "notification-url": "https://packagist.org/downloads/", | |
2904 | "license": [ | |
2905 | "BSD-3-Clause" | |
2906 | ], | |
2907 | "authors": [ | |
2908 | { | |
2909 | "name": "Ivan Enderlin", | |
2910 | "email": "ivan.enderlin@hoa-project.net" | |
2911 | }, | |
2912 | { | |
2913 | "name": "Hoa community", | |
2914 | "homepage": "https://hoa-project.net/" | |
2915 | } | |
2916 | ], | |
2917 | "description": "The Hoa\\Ustring library.", | |
2918 | "homepage": "https://hoa-project.net/", | |
2919 | "keywords": [ | |
2920 | "library", | |
2921 | "search", | |
2922 | "string", | |
2923 | "unicode" | |
2924 | ], | |
2925 | "time": "2017-01-16T07:08:25+00:00" | |
2926 | }, | |
2927 | { | |
2928 | "name": "hoa/visitor", | |
2929 | "version": "2.17.01.16", | |
2930 | "source": { | |
2931 | "type": "git", | |
2932 | "url": "https://github.com/hoaproject/Visitor.git", | |
2933 | "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a" | |
2934 | }, | |
2935 | "dist": { | |
2936 | "type": "zip", | |
2937 | "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a", | |
2938 | "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a", | |
2939 | "shasum": "" | |
2940 | }, | |
2941 | "require": { | |
2942 | "hoa/consistency": "~1.0" | |
2943 | }, | |
2944 | "require-dev": { | |
2945 | "hoa/test": "~2.0" | |
2946 | }, | |
2947 | "type": "library", | |
2948 | "extra": { | |
2949 | "branch-alias": { | |
2950 | "dev-master": "2.x-dev" | |
2951 | } | |
2952 | }, | |
2953 | "autoload": { | |
2954 | "psr-4": { | |
2955 | "Hoa\\Visitor\\": "." | |
2956 | } | |
2957 | }, | |
2958 | "notification-url": "https://packagist.org/downloads/", | |
2959 | "license": [ | |
2960 | "BSD-3-Clause" | |
2961 | ], | |
2962 | "authors": [ | |
2963 | { | |
2964 | "name": "Ivan Enderlin", | |
2965 | "email": "ivan.enderlin@hoa-project.net" | |
2966 | }, | |
2967 | { | |
2968 | "name": "Hoa community", | |
2969 | "homepage": "https://hoa-project.net/" | |
2970 | } | |
2971 | ], | |
2972 | "description": "The Hoa\\Visitor library.", | |
2973 | "homepage": "https://hoa-project.net/", | |
2974 | "keywords": [ | |
2975 | "library", | |
2976 | "structure", | |
2977 | "visit", | |
2978 | "visitor" | |
2979 | ], | |
2980 | "time": "2017-01-16T07:02:03+00:00" | |
2981 | }, | |
2982 | { | |
2983 | "name": "hoa/zformat", | |
2984 | "version": "1.17.01.10", | |
2985 | "source": { | |
2986 | "type": "git", | |
2987 | "url": "https://github.com/hoaproject/Zformat.git", | |
2988 | "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2" | |
2989 | }, | |
2990 | "dist": { | |
2991 | "type": "zip", | |
2992 | "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2", | |
2993 | "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2", | |
2994 | "shasum": "" | |
2995 | }, | |
2996 | "require": { | |
2997 | "hoa/consistency": "~1.0", | |
2998 | "hoa/exception": "~1.0" | |
2999 | }, | |
3000 | "type": "library", | |
3001 | "extra": { | |
3002 | "branch-alias": { | |
3003 | "dev-master": "1.x-dev" | |
3004 | } | |
3005 | }, | |
3006 | "autoload": { | |
3007 | "psr-4": { | |
3008 | "Hoa\\Zformat\\": "." | |
3009 | } | |
3010 | }, | |
3011 | "notification-url": "https://packagist.org/downloads/", | |
3012 | "license": [ | |
3013 | "BSD-3-Clause" | |
3014 | ], | |
3015 | "authors": [ | |
3016 | { | |
3017 | "name": "Ivan Enderlin", | |
3018 | "email": "ivan.enderlin@hoa-project.net" | |
3019 | }, | |
3020 | { | |
3021 | "name": "Hoa community", | |
3022 | "homepage": "https://hoa-project.net/" | |
3023 | } | |
3024 | ], | |
3025 | "description": "The Hoa\\Zformat library.", | |
3026 | "homepage": "https://hoa-project.net/", | |
3027 | "keywords": [ | |
3028 | "library", | |
3029 | "parameter", | |
3030 | "zformat" | |
3031 | ], | |
3032 | "time": "2017-01-10T10:39:54+00:00" | |
3033 | }, | |
3034 | { | |
3035 | "name": "html2text/html2text", | |
3036 | "version": "4.1.0", | |
3037 | "source": { | |
3038 | "type": "git", | |
3039 | "url": "https://github.com/mtibben/html2text.git", | |
3040 | "reference": "bf613dc8d3389d70c891cd847954346acab16574" | |
3041 | }, | |
3042 | "dist": { | |
3043 | "type": "zip", | |
3044 | "url": "https://api.github.com/repos/mtibben/html2text/zipball/bf613dc8d3389d70c891cd847954346acab16574", | |
3045 | "reference": "bf613dc8d3389d70c891cd847954346acab16574", | |
3046 | "shasum": "" | |
3047 | }, | |
3048 | "require-dev": { | |
3049 | "phpunit/phpunit": "~4" | |
3050 | }, | |
3051 | "suggest": { | |
3052 | "ext-mbstring": "For best performance", | |
3053 | "symfony/polyfill-mbstring": "If you can't install ext-mbstring" | |
3054 | }, | |
3055 | "type": "library", | |
3056 | "autoload": { | |
3057 | "psr-4": { | |
3058 | "Html2Text\\": [ | |
3059 | "src/", | |
3060 | "test/" | |
3061 | ] | |
3062 | } | |
3063 | }, | |
3064 | "notification-url": "https://packagist.org/downloads/", | |
3065 | "license": [ | |
3066 | "GPLv2" | |
3067 | ], | |
3068 | "description": "Converts HTML to formatted plain text", | |
3069 | "time": "2017-05-15T01:50:59+00:00" | |
3070 | }, | |
3071 | { | |
3072 | "name": "incenteev/composer-parameter-handler", | |
3073 | "version": "v2.1.3", | |
3074 | "source": { | |
3075 | "type": "git", | |
3076 | "url": "https://github.com/Incenteev/ParameterHandler.git", | |
3077 | "reference": "933c45a34814f27f2345c11c37d46b3ca7303550" | |
3078 | }, | |
3079 | "dist": { | |
3080 | "type": "zip", | |
3081 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550", | |
3082 | "reference": "933c45a34814f27f2345c11c37d46b3ca7303550", | |
3083 | "shasum": "" | |
3084 | }, | |
3085 | "require": { | |
3086 | "php": ">=5.3.3", | |
3087 | "symfony/yaml": "^2.3 || ^3.0 || ^4.0" | |
3088 | }, | |
3089 | "require-dev": { | |
3090 | "composer/composer": "^1.0@dev", | |
3091 | "symfony/filesystem": "^2.3 || ^3 || ^4", | |
3092 | "symfony/phpunit-bridge": "^4.0" | |
3093 | }, | |
3094 | "type": "library", | |
3095 | "extra": { | |
3096 | "branch-alias": { | |
3097 | "dev-master": "2.1.x-dev" | |
3098 | } | |
3099 | }, | |
3100 | "autoload": { | |
3101 | "psr-4": { | |
3102 | "Incenteev\\ParameterHandler\\": "" | |
3103 | } | |
3104 | }, | |
3105 | "notification-url": "https://packagist.org/downloads/", | |
3106 | "license": [ | |
3107 | "MIT" | |
3108 | ], | |
3109 | "authors": [ | |
3110 | { | |
3111 | "name": "Christophe Coevoet", | |
3112 | "email": "stof@notk.org" | |
3113 | } | |
3114 | ], | |
3115 | "description": "Composer script handling your ignored parameter file", | |
3116 | "homepage": "https://github.com/Incenteev/ParameterHandler", | |
3117 | "keywords": [ | |
3118 | "parameters management" | |
3119 | ], | |
3120 | "time": "2018-02-13T18:05:56+00:00" | |
3121 | }, | |
3122 | { | |
3123 | "name": "j0k3r/graby", | |
3124 | "version": "1.13.4", | |
3125 | "source": { | |
3126 | "type": "git", | |
3127 | "url": "https://github.com/j0k3r/graby.git", | |
3128 | "reference": "040c0370476d7834855d5ba6dcdf9e8cffe52e47" | |
3129 | }, | |
3130 | "dist": { | |
3131 | "type": "zip", | |
3132 | "url": "https://api.github.com/repos/j0k3r/graby/zipball/040c0370476d7834855d5ba6dcdf9e8cffe52e47", | |
3133 | "reference": "040c0370476d7834855d5ba6dcdf9e8cffe52e47", | |
3134 | "shasum": "" | |
3135 | }, | |
3136 | "require": { | |
3137 | "ext-curl": "*", | |
3138 | "fossar/htmlawed": "^1.2.4", | |
3139 | "guzzlehttp/guzzle": "^5.2.0", | |
3140 | "j0k3r/graby-site-config": "^1.0", | |
3141 | "j0k3r/php-readability": "^1.0", | |
3142 | "j0k3r/safecurl": "~2.0", | |
3143 | "monolog/monolog": "^1.13.1", | |
3144 | "php": ">=5.4", | |
3145 | "simplepie/simplepie": "^1.3.1", | |
3146 | "smalot/pdfparser": "~0.11", | |
3147 | "symfony/options-resolver": "~2.6|~3.0", | |
3148 | "true/punycode": "~2.0", | |
3149 | "wallabag/tcpdf": "^6.2" | |
3150 | }, | |
3151 | "require-dev": { | |
3152 | "friendsofphp/php-cs-fixer": "~2.0", | |
3153 | "satooshi/php-coveralls": "~0.6", | |
3154 | "symfony/phpunit-bridge": "~2.6|~3.0" | |
3155 | }, | |
3156 | "type": "library", | |
3157 | "autoload": { | |
3158 | "psr-4": { | |
3159 | "Graby\\": "src/" | |
3160 | } | |
3161 | }, | |
3162 | "notification-url": "https://packagist.org/downloads/", | |
3163 | "license": [ | |
3164 | "MIT" | |
3165 | ], | |
3166 | "authors": [ | |
3167 | { | |
3168 | "name": "Jeremy Benoist", | |
3169 | "email": "jeremy.benoist@gmail.com", | |
3170 | "role": "Developer" | |
3171 | }, | |
3172 | { | |
3173 | "name": "FiveFilters.org", | |
3174 | "email": "fivefilters@fivefilters.org", | |
3175 | "role": "Developer (original version)" | |
3176 | } | |
3177 | ], | |
3178 | "description": "Graby helps you extract article content from web pages", | |
3179 | "time": "2018-06-11T15:18:27+00:00" | |
3180 | }, | |
3181 | { | |
3182 | "name": "j0k3r/graby-site-config", | |
3183 | "version": "1.0.53", | |
3184 | "source": { | |
3185 | "type": "git", | |
3186 | "url": "https://github.com/j0k3r/graby-site-config.git", | |
3187 | "reference": "34197d01c0989813c2092f9b4fc22ed4cf042bf1" | |
3188 | }, | |
3189 | "dist": { | |
3190 | "type": "zip", | |
3191 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/34197d01c0989813c2092f9b4fc22ed4cf042bf1", | |
3192 | "reference": "34197d01c0989813c2092f9b4fc22ed4cf042bf1", | |
3193 | "shasum": "" | |
3194 | }, | |
3195 | "require": { | |
3196 | "symfony/finder": "~2.6|~3.0" | |
3197 | }, | |
3198 | "require-dev": { | |
3199 | "liip/rmt": "1.2.*", | |
3200 | "symfony/phpunit-bridge": "^3.2" | |
3201 | }, | |
3202 | "type": "library", | |
3203 | "autoload": { | |
3204 | "psr-4": { | |
3205 | "GrabySiteConfig\\SiteConfig\\": "src/" | |
3206 | } | |
3207 | }, | |
3208 | "notification-url": "https://packagist.org/downloads/", | |
3209 | "license": [ | |
3210 | "CC0-1.0" | |
3211 | ], | |
3212 | "authors": [ | |
3213 | { | |
3214 | "name": "Jeremy Benoist", | |
3215 | "email": "jeremy.benoist@gmail.com" | |
3216 | } | |
3217 | ], | |
3218 | "description": "Graby site config files", | |
3219 | "time": "2018-06-14T12:21:18+00:00" | |
3220 | }, | |
3221 | { | |
3222 | "name": "j0k3r/php-readability", | |
3223 | "version": "1.1.10", | |
3224 | "source": { | |
3225 | "type": "git", | |
3226 | "url": "https://github.com/j0k3r/php-readability.git", | |
3227 | "reference": "ed3393a79fe8fbbf1abe7daf17a47b21d862ddfb" | |
3228 | }, | |
3229 | "dist": { | |
3230 | "type": "zip", | |
3231 | "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/ed3393a79fe8fbbf1abe7daf17a47b21d862ddfb", | |
3232 | "reference": "ed3393a79fe8fbbf1abe7daf17a47b21d862ddfb", | |
3233 | "shasum": "" | |
3234 | }, | |
3235 | "require": { | |
3236 | "electrolinux/php-html5lib": "^0.1.0", | |
3237 | "ext-mbstring": "*", | |
3238 | "php": ">=5.3.3", | |
3239 | "psr/log": "^1.0" | |
3240 | }, | |
3241 | "require-dev": { | |
3242 | "friendsofphp/php-cs-fixer": "<2", | |
3243 | "monolog/monolog": "^1.13", | |
3244 | "satooshi/php-coveralls": "~0.6", | |
3245 | "symfony/phpunit-bridge": "^3.2" | |
3246 | }, | |
3247 | "suggest": { | |
3248 | "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure." | |
3249 | }, | |
3250 | "type": "library", | |
3251 | "autoload": { | |
3252 | "psr-4": { | |
3253 | "Readability\\": "src/" | |
3254 | } | |
3255 | }, | |
3256 | "notification-url": "https://packagist.org/downloads/", | |
3257 | "license": [ | |
3258 | "Apache-2.0" | |
3259 | ], | |
3260 | "authors": [ | |
3261 | { | |
3262 | "name": "Keyvan Minoukadeh", | |
3263 | "email": "keyvan@keyvan.net", | |
3264 | "homepage": "http://keyvan.net", | |
3265 | "role": "Developer (ported original JS code to PHP)" | |
3266 | }, | |
3267 | { | |
3268 | "name": "Arc90", | |
3269 | "homepage": "http://arc90.com", | |
3270 | "role": "Developer (original JS version)" | |
3271 | }, | |
3272 | { | |
3273 | "name": "Jeremy Benoist", | |
3274 | "email": "jeremy.benoist@gmail.com", | |
3275 | "homepage": "http://www.j0k3r.net", | |
3276 | "role": "Developer" | |
3277 | }, | |
3278 | { | |
3279 | "name": "DitherSky", | |
3280 | "homepage": "https://github.com/Dither", | |
3281 | "role": "Developer (https://github.com/Dither/full-text-rss)" | |
3282 | } | |
3283 | ], | |
3284 | "description": "Automatic article extraction from HTML", | |
3285 | "keywords": [ | |
3286 | "article", | |
3287 | "article extraction", | |
3288 | "content", | |
3289 | "content extraction", | |
3290 | "extraction", | |
3291 | "html" | |
3292 | ], | |
3293 | "time": "2018-06-05T11:54:53+00:00" | |
3294 | }, | |
3295 | { | |
3296 | "name": "j0k3r/safecurl", | |
3297 | "version": "2.0.2", | |
3298 | "source": { | |
3299 | "type": "git", | |
3300 | "url": "https://github.com/j0k3r/safecurl.git", | |
3301 | "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b" | |
3302 | }, | |
3303 | "dist": { | |
3304 | "type": "zip", | |
3305 | "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b", | |
3306 | "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b", | |
3307 | "shasum": "" | |
3308 | }, | |
3309 | "require": { | |
3310 | "ext-curl": "*", | |
3311 | "php": ">=5.3.3" | |
3312 | }, | |
3313 | "require-dev": { | |
3314 | "phpunit/phpunit": "^4.0.0" | |
3315 | }, | |
3316 | "type": "library", | |
3317 | "autoload": { | |
3318 | "psr-4": { | |
3319 | "fin1te\\SafeCurl\\": "src/" | |
3320 | } | |
3321 | }, | |
3322 | "notification-url": "https://packagist.org/downloads/", | |
3323 | "license": [ | |
3324 | "MIT" | |
3325 | ], | |
3326 | "authors": [ | |
3327 | { | |
3328 | "name": "Jeremy Benoist", | |
3329 | "email": "jeremy.benoist@gmail.com" | |
3330 | }, | |
3331 | { | |
3332 | "name": "Jack W", | |
3333 | "email": "jack@fin1te.net", | |
3334 | "role": "Developer (original version)" | |
3335 | } | |
3336 | ], | |
3337 | "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.", | |
3338 | "keywords": [ | |
3339 | "curl", | |
3340 | "safe", | |
3341 | "safecurl", | |
3342 | "ssrf", | |
3343 | "websec" | |
3344 | ], | |
3345 | "time": "2015-11-23T08:16:01+00:00" | |
3346 | }, | |
3347 | { | |
3348 | "name": "javibravo/simpleue", | |
3349 | "version": "2.1.0", | |
3350 | "source": { | |
3351 | "type": "git", | |
3352 | "url": "https://github.com/javibravo/simpleue.git", | |
3353 | "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6" | |
3354 | }, | |
3355 | "dist": { | |
3356 | "type": "zip", | |
3357 | "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6", | |
3358 | "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6", | |
3359 | "shasum": "" | |
3360 | }, | |
3361 | "require": { | |
3362 | "php": ">=5.5", | |
3363 | "psr/log": "~1.0" | |
3364 | }, | |
3365 | "require-dev": { | |
3366 | "aws/aws-sdk-php": "^3.9", | |
3367 | "pda/pheanstalk": "^3.1", | |
3368 | "phpunit/phpunit": "4.0.*", | |
3369 | "predis/predis": "^1.0" | |
3370 | }, | |
3371 | "suggest": { | |
3372 | "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues", | |
3373 | "ext-redis": "Allow work with Redis Locker", | |
3374 | "pda/pheanstalk": "Allow work with Beanstalkd queues", | |
3375 | "predis/predis": "Allow work with Redis queues" | |
3376 | }, | |
3377 | "type": "library", | |
3378 | "autoload": { | |
3379 | "psr-4": { | |
3380 | "Simpleue\\": "src/Simpleue" | |
3381 | } | |
3382 | }, | |
3383 | "notification-url": "https://packagist.org/downloads/", | |
3384 | "license": [ | |
3385 | "MIT" | |
3386 | ], | |
3387 | "authors": [ | |
3388 | { | |
3389 | "name": "Javier Bravo", | |
3390 | "email": "javibravo85@gmail.com" | |
3391 | } | |
3392 | ], | |
3393 | "description": "Php package to manage queue tasks in a simple way", | |
3394 | "homepage": "http://github.com/javibravo/simpleue", | |
3395 | "keywords": [ | |
3396 | "job", | |
3397 | "queue", | |
3398 | "redis", | |
3399 | "sqs", | |
3400 | "task" | |
3401 | ], | |
3402 | "time": "2017-11-15T13:41:13+00:00" | |
3403 | }, | |
3404 | { | |
3405 | "name": "jdorn/sql-formatter", | |
3406 | "version": "v1.2.17", | |
3407 | "source": { | |
3408 | "type": "git", | |
3409 | "url": "https://github.com/jdorn/sql-formatter.git", | |
3410 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" | |
3411 | }, | |
3412 | "dist": { | |
3413 | "type": "zip", | |
3414 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", | |
3415 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", | |
3416 | "shasum": "" | |
3417 | }, | |
3418 | "require": { | |
3419 | "php": ">=5.2.4" | |
3420 | }, | |
3421 | "require-dev": { | |
3422 | "phpunit/phpunit": "3.7.*" | |
3423 | }, | |
3424 | "type": "library", | |
3425 | "extra": { | |
3426 | "branch-alias": { | |
3427 | "dev-master": "1.3.x-dev" | |
3428 | } | |
3429 | }, | |
3430 | "autoload": { | |
3431 | "classmap": [ | |
3432 | "lib" | |
3433 | ] | |
3434 | }, | |
3435 | "notification-url": "https://packagist.org/downloads/", | |
3436 | "license": [ | |
3437 | "MIT" | |
3438 | ], | |
3439 | "authors": [ | |
3440 | { | |
3441 | "name": "Jeremy Dorn", | |
3442 | "email": "jeremy@jeremydorn.com", | |
3443 | "homepage": "http://jeremydorn.com/" | |
3444 | } | |
3445 | ], | |
3446 | "description": "a PHP SQL highlighting library", | |
3447 | "homepage": "https://github.com/jdorn/sql-formatter/", | |
3448 | "keywords": [ | |
3449 | "highlight", | |
3450 | "sql" | |
3451 | ], | |
3452 | "time": "2014-01-12T16:20:24+00:00" | |
3453 | }, | |
3454 | { | |
3455 | "name": "jms/metadata", | |
3456 | "version": "1.6.0", | |
3457 | "source": { | |
3458 | "type": "git", | |
3459 | "url": "https://github.com/schmittjoh/metadata.git", | |
3460 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" | |
3461 | }, | |
3462 | "dist": { | |
3463 | "type": "zip", | |
3464 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", | |
3465 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", | |
3466 | "shasum": "" | |
3467 | }, | |
3468 | "require": { | |
3469 | "php": ">=5.3.0" | |
3470 | }, | |
3471 | "require-dev": { | |
3472 | "doctrine/cache": "~1.0", | |
3473 | "symfony/cache": "~3.1" | |
3474 | }, | |
3475 | "type": "library", | |
3476 | "extra": { | |
3477 | "branch-alias": { | |
3478 | "dev-master": "1.5.x-dev" | |
3479 | } | |
3480 | }, | |
3481 | "autoload": { | |
3482 | "psr-0": { | |
3483 | "Metadata\\": "src/" | |
3484 | } | |
3485 | }, | |
3486 | "notification-url": "https://packagist.org/downloads/", | |
3487 | "license": [ | |
3488 | "Apache-2.0" | |
3489 | ], | |
3490 | "authors": [ | |
3491 | { | |
3492 | "name": "Johannes M. Schmitt", | |
3493 | "email": "schmittjoh@gmail.com" | |
3494 | } | |
3495 | ], | |
3496 | "description": "Class/method/property metadata management in PHP", | |
3497 | "keywords": [ | |
3498 | "annotations", | |
3499 | "metadata", | |
3500 | "xml", | |
3501 | "yaml" | |
3502 | ], | |
3503 | "time": "2016-12-05T10:18:33+00:00" | |
3504 | }, | |
3505 | { | |
3506 | "name": "jms/parser-lib", | |
3507 | "version": "1.0.0", | |
3508 | "source": { | |
3509 | "type": "git", | |
3510 | "url": "https://github.com/schmittjoh/parser-lib.git", | |
3511 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" | |
3512 | }, | |
3513 | "dist": { | |
3514 | "type": "zip", | |
3515 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", | |
3516 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", | |
3517 | "shasum": "" | |
3518 | }, | |
3519 | "require": { | |
3520 | "phpoption/phpoption": ">=0.9,<2.0-dev" | |
3521 | }, | |
3522 | "type": "library", | |
3523 | "extra": { | |
3524 | "branch-alias": { | |
3525 | "dev-master": "1.0-dev" | |
3526 | } | |
3527 | }, | |
3528 | "autoload": { | |
3529 | "psr-0": { | |
3530 | "JMS\\": "src/" | |
3531 | } | |
3532 | }, | |
3533 | "notification-url": "https://packagist.org/downloads/", | |
3534 | "license": [ | |
3535 | "Apache2" | |
3536 | ], | |
3537 | "description": "A library for easily creating recursive-descent parsers.", | |
3538 | "time": "2012-11-18T18:08:43+00:00" | |
3539 | }, | |
3540 | { | |
3541 | "name": "jms/serializer", | |
3542 | "version": "1.12.1", | |
3543 | "source": { | |
3544 | "type": "git", | |
3545 | "url": "https://github.com/schmittjoh/serializer.git", | |
3546 | "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763" | |
3547 | }, | |
3548 | "dist": { | |
3549 | "type": "zip", | |
3550 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763", | |
3551 | "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763", | |
3552 | "shasum": "" | |
3553 | }, | |
3554 | "require": { | |
3555 | "doctrine/annotations": "^1.0", | |
3556 | "doctrine/instantiator": "^1.0.3", | |
3557 | "jms/metadata": "^1.3", | |
3558 | "jms/parser-lib": "1.*", | |
3559 | "php": "^5.5|^7.0", | |
3560 | "phpcollection/phpcollection": "~0.1", | |
3561 | "phpoption/phpoption": "^1.1" | |
3562 | }, | |
3563 | "conflict": { | |
3564 | "twig/twig": "<1.12" | |
3565 | }, | |
3566 | "require-dev": { | |
3567 | "doctrine/orm": "~2.1", | |
3568 | "doctrine/phpcr-odm": "^1.3|^2.0", | |
3569 | "ext-pdo_sqlite": "*", | |
3570 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", | |
3571 | "phpunit/phpunit": "^4.8|^5.0", | |
3572 | "propel/propel1": "~1.7", | |
3573 | "psr/container": "^1.0", | |
3574 | "symfony/dependency-injection": "^2.7|^3.3|^4.0", | |
3575 | "symfony/expression-language": "^2.6|^3.0", | |
3576 | "symfony/filesystem": "^2.1", | |
3577 | "symfony/form": "~2.1|^3.0", | |
3578 | "symfony/translation": "^2.1|^3.0", | |
3579 | "symfony/validator": "^2.2|^3.0", | |
3580 | "symfony/yaml": "^2.1|^3.0", | |
3581 | "twig/twig": "~1.12|~2.0" | |
3582 | }, | |
3583 | "suggest": { | |
3584 | "doctrine/cache": "Required if you like to use cache functionality.", | |
3585 | "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", | |
3586 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." | |
3587 | }, | |
3588 | "type": "library", | |
3589 | "extra": { | |
3590 | "branch-alias": { | |
3591 | "dev-1.x": "1.11-dev" | |
3592 | } | |
3593 | }, | |
3594 | "autoload": { | |
3595 | "psr-0": { | |
3596 | "JMS\\Serializer": "src/" | |
3597 | } | |
3598 | }, | |
3599 | "notification-url": "https://packagist.org/downloads/", | |
3600 | "license": [ | |
3601 | "MIT" | |
3602 | ], | |
3603 | "authors": [ | |
3604 | { | |
3605 | "name": "Asmir Mustafic", | |
3606 | "email": "goetas@gmail.com" | |
3607 | }, | |
3608 | { | |
3609 | "name": "Johannes M. Schmitt", | |
3610 | "email": "schmittjoh@gmail.com" | |
3611 | } | |
3612 | ], | |
3613 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", | |
3614 | "homepage": "http://jmsyst.com/libs/serializer", | |
3615 | "keywords": [ | |
3616 | "deserialization", | |
3617 | "jaxb", | |
3618 | "json", | |
3619 | "serialization", | |
3620 | "xml" | |
3621 | ], | |
3622 | "time": "2018-06-01T12:10:12+00:00" | |
3623 | }, | |
3624 | { | |
3625 | "name": "jms/serializer-bundle", | |
3626 | "version": "2.4.1", | |
3627 | "source": { | |
3628 | "type": "git", | |
3629 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", | |
3630 | "reference": "73bad761515fabae3cb52bde7c73484081a91118" | |
3631 | }, | |
3632 | "dist": { | |
3633 | "type": "zip", | |
3634 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/73bad761515fabae3cb52bde7c73484081a91118", | |
3635 | "reference": "73bad761515fabae3cb52bde7c73484081a91118", | |
3636 | "shasum": "" | |
3637 | }, | |
3638 | "require": { | |
3639 | "jms/serializer": "^1.10", | |
3640 | "php": "^5.4|^7.0", | |
3641 | "phpoption/phpoption": "^1.1.0", | |
3642 | "symfony/framework-bundle": "~2.3|~3.0|~4.0" | |
3643 | }, | |
3644 | "require-dev": { | |
3645 | "doctrine/orm": "*", | |
3646 | "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0", | |
3647 | "symfony/expression-language": "~2.6|~3.0|~4.0", | |
3648 | "symfony/finder": "^2.3|^3.0|^4.0", | |
3649 | "symfony/form": "*", | |
3650 | "symfony/stopwatch": "*", | |
3651 | "symfony/twig-bundle": "*", | |
3652 | "symfony/validator": "*", | |
3653 | "symfony/yaml": "*" | |
3654 | }, | |
3655 | "suggest": { | |
3656 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3", | |
3657 | "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0" | |
3658 | }, | |
3659 | "type": "symfony-bundle", | |
3660 | "extra": { | |
3661 | "branch-alias": { | |
3662 | "dev-master": "2.4-dev" | |
3663 | } | |
3664 | }, | |
3665 | "autoload": { | |
3666 | "psr-4": { | |
3667 | "JMS\\SerializerBundle\\": "" | |
3668 | }, | |
3669 | "exclude-from-classmap": [ | |
3670 | "/Tests/" | |
3671 | ] | |
3672 | }, | |
3673 | "notification-url": "https://packagist.org/downloads/", | |
3674 | "license": [ | |
3675 | "Apache-2.0" | |
3676 | ], | |
3677 | "authors": [ | |
3678 | { | |
3679 | "name": "Asmir Mustafic", | |
3680 | "email": "goetas@gmail.com" | |
3681 | }, | |
3682 | { | |
3683 | "name": "Johannes M. Schmitt", | |
3684 | "email": "schmittjoh@gmail.com" | |
3685 | } | |
3686 | ], | |
3687 | "description": "Allows you to easily serialize, and deserialize data of any complexity", | |
3688 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", | |
3689 | "keywords": [ | |
3690 | "deserialization", | |
3691 | "jaxb", | |
3692 | "json", | |
3693 | "serialization", | |
3694 | "xml" | |
3695 | ], | |
3696 | "time": "2018-05-25T10:56:25+00:00" | |
3697 | }, | |
3698 | { | |
3699 | "name": "kphoen/rulerz", | |
3700 | "version": "0.20.5", | |
3701 | "source": { | |
3702 | "type": "git", | |
3703 | "url": "https://github.com/K-Phoen/rulerz.git", | |
3704 | "reference": "42fc542d338717c4649786b4b9e3195cb66c421a" | |
3705 | }, | |
3706 | "dist": { | |
3707 | "type": "zip", | |
3708 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/42fc542d338717c4649786b4b9e3195cb66c421a", | |
3709 | "reference": "42fc542d338717c4649786b4b9e3195cb66c421a", | |
3710 | "shasum": "" | |
3711 | }, | |
3712 | "require": { | |
3713 | "hoa/ruler": "~2.0", | |
3714 | "php": ">=5.5", | |
3715 | "symfony/property-access": "~2.3|~3.0" | |
3716 | }, | |
3717 | "require-dev": { | |
3718 | "behat/behat": "~3.0", | |
3719 | "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2", | |
3720 | "doctrine/orm": "~2.4", | |
3721 | "elasticsearch/elasticsearch": "~1.0", | |
3722 | "illuminate/database": "~5.0", | |
3723 | "liip/rmt": "^1.2", | |
3724 | "mikey179/vfsstream": "~1.4", | |
3725 | "phpspec/phpspec": "~2.0,>=2.4-dev", | |
3726 | "pomm-project/cli": "~2.0@dev", | |
3727 | "pomm-project/foundation": "~2.0@dev", | |
3728 | "pomm-project/model-manager": "~2.0.@dev", | |
3729 | "ruflin/elastica": "~1.0", | |
3730 | "solarium/solarium": "~3.0", | |
3731 | "vlucas/phpdotenv": "~2.1" | |
3732 | }, | |
3733 | "suggest": { | |
3734 | "doctrine/orm": "To execute rules as Doctrine queries", | |
3735 | "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries", | |
3736 | "kphoen/rulerz-spec-builder": "If you want a specification builder", | |
3737 | "pomm-project/model-manager": "To execute rules as Pomm queries", | |
3738 | "solarium/solarium": "To execute rules as Solr queries" | |
3739 | }, | |
3740 | "type": "library", | |
3741 | "extra": { | |
3742 | "branch-alias": { | |
3743 | "dev-master": "1.0.x-dev" | |
3744 | } | |
3745 | }, | |
3746 | "autoload": { | |
3747 | "psr-4": { | |
3748 | "RulerZ\\": "src/" | |
3749 | } | |
3750 | }, | |
3751 | "notification-url": "https://packagist.org/downloads/", | |
3752 | "license": [ | |
3753 | "MIT" | |
3754 | ], | |
3755 | "authors": [ | |
3756 | { | |
3757 | "name": "KĂ©vin Gomez", | |
3758 | "email": "contact@kevingomez.fr" | |
3759 | } | |
3760 | ], | |
3761 | "description": "Powerful implementation of the Specification pattern", | |
3762 | "homepage": "https://github.com/K-Phoen/RulerZ", | |
3763 | "keywords": [ | |
3764 | "doctrine", | |
3765 | "specification" | |
3766 | ], | |
3767 | "time": "2017-12-29T23:36:53+00:00" | |
3768 | }, | |
3769 | { | |
3770 | "name": "kphoen/rulerz-bridge", | |
3771 | "version": "1.0.1", | |
3772 | "source": { | |
3773 | "type": "git", | |
3774 | "url": "https://github.com/K-Phoen/rulerz-bridge.git", | |
3775 | "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3" | |
3776 | }, | |
3777 | "dist": { | |
3778 | "type": "zip", | |
3779 | "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/d0dbf900f93723e82350b307e5d694bb3acc46e3", | |
3780 | "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3", | |
3781 | "shasum": "" | |
3782 | }, | |
3783 | "require": { | |
3784 | "kphoen/rulerz": "~0.19,>=0.19.3", | |
3785 | "symfony/form": "^2.8|^3.0", | |
3786 | "symfony/validator": "^2.8|^3.0" | |
3787 | }, | |
3788 | "require-dev": { | |
3789 | "liip/rmt": "^1.2", | |
3790 | "phpunit/phpunit": "~4.8", | |
3791 | "symfony/phpunit-bridge": "^2.7|^3.0" | |
3792 | }, | |
3793 | "type": "symfony-bridge", | |
3794 | "autoload": { | |
3795 | "psr-4": { | |
3796 | "Symfony\\Bridge\\RulerZ\\": "" | |
3797 | }, | |
3798 | "exclude-from-classmap": [ | |
3799 | "/Tests/" | |
3800 | ] | |
3801 | }, | |
3802 | "notification-url": "https://packagist.org/downloads/", | |
3803 | "license": [ | |
3804 | "MIT" | |
3805 | ], | |
3806 | "authors": [ | |
3807 | { | |
3808 | "name": "KĂ©vin Gomez", | |
3809 | "email": "contact@kevingomez.fr" | |
3810 | } | |
3811 | ], | |
3812 | "description": "Symfony RulerZ Bridge", | |
3813 | "homepage": "https://github.com/K-Phoen/rulerz-bridge", | |
3814 | "keywords": [ | |
3815 | "Bridge", | |
3816 | "doctrine", | |
3817 | "ruler", | |
3818 | "rulerz", | |
3819 | "specification", | |
3820 | "symfony" | |
3821 | ], | |
3822 | "time": "2017-10-09T20:31:47+00:00" | |
3823 | }, | |
3824 | { | |
3825 | "name": "kphoen/rulerz-bundle", | |
3826 | "version": "0.14.1", | |
3827 | "source": { | |
3828 | "type": "git", | |
3829 | "url": "https://github.com/K-Phoen/RulerZBundle.git", | |
3830 | "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a" | |
3831 | }, | |
3832 | "dist": { | |
3833 | "type": "zip", | |
3834 | "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/a78a4b431b00f6ab12805c01aace090924a7b33a", | |
3835 | "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a", | |
3836 | "shasum": "" | |
3837 | }, | |
3838 | "require": { | |
3839 | "kphoen/rulerz": "~0.17,>=0.19.3", | |
3840 | "kphoen/rulerz-bridge": "^1.0", | |
3841 | "symfony/framework-bundle": "^2.8|^3.0", | |
3842 | "symfony/validator": "^2.8|^3.0" | |
3843 | }, | |
3844 | "require-dev": { | |
3845 | "liip/rmt": "^1.2", | |
3846 | "matthiasnoback/symfony-dependency-injection-test": "~0.7", | |
3847 | "mikey179/vfsstream": "~1.0", | |
3848 | "phpunit/phpunit": "^5.0", | |
3849 | "symfony/phpunit-bridge": "^2.7|^3.0" | |
3850 | }, | |
3851 | "type": "symfony-bundle", | |
3852 | "autoload": { | |
3853 | "psr-4": { | |
3854 | "KPhoen\\RulerZBundle\\": "" | |
3855 | } | |
3856 | }, | |
3857 | "notification-url": "https://packagist.org/downloads/", | |
3858 | "license": [ | |
3859 | "MIT" | |
3860 | ], | |
3861 | "authors": [ | |
3862 | { | |
3863 | "name": "KĂ©vin Gomez", | |
3864 | "email": "contact@kevingomez.fr" | |
3865 | } | |
3866 | ], | |
3867 | "description": "Symfony2 Bundle for RulerZ", | |
3868 | "homepage": "https://github.com/K-Phoen/RulerZBundle", | |
3869 | "keywords": [ | |
3870 | "doctrine", | |
3871 | "ruler", | |
3872 | "rulerz", | |
3873 | "specification" | |
3874 | ], | |
3875 | "time": "2017-10-22T16:37:45+00:00" | |
3876 | }, | |
3877 | { | |
3878 | "name": "lexik/form-filter-bundle", | |
3879 | "version": "v5.0.7", | |
3880 | "source": { | |
3881 | "type": "git", | |
3882 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", | |
3883 | "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3" | |
3884 | }, | |
3885 | "dist": { | |
3886 | "type": "zip", | |
3887 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/c8014b678c8872dfc045c18b159d0b4b85cf7be3", | |
3888 | "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3", | |
3889 | "shasum": "" | |
3890 | }, | |
3891 | "require": { | |
3892 | "doctrine/orm": "^2.4.8", | |
3893 | "php": ">=5.5.9", | |
3894 | "symfony/form": "~2.8|~3.0|^4.0", | |
3895 | "symfony/framework-bundle": "~2.8|~3.0|^4.0" | |
3896 | }, | |
3897 | "require-dev": { | |
3898 | "doctrine/mongodb-odm-bundle": "~3.0", | |
3899 | "phpunit/phpunit": "^5.7|~6.0" | |
3900 | }, | |
3901 | "type": "symfony-bundle", | |
3902 | "extra": { | |
3903 | "branch-alias": { | |
3904 | "dev-master": "5.x.x-dev" | |
3905 | } | |
3906 | }, | |
3907 | "autoload": { | |
3908 | "psr-4": { | |
3909 | "Lexik\\Bundle\\FormFilterBundle\\": "" | |
3910 | } | |
3911 | }, | |
3912 | "notification-url": "https://packagist.org/downloads/", | |
3913 | "license": [ | |
3914 | "MIT" | |
3915 | ], | |
3916 | "authors": [ | |
3917 | { | |
3918 | "name": "Dev Lexik", | |
3919 | "email": "dev@lexik.fr" | |
3920 | }, | |
3921 | { | |
3922 | "name": "Cedric Girard", | |
3923 | "email": "c.girard@lexik.fr" | |
3924 | } | |
3925 | ], | |
3926 | "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.", | |
3927 | "homepage": "https://github.com/lexik/LexikFormFilterBundle", | |
3928 | "keywords": [ | |
3929 | "bundle", | |
3930 | "doctrine", | |
3931 | "filter", | |
3932 | "form", | |
3933 | "symfony" | |
3934 | ], | |
3935 | "time": "2018-04-04T11:14:22+00:00" | |
3936 | }, | |
3937 | { | |
3938 | "name": "liip/theme-bundle", | |
3939 | "version": "1.5.2", | |
3940 | "source": { | |
3941 | "type": "git", | |
3942 | "url": "https://github.com/liip/LiipThemeBundle.git", | |
3943 | "reference": "ce951857a0ad88d93a49d920be9a2e352cf15340" | |
3944 | }, | |
3945 | "dist": { | |
3946 | "type": "zip", | |
3947 | "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ce951857a0ad88d93a49d920be9a2e352cf15340", | |
3948 | "reference": "ce951857a0ad88d93a49d920be9a2e352cf15340", | |
3949 | "shasum": "" | |
3950 | }, | |
3951 | "require": { | |
3952 | "php": "^5.3.9|^7.0", | |
3953 | "psr/log": "~1.0", | |
3954 | "symfony/finder": "^2.7|^3.0|^4.0", | |
3955 | "symfony/framework-bundle": "^2.7|^3.0|^4.0", | |
3956 | "symfony/templating": "^2.7|^3.0|^4.0", | |
3957 | "symfony/twig-bundle": "^2.7|^3.0|^4.0", | |
3958 | "twig/twig": "^1.27|^2.0" | |
3959 | }, | |
3960 | "conflict": { | |
3961 | "sebastian/comparator": "1.2.3" | |
3962 | }, | |
3963 | "require-dev": { | |
3964 | "phpunit/phpunit": "^4.8.35|^6.0", | |
3965 | "symfony/console": "^2.7|^3.0|^4.0", | |
3966 | "symfony/expression-language": "^2.7|^3.0|^4.0" | |
3967 | }, | |
3968 | "type": "symfony-bundle", | |
3969 | "extra": { | |
3970 | "branch-alias": { | |
3971 | "dev-master": "1.4-dev" | |
3972 | } | |
3973 | }, | |
3974 | "autoload": { | |
3975 | "psr-4": { | |
3976 | "Liip\\ThemeBundle\\": "" | |
3977 | } | |
3978 | }, | |
3979 | "notification-url": "https://packagist.org/downloads/", | |
3980 | "license": [ | |
3981 | "MIT" | |
3982 | ], | |
3983 | "authors": [ | |
3984 | { | |
3985 | "name": "Community contributions", | |
3986 | "homepage": "https://github.com/liip/LiipThemeBundle/contributors" | |
3987 | }, | |
3988 | { | |
3989 | "name": "Liip AG", | |
3990 | "homepage": "http://www.liip.ch/" | |
3991 | } | |
3992 | ], | |
3993 | "description": "Provides theming support for #Symfony2 Bundles", | |
3994 | "keywords": [ | |
3995 | "themes", | |
3996 | "theming" | |
3997 | ], | |
3998 | "time": "2017-12-19T14:03:21+00:00" | |
3999 | }, | |
4000 | { | |
4001 | "name": "mgargano/simplehtmldom", | |
4002 | "version": "1.5", | |
4003 | "source": { | |
4004 | "type": "git", | |
4005 | "url": "https://github.com/matgargano/simplehtmldom.git", | |
4006 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be" | |
4007 | }, | |
4008 | "dist": { | |
4009 | "type": "zip", | |
4010 | "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | |
4011 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | |
4012 | "shasum": "" | |
4013 | }, | |
4014 | "require": { | |
4015 | "php": ">=5.3.0" | |
4016 | }, | |
4017 | "type": "library", | |
4018 | "autoload": { | |
4019 | "psr-0": { | |
4020 | "SimpleHtmlDom": "src/" | |
4021 | }, | |
4022 | "files": [ | |
4023 | "src/simple_html_dom.php" | |
4024 | ] | |
4025 | }, | |
4026 | "notification-url": "https://packagist.org/downloads/", | |
4027 | "license": [ | |
4028 | "The MIT License" | |
4029 | ], | |
4030 | "authors": [ | |
4031 | { | |
4032 | "name": "S.C. Chen", | |
4033 | "email": "me578022@gmail.com" | |
4034 | } | |
4035 | ], | |
4036 | "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library", | |
4037 | "homepage": "http://simplehtmldom.sourceforge.net/", | |
4038 | "keywords": [ | |
4039 | "Simple", | |
4040 | "dom", | |
4041 | "html" | |
4042 | ], | |
4043 | "time": "2014-01-05T18:17:34+00:00" | |
4044 | }, | |
4045 | { | |
4046 | "name": "michelf/php-markdown", | |
4047 | "version": "1.8.0", | |
4048 | "source": { | |
4049 | "type": "git", | |
4050 | "url": "https://github.com/michelf/php-markdown.git", | |
4051 | "reference": "01ab082b355bf188d907b9929cd99b2923053495" | |
4052 | }, | |
4053 | "dist": { | |
4054 | "type": "zip", | |
4055 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", | |
4056 | "reference": "01ab082b355bf188d907b9929cd99b2923053495", | |
4057 | "shasum": "" | |
4058 | }, | |
4059 | "require": { | |
4060 | "php": ">=5.3.0" | |
4061 | }, | |
4062 | "type": "library", | |
4063 | "autoload": { | |
4064 | "psr-4": { | |
4065 | "Michelf\\": "Michelf/" | |
4066 | } | |
4067 | }, | |
4068 | "notification-url": "https://packagist.org/downloads/", | |
4069 | "license": [ | |
4070 | "BSD-3-Clause" | |
4071 | ], | |
4072 | "authors": [ | |
4073 | { | |
4074 | "name": "Michel Fortin", | |
4075 | "email": "michel.fortin@michelf.ca", | |
4076 | "homepage": "https://michelf.ca/", | |
4077 | "role": "Developer" | |
4078 | }, | |
4079 | { | |
4080 | "name": "John Gruber", | |
4081 | "homepage": "https://daringfireball.net/" | |
4082 | } | |
4083 | ], | |
4084 | "description": "PHP Markdown", | |
4085 | "homepage": "https://michelf.ca/projects/php-markdown/", | |
4086 | "keywords": [ | |
4087 | "markdown" | |
4088 | ], | |
4089 | "time": "2018-01-15T00:49:33+00:00" | |
4090 | }, | |
4091 | { | |
4092 | "name": "mnapoli/piwik-twig-extension", | |
4093 | "version": "1.0.0", | |
4094 | "source": { | |
4095 | "type": "git", | |
4096 | "url": "https://github.com/mnapoli/PiwikTwigExtension.git", | |
4097 | "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f" | |
4098 | }, | |
4099 | "dist": { | |
4100 | "type": "zip", | |
4101 | "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f", | |
4102 | "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f", | |
4103 | "shasum": "" | |
4104 | }, | |
4105 | "require": { | |
4106 | "php": ">=5.4", | |
4107 | "twig/twig": "~1.10" | |
4108 | }, | |
4109 | "require-dev": { | |
4110 | "phpunit/phpunit": "~4.0" | |
4111 | }, | |
4112 | "type": "library", | |
4113 | "autoload": { | |
4114 | "psr-4": { | |
4115 | "PiwikTwigExtension\\": "src/" | |
4116 | } | |
4117 | }, | |
4118 | "notification-url": "https://packagist.org/downloads/", | |
4119 | "license": [ | |
4120 | "MIT" | |
4121 | ], | |
4122 | "time": "2014-09-16T06:51:19+00:00" | |
4123 | }, | |
4124 | { | |
4125 | "name": "monolog/monolog", | |
4126 | "version": "1.23.0", | |
4127 | "source": { | |
4128 | "type": "git", | |
4129 | "url": "https://github.com/Seldaek/monolog.git", | |
4130 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" | |
4131 | }, | |
4132 | "dist": { | |
4133 | "type": "zip", | |
4134 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", | |
4135 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", | |
4136 | "shasum": "" | |
4137 | }, | |
4138 | "require": { | |
4139 | "php": ">=5.3.0", | |
4140 | "psr/log": "~1.0" | |
4141 | }, | |
4142 | "provide": { | |
4143 | "psr/log-implementation": "1.0.0" | |
4144 | }, | |
4145 | "require-dev": { | |
4146 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
4147 | "doctrine/couchdb": "~1.0@dev", | |
4148 | "graylog2/gelf-php": "~1.0", | |
4149 | "jakub-onderka/php-parallel-lint": "0.9", | |
4150 | "php-amqplib/php-amqplib": "~2.4", | |
4151 | "php-console/php-console": "^3.1.3", | |
4152 | "phpunit/phpunit": "~4.5", | |
4153 | "phpunit/phpunit-mock-objects": "2.3.0", | |
4154 | "ruflin/elastica": ">=0.90 <3.0", | |
4155 | "sentry/sentry": "^0.13", | |
4156 | "swiftmailer/swiftmailer": "^5.3|^6.0" | |
4157 | }, | |
4158 | "suggest": { | |
4159 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
4160 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
4161 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
4162 | "ext-mongo": "Allow sending log messages to a MongoDB server", | |
4163 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
4164 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
4165 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
4166 | "php-console/php-console": "Allow sending log messages to Google Chrome", | |
4167 | "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
4168 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
4169 | "sentry/sentry": "Allow sending log messages to a Sentry server" | |
4170 | }, | |
4171 | "type": "library", | |
4172 | "extra": { | |
4173 | "branch-alias": { | |
4174 | "dev-master": "2.0.x-dev" | |
4175 | } | |
4176 | }, | |
4177 | "autoload": { | |
4178 | "psr-4": { | |
4179 | "Monolog\\": "src/Monolog" | |
4180 | } | |
4181 | }, | |
4182 | "notification-url": "https://packagist.org/downloads/", | |
4183 | "license": [ | |
4184 | "MIT" | |
4185 | ], | |
4186 | "authors": [ | |
4187 | { | |
4188 | "name": "Jordi Boggiano", | |
4189 | "email": "j.boggiano@seld.be", | |
4190 | "homepage": "http://seld.be" | |
4191 | } | |
4192 | ], | |
4193 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
4194 | "homepage": "http://github.com/Seldaek/monolog", | |
4195 | "keywords": [ | |
4196 | "log", | |
4197 | "logging", | |
4198 | "psr-3" | |
4199 | ], | |
4200 | "time": "2017-06-19T01:22:40+00:00" | |
4201 | }, | |
4202 | { | |
4203 | "name": "nelmio/api-doc-bundle", | |
4204 | "version": "2.13.3", | |
4205 | "target-dir": "Nelmio/ApiDocBundle", | |
4206 | "source": { | |
4207 | "type": "git", | |
4208 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", | |
4209 | "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2" | |
4210 | }, | |
4211 | "dist": { | |
4212 | "type": "zip", | |
4213 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f0a606b6362c363043e01aa079bee2b0b5eb47a2", | |
4214 | "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2", | |
4215 | "shasum": "" | |
4216 | }, | |
4217 | "require": { | |
4218 | "michelf/php-markdown": "~1.4", | |
4219 | "php": ">=5.4", | |
4220 | "symfony/console": "~2.3|~3.0|~4.0", | |
4221 | "symfony/framework-bundle": "~2.3|~3.0|~4.0", | |
4222 | "symfony/twig-bundle": "~2.3|~3.0|~4.0" | |
4223 | }, | |
4224 | "conflict": { | |
4225 | "jms/serializer": "<0.12", | |
4226 | "jms/serializer-bundle": "<0.11", | |
4227 | "symfony/symfony": "~2.7.8", | |
4228 | "twig/twig": "<1.12" | |
4229 | }, | |
4230 | "require-dev": { | |
4231 | "doctrine/doctrine-bundle": "~1.5", | |
4232 | "doctrine/orm": "~2.3", | |
4233 | "dunglas/api-bundle": "~1.0", | |
4234 | "friendsofsymfony/rest-bundle": "~1.0|~2.0", | |
4235 | "jms/serializer-bundle": ">=0.11", | |
4236 | "sensio/framework-extra-bundle": "~3.0", | |
4237 | "symfony/browser-kit": "~2.3|~3.0|~4.0", | |
4238 | "symfony/css-selector": "~2.3|~3.0|~4.0", | |
4239 | "symfony/finder": "~2.3|~3.0|~4.0", | |
4240 | "symfony/form": "~2.3|~3.0|~4.0", | |
4241 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", | |
4242 | "symfony/serializer": "~2.7|~3.0|~4.0", | |
4243 | "symfony/validator": "~2.3|~3.0|~4.0", | |
4244 | "symfony/yaml": "~2.3|~3.0|~4.0" | |
4245 | }, | |
4246 | "suggest": { | |
4247 | "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.", | |
4248 | "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.", | |
4249 | "jms/serializer": "For making use of serializer information in the doc.", | |
4250 | "symfony/form": "For using form definitions as input.", | |
4251 | "symfony/validator": "For making use of validator information in the doc." | |
4252 | }, | |
4253 | "type": "symfony-bundle", | |
4254 | "extra": { | |
4255 | "branch-alias": { | |
4256 | "dev-2.x": "2.13-dev" | |
4257 | } | |
4258 | }, | |
4259 | "autoload": { | |
4260 | "psr-0": { | |
4261 | "Nelmio\\ApiDocBundle": "" | |
4262 | } | |
4263 | }, | |
4264 | "notification-url": "https://packagist.org/downloads/", | |
4265 | "license": [ | |
4266 | "MIT" | |
4267 | ], | |
4268 | "authors": [ | |
4269 | { | |
4270 | "name": "Nelmio", | |
4271 | "homepage": "http://nelm.io" | |
4272 | }, | |
4273 | { | |
4274 | "name": "Symfony Community", | |
4275 | "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" | |
4276 | } | |
4277 | ], | |
4278 | "description": "Generates documentation for your REST API from annotations", | |
4279 | "keywords": [ | |
4280 | "api", | |
4281 | "doc", | |
4282 | "documentation", | |
4283 | "rest" | |
4284 | ], | |
4285 | "time": "2017-12-05T06:14:09+00:00" | |
4286 | }, | |
4287 | { | |
4288 | "name": "nelmio/cors-bundle", | |
4289 | "version": "1.5.4", | |
4290 | "source": { | |
4291 | "type": "git", | |
4292 | "url": "https://github.com/nelmio/NelmioCorsBundle.git", | |
4293 | "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254" | |
4294 | }, | |
4295 | "dist": { | |
4296 | "type": "zip", | |
4297 | "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254", | |
4298 | "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254", | |
4299 | "shasum": "" | |
4300 | }, | |
4301 | "require": { | |
4302 | "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0" | |
4303 | }, | |
4304 | "require-dev": { | |
4305 | "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0", | |
4306 | "mockery/mockery": "^0.9 || ^1.0", | |
4307 | "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0" | |
4308 | }, | |
4309 | "type": "symfony-bundle", | |
4310 | "extra": { | |
4311 | "branch-alias": { | |
4312 | "dev-master": "1.5.x-dev" | |
4313 | } | |
4314 | }, | |
4315 | "autoload": { | |
4316 | "psr-4": { | |
4317 | "Nelmio\\CorsBundle\\": "" | |
4318 | }, | |
4319 | "exclude-from-classmap": [ | |
4320 | "/Tests/" | |
4321 | ] | |
4322 | }, | |
4323 | "notification-url": "https://packagist.org/downloads/", | |
4324 | "license": [ | |
4325 | "MIT" | |
4326 | ], | |
4327 | "authors": [ | |
4328 | { | |
4329 | "name": "Nelmio", | |
4330 | "homepage": "http://nelm.io" | |
4331 | }, | |
4332 | { | |
4333 | "name": "Symfony Community", | |
4334 | "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" | |
4335 | } | |
4336 | ], | |
4337 | "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application", | |
4338 | "keywords": [ | |
4339 | "api", | |
4340 | "cors", | |
4341 | "crossdomain" | |
4342 | ], | |
4343 | "time": "2017-12-11T18:41:54+00:00" | |
4344 | }, | |
4345 | { | |
4346 | "name": "ocramius/proxy-manager", | |
4347 | "version": "1.0.2", | |
4348 | "source": { | |
4349 | "type": "git", | |
4350 | "url": "https://github.com/Ocramius/ProxyManager.git", | |
4351 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11" | |
4352 | }, | |
4353 | "dist": { | |
4354 | "type": "zip", | |
4355 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11", | |
4356 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11", | |
4357 | "shasum": "" | |
4358 | }, | |
4359 | "require": { | |
4360 | "php": ">=5.3.3", | |
4361 | "zendframework/zend-code": ">2.2.5,<3.0" | |
4362 | }, | |
4363 | "require-dev": { | |
4364 | "ext-phar": "*", | |
4365 | "phpunit/phpunit": "~4.0", | |
4366 | "squizlabs/php_codesniffer": "1.5.*" | |
4367 | }, | |
4368 | "suggest": { | |
4369 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", | |
4370 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", | |
4371 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", | |
4372 | "zendframework/zend-stdlib": "To use the hydrator proxy", | |
4373 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" | |
4374 | }, | |
4375 | "type": "library", | |
4376 | "extra": { | |
4377 | "branch-alias": { | |
4378 | "dev-master": "2.0.x-dev" | |
4379 | } | |
4380 | }, | |
4381 | "autoload": { | |
4382 | "psr-0": { | |
4383 | "ProxyManager\\": "src" | |
4384 | } | |
4385 | }, | |
4386 | "notification-url": "https://packagist.org/downloads/", | |
4387 | "license": [ | |
4388 | "MIT" | |
4389 | ], | |
4390 | "authors": [ | |
4391 | { | |
4392 | "name": "Marco Pivetta", | |
4393 | "email": "ocramius@gmail.com", | |
4394 | "homepage": "http://ocramius.github.com/" | |
4395 | } | |
4396 | ], | |
4397 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", | |
4398 | "homepage": "https://github.com/Ocramius/ProxyManager", | |
4399 | "keywords": [ | |
4400 | "aop", | |
4401 | "lazy loading", | |
4402 | "proxy", | |
4403 | "proxy pattern", | |
4404 | "service proxies" | |
4405 | ], | |
4406 | "time": "2015-08-09T04:28:19+00:00" | |
4407 | }, | |
4408 | { | |
4409 | "name": "pagerfanta/pagerfanta", | |
4410 | "version": "v1.1.0", | |
4411 | "source": { | |
4412 | "type": "git", | |
4413 | "url": "https://github.com/whiteoctober/Pagerfanta.git", | |
4414 | "reference": "8400ab498e500018cff9a099ac22555e7949aa9a" | |
4415 | }, | |
4416 | "dist": { | |
4417 | "type": "zip", | |
4418 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/8400ab498e500018cff9a099ac22555e7949aa9a", | |
4419 | "reference": "8400ab498e500018cff9a099ac22555e7949aa9a", | |
4420 | "shasum": "" | |
4421 | }, | |
4422 | "require": { | |
4423 | "php": ">=5.3.0" | |
4424 | }, | |
4425 | "require-dev": { | |
4426 | "doctrine/orm": "~2.3", | |
4427 | "doctrine/phpcr-odm": "1.*", | |
4428 | "jackalope/jackalope-doctrine-dbal": "1.*", | |
4429 | "jmikola/geojson": "~1.0", | |
4430 | "mandango/mandango": "~1.0@dev", | |
4431 | "mandango/mondator": "~1.0@dev", | |
4432 | "phpunit/phpunit": "^4.8.35 | ^5.7", | |
4433 | "propel/propel": "~2.0@dev", | |
4434 | "propel/propel1": "~1.6", | |
4435 | "ruflin/elastica": "~1.3", | |
4436 | "solarium/solarium": "~3.1" | |
4437 | }, | |
4438 | "suggest": { | |
4439 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", | |
4440 | "doctrine/orm": "To use the DoctrineORMAdapter.", | |
4441 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", | |
4442 | "mandango/mandango": "To use the MandangoAdapter.", | |
4443 | "propel/propel": "To use the Propel2Adapter", | |
4444 | "propel/propel1": "To use the PropelAdapter", | |
4445 | "solarium/solarium": "To use the SolariumAdapter." | |
4446 | }, | |
4447 | "type": "library", | |
4448 | "extra": { | |
4449 | "branch-alias": { | |
4450 | "dev-master": "1.0.x-dev" | |
4451 | } | |
4452 | }, | |
4453 | "autoload": { | |
4454 | "psr-0": { | |
4455 | "Pagerfanta\\": "src/" | |
4456 | } | |
4457 | }, | |
4458 | "notification-url": "https://packagist.org/downloads/", | |
4459 | "license": [ | |
4460 | "MIT" | |
4461 | ], | |
4462 | "authors": [ | |
4463 | { | |
4464 | "name": "Pablo DĂez", | |
4465 | "email": "pablodip@gmail.com" | |
4466 | } | |
4467 | ], | |
4468 | "description": "Pagination for PHP 5.3", | |
4469 | "keywords": [ | |
4470 | "page", | |
4471 | "pagination", | |
4472 | "paginator", | |
4473 | "paging" | |
4474 | ], | |
4475 | "time": "2018-05-01T10:49:10+00:00" | |
4476 | }, | |
4477 | { | |
4478 | "name": "paragonie/random_compat", | |
4479 | "version": "v2.0.15", | |
4480 | "source": { | |
4481 | "type": "git", | |
4482 | "url": "https://github.com/paragonie/random_compat.git", | |
4483 | "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09" | |
4484 | }, | |
4485 | "dist": { | |
4486 | "type": "zip", | |
4487 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09", | |
4488 | "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09", | |
4489 | "shasum": "" | |
4490 | }, | |
4491 | "require": { | |
4492 | "php": ">=5.2.0" | |
4493 | }, | |
4494 | "require-dev": { | |
4495 | "phpunit/phpunit": "4.*|5.*" | |
4496 | }, | |
4497 | "suggest": { | |
4498 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
4499 | }, | |
4500 | "type": "library", | |
4501 | "autoload": { | |
4502 | "files": [ | |
4503 | "lib/random.php" | |
4504 | ] | |
4505 | }, | |
4506 | "notification-url": "https://packagist.org/downloads/", | |
4507 | "license": [ | |
4508 | "MIT" | |
4509 | ], | |
4510 | "authors": [ | |
4511 | { | |
4512 | "name": "Paragon Initiative Enterprises", | |
4513 | "email": "security@paragonie.com", | |
4514 | "homepage": "https://paragonie.com" | |
4515 | } | |
4516 | ], | |
4517 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
4518 | "keywords": [ | |
4519 | "csprng", | |
4520 | "polyfill", | |
4521 | "pseudorandom", | |
4522 | "random" | |
4523 | ], | |
4524 | "time": "2018-06-08T15:26:40+00:00" | |
4525 | }, | |
4526 | { | |
4527 | "name": "php-amqplib/php-amqplib", | |
4528 | "version": "v2.7.2", | |
4529 | "source": { | |
4530 | "type": "git", | |
4531 | "url": "https://github.com/php-amqplib/php-amqplib.git", | |
4532 | "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b" | |
4533 | }, | |
4534 | "dist": { | |
4535 | "type": "zip", | |
4536 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfd3694a86f1a7394d3693485259d4074a6ec79b", | |
4537 | "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b", | |
4538 | "shasum": "" | |
4539 | }, | |
4540 | "require": { | |
4541 | "ext-bcmath": "*", | |
4542 | "ext-mbstring": "*", | |
4543 | "php": ">=5.3.0" | |
4544 | }, | |
4545 | "replace": { | |
4546 | "videlalvaro/php-amqplib": "self.version" | |
4547 | }, | |
4548 | "require-dev": { | |
4549 | "phpdocumentor/phpdocumentor": "^2.9", | |
4550 | "phpunit/phpunit": "^4.8", | |
4551 | "scrutinizer/ocular": "^1.1", | |
4552 | "squizlabs/php_codesniffer": "^2.5" | |
4553 | }, | |
4554 | "suggest": { | |
4555 | "ext-sockets": "Use AMQPSocketConnection" | |
4556 | }, | |
4557 | "type": "library", | |
4558 | "extra": { | |
4559 | "branch-alias": { | |
4560 | "dev-master": "2.7-dev" | |
4561 | } | |
4562 | }, | |
4563 | "autoload": { | |
4564 | "psr-4": { | |
4565 | "PhpAmqpLib\\": "PhpAmqpLib/" | |
4566 | } | |
4567 | }, | |
4568 | "notification-url": "https://packagist.org/downloads/", | |
4569 | "license": [ | |
4570 | "LGPL-2.1-or-later" | |
4571 | ], | |
4572 | "authors": [ | |
4573 | { | |
4574 | "name": "Alvaro Videla", | |
4575 | "role": "Original Maintainer" | |
4576 | }, | |
4577 | { | |
4578 | "name": "John Kelly", | |
4579 | "email": "johnmkelly86@gmail.com", | |
4580 | "role": "Maintainer" | |
4581 | }, | |
4582 | { | |
4583 | "name": "RaĂșl Araya", | |
4584 | "email": "nubeiro@gmail.com", | |
4585 | "role": "Maintainer" | |
4586 | } | |
4587 | ], | |
4588 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", | |
4589 | "homepage": "https://github.com/php-amqplib/php-amqplib/", | |
4590 | "keywords": [ | |
4591 | "message", | |
4592 | "queue", | |
4593 | "rabbitmq" | |
4594 | ], | |
4595 | "time": "2018-02-11T19:28:00+00:00" | |
4596 | }, | |
4597 | { | |
4598 | "name": "php-amqplib/rabbitmq-bundle", | |
4599 | "version": "v1.14.4", | |
4600 | "source": { | |
4601 | "type": "git", | |
4602 | "url": "https://github.com/php-amqplib/RabbitMqBundle.git", | |
4603 | "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8" | |
4604 | }, | |
4605 | "dist": { | |
4606 | "type": "zip", | |
4607 | "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8", | |
4608 | "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8", | |
4609 | "shasum": "" | |
4610 | }, | |
4611 | "require": { | |
4612 | "php": "^5.3.9|^7.0", | |
4613 | "php-amqplib/php-amqplib": "^2.6", | |
4614 | "psr/log": "^1.0", | |
4615 | "symfony/config": "^2.7|^3.0|^4.0", | |
4616 | "symfony/console": "^2.7|^3.0|^4.0", | |
4617 | "symfony/dependency-injection": "^2.7|^3.0|^4.0", | |
4618 | "symfony/event-dispatcher": "^2.7|^3.0|^4.0", | |
4619 | "symfony/yaml": "^2.7|^3.0|^4.0" | |
4620 | }, | |
4621 | "replace": { | |
4622 | "oldsound/rabbitmq-bundle": "self.version" | |
4623 | }, | |
4624 | "require-dev": { | |
4625 | "phpunit/phpunit": "^4.8.35|^5.4.3", | |
4626 | "symfony/debug": "^2.7|^3.0|^4.0", | |
4627 | "symfony/serializer": "^2.7|^3.0|^4.0" | |
4628 | }, | |
4629 | "suggest": { | |
4630 | "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector" | |
4631 | }, | |
4632 | "type": "symfony-bundle", | |
4633 | "extra": { | |
4634 | "branch-alias": { | |
4635 | "dev-master": "1.10.x-dev" | |
4636 | } | |
4637 | }, | |
4638 | "autoload": { | |
4639 | "psr-4": { | |
4640 | "OldSound\\RabbitMqBundle\\": "" | |
4641 | }, | |
4642 | "exclude-from-classmap": [ | |
4643 | "/Tests/" | |
4644 | ] | |
4645 | }, | |
4646 | "notification-url": "https://packagist.org/downloads/", | |
4647 | "license": [ | |
4648 | "MIT" | |
4649 | ], | |
4650 | "authors": [ | |
4651 | { | |
4652 | "name": "Alvaro Videla" | |
4653 | } | |
4654 | ], | |
4655 | "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.", | |
4656 | "keywords": [ | |
4657 | "AMQP", | |
4658 | "Symfony2", | |
4659 | "message", | |
4660 | "queue", | |
4661 | "rabbitmq", | |
4662 | "symfony", | |
4663 | "symfony3", | |
4664 | "symfony4" | |
4665 | ], | |
4666 | "time": "2018-05-02T13:12:32+00:00" | |
4667 | }, | |
4668 | { | |
4669 | "name": "phpcollection/phpcollection", | |
4670 | "version": "0.5.0", | |
4671 | "source": { | |
4672 | "type": "git", | |
4673 | "url": "https://github.com/schmittjoh/php-collection.git", | |
4674 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" | |
4675 | }, | |
4676 | "dist": { | |
4677 | "type": "zip", | |
4678 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", | |
4679 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", | |
4680 | "shasum": "" | |
4681 | }, | |
4682 | "require": { | |
4683 | "phpoption/phpoption": "1.*" | |
4684 | }, | |
4685 | "type": "library", | |
4686 | "extra": { | |
4687 | "branch-alias": { | |
4688 | "dev-master": "0.4-dev" | |
4689 | } | |
4690 | }, | |
4691 | "autoload": { | |
4692 | "psr-0": { | |
4693 | "PhpCollection": "src/" | |
4694 | } | |
4695 | }, | |
4696 | "notification-url": "https://packagist.org/downloads/", | |
4697 | "license": [ | |
4698 | "Apache2" | |
4699 | ], | |
4700 | "authors": [ | |
4701 | { | |
4702 | "name": "Johannes M. Schmitt", | |
4703 | "email": "schmittjoh@gmail.com" | |
4704 | } | |
4705 | ], | |
4706 | "description": "General-Purpose Collection Library for PHP", | |
4707 | "keywords": [ | |
4708 | "collection", | |
4709 | "list", | |
4710 | "map", | |
4711 | "sequence", | |
4712 | "set" | |
4713 | ], | |
4714 | "time": "2015-05-17T12:39:23+00:00" | |
4715 | }, | |
4716 | { | |
4717 | "name": "phpoption/phpoption", | |
4718 | "version": "1.5.0", | |
4719 | "source": { | |
4720 | "type": "git", | |
4721 | "url": "https://github.com/schmittjoh/php-option.git", | |
4722 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" | |
4723 | }, | |
4724 | "dist": { | |
4725 | "type": "zip", | |
4726 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", | |
4727 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", | |
4728 | "shasum": "" | |
4729 | }, | |
4730 | "require": { | |
4731 | "php": ">=5.3.0" | |
4732 | }, | |
4733 | "require-dev": { | |
4734 | "phpunit/phpunit": "4.7.*" | |
4735 | }, | |
4736 | "type": "library", | |
4737 | "extra": { | |
4738 | "branch-alias": { | |
4739 | "dev-master": "1.3-dev" | |
4740 | } | |
4741 | }, | |
4742 | "autoload": { | |
4743 | "psr-0": { | |
4744 | "PhpOption\\": "src/" | |
4745 | } | |
4746 | }, | |
4747 | "notification-url": "https://packagist.org/downloads/", | |
4748 | "license": [ | |
4749 | "Apache2" | |
4750 | ], | |
4751 | "authors": [ | |
4752 | { | |
4753 | "name": "Johannes M. Schmitt", | |
4754 | "email": "schmittjoh@gmail.com" | |
4755 | } | |
4756 | ], | |
4757 | "description": "Option Type for PHP", | |
4758 | "keywords": [ | |
4759 | "language", | |
4760 | "option", | |
4761 | "php", | |
4762 | "type" | |
4763 | ], | |
4764 | "time": "2015-07-25T16:39:46+00:00" | |
4765 | }, | |
4766 | { | |
4767 | "name": "phpzip/phpzip", | |
4768 | "version": "2.0.8", | |
4769 | "source": { | |
4770 | "type": "git", | |
4771 | "url": "https://github.com/Grandt/PHPZip.git", | |
4772 | "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47" | |
4773 | }, | |
4774 | "dist": { | |
4775 | "type": "zip", | |
4776 | "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47", | |
4777 | "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47", | |
4778 | "shasum": "" | |
4779 | }, | |
4780 | "require": { | |
4781 | "grandt/binstring": ">=1.0.0", | |
4782 | "grandt/phpzipmerge": ">=1.0.4", | |
4783 | "grandt/relativepath": ">=1.0.2", | |
4784 | "php": ">=5.3.0" | |
4785 | }, | |
4786 | "type": "library", | |
4787 | "autoload": { | |
4788 | "psr-4": { | |
4789 | "PHPZip\\Zip\\": "src/Zip" | |
4790 | } | |
4791 | }, | |
4792 | "notification-url": "https://packagist.org/downloads/", | |
4793 | "license": [ | |
4794 | "LGPL-2.1" | |
4795 | ], | |
4796 | "authors": [ | |
4797 | { | |
4798 | "name": "Adam Schmalhofer", | |
4799 | "email": "Adam.Schmalhofer@gmx.de", | |
4800 | "role": "Developer" | |
4801 | }, | |
4802 | { | |
4803 | "name": "A. Grandt", | |
4804 | "email": "php@grandt.com", | |
4805 | "homepage": "http://grandt.com", | |
4806 | "role": "Developer" | |
4807 | }, | |
4808 | { | |
4809 | "name": "Greg Kappatos", | |
4810 | "homepage": "http://websiteconnect.com.au", | |
4811 | "role": "Developer" | |
4812 | } | |
4813 | ], | |
4814 | "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+", | |
4815 | "homepage": "https://github.com/Grandt/PHPZip", | |
4816 | "keywords": [ | |
4817 | "archive", | |
4818 | "compressed", | |
4819 | "compression", | |
4820 | "phpzip", | |
4821 | "pkzip", | |
4822 | "stream", | |
4823 | "zip" | |
4824 | ], | |
4825 | "time": "2015-11-16T16:30:51+00:00" | |
4826 | }, | |
4827 | { | |
4828 | "name": "predis/predis", | |
4829 | "version": "v1.1.1", | |
4830 | "source": { | |
4831 | "type": "git", | |
4832 | "url": "https://github.com/nrk/predis.git", | |
4833 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" | |
4834 | }, | |
4835 | "dist": { | |
4836 | "type": "zip", | |
4837 | "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", | |
4838 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", | |
4839 | "shasum": "" | |
4840 | }, | |
4841 | "require": { | |
4842 | "php": ">=5.3.9" | |
4843 | }, | |
4844 | "require-dev": { | |
4845 | "phpunit/phpunit": "~4.8" | |
4846 | }, | |
4847 | "suggest": { | |
4848 | "ext-curl": "Allows access to Webdis when paired with phpiredis", | |
4849 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" | |
4850 | }, | |
4851 | "type": "library", | |
4852 | "autoload": { | |
4853 | "psr-4": { | |
4854 | "Predis\\": "src/" | |
4855 | } | |
4856 | }, | |
4857 | "notification-url": "https://packagist.org/downloads/", | |
4858 | "license": [ | |
4859 | "MIT" | |
4860 | ], | |
4861 | "authors": [ | |
4862 | { | |
4863 | "name": "Daniele Alessandri", | |
4864 | "email": "suppakilla@gmail.com", | |
4865 | "homepage": "http://clorophilla.net" | |
4866 | } | |
4867 | ], | |
4868 | "description": "Flexible and feature-complete Redis client for PHP and HHVM", | |
4869 | "homepage": "http://github.com/nrk/predis", | |
4870 | "keywords": [ | |
4871 | "nosql", | |
4872 | "predis", | |
4873 | "redis" | |
4874 | ], | |
4875 | "time": "2016-06-16T16:22:20+00:00" | |
4876 | }, | |
4877 | { | |
4878 | "name": "psr/cache", | |
4879 | "version": "1.0.1", | |
4880 | "source": { | |
4881 | "type": "git", | |
4882 | "url": "https://github.com/php-fig/cache.git", | |
4883 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
4884 | }, | |
4885 | "dist": { | |
4886 | "type": "zip", | |
4887 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
4888 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
4889 | "shasum": "" | |
4890 | }, | |
4891 | "require": { | |
4892 | "php": ">=5.3.0" | |
4893 | }, | |
4894 | "type": "library", | |
4895 | "extra": { | |
4896 | "branch-alias": { | |
4897 | "dev-master": "1.0.x-dev" | |
4898 | } | |
4899 | }, | |
4900 | "autoload": { | |
4901 | "psr-4": { | |
4902 | "Psr\\Cache\\": "src/" | |
4903 | } | |
4904 | }, | |
4905 | "notification-url": "https://packagist.org/downloads/", | |
4906 | "license": [ | |
4907 | "MIT" | |
4908 | ], | |
4909 | "authors": [ | |
4910 | { | |
4911 | "name": "PHP-FIG", | |
4912 | "homepage": "http://www.php-fig.org/" | |
4913 | } | |
4914 | ], | |
4915 | "description": "Common interface for caching libraries", | |
4916 | "keywords": [ | |
4917 | "cache", | |
4918 | "psr", | |
4919 | "psr-6" | |
4920 | ], | |
4921 | "time": "2016-08-06T20:24:11+00:00" | |
4922 | }, | |
4923 | { | |
4924 | "name": "psr/container", | |
4925 | "version": "1.0.0", | |
4926 | "source": { | |
4927 | "type": "git", | |
4928 | "url": "https://github.com/php-fig/container.git", | |
4929 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
4930 | }, | |
4931 | "dist": { | |
4932 | "type": "zip", | |
4933 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
4934 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
4935 | "shasum": "" | |
4936 | }, | |
4937 | "require": { | |
4938 | "php": ">=5.3.0" | |
4939 | }, | |
4940 | "type": "library", | |
4941 | "extra": { | |
4942 | "branch-alias": { | |
4943 | "dev-master": "1.0.x-dev" | |
4944 | } | |
4945 | }, | |
4946 | "autoload": { | |
4947 | "psr-4": { | |
4948 | "Psr\\Container\\": "src/" | |
4949 | } | |
4950 | }, | |
4951 | "notification-url": "https://packagist.org/downloads/", | |
4952 | "license": [ | |
4953 | "MIT" | |
4954 | ], | |
4955 | "authors": [ | |
4956 | { | |
4957 | "name": "PHP-FIG", | |
4958 | "homepage": "http://www.php-fig.org/" | |
4959 | } | |
4960 | ], | |
4961 | "description": "Common Container Interface (PHP FIG PSR-11)", | |
4962 | "homepage": "https://github.com/php-fig/container", | |
4963 | "keywords": [ | |
4964 | "PSR-11", | |
4965 | "container", | |
4966 | "container-interface", | |
4967 | "container-interop", | |
4968 | "psr" | |
4969 | ], | |
4970 | "time": "2017-02-14T16:28:37+00:00" | |
4971 | }, | |
4972 | { | |
4973 | "name": "psr/link", | |
4974 | "version": "1.0.0", | |
4975 | "source": { | |
4976 | "type": "git", | |
4977 | "url": "https://github.com/php-fig/link.git", | |
4978 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" | |
4979 | }, | |
4980 | "dist": { | |
4981 | "type": "zip", | |
4982 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", | |
4983 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", | |
4984 | "shasum": "" | |
4985 | }, | |
4986 | "require": { | |
4987 | "php": ">=5.3.0" | |
4988 | }, | |
4989 | "type": "library", | |
4990 | "extra": { | |
4991 | "branch-alias": { | |
4992 | "dev-master": "1.0.x-dev" | |
4993 | } | |
4994 | }, | |
4995 | "autoload": { | |
4996 | "psr-4": { | |
4997 | "Psr\\Link\\": "src/" | |
4998 | } | |
4999 | }, | |
5000 | "notification-url": "https://packagist.org/downloads/", | |
5001 | "license": [ | |
5002 | "MIT" | |
5003 | ], | |
5004 | "authors": [ | |
5005 | { | |
5006 | "name": "PHP-FIG", | |
5007 | "homepage": "http://www.php-fig.org/" | |
5008 | } | |
5009 | ], | |
5010 | "description": "Common interfaces for HTTP links", | |
5011 | "keywords": [ | |
5012 | "http", | |
5013 | "http-link", | |
5014 | "link", | |
5015 | "psr", | |
5016 | "psr-13", | |
5017 | "rest" | |
5018 | ], | |
5019 | "time": "2016-10-28T16:06:13+00:00" | |
5020 | }, | |
5021 | { | |
5022 | "name": "psr/log", | |
5023 | "version": "1.0.2", | |
5024 | "source": { | |
5025 | "type": "git", | |
5026 | "url": "https://github.com/php-fig/log.git", | |
5027 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
5028 | }, | |
5029 | "dist": { | |
5030 | "type": "zip", | |
5031 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
5032 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
5033 | "shasum": "" | |
5034 | }, | |
5035 | "require": { | |
5036 | "php": ">=5.3.0" | |
5037 | }, | |
5038 | "type": "library", | |
5039 | "extra": { | |
5040 | "branch-alias": { | |
5041 | "dev-master": "1.0.x-dev" | |
5042 | } | |
5043 | }, | |
5044 | "autoload": { | |
5045 | "psr-4": { | |
5046 | "Psr\\Log\\": "Psr/Log/" | |
5047 | } | |
5048 | }, | |
5049 | "notification-url": "https://packagist.org/downloads/", | |
5050 | "license": [ | |
5051 | "MIT" | |
5052 | ], | |
5053 | "authors": [ | |
5054 | { | |
5055 | "name": "PHP-FIG", | |
5056 | "homepage": "http://www.php-fig.org/" | |
5057 | } | |
5058 | ], | |
5059 | "description": "Common interface for logging libraries", | |
5060 | "homepage": "https://github.com/php-fig/log", | |
5061 | "keywords": [ | |
5062 | "log", | |
5063 | "psr", | |
5064 | "psr-3" | |
5065 | ], | |
5066 | "time": "2016-10-10T12:19:37+00:00" | |
5067 | }, | |
5068 | { | |
5069 | "name": "psr/simple-cache", | |
5070 | "version": "1.0.1", | |
5071 | "source": { | |
5072 | "type": "git", | |
5073 | "url": "https://github.com/php-fig/simple-cache.git", | |
5074 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" | |
5075 | }, | |
5076 | "dist": { | |
5077 | "type": "zip", | |
5078 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
5079 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
5080 | "shasum": "" | |
5081 | }, | |
5082 | "require": { | |
5083 | "php": ">=5.3.0" | |
5084 | }, | |
5085 | "type": "library", | |
5086 | "extra": { | |
5087 | "branch-alias": { | |
5088 | "dev-master": "1.0.x-dev" | |
5089 | } | |
5090 | }, | |
5091 | "autoload": { | |
5092 | "psr-4": { | |
5093 | "Psr\\SimpleCache\\": "src/" | |
5094 | } | |
5095 | }, | |
5096 | "notification-url": "https://packagist.org/downloads/", | |
5097 | "license": [ | |
5098 | "MIT" | |
5099 | ], | |
5100 | "authors": [ | |
5101 | { | |
5102 | "name": "PHP-FIG", | |
5103 | "homepage": "http://www.php-fig.org/" | |
5104 | } | |
5105 | ], | |
5106 | "description": "Common interfaces for simple caching", | |
5107 | "keywords": [ | |
5108 | "cache", | |
5109 | "caching", | |
5110 | "psr", | |
5111 | "psr-16", | |
5112 | "simple-cache" | |
5113 | ], | |
5114 | "time": "2017-10-23T01:57:42+00:00" | |
5115 | }, | |
5116 | { | |
5117 | "name": "react/promise", | |
5118 | "version": "v2.7.0", | |
5119 | "source": { | |
5120 | "type": "git", | |
5121 | "url": "https://github.com/reactphp/promise.git", | |
5122 | "reference": "f4edc2581617431aea50430749db55cc3fc031b3" | |
5123 | }, | |
5124 | "dist": { | |
5125 | "type": "zip", | |
5126 | "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3", | |
5127 | "reference": "f4edc2581617431aea50430749db55cc3fc031b3", | |
5128 | "shasum": "" | |
5129 | }, | |
5130 | "require": { | |
5131 | "php": ">=5.4.0" | |
5132 | }, | |
5133 | "require-dev": { | |
5134 | "phpunit/phpunit": "~4.8" | |
5135 | }, | |
5136 | "type": "library", | |
5137 | "autoload": { | |
5138 | "psr-4": { | |
5139 | "React\\Promise\\": "src/" | |
5140 | }, | |
5141 | "files": [ | |
5142 | "src/functions_include.php" | |
5143 | ] | |
5144 | }, | |
5145 | "notification-url": "https://packagist.org/downloads/", | |
5146 | "license": [ | |
5147 | "MIT" | |
5148 | ], | |
5149 | "authors": [ | |
5150 | { | |
5151 | "name": "Jan Sorgalla", | |
5152 | "email": "jsorgalla@gmail.com" | |
5153 | } | |
5154 | ], | |
5155 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", | |
5156 | "keywords": [ | |
5157 | "promise", | |
5158 | "promises" | |
5159 | ], | |
5160 | "time": "2018-06-13T15:59:06+00:00" | |
5161 | }, | |
5162 | { | |
5163 | "name": "scheb/two-factor-bundle", | |
5164 | "version": "v2.14.0", | |
5165 | "source": { | |
5166 | "type": "git", | |
5167 | "url": "https://github.com/scheb/two-factor-bundle.git", | |
5168 | "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222" | |
5169 | }, | |
5170 | "dist": { | |
5171 | "type": "zip", | |
5172 | "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222", | |
5173 | "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222", | |
5174 | "shasum": "" | |
5175 | }, | |
5176 | "require": { | |
5177 | "paragonie/random_compat": "~1.0|~2.0", | |
5178 | "sonata-project/google-authenticator": "~1.0", | |
5179 | "symfony/config": "~2.6|~3.0|^4.0", | |
5180 | "symfony/console": "~2.6|~3.0|^4.0", | |
5181 | "symfony/dependency-injection": "~2.6|~3.0|^4.0", | |
5182 | "symfony/event-dispatcher": "~2.6|~3.0|^4.0", | |
5183 | "symfony/framework-bundle": "~2.6|~3.0|^4.0", | |
5184 | "symfony/http-foundation": "~2.6|~3.0|^4.0", | |
5185 | "symfony/http-kernel": "~2.6|~3.0|^4.0", | |
5186 | "symfony/security-core": "~2.6|~3.0|^4.0", | |
5187 | "symfony/security-http": "~2.6|~3.0|^4.0" | |
5188 | }, | |
5189 | "require-dev": { | |
5190 | "doctrine/orm": "~2.4,>=2.4.5", | |
5191 | "phpunit/phpunit": ">=4.8,<6.0", | |
5192 | "satooshi/php-coveralls": "~0.6", | |
5193 | "swiftmailer/swiftmailer": ">=4.3,<6.0", | |
5194 | "symfony/phpunit-bridge": "~2.7|~3.0|^4.0", | |
5195 | "symfony/templating": "~2.6|~3.0|^4.0" | |
5196 | }, | |
5197 | "suggest": { | |
5198 | "ocramius/proxy-manager": "For performance improvements", | |
5199 | "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey" | |
5200 | }, | |
5201 | "type": "symfony-bundle", | |
5202 | "autoload": { | |
5203 | "psr-4": { | |
5204 | "Scheb\\TwoFactorBundle\\": "" | |
5205 | } | |
5206 | }, | |
5207 | "notification-url": "https://packagist.org/downloads/", | |
5208 | "license": [ | |
5209 | "MIT" | |
5210 | ], | |
5211 | "authors": [ | |
5212 | { | |
5213 | "name": "Christian Scheb", | |
5214 | "email": "me@christianscheb.de" | |
5215 | } | |
5216 | ], | |
5217 | "description": "Provides two-factor authentication for Symfony applications", | |
5218 | "homepage": "https://github.com/scheb/two-factor-bundle", | |
5219 | "keywords": [ | |
5220 | "Authentication", | |
5221 | "security", | |
5222 | "symfony", | |
5223 | "two-factor", | |
5224 | "two-step" | |
5225 | ], | |
5226 | "time": "2017-11-18T10:48:13+00:00" | |
5227 | }, | |
5228 | { | |
5229 | "name": "sensio/distribution-bundle", | |
5230 | "version": "v5.0.22", | |
5231 | "source": { | |
5232 | "type": "git", | |
5233 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", | |
5234 | "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15" | |
5235 | }, | |
5236 | "dist": { | |
5237 | "type": "zip", | |
5238 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15", | |
5239 | "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15", | |
5240 | "shasum": "" | |
5241 | }, | |
5242 | "require": { | |
5243 | "php": ">=5.3.9", | |
5244 | "sensiolabs/security-checker": "~3.0|~4.0", | |
5245 | "symfony/class-loader": "~2.3|~3.0", | |
5246 | "symfony/config": "~2.3|~3.0", | |
5247 | "symfony/dependency-injection": "~2.3|~3.0", | |
5248 | "symfony/filesystem": "~2.3|~3.0", | |
5249 | "symfony/http-kernel": "~2.3|~3.0", | |
5250 | "symfony/process": "~2.3|~3.0" | |
5251 | }, | |
5252 | "type": "symfony-bundle", | |
5253 | "extra": { | |
5254 | "branch-alias": { | |
5255 | "dev-master": "5.0.x-dev" | |
5256 | } | |
5257 | }, | |
5258 | "autoload": { | |
5259 | "psr-4": { | |
5260 | "Sensio\\Bundle\\DistributionBundle\\": "" | |
5261 | } | |
5262 | }, | |
5263 | "notification-url": "https://packagist.org/downloads/", | |
5264 | "license": [ | |
5265 | "MIT" | |
5266 | ], | |
5267 | "authors": [ | |
5268 | { | |
5269 | "name": "Fabien Potencier", | |
5270 | "email": "fabien@symfony.com" | |
5271 | } | |
5272 | ], | |
5273 | "description": "Base bundle for Symfony Distributions", | |
5274 | "keywords": [ | |
5275 | "configuration", | |
5276 | "distribution" | |
5277 | ], | |
5278 | "time": "2018-06-07T06:22:12+00:00" | |
5279 | }, | |
5280 | { | |
5281 | "name": "sensio/framework-extra-bundle", | |
5282 | "version": "v3.0.29", | |
5283 | "source": { | |
5284 | "type": "git", | |
5285 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", | |
5286 | "reference": "bb907234df776b68922eb4b25bfa061683597b6a" | |
5287 | }, | |
5288 | "dist": { | |
5289 | "type": "zip", | |
5290 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a", | |
5291 | "reference": "bb907234df776b68922eb4b25bfa061683597b6a", | |
5292 | "shasum": "" | |
5293 | }, | |
5294 | "require": { | |
5295 | "doctrine/common": "~2.2", | |
5296 | "symfony/dependency-injection": "~2.3|~3.0", | |
5297 | "symfony/framework-bundle": "~2.3|~3.0|~4.0" | |
5298 | }, | |
5299 | "require-dev": { | |
5300 | "doctrine/doctrine-bundle": "~1.5", | |
5301 | "doctrine/orm": "~2.4,>=2.4.5", | |
5302 | "symfony/asset": "~2.7|~3.0|~4.0", | |
5303 | "symfony/browser-kit": "~2.3|~3.0|~4.0", | |
5304 | "symfony/dom-crawler": "~2.3|~3.0|~4.0", | |
5305 | "symfony/expression-language": "~2.4|~3.0|~4.0", | |
5306 | "symfony/finder": "~2.3|~3.0|~4.0", | |
5307 | "symfony/phpunit-bridge": "~3.2|~4.0", | |
5308 | "symfony/psr-http-message-bridge": "^0.3|^1.0", | |
5309 | "symfony/security-bundle": "~2.4|~3.0|~4.0", | |
5310 | "symfony/templating": "~2.3|~3.0|~4.0", | |
5311 | "symfony/translation": "~2.3|~3.0|~4.0", | |
5312 | "symfony/twig-bundle": "~2.3|~3.0|~4.0", | |
5313 | "symfony/yaml": "~2.3|~3.0|~4.0", | |
5314 | "twig/twig": "~1.12|~2.0", | |
5315 | "zendframework/zend-diactoros": "^1.3" | |
5316 | }, | |
5317 | "suggest": { | |
5318 | "symfony/expression-language": "", | |
5319 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", | |
5320 | "symfony/security-bundle": "" | |
5321 | }, | |
5322 | "type": "symfony-bundle", | |
5323 | "extra": { | |
5324 | "branch-alias": { | |
5325 | "dev-master": "3.0.x-dev" | |
5326 | } | |
5327 | }, | |
5328 | "autoload": { | |
5329 | "psr-4": { | |
5330 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" | |
5331 | } | |
5332 | }, | |
5333 | "notification-url": "https://packagist.org/downloads/", | |
5334 | "license": [ | |
5335 | "MIT" | |
5336 | ], | |
5337 | "authors": [ | |
5338 | { | |
5339 | "name": "Fabien Potencier", | |
5340 | "email": "fabien@symfony.com" | |
5341 | } | |
5342 | ], | |
5343 | "description": "This bundle provides a way to configure your controllers with annotations", | |
5344 | "keywords": [ | |
5345 | "annotations", | |
5346 | "controllers" | |
5347 | ], | |
5348 | "time": "2017-12-14T19:03:23+00:00" | |
5349 | }, | |
5350 | { | |
5351 | "name": "sensiolabs/security-checker", | |
5352 | "version": "v4.1.8", | |
5353 | "source": { | |
5354 | "type": "git", | |
5355 | "url": "https://github.com/sensiolabs/security-checker.git", | |
5356 | "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142" | |
5357 | }, | |
5358 | "dist": { | |
5359 | "type": "zip", | |
5360 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142", | |
5361 | "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142", | |
5362 | "shasum": "" | |
5363 | }, | |
5364 | "require": { | |
5365 | "composer/ca-bundle": "^1.0", | |
5366 | "symfony/console": "~2.7|~3.0|~4.0" | |
5367 | }, | |
5368 | "bin": [ | |
5369 | "security-checker" | |
5370 | ], | |
5371 | "type": "library", | |
5372 | "extra": { | |
5373 | "branch-alias": { | |
5374 | "dev-master": "4.1-dev" | |
5375 | } | |
5376 | }, | |
5377 | "autoload": { | |
5378 | "psr-0": { | |
5379 | "SensioLabs\\Security": "" | |
5380 | } | |
5381 | }, | |
5382 | "notification-url": "https://packagist.org/downloads/", | |
5383 | "license": [ | |
5384 | "MIT" | |
5385 | ], | |
5386 | "authors": [ | |
5387 | { | |
5388 | "name": "Fabien Potencier", | |
5389 | "email": "fabien.potencier@gmail.com" | |
5390 | } | |
5391 | ], | |
5392 | "description": "A security checker for your composer.lock", | |
5393 | "time": "2018-02-28T22:10:01+00:00" | |
5394 | }, | |
5395 | { | |
5396 | "name": "simplepie/simplepie", | |
5397 | "version": "1.5.1", | |
5398 | "source": { | |
5399 | "type": "git", | |
5400 | "url": "https://github.com/simplepie/simplepie.git", | |
5401 | "reference": "db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e" | |
5402 | }, | |
5403 | "dist": { | |
5404 | "type": "zip", | |
5405 | "url": "https://api.github.com/repos/simplepie/simplepie/zipball/db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e", | |
5406 | "reference": "db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e", | |
5407 | "shasum": "" | |
5408 | }, | |
5409 | "require": { | |
5410 | "php": ">=5.3.0" | |
5411 | }, | |
5412 | "require-dev": { | |
5413 | "phpunit/phpunit": "~4 || ~5" | |
5414 | }, | |
5415 | "suggest": { | |
5416 | "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" | |
5417 | }, | |
5418 | "type": "library", | |
5419 | "autoload": { | |
5420 | "psr-0": { | |
5421 | "SimplePie": "library" | |
5422 | } | |
5423 | }, | |
5424 | "notification-url": "https://packagist.org/downloads/", | |
5425 | "license": [ | |
5426 | "BSD-3-Clause" | |
5427 | ], | |
5428 | "authors": [ | |
5429 | { | |
5430 | "name": "Ryan Parman", | |
5431 | "homepage": "http://ryanparman.com/", | |
5432 | "role": "Creator, alumnus developer" | |
5433 | }, | |
5434 | { | |
5435 | "name": "Geoffrey Sneddon", | |
5436 | "homepage": "http://gsnedders.com/", | |
5437 | "role": "Alumnus developer" | |
5438 | }, | |
5439 | { | |
5440 | "name": "Ryan McCue", | |
5441 | "email": "me@ryanmccue.info", | |
5442 | "homepage": "http://ryanmccue.info/", | |
5443 | "role": "Developer" | |
5444 | } | |
5445 | ], | |
5446 | "description": "A simple Atom/RSS parsing library for PHP", | |
5447 | "homepage": "http://simplepie.org/", | |
5448 | "keywords": [ | |
5449 | "atom", | |
5450 | "feeds", | |
5451 | "rss" | |
5452 | ], | |
5453 | "time": "2017-11-12T02:03:34+00:00" | |
5454 | }, | |
5455 | { | |
5456 | "name": "smalot/pdfparser", | |
5457 | "version": "v0.12.0", | |
5458 | "source": { | |
5459 | "type": "git", | |
5460 | "url": "https://github.com/smalot/pdfparser.git", | |
5461 | "reference": "7ef7ee5f0eccd494109f072a0ae3b10d5f8f27fd" | |
5462 | }, | |
5463 | "dist": { | |
5464 | "type": "zip", | |
5465 | "url": "https://api.github.com/repos/smalot/pdfparser/zipball/7ef7ee5f0eccd494109f072a0ae3b10d5f8f27fd", | |
5466 | "reference": "7ef7ee5f0eccd494109f072a0ae3b10d5f8f27fd", | |
5467 | "shasum": "" | |
5468 | }, | |
5469 | "require": { | |
5470 | "ext-iconv": "*", | |
5471 | "php": ">=5.3.0", | |
5472 | "tecnickcom/tcpdf": "~6.0" | |
5473 | }, | |
5474 | "require-dev": { | |
5475 | "atoum/atoum": "^2.8 | ^3.0" | |
5476 | }, | |
5477 | "type": "library", | |
5478 | "autoload": { | |
5479 | "psr-0": { | |
5480 | "Smalot\\PdfParser\\": "src/" | |
5481 | } | |
5482 | }, | |
5483 | "notification-url": "https://packagist.org/downloads/", | |
5484 | "license": [ | |
5485 | "LGPLv3" | |
5486 | ], | |
5487 | "authors": [ | |
5488 | { | |
5489 | "name": "Sebastien MALOT", | |
5490 | "email": "sebastien@malot.fr" | |
5491 | } | |
5492 | ], | |
5493 | "description": "Pdf parser library. Can read and extract information from pdf file.", | |
5494 | "homepage": "http://www.pdfparser.org", | |
5495 | "keywords": [ | |
5496 | "extract", | |
5497 | "parse", | |
5498 | "parser", | |
5499 | "pdf", | |
5500 | "text" | |
5501 | ], | |
5502 | "time": "2018-03-16T17:38:34+00:00" | |
5503 | }, | |
5504 | { | |
5505 | "name": "sonata-project/google-authenticator", | |
5506 | "version": "1.1.0", | |
5507 | "source": { | |
5508 | "type": "git", | |
5509 | "url": "https://github.com/sonata-project/GoogleAuthenticator.git", | |
5510 | "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39" | |
5511 | }, | |
5512 | "dist": { | |
5513 | "type": "zip", | |
5514 | "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39", | |
5515 | "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39", | |
5516 | "shasum": "" | |
5517 | }, | |
5518 | "require": { | |
5519 | "paragonie/random_compat": "^2.0", | |
5520 | "php": "^5.3 || ^7.0" | |
5521 | }, | |
5522 | "require-dev": { | |
5523 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", | |
5524 | "symfony/phpunit-bridge": "~2.7|~3.0" | |
5525 | }, | |
5526 | "type": "library", | |
5527 | "extra": { | |
5528 | "branch-alias": { | |
5529 | "dev-master": "1.x-dev" | |
5530 | } | |
5531 | }, | |
5532 | "autoload": { | |
5533 | "psr-4": { | |
5534 | "Google\\Authenticator\\": "src/" | |
5535 | } | |
5536 | }, | |
5537 | "notification-url": "https://packagist.org/downloads/", | |
5538 | "license": [ | |
5539 | "MIT" | |
5540 | ], | |
5541 | "authors": [ | |
5542 | { | |
5543 | "name": "Christian Stocker", | |
5544 | "email": "me@chregu.tv" | |
5545 | }, | |
5546 | { | |
5547 | "name": "Andre DeMarre", | |
5548 | "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" | |
5549 | }, | |
5550 | { | |
5551 | "name": "Thomas Rabaix", | |
5552 | "email": "thomas.rabaix@gmail.com" | |
5553 | } | |
5554 | ], | |
5555 | "description": "Library to integrate Google Authenticator into a PHP project", | |
5556 | "homepage": "https://github.com/sonata-project/GoogleAuthenticator", | |
5557 | "keywords": [ | |
5558 | "google authenticator" | |
5559 | ], | |
5560 | "time": "2017-04-19T14:00:07+00:00" | |
5561 | }, | |
5562 | { | |
5563 | "name": "stof/doctrine-extensions-bundle", | |
5564 | "version": "v1.3.0", | |
5565 | "source": { | |
5566 | "type": "git", | |
5567 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", | |
5568 | "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c" | |
5569 | }, | |
5570 | "dist": { | |
5571 | "type": "zip", | |
5572 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c", | |
5573 | "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c", | |
5574 | "shasum": "" | |
5575 | }, | |
5576 | "require": { | |
5577 | "gedmo/doctrine-extensions": "^2.3.4", | |
5578 | "php": ">=5.3.2", | |
5579 | "symfony/framework-bundle": "~2.7|~3.2|~4.0" | |
5580 | }, | |
5581 | "require-dev": { | |
5582 | "symfony/phpunit-bridge": "^4.0", | |
5583 | "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0" | |
5584 | }, | |
5585 | "suggest": { | |
5586 | "doctrine/doctrine-bundle": "to use the ORM extensions", | |
5587 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" | |
5588 | }, | |
5589 | "type": "symfony-bundle", | |
5590 | "extra": { | |
5591 | "branch-alias": { | |
5592 | "dev-master": "1.3.x-dev" | |
5593 | } | |
5594 | }, | |
5595 | "autoload": { | |
5596 | "psr-4": { | |
5597 | "Stof\\DoctrineExtensionsBundle\\": "" | |
5598 | } | |
5599 | }, | |
5600 | "notification-url": "https://packagist.org/downloads/", | |
5601 | "license": [ | |
5602 | "MIT" | |
5603 | ], | |
5604 | "authors": [ | |
5605 | { | |
5606 | "name": "Christophe Coevoet", | |
5607 | "email": "stof@notk.org" | |
5608 | } | |
5609 | ], | |
5610 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", | |
5611 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", | |
5612 | "keywords": [ | |
5613 | "behaviors", | |
5614 | "doctrine2", | |
5615 | "extensions", | |
5616 | "gedmo", | |
5617 | "loggable", | |
5618 | "nestedset", | |
5619 | "sluggable", | |
5620 | "sortable", | |
5621 | "timestampable", | |
5622 | "translatable", | |
5623 | "tree" | |
5624 | ], | |
5625 | "time": "2017-12-24T16:06:50+00:00" | |
5626 | }, | |
5627 | { | |
5628 | "name": "swiftmailer/swiftmailer", | |
5629 | "version": "v5.4.9", | |
5630 | "source": { | |
5631 | "type": "git", | |
5632 | "url": "https://github.com/swiftmailer/swiftmailer.git", | |
5633 | "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" | |
5634 | }, | |
5635 | "dist": { | |
5636 | "type": "zip", | |
5637 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", | |
5638 | "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", | |
5639 | "shasum": "" | |
5640 | }, | |
5641 | "require": { | |
5642 | "php": ">=5.3.3" | |
5643 | }, | |
5644 | "require-dev": { | |
5645 | "mockery/mockery": "~0.9.1", | |
5646 | "symfony/phpunit-bridge": "~3.2" | |
5647 | }, | |
5648 | "type": "library", | |
5649 | "extra": { | |
5650 | "branch-alias": { | |
5651 | "dev-master": "5.4-dev" | |
5652 | } | |
5653 | }, | |
5654 | "autoload": { | |
5655 | "files": [ | |
5656 | "lib/swift_required.php" | |
5657 | ] | |
5658 | }, | |
5659 | "notification-url": "https://packagist.org/downloads/", | |
5660 | "license": [ | |
5661 | "MIT" | |
5662 | ], | |
5663 | "authors": [ | |
5664 | { | |
5665 | "name": "Chris Corbyn" | |
5666 | }, | |
5667 | { | |
5668 | "name": "Fabien Potencier", | |
5669 | "email": "fabien@symfony.com" | |
5670 | } | |
5671 | ], | |
5672 | "description": "Swiftmailer, free feature-rich PHP mailer", | |
5673 | "homepage": "https://swiftmailer.symfony.com", | |
5674 | "keywords": [ | |
5675 | "email", | |
5676 | "mail", | |
5677 | "mailer" | |
5678 | ], | |
5679 | "time": "2018-01-23T07:37:21+00:00" | |
5680 | }, | |
5681 | { | |
5682 | "name": "symfony/monolog-bundle", | |
5683 | "version": "v3.2.0", | |
5684 | "source": { | |
5685 | "type": "git", | |
5686 | "url": "https://github.com/symfony/monolog-bundle.git", | |
5687 | "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd" | |
5688 | }, | |
5689 | "dist": { | |
5690 | "type": "zip", | |
5691 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd", | |
5692 | "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd", | |
5693 | "shasum": "" | |
5694 | }, | |
5695 | "require": { | |
5696 | "monolog/monolog": "~1.22", | |
5697 | "php": ">=5.3.2", | |
5698 | "symfony/config": "~2.7|~3.0|~4.0", | |
5699 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", | |
5700 | "symfony/http-kernel": "~2.7|~3.0|~4.0", | |
5701 | "symfony/monolog-bridge": "~2.7|~3.0|~4.0" | |
5702 | }, | |
5703 | "require-dev": { | |
5704 | "symfony/console": "~2.3|~3.0|~4.0", | |
5705 | "symfony/phpunit-bridge": "^3.3|^4.0", | |
5706 | "symfony/yaml": "~2.3|~3.0|~4.0" | |
5707 | }, | |
5708 | "type": "symfony-bundle", | |
5709 | "extra": { | |
5710 | "branch-alias": { | |
5711 | "dev-master": "3.x-dev" | |
5712 | } | |
5713 | }, | |
5714 | "autoload": { | |
5715 | "psr-4": { | |
5716 | "Symfony\\Bundle\\MonologBundle\\": "" | |
5717 | }, | |
5718 | "exclude-from-classmap": [ | |
5719 | "/Tests/" | |
5720 | ] | |
5721 | }, | |
5722 | "notification-url": "https://packagist.org/downloads/", | |
5723 | "license": [ | |
5724 | "MIT" | |
5725 | ], | |
5726 | "authors": [ | |
5727 | { | |
5728 | "name": "Symfony Community", | |
5729 | "homepage": "http://symfony.com/contributors" | |
5730 | }, | |
5731 | { | |
5732 | "name": "Fabien Potencier", | |
5733 | "email": "fabien@symfony.com" | |
5734 | } | |
5735 | ], | |
5736 | "description": "Symfony MonologBundle", | |
5737 | "homepage": "http://symfony.com", | |
5738 | "keywords": [ | |
5739 | "log", | |
5740 | "logging" | |
5741 | ], | |
5742 | "time": "2018-03-05T14:51:36+00:00" | |
5743 | }, | |
5744 | { | |
5745 | "name": "symfony/polyfill-apcu", | |
5746 | "version": "v1.8.0", | |
5747 | "source": { | |
5748 | "type": "git", | |
5749 | "url": "https://github.com/symfony/polyfill-apcu.git", | |
5750 | "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad" | |
5751 | }, | |
5752 | "dist": { | |
5753 | "type": "zip", | |
5754 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9b83bd010112ec196410849e840d9b9fefcb15ad", | |
5755 | "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad", | |
5756 | "shasum": "" | |
5757 | }, | |
5758 | "require": { | |
5759 | "php": ">=5.3.3" | |
5760 | }, | |
5761 | "type": "library", | |
5762 | "extra": { | |
5763 | "branch-alias": { | |
5764 | "dev-master": "1.8-dev" | |
5765 | } | |
5766 | }, | |
5767 | "autoload": { | |
5768 | "psr-4": { | |
5769 | "Symfony\\Polyfill\\Apcu\\": "" | |
5770 | }, | |
5771 | "files": [ | |
5772 | "bootstrap.php" | |
5773 | ] | |
5774 | }, | |
5775 | "notification-url": "https://packagist.org/downloads/", | |
5776 | "license": [ | |
5777 | "MIT" | |
5778 | ], | |
5779 | "authors": [ | |
5780 | { | |
5781 | "name": "Nicolas Grekas", | |
5782 | "email": "p@tchwork.com" | |
5783 | }, | |
5784 | { | |
5785 | "name": "Symfony Community", | |
5786 | "homepage": "https://symfony.com/contributors" | |
5787 | } | |
5788 | ], | |
5789 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", | |
5790 | "homepage": "https://symfony.com", | |
5791 | "keywords": [ | |
5792 | "apcu", | |
5793 | "compatibility", | |
5794 | "polyfill", | |
5795 | "portable", | |
5796 | "shim" | |
5797 | ], | |
5798 | "time": "2018-04-26T10:06:28+00:00" | |
5799 | }, | |
5800 | { | |
5801 | "name": "symfony/polyfill-intl-icu", | |
5802 | "version": "v1.8.0", | |
5803 | "source": { | |
5804 | "type": "git", | |
5805 | "url": "https://github.com/symfony/polyfill-intl-icu.git", | |
5806 | "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e" | |
5807 | }, | |
5808 | "dist": { | |
5809 | "type": "zip", | |
5810 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e", | |
5811 | "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e", | |
5812 | "shasum": "" | |
5813 | }, | |
5814 | "require": { | |
5815 | "php": ">=5.3.3", | |
5816 | "symfony/intl": "~2.3|~3.0|~4.0" | |
5817 | }, | |
5818 | "suggest": { | |
5819 | "ext-intl": "For best performance" | |
5820 | }, | |
5821 | "type": "library", | |
5822 | "extra": { | |
5823 | "branch-alias": { | |
5824 | "dev-master": "1.8-dev" | |
5825 | } | |
5826 | }, | |
5827 | "autoload": { | |
5828 | "files": [ | |
5829 | "bootstrap.php" | |
5830 | ] | |
5831 | }, | |
5832 | "notification-url": "https://packagist.org/downloads/", | |
5833 | "license": [ | |
5834 | "MIT" | |
5835 | ], | |
5836 | "authors": [ | |
5837 | { | |
5838 | "name": "Nicolas Grekas", | |
5839 | "email": "p@tchwork.com" | |
5840 | }, | |
5841 | { | |
5842 | "name": "Symfony Community", | |
5843 | "homepage": "https://symfony.com/contributors" | |
5844 | } | |
5845 | ], | |
5846 | "description": "Symfony polyfill for intl's ICU-related data and classes", | |
5847 | "homepage": "https://symfony.com", | |
5848 | "keywords": [ | |
5849 | "compatibility", | |
5850 | "icu", | |
5851 | "intl", | |
5852 | "polyfill", | |
5853 | "portable", | |
5854 | "shim" | |
5855 | ], | |
5856 | "time": "2018-04-25T14:53:50+00:00" | |
5857 | }, | |
5858 | { | |
5859 | "name": "symfony/polyfill-mbstring", | |
5860 | "version": "v1.8.0", | |
5861 | "source": { | |
5862 | "type": "git", | |
5863 | "url": "https://github.com/symfony/polyfill-mbstring.git", | |
5864 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" | |
5865 | }, | |
5866 | "dist": { | |
5867 | "type": "zip", | |
5868 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", | |
5869 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", | |
5870 | "shasum": "" | |
5871 | }, | |
5872 | "require": { | |
5873 | "php": ">=5.3.3" | |
5874 | }, | |
5875 | "suggest": { | |
5876 | "ext-mbstring": "For best performance" | |
5877 | }, | |
5878 | "type": "library", | |
5879 | "extra": { | |
5880 | "branch-alias": { | |
5881 | "dev-master": "1.8-dev" | |
5882 | } | |
5883 | }, | |
5884 | "autoload": { | |
5885 | "psr-4": { | |
5886 | "Symfony\\Polyfill\\Mbstring\\": "" | |
5887 | }, | |
5888 | "files": [ | |
5889 | "bootstrap.php" | |
5890 | ] | |
5891 | }, | |
5892 | "notification-url": "https://packagist.org/downloads/", | |
5893 | "license": [ | |
5894 | "MIT" | |
5895 | ], | |
5896 | "authors": [ | |
5897 | { | |
5898 | "name": "Nicolas Grekas", | |
5899 | "email": "p@tchwork.com" | |
5900 | }, | |
5901 | { | |
5902 | "name": "Symfony Community", | |
5903 | "homepage": "https://symfony.com/contributors" | |
5904 | } | |
5905 | ], | |
5906 | "description": "Symfony polyfill for the Mbstring extension", | |
5907 | "homepage": "https://symfony.com", | |
5908 | "keywords": [ | |
5909 | "compatibility", | |
5910 | "mbstring", | |
5911 | "polyfill", | |
5912 | "portable", | |
5913 | "shim" | |
5914 | ], | |
5915 | "time": "2018-04-26T10:06:28+00:00" | |
5916 | }, | |
5917 | { | |
5918 | "name": "symfony/polyfill-php56", | |
5919 | "version": "v1.8.0", | |
5920 | "source": { | |
5921 | "type": "git", | |
5922 | "url": "https://github.com/symfony/polyfill-php56.git", | |
5923 | "reference": "af98553c84912459db3f636329567809d639a8f6" | |
5924 | }, | |
5925 | "dist": { | |
5926 | "type": "zip", | |
5927 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6", | |
5928 | "reference": "af98553c84912459db3f636329567809d639a8f6", | |
5929 | "shasum": "" | |
5930 | }, | |
5931 | "require": { | |
5932 | "php": ">=5.3.3", | |
5933 | "symfony/polyfill-util": "~1.0" | |
5934 | }, | |
5935 | "type": "library", | |
5936 | "extra": { | |
5937 | "branch-alias": { | |
5938 | "dev-master": "1.8-dev" | |
5939 | } | |
5940 | }, | |
5941 | "autoload": { | |
5942 | "psr-4": { | |
5943 | "Symfony\\Polyfill\\Php56\\": "" | |
5944 | }, | |
5945 | "files": [ | |
5946 | "bootstrap.php" | |
5947 | ] | |
5948 | }, | |
5949 | "notification-url": "https://packagist.org/downloads/", | |
5950 | "license": [ | |
5951 | "MIT" | |
5952 | ], | |
5953 | "authors": [ | |
5954 | { | |
5955 | "name": "Nicolas Grekas", | |
5956 | "email": "p@tchwork.com" | |
5957 | }, | |
5958 | { | |
5959 | "name": "Symfony Community", | |
5960 | "homepage": "https://symfony.com/contributors" | |
5961 | } | |
5962 | ], | |
5963 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", | |
5964 | "homepage": "https://symfony.com", | |
5965 | "keywords": [ | |
5966 | "compatibility", | |
5967 | "polyfill", | |
5968 | "portable", | |
5969 | "shim" | |
5970 | ], | |
5971 | "time": "2018-04-26T10:06:28+00:00" | |
5972 | }, | |
5973 | { | |
5974 | "name": "symfony/polyfill-php70", | |
5975 | "version": "v1.8.0", | |
5976 | "source": { | |
5977 | "type": "git", | |
5978 | "url": "https://github.com/symfony/polyfill-php70.git", | |
5979 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" | |
5980 | }, | |
5981 | "dist": { | |
5982 | "type": "zip", | |
5983 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", | |
5984 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", | |
5985 | "shasum": "" | |
5986 | }, | |
5987 | "require": { | |
5988 | "paragonie/random_compat": "~1.0|~2.0", | |
5989 | "php": ">=5.3.3" | |
5990 | }, | |
5991 | "type": "library", | |
5992 | "extra": { | |
5993 | "branch-alias": { | |
5994 | "dev-master": "1.8-dev" | |
5995 | } | |
5996 | }, | |
5997 | "autoload": { | |
5998 | "psr-4": { | |
5999 | "Symfony\\Polyfill\\Php70\\": "" | |
6000 | }, | |
6001 | "files": [ | |
6002 | "bootstrap.php" | |
6003 | ], | |
6004 | "classmap": [ | |
6005 | "Resources/stubs" | |
6006 | ] | |
6007 | }, | |
6008 | "notification-url": "https://packagist.org/downloads/", | |
6009 | "license": [ | |
6010 | "MIT" | |
6011 | ], | |
6012 | "authors": [ | |
6013 | { | |
6014 | "name": "Nicolas Grekas", | |
6015 | "email": "p@tchwork.com" | |
6016 | }, | |
6017 | { | |
6018 | "name": "Symfony Community", | |
6019 | "homepage": "https://symfony.com/contributors" | |
6020 | } | |
6021 | ], | |
6022 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", | |
6023 | "homepage": "https://symfony.com", | |
6024 | "keywords": [ | |
6025 | "compatibility", | |
6026 | "polyfill", | |
6027 | "portable", | |
6028 | "shim" | |
6029 | ], | |
6030 | "time": "2018-04-26T10:06:28+00:00" | |
6031 | }, | |
6032 | { | |
6033 | "name": "symfony/polyfill-util", | |
6034 | "version": "v1.8.0", | |
6035 | "source": { | |
6036 | "type": "git", | |
6037 | "url": "https://github.com/symfony/polyfill-util.git", | |
6038 | "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a" | |
6039 | }, | |
6040 | "dist": { | |
6041 | "type": "zip", | |
6042 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", | |
6043 | "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", | |
6044 | "shasum": "" | |
6045 | }, | |
6046 | "require": { | |
6047 | "php": ">=5.3.3" | |
6048 | }, | |
6049 | "type": "library", | |
6050 | "extra": { | |
6051 | "branch-alias": { | |
6052 | "dev-master": "1.8-dev" | |
6053 | } | |
6054 | }, | |
6055 | "autoload": { | |
6056 | "psr-4": { | |
6057 | "Symfony\\Polyfill\\Util\\": "" | |
6058 | } | |
6059 | }, | |
6060 | "notification-url": "https://packagist.org/downloads/", | |
6061 | "license": [ | |
6062 | "MIT" | |
6063 | ], | |
6064 | "authors": [ | |
6065 | { | |
6066 | "name": "Nicolas Grekas", | |
6067 | "email": "p@tchwork.com" | |
6068 | }, | |
6069 | { | |
6070 | "name": "Symfony Community", | |
6071 | "homepage": "https://symfony.com/contributors" | |
6072 | } | |
6073 | ], | |
6074 | "description": "Symfony utilities for portability of PHP codes", | |
6075 | "homepage": "https://symfony.com", | |
6076 | "keywords": [ | |
6077 | "compat", | |
6078 | "compatibility", | |
6079 | "polyfill", | |
6080 | "shim" | |
6081 | ], | |
6082 | "time": "2018-04-26T10:06:28+00:00" | |
6083 | }, | |
6084 | { | |
6085 | "name": "symfony/swiftmailer-bundle", | |
6086 | "version": "v2.6.7", | |
6087 | "source": { | |
6088 | "type": "git", | |
6089 | "url": "https://github.com/symfony/swiftmailer-bundle.git", | |
6090 | "reference": "c4808f5169efc05567be983909d00f00521c53ec" | |
6091 | }, | |
6092 | "dist": { | |
6093 | "type": "zip", | |
6094 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec", | |
6095 | "reference": "c4808f5169efc05567be983909d00f00521c53ec", | |
6096 | "shasum": "" | |
6097 | }, | |
6098 | "require": { | |
6099 | "php": ">=5.3.2", | |
6100 | "swiftmailer/swiftmailer": "~4.2|~5.0", | |
6101 | "symfony/config": "~2.7|~3.0", | |
6102 | "symfony/dependency-injection": "~2.7|~3.0", | |
6103 | "symfony/http-kernel": "~2.7|~3.0" | |
6104 | }, | |
6105 | "require-dev": { | |
6106 | "symfony/console": "~2.7|~3.0", | |
6107 | "symfony/framework-bundle": "~2.7|~3.0", | |
6108 | "symfony/phpunit-bridge": "~3.3@dev", | |
6109 | "symfony/yaml": "~2.7|~3.0" | |
6110 | }, | |
6111 | "suggest": { | |
6112 | "psr/log": "Allows logging" | |
6113 | }, | |
6114 | "type": "symfony-bundle", | |
6115 | "extra": { | |
6116 | "branch-alias": { | |
6117 | "dev-master": "2.6-dev" | |
6118 | } | |
6119 | }, | |
6120 | "autoload": { | |
6121 | "psr-4": { | |
6122 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" | |
6123 | } | |
6124 | }, | |
6125 | "notification-url": "https://packagist.org/downloads/", | |
6126 | "license": [ | |
6127 | "MIT" | |
6128 | ], | |
6129 | "authors": [ | |
6130 | { | |
6131 | "name": "Symfony Community", | |
6132 | "homepage": "http://symfony.com/contributors" | |
6133 | }, | |
6134 | { | |
6135 | "name": "Fabien Potencier", | |
6136 | "email": "fabien@symfony.com" | |
6137 | } | |
6138 | ], | |
6139 | "description": "Symfony SwiftmailerBundle", | |
6140 | "homepage": "http://symfony.com", | |
6141 | "time": "2017-10-19T01:06:41+00:00" | |
6142 | }, | |
6143 | { | |
6144 | "name": "symfony/symfony", | |
6145 | "version": "v3.3.17", | |
6146 | "source": { | |
6147 | "type": "git", | |
6148 | "url": "https://github.com/symfony/symfony.git", | |
6149 | "reference": "4639525c796227ec36652ad97192a5eb3de74f76" | |
6150 | }, | |
6151 | "dist": { | |
6152 | "type": "zip", | |
6153 | "url": "https://api.github.com/repos/symfony/symfony/zipball/4639525c796227ec36652ad97192a5eb3de74f76", | |
6154 | "reference": "4639525c796227ec36652ad97192a5eb3de74f76", | |
6155 | "shasum": "" | |
6156 | }, | |
6157 | "require": { | |
6158 | "doctrine/common": "~2.4", | |
6159 | "ext-xml": "*", | |
6160 | "fig/link-util": "^1.0", | |
6161 | "php": "^5.5.9|>=7.0.8", | |
6162 | "psr/cache": "~1.0", | |
6163 | "psr/container": "^1.0", | |
6164 | "psr/link": "^1.0", | |
6165 | "psr/log": "~1.0", | |
6166 | "psr/simple-cache": "^1.0", | |
6167 | "symfony/polyfill-apcu": "~1.1", | |
6168 | "symfony/polyfill-intl-icu": "~1.0", | |
6169 | "symfony/polyfill-mbstring": "~1.0", | |
6170 | "symfony/polyfill-php56": "~1.0", | |
6171 | "symfony/polyfill-php70": "~1.0", | |
6172 | "twig/twig": "~1.34|~2.4" | |
6173 | }, | |
6174 | "conflict": { | |
6175 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", | |
6176 | "phpdocumentor/type-resolver": "<0.2.1", | |
6177 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" | |
6178 | }, | |
6179 | "provide": { | |
6180 | "psr/cache-implementation": "1.0", | |
6181 | "psr/container-implementation": "1.0", | |
6182 | "psr/simple-cache-implementation": "1.0" | |
6183 | }, | |
6184 | "replace": { | |
6185 | "symfony/asset": "self.version", | |
6186 | "symfony/browser-kit": "self.version", | |
6187 | "symfony/cache": "self.version", | |
6188 | "symfony/class-loader": "self.version", | |
6189 | "symfony/config": "self.version", | |
6190 | "symfony/console": "self.version", | |
6191 | "symfony/css-selector": "self.version", | |
6192 | "symfony/debug": "self.version", | |
6193 | "symfony/debug-bundle": "self.version", | |
6194 | "symfony/dependency-injection": "self.version", | |
6195 | "symfony/doctrine-bridge": "self.version", | |
6196 | "symfony/dom-crawler": "self.version", | |
6197 | "symfony/dotenv": "self.version", | |
6198 | "symfony/event-dispatcher": "self.version", | |
6199 | "symfony/expression-language": "self.version", | |
6200 | "symfony/filesystem": "self.version", | |
6201 | "symfony/finder": "self.version", | |
6202 | "symfony/form": "self.version", | |
6203 | "symfony/framework-bundle": "self.version", | |
6204 | "symfony/http-foundation": "self.version", | |
6205 | "symfony/http-kernel": "self.version", | |
6206 | "symfony/inflector": "self.version", | |
6207 | "symfony/intl": "self.version", | |
6208 | "symfony/ldap": "self.version", | |
6209 | "symfony/monolog-bridge": "self.version", | |
6210 | "symfony/options-resolver": "self.version", | |
6211 | "symfony/process": "self.version", | |
6212 | "symfony/property-access": "self.version", | |
6213 | "symfony/property-info": "self.version", | |
6214 | "symfony/proxy-manager-bridge": "self.version", | |
6215 | "symfony/routing": "self.version", | |
6216 | "symfony/security": "self.version", | |
6217 | "symfony/security-bundle": "self.version", | |
6218 | "symfony/security-core": "self.version", | |
6219 | "symfony/security-csrf": "self.version", | |
6220 | "symfony/security-guard": "self.version", | |
6221 | "symfony/security-http": "self.version", | |
6222 | "symfony/serializer": "self.version", | |
6223 | "symfony/stopwatch": "self.version", | |
6224 | "symfony/templating": "self.version", | |
6225 | "symfony/translation": "self.version", | |
6226 | "symfony/twig-bridge": "self.version", | |
6227 | "symfony/twig-bundle": "self.version", | |
6228 | "symfony/validator": "self.version", | |
6229 | "symfony/var-dumper": "self.version", | |
6230 | "symfony/web-link": "self.version", | |
6231 | "symfony/web-profiler-bundle": "self.version", | |
6232 | "symfony/web-server-bundle": "self.version", | |
6233 | "symfony/workflow": "self.version", | |
6234 | "symfony/yaml": "self.version" | |
6235 | }, | |
6236 | "require-dev": { | |
6237 | "cache/integration-tests": "dev-master", | |
6238 | "doctrine/annotations": "~1.0", | |
6239 | "doctrine/cache": "~1.6", | |
6240 | "doctrine/data-fixtures": "1.0.*", | |
6241 | "doctrine/dbal": "~2.4", | |
6242 | "doctrine/doctrine-bundle": "~1.4", | |
6243 | "doctrine/orm": "~2.4,>=2.4.5", | |
6244 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", | |
6245 | "monolog/monolog": "~1.11", | |
6246 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", | |
6247 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", | |
6248 | "predis/predis": "~1.0", | |
6249 | "sensio/framework-extra-bundle": "^3.0.2", | |
6250 | "symfony/phpunit-bridge": "~3.4|~4.0", | |
6251 | "symfony/security-acl": "~2.8|~3.0" | |
6252 | }, | |
6253 | "type": "library", | |
6254 | "extra": { | |
6255 | "branch-alias": { | |
6256 | "dev-master": "3.3-dev" | |
6257 | } | |
6258 | }, | |
6259 | "autoload": { | |
6260 | "psr-4": { | |
6261 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", | |
6262 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", | |
6263 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", | |
6264 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", | |
6265 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", | |
6266 | "Symfony\\Component\\": "src/Symfony/Component/" | |
6267 | }, | |
6268 | "classmap": [ | |
6269 | "src/Symfony/Component/Intl/Resources/stubs" | |
6270 | ], | |
6271 | "exclude-from-classmap": [ | |
6272 | "**/Tests/" | |
6273 | ] | |
6274 | }, | |
6275 | "notification-url": "https://packagist.org/downloads/", | |
6276 | "license": [ | |
6277 | "MIT" | |
6278 | ], | |
6279 | "authors": [ | |
6280 | { | |
6281 | "name": "Fabien Potencier", | |
6282 | "email": "fabien@symfony.com" | |
6283 | }, | |
6284 | { | |
6285 | "name": "Symfony Community", | |
6286 | "homepage": "https://symfony.com/contributors" | |
6287 | } | |
6288 | ], | |
6289 | "description": "The Symfony PHP framework", | |
6290 | "homepage": "https://symfony.com", | |
6291 | "keywords": [ | |
6292 | "framework" | |
6293 | ], | |
6294 | "time": "2018-05-25T12:43:13+00:00" | |
6295 | }, | |
6296 | { | |
6297 | "name": "true/punycode", | |
6298 | "version": "v2.1.1", | |
6299 | "source": { | |
6300 | "type": "git", | |
6301 | "url": "https://github.com/true/php-punycode.git", | |
6302 | "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" | |
6303 | }, | |
6304 | "dist": { | |
6305 | "type": "zip", | |
6306 | "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", | |
6307 | "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", | |
6308 | "shasum": "" | |
6309 | }, | |
6310 | "require": { | |
6311 | "php": ">=5.3.0", | |
6312 | "symfony/polyfill-mbstring": "^1.3" | |
6313 | }, | |
6314 | "require-dev": { | |
6315 | "phpunit/phpunit": "~4.7", | |
6316 | "squizlabs/php_codesniffer": "~2.0" | |
6317 | }, | |
6318 | "type": "library", | |
6319 | "autoload": { | |
6320 | "psr-4": { | |
6321 | "TrueBV\\": "src/" | |
6322 | } | |
6323 | }, | |
6324 | "notification-url": "https://packagist.org/downloads/", | |
6325 | "license": [ | |
6326 | "MIT" | |
6327 | ], | |
6328 | "authors": [ | |
6329 | { | |
6330 | "name": "Renan Gonçalves", | |
6331 | "email": "renan.saddam@gmail.com" | |
6332 | } | |
6333 | ], | |
6334 | "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", | |
6335 | "homepage": "https://github.com/true/php-punycode", | |
6336 | "keywords": [ | |
6337 | "idna", | |
6338 | "punycode" | |
6339 | ], | |
6340 | "time": "2016-11-16T10:37:54+00:00" | |
6341 | }, | |
6342 | { | |
6343 | "name": "twig/extensions", | |
6344 | "version": "v1.5.1", | |
6345 | "source": { | |
6346 | "type": "git", | |
6347 | "url": "https://github.com/twigphp/Twig-extensions.git", | |
6348 | "reference": "d188c76168b853481cc75879ea045bf93d718e9c" | |
6349 | }, | |
6350 | "dist": { | |
6351 | "type": "zip", | |
6352 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c", | |
6353 | "reference": "d188c76168b853481cc75879ea045bf93d718e9c", | |
6354 | "shasum": "" | |
6355 | }, | |
6356 | "require": { | |
6357 | "twig/twig": "~1.27|~2.0" | |
6358 | }, | |
6359 | "require-dev": { | |
6360 | "symfony/phpunit-bridge": "~3.3@dev", | |
6361 | "symfony/translation": "~2.3|~3.0" | |
6362 | }, | |
6363 | "suggest": { | |
6364 | "symfony/translation": "Allow the time_diff output to be translated" | |
6365 | }, | |
6366 | "type": "library", | |
6367 | "extra": { | |
6368 | "branch-alias": { | |
6369 | "dev-master": "1.5-dev" | |
6370 | } | |
6371 | }, | |
6372 | "autoload": { | |
6373 | "psr-0": { | |
6374 | "Twig_Extensions_": "lib/" | |
6375 | }, | |
6376 | "psr-4": { | |
6377 | "Twig\\Extensions\\": "src/" | |
6378 | } | |
6379 | }, | |
6380 | "notification-url": "https://packagist.org/downloads/", | |
6381 | "license": [ | |
6382 | "MIT" | |
6383 | ], | |
6384 | "authors": [ | |
6385 | { | |
6386 | "name": "Fabien Potencier", | |
6387 | "email": "fabien@symfony.com" | |
6388 | } | |
6389 | ], | |
6390 | "description": "Common additional features for Twig that do not directly belong in core", | |
6391 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", | |
6392 | "keywords": [ | |
6393 | "i18n", | |
6394 | "text" | |
6395 | ], | |
6396 | "time": "2017-06-08T18:19:53+00:00" | |
6397 | }, | |
6398 | { | |
6399 | "name": "twig/twig", | |
6400 | "version": "v1.35.3", | |
6401 | "source": { | |
6402 | "type": "git", | |
6403 | "url": "https://github.com/twigphp/Twig.git", | |
6404 | "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f" | |
6405 | }, | |
6406 | "dist": { | |
6407 | "type": "zip", | |
6408 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", | |
6409 | "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", | |
6410 | "shasum": "" | |
6411 | }, | |
6412 | "require": { | |
6413 | "php": ">=5.3.3" | |
6414 | }, | |
6415 | "require-dev": { | |
6416 | "psr/container": "^1.0", | |
6417 | "symfony/debug": "^2.7", | |
6418 | "symfony/phpunit-bridge": "^3.3" | |
6419 | }, | |
6420 | "type": "library", | |
6421 | "extra": { | |
6422 | "branch-alias": { | |
6423 | "dev-master": "1.35-dev" | |
6424 | } | |
6425 | }, | |
6426 | "autoload": { | |
6427 | "psr-0": { | |
6428 | "Twig_": "lib/" | |
6429 | }, | |
6430 | "psr-4": { | |
6431 | "Twig\\": "src/" | |
6432 | } | |
6433 | }, | |
6434 | "notification-url": "https://packagist.org/downloads/", | |
6435 | "license": [ | |
6436 | "BSD-3-Clause" | |
6437 | ], | |
6438 | "authors": [ | |
6439 | { | |
6440 | "name": "Fabien Potencier", | |
6441 | "email": "fabien@symfony.com", | |
6442 | "homepage": "http://fabien.potencier.org", | |
6443 | "role": "Lead Developer" | |
6444 | }, | |
6445 | { | |
6446 | "name": "Armin Ronacher", | |
6447 | "email": "armin.ronacher@active-4.com", | |
6448 | "role": "Project Founder" | |
6449 | }, | |
6450 | { | |
6451 | "name": "Twig Team", | |
6452 | "homepage": "http://twig.sensiolabs.org/contributors", | |
6453 | "role": "Contributors" | |
6454 | } | |
6455 | ], | |
6456 | "description": "Twig, the flexible, fast, and secure template language for PHP", | |
6457 | "homepage": "http://twig.sensiolabs.org", | |
6458 | "keywords": [ | |
6459 | "templating" | |
6460 | ], | |
6461 | "time": "2018-03-20T04:25:58+00:00" | |
6462 | }, | |
6463 | { | |
6464 | "name": "wallabag/php-mobi", | |
6465 | "version": "1.0.1", | |
6466 | "source": { | |
6467 | "type": "git", | |
6468 | "url": "https://github.com/wallabag/php-mobi.git", | |
6469 | "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487" | |
6470 | }, | |
6471 | "dist": { | |
6472 | "type": "zip", | |
6473 | "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487", | |
6474 | "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487", | |
6475 | "shasum": "" | |
6476 | }, | |
6477 | "require": { | |
6478 | "php": ">=5.3.0" | |
6479 | }, | |
6480 | "replace": { | |
6481 | "wallabag/phpmobi": "*" | |
6482 | }, | |
6483 | "type": "library", | |
6484 | "autoload": { | |
6485 | "files": [ | |
6486 | "MOBIClass/MOBI.php" | |
6487 | ] | |
6488 | }, | |
6489 | "notification-url": "https://packagist.org/downloads/", | |
6490 | "license": [ | |
6491 | "Apache-2.0" | |
6492 | ], | |
6493 | "authors": [ | |
6494 | { | |
6495 | "name": "Nicolas LĆuillet", | |
6496 | "email": "nicolas@loeuillet.org", | |
6497 | "homepage": "http://www.cdetc.fr" | |
6498 | }, | |
6499 | { | |
6500 | "name": "Sander Kromwijk", | |
6501 | "email": "s.kromwijk@gmail.co", | |
6502 | "role": "Original developer" | |
6503 | } | |
6504 | ], | |
6505 | "description": "A Mobipocket file (.mobi) creator in PHP.", | |
6506 | "homepage": "https://github.com/wallabag/phpMobi", | |
6507 | "time": "2015-10-16T08:42:42+00:00" | |
6508 | }, | |
6509 | { | |
6510 | "name": "wallabag/tcpdf", | |
6511 | "version": "6.2.15", | |
6512 | "source": { | |
6513 | "type": "git", | |
6514 | "url": "https://github.com/wallabag/TCPDF.git", | |
6515 | "reference": "f67b0b0cadb10d9bd4af2da769374b0820f05a02" | |
6516 | }, | |
6517 | "dist": { | |
6518 | "type": "zip", | |
6519 | "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/f67b0b0cadb10d9bd4af2da769374b0820f05a02", | |
6520 | "reference": "f67b0b0cadb10d9bd4af2da769374b0820f05a02", | |
6521 | "shasum": "" | |
6522 | }, | |
6523 | "require": { | |
6524 | "php": ">=5.3.0" | |
6525 | }, | |
6526 | "replace": { | |
6527 | "tecnickcom/tcpdf": "6.2.*" | |
6528 | }, | |
6529 | "type": "library", | |
6530 | "autoload": { | |
6531 | "classmap": [ | |
6532 | "fonts", | |
6533 | "config", | |
6534 | "include", | |
6535 | "tcpdf.php", | |
6536 | "tcpdf_parser.php", | |
6537 | "tcpdf_import.php", | |
6538 | "tcpdf_barcodes_1d.php", | |
6539 | "tcpdf_barcodes_2d.php", | |
6540 | "include/tcpdf_colors.php", | |
6541 | "include/tcpdf_filters.php", | |
6542 | "include/tcpdf_font_data.php", | |
6543 | "include/tcpdf_fonts.php", | |
6544 | "include/tcpdf_images.php", | |
6545 | "include/tcpdf_static.php", | |
6546 | "include/barcodes/datamatrix.php", | |
6547 | "include/barcodes/pdf417.php", | |
6548 | "include/barcodes/qrcode.php" | |
6549 | ] | |
6550 | }, | |
6551 | "notification-url": "https://packagist.org/downloads/", | |
6552 | "license": [ | |
6553 | "LGPL-3.0" | |
6554 | ], | |
6555 | "authors": [ | |
6556 | { | |
6557 | "name": "Nicola Asuni", | |
6558 | "email": "info@tecnick.com", | |
6559 | "homepage": "http://nicolaasuni.tecnick.com", | |
6560 | "role": "Main developer" | |
6561 | }, | |
6562 | { | |
6563 | "name": "wallabag/core", | |
6564 | "homepage": "https://www.wallabag.org", | |
6565 | "role": "Developers" | |
6566 | } | |
6567 | ], | |
6568 | "description": "Keeping a working 6.2.x TCPDF version.", | |
6569 | "homepage": "https://www.wallabag.org/", | |
6570 | "keywords": [ | |
6571 | "PDFD32000-2008", | |
6572 | "TCPDF", | |
6573 | "barcodes", | |
6574 | "datamatrix", | |
6575 | "pdf", | |
6576 | "pdf417", | |
6577 | "qrcode" | |
6578 | ], | |
6579 | "time": "2017-02-24T13:01:16+00:00" | |
6580 | }, | |
6581 | { | |
6582 | "name": "white-october/pagerfanta-bundle", | |
6583 | "version": "v1.2.0", | |
6584 | "source": { | |
6585 | "type": "git", | |
6586 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", | |
6587 | "reference": "a4895420aace01cc2c78c22c501a9f464cf30961" | |
6588 | }, | |
6589 | "dist": { | |
6590 | "type": "zip", | |
6591 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/a4895420aace01cc2c78c22c501a9f464cf30961", | |
6592 | "reference": "a4895420aace01cc2c78c22c501a9f464cf30961", | |
6593 | "shasum": "" | |
6594 | }, | |
6595 | "require": { | |
6596 | "pagerfanta/pagerfanta": "^1.1.0|^2.0.0", | |
6597 | "php": ">=5.3", | |
6598 | "symfony/framework-bundle": "~2.3|~3.0|~4.0", | |
6599 | "symfony/property-access": "~2.3|~3.0|~4.0", | |
6600 | "symfony/twig-bundle": "~2.3|~3.0|~4.0" | |
6601 | }, | |
6602 | "require-dev": { | |
6603 | "phpunit/phpunit": "~3.7|~4.0|^5.0", | |
6604 | "symfony/symfony": "~2.3|~3.0|~4.0" | |
6605 | }, | |
6606 | "type": "symfony-bundle", | |
6607 | "extra": { | |
6608 | "branch-alias": { | |
6609 | "dev-master": "1.0.x-dev" | |
6610 | } | |
6611 | }, | |
6612 | "autoload": { | |
6613 | "classmap": [ | |
6614 | "WhiteOctoberPagerfantaBundle.php" | |
6615 | ], | |
6616 | "psr-4": { | |
6617 | "WhiteOctober\\PagerfantaBundle\\DependencyInjection\\": "DependencyInjection", | |
6618 | "WhiteOctober\\PagerfantaBundle\\EventListener\\": "EventListener", | |
6619 | "WhiteOctober\\PagerfantaBundle\\Twig\\": "Twig", | |
6620 | "WhiteOctober\\PagerfantaBundle\\View\\": "View" | |
6621 | } | |
6622 | }, | |
6623 | "notification-url": "https://packagist.org/downloads/", | |
6624 | "license": [ | |
6625 | "MIT" | |
6626 | ], | |
6627 | "authors": [ | |
6628 | { | |
6629 | "name": "Pablo DĂez", | |
6630 | "email": "pablodip@gmail.com" | |
6631 | } | |
6632 | ], | |
6633 | "description": "Bundle to use Pagerfanta with Symfony2", | |
6634 | "keywords": [ | |
6635 | "page", | |
6636 | "paging" | |
6637 | ], | |
6638 | "time": "2018-05-21T08:36:13+00:00" | |
6639 | }, | |
6640 | { | |
6641 | "name": "willdurand/hateoas", | |
6642 | "version": "2.12.0", | |
6643 | "source": { | |
6644 | "type": "git", | |
6645 | "url": "https://github.com/willdurand/Hateoas.git", | |
6646 | "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5" | |
6647 | }, | |
6648 | "dist": { | |
6649 | "type": "zip", | |
6650 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5", | |
6651 | "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5", | |
6652 | "shasum": "" | |
6653 | }, | |
6654 | "require": { | |
6655 | "doctrine/annotations": "~1.0", | |
6656 | "doctrine/common": "~2.0", | |
6657 | "jms/metadata": "~1.1", | |
6658 | "jms/serializer": "^1.7", | |
6659 | "php": "^5.5|^7.0", | |
6660 | "phpoption/phpoption": ">=1.1.0,<2.0-dev", | |
6661 | "symfony/expression-language": "~2.4 || ~3.0 || ~4.0" | |
6662 | }, | |
6663 | "require-dev": { | |
6664 | "pagerfanta/pagerfanta": "~1.0", | |
6665 | "phpunit/phpunit": "~5", | |
6666 | "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0", | |
6667 | "symfony/routing": "~2.4 || ~3.0 || ~4.0", | |
6668 | "symfony/yaml": "~2.4 || ~3.0 || ~4.0", | |
6669 | "twig/twig": "~1.12" | |
6670 | }, | |
6671 | "suggest": { | |
6672 | "symfony/routing": "To use the SymfonyRouteFactory.", | |
6673 | "symfony/yaml": "To use yaml based configuration.", | |
6674 | "twig/twig": "To use the Twig extensions." | |
6675 | }, | |
6676 | "type": "library", | |
6677 | "extra": { | |
6678 | "branch-alias": { | |
6679 | "dev-master": "2.12-dev" | |
6680 | } | |
6681 | }, | |
6682 | "autoload": { | |
6683 | "psr-0": { | |
6684 | "Hateoas": "src/" | |
6685 | } | |
6686 | }, | |
6687 | "notification-url": "https://packagist.org/downloads/", | |
6688 | "license": [ | |
6689 | "MIT" | |
6690 | ], | |
6691 | "authors": [ | |
6692 | { | |
6693 | "name": "Adrien Brault", | |
6694 | "email": "adrien.brault@gmail.com" | |
6695 | }, | |
6696 | { | |
6697 | "name": "William Durand", | |
6698 | "email": "william.durand1@gmail.com" | |
6699 | } | |
6700 | ], | |
6701 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", | |
6702 | "time": "2018-02-23T17:05:31+00:00" | |
6703 | }, | |
6704 | { | |
6705 | "name": "willdurand/hateoas-bundle", | |
6706 | "version": "1.4.0", | |
6707 | "source": { | |
6708 | "type": "git", | |
6709 | "url": "https://github.com/willdurand/BazingaHateoasBundle.git", | |
6710 | "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa" | |
6711 | }, | |
6712 | "dist": { | |
6713 | "type": "zip", | |
6714 | "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", | |
6715 | "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", | |
6716 | "shasum": "" | |
6717 | }, | |
6718 | "require": { | |
6719 | "jms/serializer-bundle": "~1.0 || ^2.0", | |
6720 | "php": ">5.4 |^7.0", | |
6721 | "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0", | |
6722 | "willdurand/hateoas": "^2.10.0" | |
6723 | }, | |
6724 | "require-dev": { | |
6725 | "phpunit/phpunit": "~4.5 || ~5.0", | |
6726 | "symfony/expression-language": "~2.4 || ~3.0 || ~4.0", | |
6727 | "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0", | |
6728 | "twig/twig": "~1.12" | |
6729 | }, | |
6730 | "type": "symfony-bundle", | |
6731 | "extra": { | |
6732 | "branch-alias": { | |
6733 | "dev-master": "1.4-dev" | |
6734 | } | |
6735 | }, | |
6736 | "autoload": { | |
6737 | "psr-4": { | |
6738 | "Bazinga\\Bundle\\HateoasBundle\\": "" | |
6739 | } | |
6740 | }, | |
6741 | "notification-url": "https://packagist.org/downloads/", | |
6742 | "license": [ | |
6743 | "MIT" | |
6744 | ], | |
6745 | "authors": [ | |
6746 | { | |
6747 | "name": "William Durand", | |
6748 | "email": "william.durand1@gmail.com" | |
6749 | } | |
6750 | ], | |
6751 | "description": "Integration of Hateoas into Symfony2.", | |
6752 | "keywords": [ | |
6753 | "HATEOAS", | |
6754 | "rest" | |
6755 | ], | |
6756 | "time": "2018-01-27T13:03:07+00:00" | |
6757 | }, | |
6758 | { | |
6759 | "name": "willdurand/jsonp-callback-validator", | |
6760 | "version": "v1.1.0", | |
6761 | "source": { | |
6762 | "type": "git", | |
6763 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", | |
6764 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" | |
6765 | }, | |
6766 | "dist": { | |
6767 | "type": "zip", | |
6768 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", | |
6769 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", | |
6770 | "shasum": "" | |
6771 | }, | |
6772 | "require": { | |
6773 | "php": ">=5.3.0" | |
6774 | }, | |
6775 | "require-dev": { | |
6776 | "phpunit/phpunit": "~3.7" | |
6777 | }, | |
6778 | "type": "library", | |
6779 | "autoload": { | |
6780 | "psr-0": { | |
6781 | "JsonpCallbackValidator": "src/" | |
6782 | } | |
6783 | }, | |
6784 | "notification-url": "https://packagist.org/downloads/", | |
6785 | "license": [ | |
6786 | "MIT" | |
6787 | ], | |
6788 | "authors": [ | |
6789 | { | |
6790 | "name": "William Durand", | |
6791 | "email": "william.durand1@gmail.com", | |
6792 | "homepage": "http://www.willdurand.fr" | |
6793 | } | |
6794 | ], | |
6795 | "description": "JSONP callback validator.", | |
6796 | "time": "2014-01-20T22:35:06+00:00" | |
6797 | }, | |
6798 | { | |
6799 | "name": "willdurand/negotiation", | |
6800 | "version": "v2.3.1", | |
6801 | "source": { | |
6802 | "type": "git", | |
6803 | "url": "https://github.com/willdurand/Negotiation.git", | |
6804 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" | |
6805 | }, | |
6806 | "dist": { | |
6807 | "type": "zip", | |
6808 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", | |
6809 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", | |
6810 | "shasum": "" | |
6811 | }, | |
6812 | "require": { | |
6813 | "php": ">=5.4.0" | |
6814 | }, | |
6815 | "require-dev": { | |
6816 | "phpunit/phpunit": "~4.5" | |
6817 | }, | |
6818 | "type": "library", | |
6819 | "extra": { | |
6820 | "branch-alias": { | |
6821 | "dev-master": "2.3-dev" | |
6822 | } | |
6823 | }, | |
6824 | "autoload": { | |
6825 | "psr-4": { | |
6826 | "Negotiation\\": "src/Negotiation" | |
6827 | } | |
6828 | }, | |
6829 | "notification-url": "https://packagist.org/downloads/", | |
6830 | "license": [ | |
6831 | "MIT" | |
6832 | ], | |
6833 | "authors": [ | |
6834 | { | |
6835 | "name": "William Durand", | |
6836 | "email": "will+git@drnd.me" | |
6837 | } | |
6838 | ], | |
6839 | "description": "Content Negotiation tools for PHP provided as a standalone library.", | |
6840 | "homepage": "http://williamdurand.fr/Negotiation/", | |
6841 | "keywords": [ | |
6842 | "accept", | |
6843 | "content", | |
6844 | "format", | |
6845 | "header", | |
6846 | "negotiation" | |
6847 | ], | |
6848 | "time": "2017-05-14T17:21:12+00:00" | |
6849 | }, | |
6850 | { | |
6851 | "name": "zendframework/zend-code", | |
6852 | "version": "2.6.3", | |
6853 | "source": { | |
6854 | "type": "git", | |
6855 | "url": "https://github.com/zendframework/zend-code.git", | |
6856 | "reference": "95033f061b083e16cdee60530ec260d7d628b887" | |
6857 | }, | |
6858 | "dist": { | |
6859 | "type": "zip", | |
6860 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", | |
6861 | "reference": "95033f061b083e16cdee60530ec260d7d628b887", | |
6862 | "shasum": "" | |
6863 | }, | |
6864 | "require": { | |
6865 | "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", | |
6866 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" | |
6867 | }, | |
6868 | "require-dev": { | |
6869 | "doctrine/annotations": "~1.0", | |
6870 | "fabpot/php-cs-fixer": "1.7.*", | |
6871 | "phpunit/phpunit": "^4.8.21", | |
6872 | "zendframework/zend-stdlib": "^2.7 || ^3.0" | |
6873 | }, | |
6874 | "suggest": { | |
6875 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", | |
6876 | "zendframework/zend-stdlib": "Zend\\Stdlib component" | |
6877 | }, | |
6878 | "type": "library", | |
6879 | "extra": { | |
6880 | "branch-alias": { | |
6881 | "dev-master": "2.6-dev", | |
6882 | "dev-develop": "2.7-dev" | |
6883 | } | |
6884 | }, | |
6885 | "autoload": { | |
6886 | "psr-4": { | |
6887 | "Zend\\Code\\": "src/" | |
6888 | } | |
6889 | }, | |
6890 | "notification-url": "https://packagist.org/downloads/", | |
6891 | "license": [ | |
6892 | "BSD-3-Clause" | |
6893 | ], | |
6894 | "description": "provides facilities to generate arbitrary code using an object oriented interface", | |
6895 | "homepage": "https://github.com/zendframework/zend-code", | |
6896 | "keywords": [ | |
6897 | "code", | |
6898 | "zf2" | |
6899 | ], | |
6900 | "time": "2016-04-20T17:26:42+00:00" | |
6901 | }, | |
6902 | { | |
6903 | "name": "zendframework/zend-eventmanager", | |
6904 | "version": "3.2.1", | |
6905 | "source": { | |
6906 | "type": "git", | |
6907 | "url": "https://github.com/zendframework/zend-eventmanager.git", | |
6908 | "reference": "a5e2583a211f73604691586b8406ff7296a946dd" | |
6909 | }, | |
6910 | "dist": { | |
6911 | "type": "zip", | |
6912 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", | |
6913 | "reference": "a5e2583a211f73604691586b8406ff7296a946dd", | |
6914 | "shasum": "" | |
6915 | }, | |
6916 | "require": { | |
6917 | "php": "^5.6 || ^7.0" | |
6918 | }, | |
6919 | "require-dev": { | |
6920 | "athletic/athletic": "^0.1", | |
6921 | "container-interop/container-interop": "^1.1.0", | |
6922 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", | |
6923 | "zendframework/zend-coding-standard": "~1.0.0", | |
6924 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" | |
6925 | }, | |
6926 | "suggest": { | |
6927 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", | |
6928 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" | |
6929 | }, | |
6930 | "type": "library", | |
6931 | "extra": { | |
6932 | "branch-alias": { | |
6933 | "dev-master": "3.2-dev", | |
6934 | "dev-develop": "3.3-dev" | |
6935 | } | |
6936 | }, | |
6937 | "autoload": { | |
6938 | "psr-4": { | |
6939 | "Zend\\EventManager\\": "src/" | |
6940 | } | |
6941 | }, | |
6942 | "notification-url": "https://packagist.org/downloads/", | |
6943 | "license": [ | |
6944 | "BSD-3-Clause" | |
6945 | ], | |
6946 | "description": "Trigger and listen to events within a PHP application", | |
6947 | "homepage": "https://github.com/zendframework/zend-eventmanager", | |
6948 | "keywords": [ | |
6949 | "event", | |
6950 | "eventmanager", | |
6951 | "events", | |
6952 | "zf2" | |
6953 | ], | |
6954 | "time": "2018-04-25T15:33:34+00:00" | |
6955 | } | |
6956 | ], | |
6957 | "packages-dev": [ | |
6958 | { | |
6959 | "name": "composer/semver", | |
6960 | "version": "1.4.2", | |
6961 | "source": { | |
6962 | "type": "git", | |
6963 | "url": "https://github.com/composer/semver.git", | |
6964 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" | |
6965 | }, | |
6966 | "dist": { | |
6967 | "type": "zip", | |
6968 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", | |
6969 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", | |
6970 | "shasum": "" | |
6971 | }, | |
6972 | "require": { | |
6973 | "php": "^5.3.2 || ^7.0" | |
6974 | }, | |
6975 | "require-dev": { | |
6976 | "phpunit/phpunit": "^4.5 || ^5.0.5", | |
6977 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" | |
6978 | }, | |
6979 | "type": "library", | |
6980 | "extra": { | |
6981 | "branch-alias": { | |
6982 | "dev-master": "1.x-dev" | |
6983 | } | |
6984 | }, | |
6985 | "autoload": { | |
6986 | "psr-4": { | |
6987 | "Composer\\Semver\\": "src" | |
6988 | } | |
6989 | }, | |
6990 | "notification-url": "https://packagist.org/downloads/", | |
6991 | "license": [ | |
6992 | "MIT" | |
6993 | ], | |
6994 | "authors": [ | |
6995 | { | |
6996 | "name": "Nils Adermann", | |
6997 | "email": "naderman@naderman.de", | |
6998 | "homepage": "http://www.naderman.de" | |
6999 | }, | |
7000 | { | |
7001 | "name": "Jordi Boggiano", | |
7002 | "email": "j.boggiano@seld.be", | |
7003 | "homepage": "http://seld.be" | |
7004 | }, | |
7005 | { | |
7006 | "name": "Rob Bast", | |
7007 | "email": "rob.bast@gmail.com", | |
7008 | "homepage": "http://robbast.nl" | |
7009 | } | |
7010 | ], | |
7011 | "description": "Semver library that offers utilities, version constraint parsing and validation.", | |
7012 | "keywords": [ | |
7013 | "semantic", | |
7014 | "semver", | |
7015 | "validation", | |
7016 | "versioning" | |
7017 | ], | |
7018 | "time": "2016-08-30T16:08:34+00:00" | |
7019 | }, | |
7020 | { | |
7021 | "name": "composer/xdebug-handler", | |
7022 | "version": "1.1.0", | |
7023 | "source": { | |
7024 | "type": "git", | |
7025 | "url": "https://github.com/composer/xdebug-handler.git", | |
7026 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08" | |
7027 | }, | |
7028 | "dist": { | |
7029 | "type": "zip", | |
7030 | "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08", | |
7031 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08", | |
7032 | "shasum": "" | |
7033 | }, | |
7034 | "require": { | |
7035 | "php": "^5.3.2 || ^7.0", | |
7036 | "psr/log": "^1.0" | |
7037 | }, | |
7038 | "require-dev": { | |
7039 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" | |
7040 | }, | |
7041 | "type": "library", | |
7042 | "autoload": { | |
7043 | "psr-4": { | |
7044 | "Composer\\XdebugHandler\\": "src" | |
7045 | } | |
7046 | }, | |
7047 | "notification-url": "https://packagist.org/downloads/", | |
7048 | "license": [ | |
7049 | "MIT" | |
7050 | ], | |
7051 | "authors": [ | |
7052 | { | |
7053 | "name": "John Stevenson", | |
7054 | "email": "john-stevenson@blueyonder.co.uk" | |
7055 | } | |
7056 | ], | |
7057 | "description": "Restarts a process without xdebug.", | |
7058 | "keywords": [ | |
7059 | "Xdebug", | |
7060 | "performance" | |
7061 | ], | |
7062 | "time": "2018-04-11T15:42:36+00:00" | |
7063 | }, | |
7064 | { | |
7065 | "name": "dama/doctrine-test-bundle", | |
7066 | "version": "v4.0.2", | |
7067 | "source": { | |
7068 | "type": "git", | |
7069 | "url": "https://github.com/dmaicher/doctrine-test-bundle.git", | |
7070 | "reference": "438346b3380cc7675e37fbcdca912fdc33471d32" | |
7071 | }, | |
7072 | "dist": { | |
7073 | "type": "zip", | |
7074 | "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/438346b3380cc7675e37fbcdca912fdc33471d32", | |
7075 | "reference": "438346b3380cc7675e37fbcdca912fdc33471d32", | |
7076 | "shasum": "" | |
7077 | }, | |
7078 | "require": { | |
7079 | "doctrine/dbal": "~2.5", | |
7080 | "doctrine/doctrine-bundle": "~1.4", | |
7081 | "php": ">=5.5.0", | |
7082 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" | |
7083 | }, | |
7084 | "require-dev": { | |
7085 | "phpunit/phpunit": "^5.4.4|~6.0", | |
7086 | "symfony/yaml": "~2.7|~3.0" | |
7087 | }, | |
7088 | "type": "symfony-bundle", | |
7089 | "extra": { | |
7090 | "branch-alias": { | |
7091 | "dev-master": "4.1.x-dev" | |
7092 | } | |
7093 | }, | |
7094 | "autoload": { | |
7095 | "psr-4": { | |
7096 | "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle" | |
7097 | } | |
7098 | }, | |
7099 | "notification-url": "https://packagist.org/downloads/", | |
7100 | "license": [ | |
7101 | "MIT" | |
7102 | ], | |
7103 | "authors": [ | |
7104 | { | |
7105 | "name": "David Maicher", | |
7106 | "email": "mail@dmaicher.de" | |
7107 | } | |
7108 | ], | |
7109 | "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance", | |
7110 | "keywords": [ | |
7111 | "Symfony 3", | |
7112 | "doctrine", | |
7113 | "isolation", | |
7114 | "performance", | |
7115 | "symfony", | |
7116 | "symfony 2", | |
7117 | "tests" | |
7118 | ], | |
7119 | "time": "2018-01-13T13:14:27+00:00" | |
7120 | }, | |
7121 | { | |
7122 | "name": "doctrine/data-fixtures", | |
7123 | "version": "v1.2.2", | |
7124 | "source": { | |
7125 | "type": "git", | |
7126 | "url": "https://github.com/doctrine/data-fixtures.git", | |
7127 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" | |
7128 | }, | |
7129 | "dist": { | |
7130 | "type": "zip", | |
7131 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", | |
7132 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", | |
7133 | "shasum": "" | |
7134 | }, | |
7135 | "require": { | |
7136 | "doctrine/common": "~2.2", | |
7137 | "php": "^5.6 || ^7.0" | |
7138 | }, | |
7139 | "conflict": { | |
7140 | "doctrine/orm": "< 2.4" | |
7141 | }, | |
7142 | "require-dev": { | |
7143 | "doctrine/dbal": "^2.5.4", | |
7144 | "doctrine/orm": "^2.5.4", | |
7145 | "phpunit/phpunit": "^5.4.6" | |
7146 | }, | |
7147 | "suggest": { | |
7148 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", | |
7149 | "doctrine/orm": "For loading ORM fixtures", | |
7150 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" | |
7151 | }, | |
7152 | "type": "library", | |
7153 | "extra": { | |
7154 | "branch-alias": { | |
7155 | "dev-master": "1.3.x-dev" | |
7156 | } | |
7157 | }, | |
7158 | "autoload": { | |
7159 | "psr-0": { | |
7160 | "Doctrine\\Common\\DataFixtures": "lib/" | |
7161 | } | |
7162 | }, | |
7163 | "notification-url": "https://packagist.org/downloads/", | |
7164 | "license": [ | |
7165 | "MIT" | |
7166 | ], | |
7167 | "authors": [ | |
7168 | { | |
7169 | "name": "Jonathan Wage", | |
7170 | "email": "jonwage@gmail.com" | |
7171 | } | |
7172 | ], | |
7173 | "description": "Data Fixtures for all Doctrine Object Managers", | |
7174 | "homepage": "http://www.doctrine-project.org", | |
7175 | "keywords": [ | |
7176 | "database" | |
7177 | ], | |
7178 | "time": "2016-09-20T10:07:57+00:00" | |
7179 | }, | |
7180 | { | |
7181 | "name": "doctrine/doctrine-fixtures-bundle", | |
7182 | "version": "v2.4.1", | |
7183 | "source": { | |
7184 | "type": "git", | |
7185 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", | |
7186 | "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273" | |
7187 | }, | |
7188 | "dist": { | |
7189 | "type": "zip", | |
7190 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273", | |
7191 | "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273", | |
7192 | "shasum": "" | |
7193 | }, | |
7194 | "require": { | |
7195 | "doctrine/data-fixtures": "~1.0", | |
7196 | "doctrine/doctrine-bundle": "~1.0", | |
7197 | "php": ">=5.3.2", | |
7198 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0" | |
7199 | }, | |
7200 | "type": "symfony-bundle", | |
7201 | "extra": { | |
7202 | "branch-alias": { | |
7203 | "dev-master": "2.4.x-dev" | |
7204 | } | |
7205 | }, | |
7206 | "autoload": { | |
7207 | "psr-4": { | |
7208 | "Doctrine\\Bundle\\FixturesBundle\\": "" | |
7209 | } | |
7210 | }, | |
7211 | "notification-url": "https://packagist.org/downloads/", | |
7212 | "license": [ | |
7213 | "MIT" | |
7214 | ], | |
7215 | "authors": [ | |
7216 | { | |
7217 | "name": "Symfony Community", | |
7218 | "homepage": "http://symfony.com/contributors" | |
7219 | }, | |
7220 | { | |
7221 | "name": "Doctrine Project", | |
7222 | "homepage": "http://www.doctrine-project.org" | |
7223 | }, | |
7224 | { | |
7225 | "name": "Fabien Potencier", | |
7226 | "email": "fabien@symfony.com" | |
7227 | } | |
7228 | ], | |
7229 | "description": "Symfony DoctrineFixturesBundle", | |
7230 | "homepage": "http://www.doctrine-project.org", | |
7231 | "keywords": [ | |
7232 | "Fixture", | |
7233 | "persistence" | |
7234 | ], | |
7235 | "time": "2017-10-30T19:26:42+00:00" | |
7236 | }, | |
7237 | { | |
7238 | "name": "friendsofphp/php-cs-fixer", | |
7239 | "version": "v2.12.1", | |
7240 | "source": { | |
7241 | "type": "git", | |
7242 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", | |
7243 | "reference": "beef6cbe6dec7205edcd143842a49f9a691859a6" | |
7244 | }, | |
7245 | "dist": { | |
7246 | "type": "zip", | |
7247 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/beef6cbe6dec7205edcd143842a49f9a691859a6", | |
7248 | "reference": "beef6cbe6dec7205edcd143842a49f9a691859a6", | |
7249 | "shasum": "" | |
7250 | }, | |
7251 | "require": { | |
7252 | "composer/semver": "^1.4", | |
7253 | "composer/xdebug-handler": "^1.0", | |
7254 | "doctrine/annotations": "^1.2", | |
7255 | "ext-json": "*", | |
7256 | "ext-tokenizer": "*", | |
7257 | "php": "^5.6 || >=7.0 <7.3", | |
7258 | "php-cs-fixer/diff": "^1.3", | |
7259 | "symfony/console": "^3.2 || ^4.0", | |
7260 | "symfony/event-dispatcher": "^3.0 || ^4.0", | |
7261 | "symfony/filesystem": "^3.0 || ^4.0", | |
7262 | "symfony/finder": "^3.0 || ^4.0", | |
7263 | "symfony/options-resolver": "^3.0 || ^4.0", | |
7264 | "symfony/polyfill-php70": "^1.0", | |
7265 | "symfony/polyfill-php72": "^1.4", | |
7266 | "symfony/process": "^3.0 || ^4.0", | |
7267 | "symfony/stopwatch": "^3.0 || ^4.0" | |
7268 | }, | |
7269 | "conflict": { | |
7270 | "hhvm": "*" | |
7271 | }, | |
7272 | "require-dev": { | |
7273 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", | |
7274 | "justinrainbow/json-schema": "^5.0", | |
7275 | "keradus/cli-executor": "^1.1", | |
7276 | "mikey179/vfsstream": "^1.6", | |
7277 | "php-coveralls/php-coveralls": "^2.1", | |
7278 | "php-cs-fixer/accessible-object": "^1.0", | |
7279 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", | |
7280 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", | |
7281 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", | |
7282 | "phpunitgoodpractices/traits": "^1.5", | |
7283 | "symfony/phpunit-bridge": "^4.0" | |
7284 | }, | |
7285 | "suggest": { | |
7286 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", | |
7287 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", | |
7288 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", | |
7289 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." | |
7290 | }, | |
7291 | "bin": [ | |
7292 | "php-cs-fixer" | |
7293 | ], | |
7294 | "type": "application", | |
7295 | "autoload": { | |
7296 | "psr-4": { | |
7297 | "PhpCsFixer\\": "src/" | |
7298 | }, | |
7299 | "classmap": [ | |
7300 | "tests/Test/AbstractFixerTestCase.php", | |
7301 | "tests/Test/AbstractIntegrationCaseFactory.php", | |
7302 | "tests/Test/AbstractIntegrationTestCase.php", | |
7303 | "tests/Test/Assert/AssertTokensTrait.php", | |
7304 | "tests/Test/IntegrationCase.php", | |
7305 | "tests/Test/IntegrationCaseFactory.php", | |
7306 | "tests/Test/IntegrationCaseFactoryInterface.php", | |
7307 | "tests/Test/InternalIntegrationCaseFactory.php", | |
7308 | "tests/TestCase.php" | |
7309 | ] | |
7310 | }, | |
7311 | "notification-url": "https://packagist.org/downloads/", | |
7312 | "license": [ | |
7313 | "MIT" | |
7314 | ], | |
7315 | "authors": [ | |
7316 | { | |
7317 | "name": "Dariusz RumiĆski", | |
7318 | "email": "dariusz.ruminski@gmail.com" | |
7319 | }, | |
7320 | { | |
7321 | "name": "Fabien Potencier", | |
7322 | "email": "fabien@symfony.com" | |
7323 | } | |
7324 | ], | |
7325 | "description": "A tool to automatically fix PHP code style", | |
7326 | "time": "2018-06-10T08:26:56+00:00" | |
7327 | }, | |
7328 | { | |
7329 | "name": "m6web/redis-mock", | |
7330 | "version": "v2.8.0", | |
7331 | "source": { | |
7332 | "type": "git", | |
7333 | "url": "https://github.com/M6Web/RedisMock.git", | |
7334 | "reference": "a869f5374645830869a464dbb14c18acf80a1bef" | |
7335 | }, | |
7336 | "dist": { | |
7337 | "type": "zip", | |
7338 | "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/a869f5374645830869a464dbb14c18acf80a1bef", | |
7339 | "reference": "a869f5374645830869a464dbb14c18acf80a1bef", | |
7340 | "shasum": "" | |
7341 | }, | |
7342 | "require": { | |
7343 | "php": ">=5.3.3" | |
7344 | }, | |
7345 | "require-dev": { | |
7346 | "atoum/atoum": "master-dev", | |
7347 | "predis/predis": "~0.8" | |
7348 | }, | |
7349 | "type": "library", | |
7350 | "autoload": { | |
7351 | "psr-0": { | |
7352 | "M6Web\\Component\\RedisMock": "src/" | |
7353 | } | |
7354 | }, | |
7355 | "notification-url": "https://packagist.org/downloads/", | |
7356 | "license": [ | |
7357 | "MIT" | |
7358 | ], | |
7359 | "authors": [ | |
7360 | { | |
7361 | "name": "M6Web", | |
7362 | "email": "opensource@m6web.fr", | |
7363 | "homepage": "http://tech.m6web.fr/" | |
7364 | } | |
7365 | ], | |
7366 | "description": "Library providing a PHP mock for Redis", | |
7367 | "keywords": [ | |
7368 | "mock", | |
7369 | "redis" | |
7370 | ], | |
7371 | "time": "2016-10-30T19:34:36+00:00" | |
7372 | }, | |
7373 | { | |
7374 | "name": "php-cs-fixer/diff", | |
7375 | "version": "v1.3.0", | |
7376 | "source": { | |
7377 | "type": "git", | |
7378 | "url": "https://github.com/PHP-CS-Fixer/diff.git", | |
7379 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" | |
7380 | }, | |
7381 | "dist": { | |
7382 | "type": "zip", | |
7383 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", | |
7384 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", | |
7385 | "shasum": "" | |
7386 | }, | |
7387 | "require": { | |
7388 | "php": "^5.6 || ^7.0" | |
7389 | }, | |
7390 | "require-dev": { | |
7391 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", | |
7392 | "symfony/process": "^3.3" | |
7393 | }, | |
7394 | "type": "library", | |
7395 | "autoload": { | |
7396 | "classmap": [ | |
7397 | "src/" | |
7398 | ] | |
7399 | }, | |
7400 | "notification-url": "https://packagist.org/downloads/", | |
7401 | "license": [ | |
7402 | "BSD-3-Clause" | |
7403 | ], | |
7404 | "authors": [ | |
7405 | { | |
7406 | "name": "Kore Nordmann", | |
7407 | "email": "mail@kore-nordmann.de" | |
7408 | }, | |
7409 | { | |
7410 | "name": "Sebastian Bergmann", | |
7411 | "email": "sebastian@phpunit.de" | |
7412 | }, | |
7413 | { | |
7414 | "name": "SpacePossum" | |
7415 | } | |
7416 | ], | |
7417 | "description": "sebastian/diff v2 backport support for PHP5.6", | |
7418 | "homepage": "https://github.com/PHP-CS-Fixer", | |
7419 | "keywords": [ | |
7420 | "diff" | |
7421 | ], | |
7422 | "time": "2018-02-15T16:58:55+00:00" | |
7423 | }, | |
7424 | { | |
7425 | "name": "sensio/generator-bundle", | |
7426 | "version": "v3.1.7", | |
7427 | "source": { | |
7428 | "type": "git", | |
7429 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", | |
7430 | "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65" | |
7431 | }, | |
7432 | "dist": { | |
7433 | "type": "zip", | |
7434 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65", | |
7435 | "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65", | |
7436 | "shasum": "" | |
7437 | }, | |
7438 | "require": { | |
7439 | "symfony/console": "~2.7|~3.0", | |
7440 | "symfony/framework-bundle": "~2.7|~3.0", | |
7441 | "symfony/process": "~2.7|~3.0", | |
7442 | "symfony/yaml": "~2.7|~3.0", | |
7443 | "twig/twig": "^1.28.2|^2.0" | |
7444 | }, | |
7445 | "require-dev": { | |
7446 | "doctrine/orm": "~2.4", | |
7447 | "symfony/doctrine-bridge": "~2.7|~3.0", | |
7448 | "symfony/filesystem": "~2.7|~3.0", | |
7449 | "symfony/phpunit-bridge": "^3.3" | |
7450 | }, | |
7451 | "type": "symfony-bundle", | |
7452 | "extra": { | |
7453 | "branch-alias": { | |
7454 | "dev-master": "3.1.x-dev" | |
7455 | } | |
7456 | }, | |
7457 | "autoload": { | |
7458 | "psr-4": { | |
7459 | "Sensio\\Bundle\\GeneratorBundle\\": "" | |
7460 | }, | |
7461 | "exclude-from-classmap": [ | |
7462 | "/Tests/" | |
7463 | ] | |
7464 | }, | |
7465 | "notification-url": "https://packagist.org/downloads/", | |
7466 | "license": [ | |
7467 | "MIT" | |
7468 | ], | |
7469 | "authors": [ | |
7470 | { | |
7471 | "name": "Fabien Potencier", | |
7472 | "email": "fabien@symfony.com" | |
7473 | } | |
7474 | ], | |
7475 | "description": "This bundle generates code for you", | |
7476 | "time": "2017-12-07T15:36:41+00:00" | |
7477 | }, | |
7478 | { | |
7479 | "name": "symfony/phpunit-bridge", | |
7480 | "version": "v3.4.11", | |
7481 | "source": { | |
7482 | "type": "git", | |
7483 | "url": "https://github.com/symfony/phpunit-bridge.git", | |
7484 | "reference": "63cdae00a75862fa543b765ba63d55f6b6397d0c" | |
7485 | }, | |
7486 | "dist": { | |
7487 | "type": "zip", | |
7488 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/63cdae00a75862fa543b765ba63d55f6b6397d0c", | |
7489 | "reference": "63cdae00a75862fa543b765ba63d55f6b6397d0c", | |
7490 | "shasum": "" | |
7491 | }, | |
7492 | "require": { | |
7493 | "php": ">=5.3.3" | |
7494 | }, | |
7495 | "conflict": { | |
7496 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" | |
7497 | }, | |
7498 | "suggest": { | |
7499 | "ext-zip": "Zip support is required when using bin/simple-phpunit", | |
7500 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" | |
7501 | }, | |
7502 | "bin": [ | |
7503 | "bin/simple-phpunit" | |
7504 | ], | |
7505 | "type": "symfony-bridge", | |
7506 | "extra": { | |
7507 | "branch-alias": { | |
7508 | "dev-master": "3.4-dev" | |
7509 | }, | |
7510 | "thanks": { | |
7511 | "name": "phpunit/phpunit", | |
7512 | "url": "https://github.com/sebastianbergmann/phpunit" | |
7513 | } | |
7514 | }, | |
7515 | "autoload": { | |
7516 | "files": [ | |
7517 | "bootstrap.php" | |
7518 | ], | |
7519 | "psr-4": { | |
7520 | "Symfony\\Bridge\\PhpUnit\\": "" | |
7521 | }, | |
7522 | "exclude-from-classmap": [ | |
7523 | "/Tests/" | |
7524 | ] | |
7525 | }, | |
7526 | "notification-url": "https://packagist.org/downloads/", | |
7527 | "license": [ | |
7528 | "MIT" | |
7529 | ], | |
7530 | "authors": [ | |
7531 | { | |
7532 | "name": "Nicolas Grekas", | |
7533 | "email": "p@tchwork.com" | |
7534 | }, | |
7535 | { | |
7536 | "name": "Symfony Community", | |
7537 | "homepage": "https://symfony.com/contributors" | |
7538 | } | |
7539 | ], | |
7540 | "description": "Symfony PHPUnit Bridge", | |
7541 | "homepage": "https://symfony.com", | |
7542 | "time": "2018-05-16T12:49:49+00:00" | |
7543 | }, | |
7544 | { | |
7545 | "name": "symfony/polyfill-php72", | |
7546 | "version": "v1.8.0", | |
7547 | "source": { | |
7548 | "type": "git", | |
7549 | "url": "https://github.com/symfony/polyfill-php72.git", | |
7550 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" | |
7551 | }, | |
7552 | "dist": { | |
7553 | "type": "zip", | |
7554 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", | |
7555 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", | |
7556 | "shasum": "" | |
7557 | }, | |
7558 | "require": { | |
7559 | "php": ">=5.3.3" | |
7560 | }, | |
7561 | "type": "library", | |
7562 | "extra": { | |
7563 | "branch-alias": { | |
7564 | "dev-master": "1.8-dev" | |
7565 | } | |
7566 | }, | |
7567 | "autoload": { | |
7568 | "psr-4": { | |
7569 | "Symfony\\Polyfill\\Php72\\": "" | |
7570 | }, | |
7571 | "files": [ | |
7572 | "bootstrap.php" | |
7573 | ] | |
7574 | }, | |
7575 | "notification-url": "https://packagist.org/downloads/", | |
7576 | "license": [ | |
7577 | "MIT" | |
7578 | ], | |
7579 | "authors": [ | |
7580 | { | |
7581 | "name": "Nicolas Grekas", | |
7582 | "email": "p@tchwork.com" | |
7583 | }, | |
7584 | { | |
7585 | "name": "Symfony Community", | |
7586 | "homepage": "https://symfony.com/contributors" | |
7587 | } | |
7588 | ], | |
7589 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", | |
7590 | "homepage": "https://symfony.com", | |
7591 | "keywords": [ | |
7592 | "compatibility", | |
7593 | "polyfill", | |
7594 | "portable", | |
7595 | "shim" | |
7596 | ], | |
7597 | "time": "2018-04-26T10:06:28+00:00" | |
7598 | } | |
7599 | ], | |
7600 | "aliases": [], | |
7601 | "minimum-stability": "dev", | |
7602 | "stability-flags": { | |
7603 | "bdunogier/guzzle-site-authenticator": 20 | |
7604 | }, | |
7605 | "prefer-stable": true, | |
7606 | "prefer-lowest": false, | |
7607 | "platform": { | |
7608 | "php": ">=5.6.0", | |
7609 | "ext-pcre": "*", | |
7610 | "ext-dom": "*", | |
7611 | "ext-curl": "*", | |
7612 | "ext-gd": "*", | |
7613 | "ext-session": "*", | |
7614 | "ext-ctype": "*", | |
7615 | "ext-hash": "*", | |
7616 | "ext-simplexml": "*", | |
7617 | "ext-json": "*", | |
7618 | "ext-mbstring": "*", | |
7619 | "ext-xml": "*", | |
7620 | "ext-iconv": "*", | |
7621 | "ext-tokenizer": "*", | |
7622 | "ext-pdo": "*" | |
7623 | }, | |
7624 | "platform-dev": [], | |
7625 | "platform-overrides": { | |
7626 | "php": "5.6.0" | |
7627 | } | |
7628 | } |