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