diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | composer.lock | 6101 |
2 files changed, 6102 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d397c872..11c35a21 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -53,7 +53,7 @@ before_install: | |||
53 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 53 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
54 | 54 | ||
55 | script: | 55 | script: |
56 | - travis_wait composer install --no-interaction --no-progress --prefer-dist -o | 56 | - travis_wait composer update --no-interaction --no-progress |
57 | - ant prepare-$DB | 57 | - ant prepare-$DB |
58 | - bin/phpunit -v | 58 | - bin/phpunit -v |
59 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 59 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |
diff --git a/composer.lock b/composer.lock new file mode 100644 index 00000000..dccef1ce --- /dev/null +++ b/composer.lock | |||
@@ -0,0 +1,6101 @@ | |||
1 | { | ||
2 | "_readme": [ | ||
3 | "This file locks the dependencies of your project to a known state", | ||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | ||
5 | "This file is @generated automatically" | ||
6 | ], | ||
7 | "hash": "13098bd7c43a673e99a14d6ed8148962", | ||
8 | "content-hash": "ed86235df64938684b50427919c0aea7", | ||
9 | "packages": [ | ||
10 | { | ||
11 | "name": "behat/transliterator", | ||
12 | "version": "v1.1.0", | ||
13 | "source": { | ||
14 | "type": "git", | ||
15 | "url": "https://github.com/Behat/Transliterator.git", | ||
16 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003" | ||
17 | }, | ||
18 | "dist": { | ||
19 | "type": "zip", | ||
20 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", | ||
21 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003", | ||
22 | "shasum": "" | ||
23 | }, | ||
24 | "require": { | ||
25 | "php": ">=5.3.3" | ||
26 | }, | ||
27 | "type": "library", | ||
28 | "extra": { | ||
29 | "branch-alias": { | ||
30 | "dev-master": "1.1-dev" | ||
31 | } | ||
32 | }, | ||
33 | "autoload": { | ||
34 | "psr-0": { | ||
35 | "Behat\\Transliterator": "src/" | ||
36 | } | ||
37 | }, | ||
38 | "notification-url": "https://packagist.org/downloads/", | ||
39 | "license": [ | ||
40 | "Artistic-1.0" | ||
41 | ], | ||
42 | "description": "String transliterator", | ||
43 | "keywords": [ | ||
44 | "i18n", | ||
45 | "slug", | ||
46 | "transliterator" | ||
47 | ], | ||
48 | "time": "2015-09-28 16:26:35" | ||
49 | }, | ||
50 | { | ||
51 | "name": "craue/config-bundle", | ||
52 | "version": "1.4.1", | ||
53 | "source": { | ||
54 | "type": "git", | ||
55 | "url": "https://github.com/craue/CraueConfigBundle.git", | ||
56 | "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9" | ||
57 | }, | ||
58 | "dist": { | ||
59 | "type": "zip", | ||
60 | "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/cc95e0f815431369b3798ea3888a56e56a89b7e9", | ||
61 | "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9", | ||
62 | "shasum": "" | ||
63 | }, | ||
64 | "require": { | ||
65 | "php": "^5.3.2|~7.0", | ||
66 | "symfony/framework-bundle": "~2.3|~3.0" | ||
67 | }, | ||
68 | "require-dev": { | ||
69 | "doctrine/doctrine-bundle": "~1.0", | ||
70 | "doctrine/orm": "~2.3", | ||
71 | "phpunit/phpunit": "~4.1|~5.0", | ||
72 | "symfony/assetic-bundle": "~2.3", | ||
73 | "symfony/phpunit-bridge": "^2.8.1|^3.0.1", | ||
74 | "symfony/symfony": "~2.3|~3.0" | ||
75 | }, | ||
76 | "type": "symfony-bundle", | ||
77 | "extra": { | ||
78 | "branch-alias": { | ||
79 | "dev-master": "1.4.x-dev" | ||
80 | } | ||
81 | }, | ||
82 | "autoload": { | ||
83 | "psr-4": { | ||
84 | "Craue\\ConfigBundle\\": "" | ||
85 | } | ||
86 | }, | ||
87 | "notification-url": "https://packagist.org/downloads/", | ||
88 | "license": [ | ||
89 | "MIT" | ||
90 | ], | ||
91 | "authors": [ | ||
92 | { | ||
93 | "name": "Christian Raue", | ||
94 | "email": "christian.raue@gmail.com" | ||
95 | }, | ||
96 | { | ||
97 | "name": "Symfony Community", | ||
98 | "homepage": "https://github.com/craue/CraueConfigBundle/contributors" | ||
99 | } | ||
100 | ], | ||
101 | "description": "Database-stored settings made available via a service for your Symfony project.", | ||
102 | "homepage": "https://github.com/craue/CraueConfigBundle", | ||
103 | "keywords": [ | ||
104 | "Symfony2", | ||
105 | "config", | ||
106 | "symfony3" | ||
107 | ], | ||
108 | "time": "2015-12-29 22:34:31" | ||
109 | }, | ||
110 | { | ||
111 | "name": "doctrine/annotations", | ||
112 | "version": "v1.2.7", | ||
113 | "source": { | ||
114 | "type": "git", | ||
115 | "url": "https://github.com/doctrine/annotations.git", | ||
116 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" | ||
117 | }, | ||
118 | "dist": { | ||
119 | "type": "zip", | ||
120 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", | ||
121 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", | ||
122 | "shasum": "" | ||
123 | }, | ||
124 | "require": { | ||
125 | "doctrine/lexer": "1.*", | ||
126 | "php": ">=5.3.2" | ||
127 | }, | ||
128 | "require-dev": { | ||
129 | "doctrine/cache": "1.*", | ||
130 | "phpunit/phpunit": "4.*" | ||
131 | }, | ||
132 | "type": "library", | ||
133 | "extra": { | ||
134 | "branch-alias": { | ||
135 | "dev-master": "1.3.x-dev" | ||
136 | } | ||
137 | }, | ||
138 | "autoload": { | ||
139 | "psr-0": { | ||
140 | "Doctrine\\Common\\Annotations\\": "lib/" | ||
141 | } | ||
142 | }, | ||
143 | "notification-url": "https://packagist.org/downloads/", | ||
144 | "license": [ | ||
145 | "MIT" | ||
146 | ], | ||
147 | "authors": [ | ||
148 | { | ||
149 | "name": "Roman Borschel", | ||
150 | "email": "roman@code-factory.org" | ||
151 | }, | ||
152 | { | ||
153 | "name": "Benjamin Eberlei", | ||
154 | "email": "kontakt@beberlei.de" | ||
155 | }, | ||
156 | { | ||
157 | "name": "Guilherme Blanco", | ||
158 | "email": "guilhermeblanco@gmail.com" | ||
159 | }, | ||
160 | { | ||
161 | "name": "Jonathan Wage", | ||
162 | "email": "jonwage@gmail.com" | ||
163 | }, | ||
164 | { | ||
165 | "name": "Johannes Schmitt", | ||
166 | "email": "schmittjoh@gmail.com" | ||
167 | } | ||
168 | ], | ||
169 | "description": "Docblock Annotations Parser", | ||
170 | "homepage": "http://www.doctrine-project.org", | ||
171 | "keywords": [ | ||
172 | "annotations", | ||
173 | "docblock", | ||
174 | "parser" | ||
175 | ], | ||
176 | "time": "2015-08-31 12:32:49" | ||
177 | }, | ||
178 | { | ||
179 | "name": "doctrine/cache", | ||
180 | "version": "v1.6.0", | ||
181 | "source": { | ||
182 | "type": "git", | ||
183 | "url": "https://github.com/doctrine/cache.git", | ||
184 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" | ||
185 | }, | ||
186 | "dist": { | ||
187 | "type": "zip", | ||
188 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", | ||
189 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", | ||
190 | "shasum": "" | ||
191 | }, | ||
192 | "require": { | ||
193 | "php": "~5.5|~7.0" | ||
194 | }, | ||
195 | "conflict": { | ||
196 | "doctrine/common": ">2.2,<2.4" | ||
197 | }, | ||
198 | "require-dev": { | ||
199 | "phpunit/phpunit": "~4.8|~5.0", | ||
200 | "predis/predis": "~1.0", | ||
201 | "satooshi/php-coveralls": "~0.6" | ||
202 | }, | ||
203 | "type": "library", | ||
204 | "extra": { | ||
205 | "branch-alias": { | ||
206 | "dev-master": "1.6.x-dev" | ||
207 | } | ||
208 | }, | ||
209 | "autoload": { | ||
210 | "psr-4": { | ||
211 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" | ||
212 | } | ||
213 | }, | ||
214 | "notification-url": "https://packagist.org/downloads/", | ||
215 | "license": [ | ||
216 | "MIT" | ||
217 | ], | ||
218 | "authors": [ | ||
219 | { | ||
220 | "name": "Roman Borschel", | ||
221 | "email": "roman@code-factory.org" | ||
222 | }, | ||
223 | { | ||
224 | "name": "Benjamin Eberlei", | ||
225 | "email": "kontakt@beberlei.de" | ||
226 | }, | ||
227 | { | ||
228 | "name": "Guilherme Blanco", | ||
229 | "email": "guilhermeblanco@gmail.com" | ||
230 | }, | ||
231 | { | ||
232 | "name": "Jonathan Wage", | ||
233 | "email": "jonwage@gmail.com" | ||
234 | }, | ||
235 | { | ||
236 | "name": "Johannes Schmitt", | ||
237 | "email": "schmittjoh@gmail.com" | ||
238 | } | ||
239 | ], | ||
240 | "description": "Caching library offering an object-oriented API for many cache backends", | ||
241 | "homepage": "http://www.doctrine-project.org", | ||
242 | "keywords": [ | ||
243 | "cache", | ||
244 | "caching" | ||
245 | ], | ||
246 | "time": "2015-12-31 16:37:02" | ||
247 | }, | ||
248 | { | ||
249 | "name": "doctrine/collections", | ||
250 | "version": "v1.3.0", | ||
251 | "source": { | ||
252 | "type": "git", | ||
253 | "url": "https://github.com/doctrine/collections.git", | ||
254 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" | ||
255 | }, | ||
256 | "dist": { | ||
257 | "type": "zip", | ||
258 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", | ||
259 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", | ||
260 | "shasum": "" | ||
261 | }, | ||
262 | "require": { | ||
263 | "php": ">=5.3.2" | ||
264 | }, | ||
265 | "require-dev": { | ||
266 | "phpunit/phpunit": "~4.0" | ||
267 | }, | ||
268 | "type": "library", | ||
269 | "extra": { | ||
270 | "branch-alias": { | ||
271 | "dev-master": "1.2.x-dev" | ||
272 | } | ||
273 | }, | ||
274 | "autoload": { | ||
275 | "psr-0": { | ||
276 | "Doctrine\\Common\\Collections\\": "lib/" | ||
277 | } | ||
278 | }, | ||
279 | "notification-url": "https://packagist.org/downloads/", | ||
280 | "license": [ | ||
281 | "MIT" | ||
282 | ], | ||
283 | "authors": [ | ||
284 | { | ||
285 | "name": "Roman Borschel", | ||
286 | "email": "roman@code-factory.org" | ||
287 | }, | ||
288 | { | ||
289 | "name": "Benjamin Eberlei", | ||
290 | "email": "kontakt@beberlei.de" | ||
291 | }, | ||
292 | { | ||
293 | "name": "Guilherme Blanco", | ||
294 | "email": "guilhermeblanco@gmail.com" | ||
295 | }, | ||
296 | { | ||
297 | "name": "Jonathan Wage", | ||
298 | "email": "jonwage@gmail.com" | ||
299 | }, | ||
300 | { | ||
301 | "name": "Johannes Schmitt", | ||
302 | "email": "schmittjoh@gmail.com" | ||
303 | } | ||
304 | ], | ||
305 | "description": "Collections Abstraction library", | ||
306 | "homepage": "http://www.doctrine-project.org", | ||
307 | "keywords": [ | ||
308 | "array", | ||
309 | "collections", | ||
310 | "iterator" | ||
311 | ], | ||
312 | "time": "2015-04-14 22:21:58" | ||
313 | }, | ||
314 | { | ||
315 | "name": "doctrine/common", | ||
316 | "version": "v2.6.1", | ||
317 | "source": { | ||
318 | "type": "git", | ||
319 | "url": "https://github.com/doctrine/common.git", | ||
320 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" | ||
321 | }, | ||
322 | "dist": { | ||
323 | "type": "zip", | ||
324 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", | ||
325 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", | ||
326 | "shasum": "" | ||
327 | }, | ||
328 | "require": { | ||
329 | "doctrine/annotations": "1.*", | ||
330 | "doctrine/cache": "1.*", | ||
331 | "doctrine/collections": "1.*", | ||
332 | "doctrine/inflector": "1.*", | ||
333 | "doctrine/lexer": "1.*", | ||
334 | "php": "~5.5|~7.0" | ||
335 | }, | ||
336 | "require-dev": { | ||
337 | "phpunit/phpunit": "~4.8|~5.0" | ||
338 | }, | ||
339 | "type": "library", | ||
340 | "extra": { | ||
341 | "branch-alias": { | ||
342 | "dev-master": "2.7.x-dev" | ||
343 | } | ||
344 | }, | ||
345 | "autoload": { | ||
346 | "psr-4": { | ||
347 | "Doctrine\\Common\\": "lib/Doctrine/Common" | ||
348 | } | ||
349 | }, | ||
350 | "notification-url": "https://packagist.org/downloads/", | ||
351 | "license": [ | ||
352 | "MIT" | ||
353 | ], | ||
354 | "authors": [ | ||
355 | { | ||
356 | "name": "Roman Borschel", | ||
357 | "email": "roman@code-factory.org" | ||
358 | }, | ||
359 | { | ||
360 | "name": "Benjamin Eberlei", | ||
361 | "email": "kontakt@beberlei.de" | ||
362 | }, | ||
363 | { | ||
364 | "name": "Guilherme Blanco", | ||
365 | "email": "guilhermeblanco@gmail.com" | ||
366 | }, | ||
367 | { | ||
368 | "name": "Jonathan Wage", | ||
369 | "email": "jonwage@gmail.com" | ||
370 | }, | ||
371 | { | ||
372 | "name": "Johannes Schmitt", | ||
373 | "email": "schmittjoh@gmail.com" | ||
374 | } | ||
375 | ], | ||
376 | "description": "Common Library for Doctrine projects", | ||
377 | "homepage": "http://www.doctrine-project.org", | ||
378 | "keywords": [ | ||
379 | "annotations", | ||
380 | "collections", | ||
381 | "eventmanager", | ||
382 | "persistence", | ||
383 | "spl" | ||
384 | ], | ||
385 | "time": "2015-12-25 13:18:31" | ||
386 | }, | ||
387 | { | ||
388 | "name": "doctrine/dbal", | ||
389 | "version": "v2.5.4", | ||
390 | "source": { | ||
391 | "type": "git", | ||
392 | "url": "https://github.com/doctrine/dbal.git", | ||
393 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" | ||
394 | }, | ||
395 | "dist": { | ||
396 | "type": "zip", | ||
397 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", | ||
398 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", | ||
399 | "shasum": "" | ||
400 | }, | ||
401 | "require": { | ||
402 | "doctrine/common": ">=2.4,<2.7-dev", | ||
403 | "php": ">=5.3.2" | ||
404 | }, | ||
405 | "require-dev": { | ||
406 | "phpunit/phpunit": "4.*", | ||
407 | "symfony/console": "2.*" | ||
408 | }, | ||
409 | "suggest": { | ||
410 | "symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
411 | }, | ||
412 | "bin": [ | ||
413 | "bin/doctrine-dbal" | ||
414 | ], | ||
415 | "type": "library", | ||
416 | "extra": { | ||
417 | "branch-alias": { | ||
418 | "dev-master": "2.5.x-dev" | ||
419 | } | ||
420 | }, | ||
421 | "autoload": { | ||
422 | "psr-0": { | ||
423 | "Doctrine\\DBAL\\": "lib/" | ||
424 | } | ||
425 | }, | ||
426 | "notification-url": "https://packagist.org/downloads/", | ||
427 | "license": [ | ||
428 | "MIT" | ||
429 | ], | ||
430 | "authors": [ | ||
431 | { | ||
432 | "name": "Roman Borschel", | ||
433 | "email": "roman@code-factory.org" | ||
434 | }, | ||
435 | { | ||
436 | "name": "Benjamin Eberlei", | ||
437 | "email": "kontakt@beberlei.de" | ||
438 | }, | ||
439 | { | ||
440 | "name": "Guilherme Blanco", | ||
441 | "email": "guilhermeblanco@gmail.com" | ||
442 | }, | ||
443 | { | ||
444 | "name": "Jonathan Wage", | ||
445 | "email": "jonwage@gmail.com" | ||
446 | } | ||
447 | ], | ||
448 | "description": "Database Abstraction Layer", | ||
449 | "homepage": "http://www.doctrine-project.org", | ||
450 | "keywords": [ | ||
451 | "database", | ||
452 | "dbal", | ||
453 | "persistence", | ||
454 | "queryobject" | ||
455 | ], | ||
456 | "time": "2016-01-05 22:11:12" | ||
457 | }, | ||
458 | { | ||
459 | "name": "doctrine/doctrine-bundle", | ||
460 | "version": "1.6.2", | ||
461 | "source": { | ||
462 | "type": "git", | ||
463 | "url": "https://github.com/doctrine/DoctrineBundle.git", | ||
464 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9" | ||
465 | }, | ||
466 | "dist": { | ||
467 | "type": "zip", | ||
468 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9", | ||
469 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9", | ||
470 | "shasum": "" | ||
471 | }, | ||
472 | "require": { | ||
473 | "doctrine/dbal": "~2.3", | ||
474 | "doctrine/doctrine-cache-bundle": "~1.0", | ||
475 | "jdorn/sql-formatter": "~1.1", | ||
476 | "php": ">=5.3.2", | ||
477 | "symfony/console": "~2.3|~3.0", | ||
478 | "symfony/doctrine-bridge": "~2.2|~3.0", | ||
479 | "symfony/framework-bundle": "~2.3|~3.0" | ||
480 | }, | ||
481 | "require-dev": { | ||
482 | "doctrine/orm": "~2.3", | ||
483 | "phpunit/phpunit": "~4", | ||
484 | "satooshi/php-coveralls": "~0.6.1", | ||
485 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
486 | "symfony/validator": "~2.2|~3.0", | ||
487 | "symfony/yaml": "~2.2|~3.0", | ||
488 | "twig/twig": "~1.10" | ||
489 | }, | ||
490 | "suggest": { | ||
491 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", | ||
492 | "symfony/web-profiler-bundle": "to use the data collector" | ||
493 | }, | ||
494 | "type": "symfony-bundle", | ||
495 | "extra": { | ||
496 | "branch-alias": { | ||
497 | "dev-master": "1.6.x-dev" | ||
498 | } | ||
499 | }, | ||
500 | "autoload": { | ||
501 | "psr-4": { | ||
502 | "Doctrine\\Bundle\\DoctrineBundle\\": "" | ||
503 | } | ||
504 | }, | ||
505 | "notification-url": "https://packagist.org/downloads/", | ||
506 | "license": [ | ||
507 | "MIT" | ||
508 | ], | ||
509 | "authors": [ | ||
510 | { | ||
511 | "name": "Symfony Community", | ||
512 | "homepage": "http://symfony.com/contributors" | ||
513 | }, | ||
514 | { | ||
515 | "name": "Benjamin Eberlei", | ||
516 | "email": "kontakt@beberlei.de" | ||
517 | }, | ||
518 | { | ||
519 | "name": "Doctrine Project", | ||
520 | "homepage": "http://www.doctrine-project.org/" | ||
521 | }, | ||
522 | { | ||
523 | "name": "Fabien Potencier", | ||
524 | "email": "fabien@symfony.com" | ||
525 | } | ||
526 | ], | ||
527 | "description": "Symfony DoctrineBundle", | ||
528 | "homepage": "http://www.doctrine-project.org", | ||
529 | "keywords": [ | ||
530 | "database", | ||
531 | "dbal", | ||
532 | "orm", | ||
533 | "persistence" | ||
534 | ], | ||
535 | "time": "2016-01-10 17:21:44" | ||
536 | }, | ||
537 | { | ||
538 | "name": "doctrine/doctrine-cache-bundle", | ||
539 | "version": "1.3.0", | ||
540 | "source": { | ||
541 | "type": "git", | ||
542 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", | ||
543 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" | ||
544 | }, | ||
545 | "dist": { | ||
546 | "type": "zip", | ||
547 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", | ||
548 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", | ||
549 | "shasum": "" | ||
550 | }, | ||
551 | "require": { | ||
552 | "doctrine/cache": "^1.4.2", | ||
553 | "doctrine/inflector": "~1.0", | ||
554 | "php": ">=5.3.2", | ||
555 | "symfony/doctrine-bridge": "~2.2|~3.0" | ||
556 | }, | ||
557 | "require-dev": { | ||
558 | "instaclick/coding-standard": "~1.1", | ||
559 | "instaclick/object-calisthenics-sniffs": "dev-master", | ||
560 | "instaclick/symfony2-coding-standard": "dev-remaster", | ||
561 | "phpunit/phpunit": "~4", | ||
562 | "predis/predis": "~0.8", | ||
563 | "satooshi/php-coveralls": "~0.6.1", | ||
564 | "squizlabs/php_codesniffer": "~1.5", | ||
565 | "symfony/console": "~2.2|~3.0", | ||
566 | "symfony/finder": "~2.2|~3.0", | ||
567 | "symfony/framework-bundle": "~2.2|~3.0", | ||
568 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
569 | "symfony/security-acl": "~2.3|~3.0", | ||
570 | "symfony/validator": "~2.2|~3.0", | ||
571 | "symfony/yaml": "~2.2|~3.0" | ||
572 | }, | ||
573 | "suggest": { | ||
574 | "symfony/security-acl": "For using this bundle to cache ACLs" | ||
575 | }, | ||
576 | "type": "symfony-bundle", | ||
577 | "extra": { | ||
578 | "branch-alias": { | ||
579 | "dev-master": "1.2.x-dev" | ||
580 | } | ||
581 | }, | ||
582 | "autoload": { | ||
583 | "psr-4": { | ||
584 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" | ||
585 | } | ||
586 | }, | ||
587 | "notification-url": "https://packagist.org/downloads/", | ||
588 | "license": [ | ||
589 | "MIT" | ||
590 | ], | ||
591 | "authors": [ | ||
592 | { | ||
593 | "name": "Symfony Community", | ||
594 | "homepage": "http://symfony.com/contributors" | ||
595 | }, | ||
596 | { | ||
597 | "name": "Benjamin Eberlei", | ||
598 | "email": "kontakt@beberlei.de" | ||
599 | }, | ||
600 | { | ||
601 | "name": "Fabio B. Silva", | ||
602 | "email": "fabio.bat.silva@gmail.com" | ||
603 | }, | ||
604 | { | ||
605 | "name": "Guilherme Blanco", | ||
606 | "email": "guilhermeblanco@hotmail.com" | ||
607 | }, | ||
608 | { | ||
609 | "name": "Doctrine Project", | ||
610 | "homepage": "http://www.doctrine-project.org/" | ||
611 | }, | ||
612 | { | ||
613 | "name": "Fabien Potencier", | ||
614 | "email": "fabien@symfony.com" | ||
615 | } | ||
616 | ], | ||
617 | "description": "Symfony Bundle for Doctrine Cache", | ||
618 | "homepage": "http://www.doctrine-project.org", | ||
619 | "keywords": [ | ||
620 | "cache", | ||
621 | "caching" | ||
622 | ], | ||
623 | "time": "2016-01-26 17:28:51" | ||
624 | }, | ||
625 | { | ||
626 | "name": "doctrine/doctrine-migrations-bundle", | ||
627 | "version": "1.1.1", | ||
628 | "source": { | ||
629 | "type": "git", | ||
630 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", | ||
631 | "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4" | ||
632 | }, | ||
633 | "dist": { | ||
634 | "type": "zip", | ||
635 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4", | ||
636 | "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4", | ||
637 | "shasum": "" | ||
638 | }, | ||
639 | "require": { | ||
640 | "doctrine/doctrine-bundle": "~1.0", | ||
641 | "doctrine/migrations": "~1.0", | ||
642 | "php": ">=5.3.2", | ||
643 | "symfony/framework-bundle": "~2.3|~3.0" | ||
644 | }, | ||
645 | "type": "symfony-bundle", | ||
646 | "extra": { | ||
647 | "branch-alias": { | ||
648 | "dev-master": "1.1-dev" | ||
649 | } | ||
650 | }, | ||
651 | "autoload": { | ||
652 | "psr-4": { | ||
653 | "Doctrine\\Bundle\\MigrationsBundle\\": "" | ||
654 | } | ||
655 | }, | ||
656 | "notification-url": "https://packagist.org/downloads/", | ||
657 | "license": [ | ||
658 | "MIT" | ||
659 | ], | ||
660 | "authors": [ | ||
661 | { | ||
662 | "name": "Symfony Community", | ||
663 | "homepage": "http://symfony.com/contributors" | ||
664 | }, | ||
665 | { | ||
666 | "name": "Doctrine Project", | ||
667 | "homepage": "http://www.doctrine-project.org" | ||
668 | }, | ||
669 | { | ||
670 | "name": "Fabien Potencier", | ||
671 | "email": "fabien@symfony.com" | ||
672 | } | ||
673 | ], | ||
674 | "description": "Symfony DoctrineMigrationsBundle", | ||
675 | "homepage": "http://www.doctrine-project.org", | ||
676 | "keywords": [ | ||
677 | "dbal", | ||
678 | "migrations", | ||
679 | "schema" | ||
680 | ], | ||
681 | "time": "2015-11-04 13:45:30" | ||
682 | }, | ||
683 | { | ||
684 | "name": "doctrine/inflector", | ||
685 | "version": "v1.1.0", | ||
686 | "source": { | ||
687 | "type": "git", | ||
688 | "url": "https://github.com/doctrine/inflector.git", | ||
689 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" | ||
690 | }, | ||
691 | "dist": { | ||
692 | "type": "zip", | ||
693 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", | ||
694 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", | ||
695 | "shasum": "" | ||
696 | }, | ||
697 | "require": { | ||
698 | "php": ">=5.3.2" | ||
699 | }, | ||
700 | "require-dev": { | ||
701 | "phpunit/phpunit": "4.*" | ||
702 | }, | ||
703 | "type": "library", | ||
704 | "extra": { | ||
705 | "branch-alias": { | ||
706 | "dev-master": "1.1.x-dev" | ||
707 | } | ||
708 | }, | ||
709 | "autoload": { | ||
710 | "psr-0": { | ||
711 | "Doctrine\\Common\\Inflector\\": "lib/" | ||
712 | } | ||
713 | }, | ||
714 | "notification-url": "https://packagist.org/downloads/", | ||
715 | "license": [ | ||
716 | "MIT" | ||
717 | ], | ||
718 | "authors": [ | ||
719 | { | ||
720 | "name": "Roman Borschel", | ||
721 | "email": "roman@code-factory.org" | ||
722 | }, | ||
723 | { | ||
724 | "name": "Benjamin Eberlei", | ||
725 | "email": "kontakt@beberlei.de" | ||
726 | }, | ||
727 | { | ||
728 | "name": "Guilherme Blanco", | ||
729 | "email": "guilhermeblanco@gmail.com" | ||
730 | }, | ||
731 | { | ||
732 | "name": "Jonathan Wage", | ||
733 | "email": "jonwage@gmail.com" | ||
734 | }, | ||
735 | { | ||
736 | "name": "Johannes Schmitt", | ||
737 | "email": "schmittjoh@gmail.com" | ||
738 | } | ||
739 | ], | ||
740 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", | ||
741 | "homepage": "http://www.doctrine-project.org", | ||
742 | "keywords": [ | ||
743 | "inflection", | ||
744 | "pluralize", | ||
745 | "singularize", | ||
746 | "string" | ||
747 | ], | ||
748 | "time": "2015-11-06 14:35:42" | ||
749 | }, | ||
750 | { | ||
751 | "name": "doctrine/instantiator", | ||
752 | "version": "1.0.5", | ||
753 | "source": { | ||
754 | "type": "git", | ||
755 | "url": "https://github.com/doctrine/instantiator.git", | ||
756 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | ||
757 | }, | ||
758 | "dist": { | ||
759 | "type": "zip", | ||
760 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | ||
761 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | ||
762 | "shasum": "" | ||
763 | }, | ||
764 | "require": { | ||
765 | "php": ">=5.3,<8.0-DEV" | ||
766 | }, | ||
767 | "require-dev": { | ||
768 | "athletic/athletic": "~0.1.8", | ||
769 | "ext-pdo": "*", | ||
770 | "ext-phar": "*", | ||
771 | "phpunit/phpunit": "~4.0", | ||
772 | "squizlabs/php_codesniffer": "~2.0" | ||
773 | }, | ||
774 | "type": "library", | ||
775 | "extra": { | ||
776 | "branch-alias": { | ||
777 | "dev-master": "1.0.x-dev" | ||
778 | } | ||
779 | }, | ||
780 | "autoload": { | ||
781 | "psr-4": { | ||
782 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | ||
783 | } | ||
784 | }, | ||
785 | "notification-url": "https://packagist.org/downloads/", | ||
786 | "license": [ | ||
787 | "MIT" | ||
788 | ], | ||
789 | "authors": [ | ||
790 | { | ||
791 | "name": "Marco Pivetta", | ||
792 | "email": "ocramius@gmail.com", | ||
793 | "homepage": "http://ocramius.github.com/" | ||
794 | } | ||
795 | ], | ||
796 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | ||
797 | "homepage": "https://github.com/doctrine/instantiator", | ||
798 | "keywords": [ | ||
799 | "constructor", | ||
800 | "instantiate" | ||
801 | ], | ||
802 | "time": "2015-06-14 21:17:01" | ||
803 | }, | ||
804 | { | ||
805 | "name": "doctrine/lexer", | ||
806 | "version": "v1.0.1", | ||
807 | "source": { | ||
808 | "type": "git", | ||
809 | "url": "https://github.com/doctrine/lexer.git", | ||
810 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | ||
811 | }, | ||
812 | "dist": { | ||
813 | "type": "zip", | ||
814 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | ||
815 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | ||
816 | "shasum": "" | ||
817 | }, | ||
818 | "require": { | ||
819 | "php": ">=5.3.2" | ||
820 | }, | ||
821 | "type": "library", | ||
822 | "extra": { | ||
823 | "branch-alias": { | ||
824 | "dev-master": "1.0.x-dev" | ||
825 | } | ||
826 | }, | ||
827 | "autoload": { | ||
828 | "psr-0": { | ||
829 | "Doctrine\\Common\\Lexer\\": "lib/" | ||
830 | } | ||
831 | }, | ||
832 | "notification-url": "https://packagist.org/downloads/", | ||
833 | "license": [ | ||
834 | "MIT" | ||
835 | ], | ||
836 | "authors": [ | ||
837 | { | ||
838 | "name": "Roman Borschel", | ||
839 | "email": "roman@code-factory.org" | ||
840 | }, | ||
841 | { | ||
842 | "name": "Guilherme Blanco", | ||
843 | "email": "guilhermeblanco@gmail.com" | ||
844 | }, | ||
845 | { | ||
846 | "name": "Johannes Schmitt", | ||
847 | "email": "schmittjoh@gmail.com" | ||
848 | } | ||
849 | ], | ||
850 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | ||
851 | "homepage": "http://www.doctrine-project.org", | ||
852 | "keywords": [ | ||
853 | "lexer", | ||
854 | "parser" | ||
855 | ], | ||
856 | "time": "2014-09-09 13:34:57" | ||
857 | }, | ||
858 | { | ||
859 | "name": "doctrine/migrations", | ||
860 | "version": "1.4.1", | ||
861 | "source": { | ||
862 | "type": "git", | ||
863 | "url": "https://github.com/doctrine/migrations.git", | ||
864 | "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05" | ||
865 | }, | ||
866 | "dist": { | ||
867 | "type": "zip", | ||
868 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05", | ||
869 | "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05", | ||
870 | "shasum": "" | ||
871 | }, | ||
872 | "require": { | ||
873 | "doctrine/dbal": "~2.2", | ||
874 | "ocramius/proxy-manager": "^1.0|^2.0", | ||
875 | "php": "^5.5|^7.0", | ||
876 | "symfony/console": "~2.3|~3.0", | ||
877 | "symfony/yaml": "~2.3|~3.0" | ||
878 | }, | ||
879 | "require-dev": { | ||
880 | "doctrine/coding-standard": "dev-master", | ||
881 | "doctrine/orm": "2.*", | ||
882 | "jdorn/sql-formatter": "~1.1", | ||
883 | "johnkary/phpunit-speedtrap": "~1.0@dev", | ||
884 | "mockery/mockery": "^0.9.4", | ||
885 | "phpunit/phpunit": "~4.7", | ||
886 | "satooshi/php-coveralls": "0.6.*" | ||
887 | }, | ||
888 | "suggest": { | ||
889 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." | ||
890 | }, | ||
891 | "bin": [ | ||
892 | "bin/doctrine-migrations" | ||
893 | ], | ||
894 | "type": "library", | ||
895 | "extra": { | ||
896 | "branch-alias": { | ||
897 | "dev-master": "v1.5.x-dev" | ||
898 | } | ||
899 | }, | ||
900 | "autoload": { | ||
901 | "psr-4": { | ||
902 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" | ||
903 | } | ||
904 | }, | ||
905 | "notification-url": "https://packagist.org/downloads/", | ||
906 | "license": [ | ||
907 | "LGPL-2.1" | ||
908 | ], | ||
909 | "authors": [ | ||
910 | { | ||
911 | "name": "Benjamin Eberlei", | ||
912 | "email": "kontakt@beberlei.de" | ||
913 | }, | ||
914 | { | ||
915 | "name": "Jonathan Wage", | ||
916 | "email": "jonwage@gmail.com" | ||
917 | }, | ||
918 | { | ||
919 | "name": "Michael Simonson", | ||
920 | "email": "contact@mikesimonson.com" | ||
921 | } | ||
922 | ], | ||
923 | "description": "Database Schema migrations using Doctrine DBAL", | ||
924 | "homepage": "http://www.doctrine-project.org", | ||
925 | "keywords": [ | ||
926 | "database", | ||
927 | "migrations" | ||
928 | ], | ||
929 | "time": "2016-03-14 12:29:11" | ||
930 | }, | ||
931 | { | ||
932 | "name": "doctrine/orm", | ||
933 | "version": "v2.5.4", | ||
934 | "source": { | ||
935 | "type": "git", | ||
936 | "url": "https://github.com/doctrine/doctrine2.git", | ||
937 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" | ||
938 | }, | ||
939 | "dist": { | ||
940 | "type": "zip", | ||
941 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", | ||
942 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", | ||
943 | "shasum": "" | ||
944 | }, | ||
945 | "require": { | ||
946 | "doctrine/cache": "~1.4", | ||
947 | "doctrine/collections": "~1.2", | ||
948 | "doctrine/common": ">=2.5-dev,<2.7-dev", | ||
949 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", | ||
950 | "doctrine/instantiator": "~1.0.1", | ||
951 | "ext-pdo": "*", | ||
952 | "php": ">=5.4", | ||
953 | "symfony/console": "~2.5|~3.0" | ||
954 | }, | ||
955 | "require-dev": { | ||
956 | "phpunit/phpunit": "~4.0", | ||
957 | "symfony/yaml": "~2.3|~3.0" | ||
958 | }, | ||
959 | "suggest": { | ||
960 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" | ||
961 | }, | ||
962 | "bin": [ | ||
963 | "bin/doctrine", | ||
964 | "bin/doctrine.php" | ||
965 | ], | ||
966 | "type": "library", | ||
967 | "extra": { | ||
968 | "branch-alias": { | ||
969 | "dev-master": "2.6.x-dev" | ||
970 | } | ||
971 | }, | ||
972 | "autoload": { | ||
973 | "psr-0": { | ||
974 | "Doctrine\\ORM\\": "lib/" | ||
975 | } | ||
976 | }, | ||
977 | "notification-url": "https://packagist.org/downloads/", | ||
978 | "license": [ | ||
979 | "MIT" | ||
980 | ], | ||
981 | "authors": [ | ||
982 | { | ||
983 | "name": "Roman Borschel", | ||
984 | "email": "roman@code-factory.org" | ||
985 | }, | ||
986 | { | ||
987 | "name": "Benjamin Eberlei", | ||
988 | "email": "kontakt@beberlei.de" | ||
989 | }, | ||
990 | { | ||
991 | "name": "Guilherme Blanco", | ||
992 | "email": "guilhermeblanco@gmail.com" | ||
993 | }, | ||
994 | { | ||
995 | "name": "Jonathan Wage", | ||
996 | "email": "jonwage@gmail.com" | ||
997 | } | ||
998 | ], | ||
999 | "description": "Object-Relational-Mapper for PHP", | ||
1000 | "homepage": "http://www.doctrine-project.org", | ||
1001 | "keywords": [ | ||
1002 | "database", | ||
1003 | "orm" | ||
1004 | ], | ||
1005 | "time": "2016-01-05 21:34:58" | ||
1006 | }, | ||
1007 | { | ||
1008 | "name": "friendsofsymfony/oauth-server-bundle", | ||
1009 | "version": "1.5.2", | ||
1010 | "source": { | ||
1011 | "type": "git", | ||
1012 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", | ||
1013 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d" | ||
1014 | }, | ||
1015 | "dist": { | ||
1016 | "type": "zip", | ||
1017 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d", | ||
1018 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d", | ||
1019 | "shasum": "" | ||
1020 | }, | ||
1021 | "require": { | ||
1022 | "friendsofsymfony/oauth2-php": "~1.1", | ||
1023 | "php": "^5.3.3|^7.0", | ||
1024 | "symfony/framework-bundle": "~2.2|~3.0", | ||
1025 | "symfony/security-bundle": "~2.1|~3.0" | ||
1026 | }, | ||
1027 | "require-dev": { | ||
1028 | "doctrine/doctrine-bundle": "~1.0", | ||
1029 | "doctrine/mongodb-odm": "~1.0", | ||
1030 | "doctrine/orm": "~2.2", | ||
1031 | "phing/phing": "~2.4", | ||
1032 | "propel/propel1": "^1.6.5", | ||
1033 | "symfony/class-loader": "~2.1|~3.0", | ||
1034 | "symfony/form": "~2.3|~3.0", | ||
1035 | "symfony/yaml": "~2.1|~3.0", | ||
1036 | "willdurand/propel-typehintable-behavior": "^1.0.4" | ||
1037 | }, | ||
1038 | "suggest": { | ||
1039 | "doctrine/doctrine-bundle": "*", | ||
1040 | "doctrine/mongodb-odm-bundle": "*", | ||
1041 | "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle", | ||
1042 | "symfony/form": "Needed to be able to use the AuthorizeFormType", | ||
1043 | "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces" | ||
1044 | }, | ||
1045 | "type": "symfony-bundle", | ||
1046 | "extra": { | ||
1047 | "branch-alias": { | ||
1048 | "dev-master": "1.5-dev" | ||
1049 | } | ||
1050 | }, | ||
1051 | "autoload": { | ||
1052 | "psr-4": { | ||
1053 | "FOS\\OAuthServerBundle\\": "" | ||
1054 | } | ||
1055 | }, | ||
1056 | "notification-url": "https://packagist.org/downloads/", | ||
1057 | "license": [ | ||
1058 | "MIT" | ||
1059 | ], | ||
1060 | "authors": [ | ||
1061 | { | ||
1062 | "name": "Arnaud Le Blanc", | ||
1063 | "email": "arnaud.lb@gmail.com" | ||
1064 | }, | ||
1065 | { | ||
1066 | "name": "FriendsOfSymfony Community", | ||
1067 | "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" | ||
1068 | } | ||
1069 | ], | ||
1070 | "description": "Symfony2 OAuth Server Bundle", | ||
1071 | "homepage": "http://friendsofsymfony.github.com", | ||
1072 | "keywords": [ | ||
1073 | "oauth", | ||
1074 | "oauth2", | ||
1075 | "server" | ||
1076 | ], | ||
1077 | "time": "2016-02-22 13:57:55" | ||
1078 | }, | ||
1079 | { | ||
1080 | "name": "friendsofsymfony/oauth2-php", | ||
1081 | "version": "1.2.1", | ||
1082 | "source": { | ||
1083 | "type": "git", | ||
1084 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", | ||
1085 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c" | ||
1086 | }, | ||
1087 | "dist": { | ||
1088 | "type": "zip", | ||
1089 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", | ||
1090 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", | ||
1091 | "shasum": "" | ||
1092 | }, | ||
1093 | "require": { | ||
1094 | "php": ">=5.3.2", | ||
1095 | "symfony/http-foundation": "~2.0|~3.0" | ||
1096 | }, | ||
1097 | "require-dev": { | ||
1098 | "phpunit/phpunit": "~4.0" | ||
1099 | }, | ||
1100 | "type": "library", | ||
1101 | "extra": { | ||
1102 | "branch-alias": { | ||
1103 | "dev-master": "1.2.x-dev" | ||
1104 | } | ||
1105 | }, | ||
1106 | "autoload": { | ||
1107 | "psr-4": { | ||
1108 | "OAuth2\\": "lib/" | ||
1109 | } | ||
1110 | }, | ||
1111 | "notification-url": "https://packagist.org/downloads/", | ||
1112 | "license": [ | ||
1113 | "MIT" | ||
1114 | ], | ||
1115 | "authors": [ | ||
1116 | { | ||
1117 | "name": "Arnaud Le Blanc", | ||
1118 | "email": "arnaud.lb@gmail.com" | ||
1119 | }, | ||
1120 | { | ||
1121 | "name": "FriendsOfSymfony Community", | ||
1122 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors" | ||
1123 | } | ||
1124 | ], | ||
1125 | "description": "OAuth2 library", | ||
1126 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php", | ||
1127 | "keywords": [ | ||
1128 | "oauth", | ||
1129 | "oauth2" | ||
1130 | ], | ||
1131 | "time": "2016-03-31 14:24:17" | ||
1132 | }, | ||
1133 | { | ||
1134 | "name": "friendsofsymfony/rest-bundle", | ||
1135 | "version": "1.7.7", | ||
1136 | "target-dir": "FOS/RestBundle", | ||
1137 | "source": { | ||
1138 | "type": "git", | ||
1139 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", | ||
1140 | "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0" | ||
1141 | }, | ||
1142 | "dist": { | ||
1143 | "type": "zip", | ||
1144 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0", | ||
1145 | "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0", | ||
1146 | "shasum": "" | ||
1147 | }, | ||
1148 | "require": { | ||
1149 | "doctrine/inflector": "~1.0", | ||
1150 | "php": "^5.3.9|~7.0", | ||
1151 | "psr/log": "~1.0", | ||
1152 | "symfony/framework-bundle": "~2.3|~3.0", | ||
1153 | "symfony/http-kernel": "^2.3.24|~3.0", | ||
1154 | "willdurand/jsonp-callback-validator": "~1.0", | ||
1155 | "willdurand/negotiation": "~1.2" | ||
1156 | }, | ||
1157 | "conflict": { | ||
1158 | "jms/serializer": "<0.12", | ||
1159 | "jms/serializer-bundle": "<0.11", | ||
1160 | "symfony/validator": ">=2.5.0,<2.5.5" | ||
1161 | }, | ||
1162 | "require-dev": { | ||
1163 | "jms/serializer": "~0.13|~1.0", | ||
1164 | "jms/serializer-bundle": "~0.12|~1.0", | ||
1165 | "phpoption/phpoption": "~1.1.0", | ||
1166 | "sensio/framework-extra-bundle": "~2.0|~3.0", | ||
1167 | "sllh/php-cs-fixer-styleci-bridge": "^1.3", | ||
1168 | "symfony/browser-kit": "~2.3|~3.0", | ||
1169 | "symfony/dependency-injection": "~2.3|~3.0", | ||
1170 | "symfony/form": "~2.3|~3.0", | ||
1171 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
1172 | "symfony/security": "~2.3|~3.0", | ||
1173 | "symfony/serializer": "~2.3|~3.0", | ||
1174 | "symfony/validator": "~2.3|~3.0", | ||
1175 | "symfony/yaml": "~2.3|~3.0" | ||
1176 | }, | ||
1177 | "suggest": { | ||
1178 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0", | ||
1179 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0", | ||
1180 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3", | ||
1181 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3" | ||
1182 | }, | ||
1183 | "type": "symfony-bundle", | ||
1184 | "extra": { | ||
1185 | "branch-alias": { | ||
1186 | "dev-master": "1.7-dev" | ||
1187 | } | ||
1188 | }, | ||
1189 | "autoload": { | ||
1190 | "psr-0": { | ||
1191 | "FOS\\RestBundle": "" | ||
1192 | } | ||
1193 | }, | ||
1194 | "notification-url": "https://packagist.org/downloads/", | ||
1195 | "license": [ | ||
1196 | "MIT" | ||
1197 | ], | ||
1198 | "authors": [ | ||
1199 | { | ||
1200 | "name": "Lukas Kahwe Smith", | ||
1201 | "email": "smith@pooteeweet.org" | ||
1202 | }, | ||
1203 | { | ||
1204 | "name": "FriendsOfSymfony Community", | ||
1205 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" | ||
1206 | }, | ||
1207 | { | ||
1208 | "name": "Konstantin Kudryashov", | ||
1209 | "email": "ever.zet@gmail.com" | ||
1210 | } | ||
1211 | ], | ||
1212 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", | ||
1213 | "homepage": "http://friendsofsymfony.github.com", | ||
1214 | "keywords": [ | ||
1215 | "rest" | ||
1216 | ], | ||
1217 | "time": "2015-12-29 16:02:50" | ||
1218 | }, | ||
1219 | { | ||
1220 | "name": "friendsofsymfony/user-bundle", | ||
1221 | "version": "dev-master", | ||
1222 | "source": { | ||
1223 | "type": "git", | ||
1224 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", | ||
1225 | "reference": "def27463609e24af410b2606f0062de46fab5662" | ||
1226 | }, | ||
1227 | "dist": { | ||
1228 | "type": "zip", | ||
1229 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/def27463609e24af410b2606f0062de46fab5662", | ||
1230 | "reference": "def27463609e24af410b2606f0062de46fab5662", | ||
1231 | "shasum": "" | ||
1232 | }, | ||
1233 | "require": { | ||
1234 | "php": ">=5.3.9", | ||
1235 | "symfony/form": "~2.3|~3.0", | ||
1236 | "symfony/framework-bundle": "~2.3|~3.0", | ||
1237 | "symfony/security-bundle": "~2.3|~3.0", | ||
1238 | "symfony/twig-bundle": "~2.3|~3.0" | ||
1239 | }, | ||
1240 | "require-dev": { | ||
1241 | "doctrine/doctrine-bundle": "~1.3", | ||
1242 | "swiftmailer/swiftmailer": "~4.3|~5", | ||
1243 | "symfony/console": "~2.3|~3.0", | ||
1244 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
1245 | "symfony/validator": "~2.3|~3.0", | ||
1246 | "symfony/yaml": "~2.3|~3.0", | ||
1247 | "willdurand/propel-typehintable-behavior": "~1.0" | ||
1248 | }, | ||
1249 | "suggest": { | ||
1250 | "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" | ||
1251 | }, | ||
1252 | "type": "symfony-bundle", | ||
1253 | "extra": { | ||
1254 | "branch-alias": { | ||
1255 | "dev-master": "2.0.x-dev" | ||
1256 | } | ||
1257 | }, | ||
1258 | "autoload": { | ||
1259 | "psr-4": { | ||
1260 | "FOS\\UserBundle\\": "" | ||
1261 | } | ||
1262 | }, | ||
1263 | "notification-url": "https://packagist.org/downloads/", | ||
1264 | "license": [ | ||
1265 | "MIT" | ||
1266 | ], | ||
1267 | "authors": [ | ||
1268 | { | ||
1269 | "name": "Christophe Coevoet", | ||
1270 | "email": "stof@notk.org" | ||
1271 | }, | ||
1272 | { | ||
1273 | "name": "FriendsOfSymfony Community", | ||
1274 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" | ||
1275 | }, | ||
1276 | { | ||
1277 | "name": "Thibault Duplessis", | ||
1278 | "email": "thibault.duplessis@gmail.com" | ||
1279 | } | ||
1280 | ], | ||
1281 | "description": "Symfony FOSUserBundle", | ||
1282 | "homepage": "http://friendsofsymfony.github.com", | ||
1283 | "keywords": [ | ||
1284 | "User management" | ||
1285 | ], | ||
1286 | "time": "2016-04-28 10:51:07" | ||
1287 | }, | ||
1288 | { | ||
1289 | "name": "gedmo/doctrine-extensions", | ||
1290 | "version": "v2.4.13", | ||
1291 | "source": { | ||
1292 | "type": "git", | ||
1293 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", | ||
1294 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1" | ||
1295 | }, | ||
1296 | "dist": { | ||
1297 | "type": "zip", | ||
1298 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1", | ||
1299 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1", | ||
1300 | "shasum": "" | ||
1301 | }, | ||
1302 | "require": { | ||
1303 | "behat/transliterator": "~1.0", | ||
1304 | "doctrine/common": "~2.4", | ||
1305 | "php": ">=5.3.2" | ||
1306 | }, | ||
1307 | "require-dev": { | ||
1308 | "doctrine/common": ">=2.5.0", | ||
1309 | "doctrine/mongodb-odm": ">=1.0.2", | ||
1310 | "doctrine/orm": ">=2.5.0", | ||
1311 | "phpunit/phpunit": "~4.4", | ||
1312 | "phpunit/phpunit-mock-objects": "~2.3", | ||
1313 | "symfony/yaml": "~2.6" | ||
1314 | }, | ||
1315 | "suggest": { | ||
1316 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", | ||
1317 | "doctrine/orm": "to use the extensions with the ORM" | ||
1318 | }, | ||
1319 | "type": "library", | ||
1320 | "extra": { | ||
1321 | "branch-alias": { | ||
1322 | "dev-master": "2.4.x-dev" | ||
1323 | } | ||
1324 | }, | ||
1325 | "autoload": { | ||
1326 | "psr-0": { | ||
1327 | "Gedmo\\": "lib/" | ||
1328 | } | ||
1329 | }, | ||
1330 | "notification-url": "https://packagist.org/downloads/", | ||
1331 | "license": [ | ||
1332 | "MIT" | ||
1333 | ], | ||
1334 | "authors": [ | ||
1335 | { | ||
1336 | "name": "David Buchmann", | ||
1337 | "email": "david@liip.ch" | ||
1338 | }, | ||
1339 | { | ||
1340 | "name": "Gediminas Morkevicius", | ||
1341 | "email": "gediminas.morkevicius@gmail.com" | ||
1342 | }, | ||
1343 | { | ||
1344 | "name": "Gustavo Falco", | ||
1345 | "email": "comfortablynumb84@gmail.com" | ||
1346 | } | ||
1347 | ], | ||
1348 | "description": "Doctrine2 behavioral extensions", | ||
1349 | "homepage": "http://gediminasm.org/", | ||
1350 | "keywords": [ | ||
1351 | "Blameable", | ||
1352 | "behaviors", | ||
1353 | "doctrine2", | ||
1354 | "extensions", | ||
1355 | "gedmo", | ||
1356 | "loggable", | ||
1357 | "nestedset", | ||
1358 | "sluggable", | ||
1359 | "sortable", | ||
1360 | "timestampable", | ||
1361 | "translatable", | ||
1362 | "tree", | ||
1363 | "uploadable" | ||
1364 | ], | ||
1365 | "time": "2016-02-18 15:33:43" | ||
1366 | }, | ||
1367 | { | ||
1368 | "name": "grandt/binstring", | ||
1369 | "version": "1.0.0", | ||
1370 | "source": { | ||
1371 | "type": "git", | ||
1372 | "url": "https://github.com/Grandt/PHPBinString.git", | ||
1373 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431" | ||
1374 | }, | ||
1375 | "dist": { | ||
1376 | "type": "zip", | ||
1377 | "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431", | ||
1378 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431", | ||
1379 | "shasum": "" | ||
1380 | }, | ||
1381 | "require": { | ||
1382 | "php": ">=5.0" | ||
1383 | }, | ||
1384 | "type": "library", | ||
1385 | "autoload": { | ||
1386 | "classmap": [ | ||
1387 | "BinString.php", | ||
1388 | "BinStringStatic.php" | ||
1389 | ] | ||
1390 | }, | ||
1391 | "notification-url": "https://packagist.org/downloads/", | ||
1392 | "license": [ | ||
1393 | "LGPL-2.1" | ||
1394 | ], | ||
1395 | "authors": [ | ||
1396 | { | ||
1397 | "name": "A. Grandt", | ||
1398 | "email": "php@grandt.com", | ||
1399 | "role": "Developer" | ||
1400 | } | ||
1401 | ], | ||
1402 | "description": "A class for working around the use of mbstring.func_override", | ||
1403 | "homepage": "https://github.com/Grandt/PHPBinString", | ||
1404 | "keywords": [ | ||
1405 | "binary strings", | ||
1406 | "mbstring" | ||
1407 | ], | ||
1408 | "time": "2015-08-13 06:14:41" | ||
1409 | }, | ||
1410 | { | ||
1411 | "name": "grandt/phpepub", | ||
1412 | "version": "4.0.7.1", | ||
1413 | "source": { | ||
1414 | "type": "git", | ||
1415 | "url": "https://github.com/Grandt/PHPePub.git", | ||
1416 | "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452" | ||
1417 | }, | ||
1418 | "dist": { | ||
1419 | "type": "zip", | ||
1420 | "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452", | ||
1421 | "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452", | ||
1422 | "shasum": "" | ||
1423 | }, | ||
1424 | "require": { | ||
1425 | "grandt/phpresizegif": "~1.0.3", | ||
1426 | "grandt/relativepath": "~1.0.1", | ||
1427 | "php": ">=5.3.0", | ||
1428 | "phpzip/phpzip": "~2.0.7" | ||
1429 | }, | ||
1430 | "type": "library", | ||
1431 | "autoload": { | ||
1432 | "psr-4": { | ||
1433 | "PHPePub\\": "src/PHPePub" | ||
1434 | }, | ||
1435 | "classmap": [ | ||
1436 | "src/lib.uuid.php" | ||
1437 | ] | ||
1438 | }, | ||
1439 | "notification-url": "https://packagist.org/downloads/", | ||
1440 | "license": [ | ||
1441 | "LGPL-2.1" | ||
1442 | ], | ||
1443 | "authors": [ | ||
1444 | { | ||
1445 | "name": "A. Grandt", | ||
1446 | "email": "php@grandt.com", | ||
1447 | "homepage": "http://grandt.com", | ||
1448 | "role": "Developer" | ||
1449 | } | ||
1450 | ], | ||
1451 | "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", | ||
1452 | "homepage": "https://github.com/Grandt/PHPZip", | ||
1453 | "keywords": [ | ||
1454 | "e-book", | ||
1455 | "epub" | ||
1456 | ], | ||
1457 | "time": "2016-03-16 15:48:26" | ||
1458 | }, | ||
1459 | { | ||
1460 | "name": "grandt/phpresizegif", | ||
1461 | "version": "1.0.3", | ||
1462 | "source": { | ||
1463 | "type": "git", | ||
1464 | "url": "https://github.com/Grandt/PHPResizeGif.git", | ||
1465 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe" | ||
1466 | }, | ||
1467 | "dist": { | ||
1468 | "type": "zip", | ||
1469 | "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | ||
1470 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | ||
1471 | "shasum": "" | ||
1472 | }, | ||
1473 | "require": { | ||
1474 | "grandt/binstring": ">=0.2.0", | ||
1475 | "php": ">=5.3.0" | ||
1476 | }, | ||
1477 | "type": "library", | ||
1478 | "autoload": { | ||
1479 | "psr-4": { | ||
1480 | "grandt\\ResizeGif\\": "src/ResizeGif", | ||
1481 | "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files", | ||
1482 | "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure", | ||
1483 | "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug" | ||
1484 | } | ||
1485 | }, | ||
1486 | "notification-url": "https://packagist.org/downloads/", | ||
1487 | "license": [ | ||
1488 | "LGPL-2.1" | ||
1489 | ], | ||
1490 | "authors": [ | ||
1491 | { | ||
1492 | "name": "A. Grandt", | ||
1493 | "email": "php@grandt.com", | ||
1494 | "homepage": "http://grandt.com", | ||
1495 | "role": "Developer" | ||
1496 | } | ||
1497 | ], | ||
1498 | "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", | ||
1499 | "homepage": "https://github.com/Grandt/PHPResizeGif", | ||
1500 | "keywords": [ | ||
1501 | "GIF89a", | ||
1502 | "animated gif", | ||
1503 | "gif", | ||
1504 | "resize" | ||
1505 | ], | ||
1506 | "time": "2015-05-10 10:52:24" | ||
1507 | }, | ||
1508 | { | ||
1509 | "name": "grandt/phpzipmerge", | ||
1510 | "version": "1.0.4", | ||
1511 | "source": { | ||
1512 | "type": "git", | ||
1513 | "url": "https://github.com/Grandt/PHPZipMerge.git", | ||
1514 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9" | ||
1515 | }, | ||
1516 | "dist": { | ||
1517 | "type": "zip", | ||
1518 | "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9", | ||
1519 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9", | ||
1520 | "shasum": "" | ||
1521 | }, | ||
1522 | "require": { | ||
1523 | "grandt/binstring": ">=1.0.0", | ||
1524 | "grandt/relativepath": ">=1.0.1", | ||
1525 | "php": ">=5.3.0" | ||
1526 | }, | ||
1527 | "type": "library", | ||
1528 | "autoload": { | ||
1529 | "psr-4": { | ||
1530 | "ZipMerge\\": "src/ZipMerge" | ||
1531 | } | ||
1532 | }, | ||
1533 | "notification-url": "https://packagist.org/downloads/", | ||
1534 | "license": [ | ||
1535 | "LGPL-2.1" | ||
1536 | ], | ||
1537 | "authors": [ | ||
1538 | { | ||
1539 | "name": "A. Grandt", | ||
1540 | "email": "php@grandt.com", | ||
1541 | "homepage": "http://grandt.com", | ||
1542 | "role": "Developer" | ||
1543 | }, | ||
1544 | { | ||
1545 | "name": "Greg Kappatos", | ||
1546 | "homepage": "http://websiteconnect.com.au", | ||
1547 | "role": "Developer" | ||
1548 | } | ||
1549 | ], | ||
1550 | "description": "Merge and stream multiple Zip files on the fly.", | ||
1551 | "homepage": "https://github.com/Grandt/PHPZipMerge", | ||
1552 | "keywords": [ | ||
1553 | "archive", | ||
1554 | "compressed", | ||
1555 | "compression", | ||
1556 | "merge", | ||
1557 | "phpzip", | ||
1558 | "pkzip", | ||
1559 | "stream", | ||
1560 | "zip" | ||
1561 | ], | ||
1562 | "time": "2015-08-18 13:49:33" | ||
1563 | }, | ||
1564 | { | ||
1565 | "name": "grandt/relativepath", | ||
1566 | "version": "1.0.2", | ||
1567 | "source": { | ||
1568 | "type": "git", | ||
1569 | "url": "https://github.com/Grandt/PHPRelativePath.git", | ||
1570 | "reference": "19541133c24143b6295688472c54dd6ed15a5462" | ||
1571 | }, | ||
1572 | "dist": { | ||
1573 | "type": "zip", | ||
1574 | "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462", | ||
1575 | "reference": "19541133c24143b6295688472c54dd6ed15a5462", | ||
1576 | "shasum": "" | ||
1577 | }, | ||
1578 | "require": { | ||
1579 | "php": ">=5.0" | ||
1580 | }, | ||
1581 | "type": "library", | ||
1582 | "autoload": { | ||
1583 | "classmap": [ | ||
1584 | "RelativePath.php" | ||
1585 | ] | ||
1586 | }, | ||
1587 | "notification-url": "https://packagist.org/downloads/", | ||
1588 | "license": [ | ||
1589 | "LGPL-2.1" | ||
1590 | ], | ||
1591 | "authors": [ | ||
1592 | { | ||
1593 | "name": "A. Grandt", | ||
1594 | "email": "php@grandt.com", | ||
1595 | "role": "Developer" | ||
1596 | } | ||
1597 | ], | ||
1598 | "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", | ||
1599 | "homepage": "https://github.com/Grandt/PHPRelativePath", | ||
1600 | "keywords": [ | ||
1601 | "file path" | ||
1602 | ], | ||
1603 | "time": "2015-05-14 08:18:23" | ||
1604 | }, | ||
1605 | { | ||
1606 | "name": "guzzlehttp/guzzle", | ||
1607 | "version": "5.3.0", | ||
1608 | "source": { | ||
1609 | "type": "git", | ||
1610 | "url": "https://github.com/guzzle/guzzle.git", | ||
1611 | "reference": "f3c8c22471cb55475105c14769644a49c3262b93" | ||
1612 | }, | ||
1613 | "dist": { | ||
1614 | "type": "zip", | ||
1615 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93", | ||
1616 | "reference": "f3c8c22471cb55475105c14769644a49c3262b93", | ||
1617 | "shasum": "" | ||
1618 | }, | ||
1619 | "require": { | ||
1620 | "guzzlehttp/ringphp": "^1.1", | ||
1621 | "php": ">=5.4.0" | ||
1622 | }, | ||
1623 | "require-dev": { | ||
1624 | "ext-curl": "*", | ||
1625 | "phpunit/phpunit": "^4.0", | ||
1626 | "psr/log": "^1.0" | ||
1627 | }, | ||
1628 | "type": "library", | ||
1629 | "extra": { | ||
1630 | "branch-alias": { | ||
1631 | "dev-master": "5.0-dev" | ||
1632 | } | ||
1633 | }, | ||
1634 | "autoload": { | ||
1635 | "psr-4": { | ||
1636 | "GuzzleHttp\\": "src/" | ||
1637 | } | ||
1638 | }, | ||
1639 | "notification-url": "https://packagist.org/downloads/", | ||
1640 | "license": [ | ||
1641 | "MIT" | ||
1642 | ], | ||
1643 | "authors": [ | ||
1644 | { | ||
1645 | "name": "Michael Dowling", | ||
1646 | "email": "mtdowling@gmail.com", | ||
1647 | "homepage": "https://github.com/mtdowling" | ||
1648 | } | ||
1649 | ], | ||
1650 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", | ||
1651 | "homepage": "http://guzzlephp.org/", | ||
1652 | "keywords": [ | ||
1653 | "client", | ||
1654 | "curl", | ||
1655 | "framework", | ||
1656 | "http", | ||
1657 | "http client", | ||
1658 | "rest", | ||
1659 | "web service" | ||
1660 | ], | ||
1661 | "time": "2015-05-20 03:47:55" | ||
1662 | }, | ||
1663 | { | ||
1664 | "name": "guzzlehttp/ringphp", | ||
1665 | "version": "1.1.0", | ||
1666 | "source": { | ||
1667 | "type": "git", | ||
1668 | "url": "https://github.com/guzzle/RingPHP.git", | ||
1669 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" | ||
1670 | }, | ||
1671 | "dist": { | ||
1672 | "type": "zip", | ||
1673 | "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", | ||
1674 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", | ||
1675 | "shasum": "" | ||
1676 | }, | ||
1677 | "require": { | ||
1678 | "guzzlehttp/streams": "~3.0", | ||
1679 | "php": ">=5.4.0", | ||
1680 | "react/promise": "~2.0" | ||
1681 | }, | ||
1682 | "require-dev": { | ||
1683 | "ext-curl": "*", | ||
1684 | "phpunit/phpunit": "~4.0" | ||
1685 | }, | ||
1686 | "suggest": { | ||
1687 | "ext-curl": "Guzzle will use specific adapters if cURL is present" | ||
1688 | }, | ||
1689 | "type": "library", | ||
1690 | "extra": { | ||
1691 | "branch-alias": { | ||
1692 | "dev-master": "1.1-dev" | ||
1693 | } | ||
1694 | }, | ||
1695 | "autoload": { | ||
1696 | "psr-4": { | ||
1697 | "GuzzleHttp\\Ring\\": "src/" | ||
1698 | } | ||
1699 | }, | ||
1700 | "notification-url": "https://packagist.org/downloads/", | ||
1701 | "license": [ | ||
1702 | "MIT" | ||
1703 | ], | ||
1704 | "authors": [ | ||
1705 | { | ||
1706 | "name": "Michael Dowling", | ||
1707 | "email": "mtdowling@gmail.com", | ||
1708 | "homepage": "https://github.com/mtdowling" | ||
1709 | } | ||
1710 | ], | ||
1711 | "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", | ||
1712 | "time": "2015-05-20 03:37:09" | ||
1713 | }, | ||
1714 | { | ||
1715 | "name": "guzzlehttp/streams", | ||
1716 | "version": "3.0.0", | ||
1717 | "source": { | ||
1718 | "type": "git", | ||
1719 | "url": "https://github.com/guzzle/streams.git", | ||
1720 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" | ||
1721 | }, | ||
1722 | "dist": { | ||
1723 | "type": "zip", | ||
1724 | "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", | ||
1725 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", | ||
1726 | "shasum": "" | ||
1727 | }, | ||
1728 | "require": { | ||
1729 | "php": ">=5.4.0" | ||
1730 | }, | ||
1731 | "require-dev": { | ||
1732 | "phpunit/phpunit": "~4.0" | ||
1733 | }, | ||
1734 | "type": "library", | ||
1735 | "extra": { | ||
1736 | "branch-alias": { | ||
1737 | "dev-master": "3.0-dev" | ||
1738 | } | ||
1739 | }, | ||
1740 | "autoload": { | ||
1741 | "psr-4": { | ||
1742 | "GuzzleHttp\\Stream\\": "src/" | ||
1743 | } | ||
1744 | }, | ||
1745 | "notification-url": "https://packagist.org/downloads/", | ||
1746 | "license": [ | ||
1747 | "MIT" | ||
1748 | ], | ||
1749 | "authors": [ | ||
1750 | { | ||
1751 | "name": "Michael Dowling", | ||
1752 | "email": "mtdowling@gmail.com", | ||
1753 | "homepage": "https://github.com/mtdowling" | ||
1754 | } | ||
1755 | ], | ||
1756 | "description": "Provides a simple abstraction over streams of data", | ||
1757 | "homepage": "http://guzzlephp.org/", | ||
1758 | "keywords": [ | ||
1759 | "Guzzle", | ||
1760 | "stream" | ||
1761 | ], | ||
1762 | "time": "2014-10-12 19:18:40" | ||
1763 | }, | ||
1764 | { | ||
1765 | "name": "hoa/compiler", | ||
1766 | "version": "3.16.01.14", | ||
1767 | "source": { | ||
1768 | "type": "git", | ||
1769 | "url": "https://github.com/hoaproject/Compiler.git", | ||
1770 | "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69" | ||
1771 | }, | ||
1772 | "dist": { | ||
1773 | "type": "zip", | ||
1774 | "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", | ||
1775 | "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", | ||
1776 | "shasum": "" | ||
1777 | }, | ||
1778 | "require": { | ||
1779 | "hoa/consistency": "~1.0", | ||
1780 | "hoa/exception": "~1.0", | ||
1781 | "hoa/file": "~1.0", | ||
1782 | "hoa/iterator": "~2.0", | ||
1783 | "hoa/math": "~1.0", | ||
1784 | "hoa/protocol": "~1.0", | ||
1785 | "hoa/regex": "~1.0", | ||
1786 | "hoa/visitor": "~2.0" | ||
1787 | }, | ||
1788 | "require-dev": { | ||
1789 | "hoa/json": "~2.0", | ||
1790 | "hoa/test": "~2.0" | ||
1791 | }, | ||
1792 | "type": "library", | ||
1793 | "extra": { | ||
1794 | "branch-alias": { | ||
1795 | "dev-master": "3.x-dev" | ||
1796 | } | ||
1797 | }, | ||
1798 | "autoload": { | ||
1799 | "psr-4": { | ||
1800 | "Hoa\\Compiler\\": "." | ||
1801 | } | ||
1802 | }, | ||
1803 | "notification-url": "https://packagist.org/downloads/", | ||
1804 | "license": [ | ||
1805 | "BSD-3-Clause" | ||
1806 | ], | ||
1807 | "authors": [ | ||
1808 | { | ||
1809 | "name": "Ivan Enderlin", | ||
1810 | "email": "ivan.enderlin@hoa-project.net" | ||
1811 | }, | ||
1812 | { | ||
1813 | "name": "Hoa community", | ||
1814 | "homepage": "http://hoa-project.net/" | ||
1815 | } | ||
1816 | ], | ||
1817 | "description": "The Hoa\\Compiler library.", | ||
1818 | "homepage": "http://hoa-project.net/", | ||
1819 | "keywords": [ | ||
1820 | "algebraic", | ||
1821 | "ast", | ||
1822 | "compiler", | ||
1823 | "context-free", | ||
1824 | "coverage", | ||
1825 | "exhaustive", | ||
1826 | "grammar", | ||
1827 | "isotropic", | ||
1828 | "language", | ||
1829 | "lexer", | ||
1830 | "library", | ||
1831 | "ll1", | ||
1832 | "llk", | ||
1833 | "parser", | ||
1834 | "pp", | ||
1835 | "random", | ||
1836 | "regular", | ||
1837 | "rule", | ||
1838 | "sampler", | ||
1839 | "syntax", | ||
1840 | "token", | ||
1841 | "trace", | ||
1842 | "uniform" | ||
1843 | ], | ||
1844 | "time": "2016-01-14 20:44:59" | ||
1845 | }, | ||
1846 | { | ||
1847 | "name": "hoa/consistency", | ||
1848 | "version": "1.16.03.03", | ||
1849 | "source": { | ||
1850 | "type": "git", | ||
1851 | "url": "https://github.com/hoaproject/Consistency.git", | ||
1852 | "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b" | ||
1853 | }, | ||
1854 | "dist": { | ||
1855 | "type": "zip", | ||
1856 | "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/aa7e30f99aa2ae476f83800d3ad350506eec153b", | ||
1857 | "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b", | ||
1858 | "shasum": "" | ||
1859 | }, | ||
1860 | "require": { | ||
1861 | "hoa/exception": "~1.0", | ||
1862 | "php": ">=5.5.0" | ||
1863 | }, | ||
1864 | "require-dev": { | ||
1865 | "hoa/stream": "~1.0", | ||
1866 | "hoa/test": "~2.0" | ||
1867 | }, | ||
1868 | "type": "library", | ||
1869 | "extra": { | ||
1870 | "branch-alias": { | ||
1871 | "dev-master": "1.x-dev" | ||
1872 | } | ||
1873 | }, | ||
1874 | "autoload": { | ||
1875 | "psr-4": { | ||
1876 | "Hoa\\Consistency\\": "." | ||
1877 | }, | ||
1878 | "files": [ | ||
1879 | "Prelude.php" | ||
1880 | ] | ||
1881 | }, | ||
1882 | "notification-url": "https://packagist.org/downloads/", | ||
1883 | "license": [ | ||
1884 | "BSD-3-Clause" | ||
1885 | ], | ||
1886 | "authors": [ | ||
1887 | { | ||
1888 | "name": "Ivan Enderlin", | ||
1889 | "email": "ivan.enderlin@hoa-project.net" | ||
1890 | }, | ||
1891 | { | ||
1892 | "name": "Hoa community", | ||
1893 | "homepage": "http://hoa-project.net/" | ||
1894 | } | ||
1895 | ], | ||
1896 | "description": "The Hoa\\Consistency library.", | ||
1897 | "homepage": "http://hoa-project.net/", | ||
1898 | "keywords": [ | ||
1899 | "autoloader", | ||
1900 | "callable", | ||
1901 | "consistency", | ||
1902 | "entity", | ||
1903 | "flex", | ||
1904 | "keyword", | ||
1905 | "library" | ||
1906 | ], | ||
1907 | "time": "2016-03-03 09:37:24" | ||
1908 | }, | ||
1909 | { | ||
1910 | "name": "hoa/event", | ||
1911 | "version": "1.16.03.15", | ||
1912 | "source": { | ||
1913 | "type": "git", | ||
1914 | "url": "https://github.com/hoaproject/Event.git", | ||
1915 | "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8" | ||
1916 | }, | ||
1917 | "dist": { | ||
1918 | "type": "zip", | ||
1919 | "url": "https://api.github.com/repos/hoaproject/Event/zipball/b1577069d63d6efc559406f3bc31813ac33e76b8", | ||
1920 | "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8", | ||
1921 | "shasum": "" | ||
1922 | }, | ||
1923 | "require": { | ||
1924 | "hoa/consistency": "~1.0", | ||
1925 | "hoa/exception": "~1.0" | ||
1926 | }, | ||
1927 | "require-dev": { | ||
1928 | "hoa/test": "~2.0" | ||
1929 | }, | ||
1930 | "type": "library", | ||
1931 | "extra": { | ||
1932 | "branch-alias": { | ||
1933 | "dev-master": "1.x-dev" | ||
1934 | } | ||
1935 | }, | ||
1936 | "autoload": { | ||
1937 | "psr-4": { | ||
1938 | "Hoa\\Event\\": "." | ||
1939 | } | ||
1940 | }, | ||
1941 | "notification-url": "https://packagist.org/downloads/", | ||
1942 | "license": [ | ||
1943 | "BSD-3-Clause" | ||
1944 | ], | ||
1945 | "authors": [ | ||
1946 | { | ||
1947 | "name": "Ivan Enderlin", | ||
1948 | "email": "ivan.enderlin@hoa-project.net" | ||
1949 | }, | ||
1950 | { | ||
1951 | "name": "Hoa community", | ||
1952 | "homepage": "http://hoa-project.net/" | ||
1953 | } | ||
1954 | ], | ||
1955 | "description": "The Hoa\\Event library.", | ||
1956 | "homepage": "http://hoa-project.net/", | ||
1957 | "keywords": [ | ||
1958 | "event", | ||
1959 | "library", | ||
1960 | "listener", | ||
1961 | "observer" | ||
1962 | ], | ||
1963 | "time": "2016-03-15 14:49:59" | ||
1964 | }, | ||
1965 | { | ||
1966 | "name": "hoa/exception", | ||
1967 | "version": "1.16.01.11", | ||
1968 | "source": { | ||
1969 | "type": "git", | ||
1970 | "url": "https://github.com/hoaproject/Exception.git", | ||
1971 | "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366" | ||
1972 | }, | ||
1973 | "dist": { | ||
1974 | "type": "zip", | ||
1975 | "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", | ||
1976 | "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", | ||
1977 | "shasum": "" | ||
1978 | }, | ||
1979 | "require": { | ||
1980 | "hoa/consistency": "~1.0", | ||
1981 | "hoa/event": "~1.0" | ||
1982 | }, | ||
1983 | "require-dev": { | ||
1984 | "hoa/test": "~2.0" | ||
1985 | }, | ||
1986 | "type": "library", | ||
1987 | "extra": { | ||
1988 | "branch-alias": { | ||
1989 | "dev-master": "1.x-dev" | ||
1990 | } | ||
1991 | }, | ||
1992 | "autoload": { | ||
1993 | "psr-4": { | ||
1994 | "Hoa\\Exception\\": "." | ||
1995 | } | ||
1996 | }, | ||
1997 | "notification-url": "https://packagist.org/downloads/", | ||
1998 | "license": [ | ||
1999 | "BSD-3-Clause" | ||
2000 | ], | ||
2001 | "authors": [ | ||
2002 | { | ||
2003 | "name": "Ivan Enderlin", | ||
2004 | "email": "ivan.enderlin@hoa-project.net" | ||
2005 | }, | ||
2006 | { | ||
2007 | "name": "Hoa community", | ||
2008 | "homepage": "http://hoa-project.net/" | ||
2009 | } | ||
2010 | ], | ||
2011 | "description": "The Hoa\\Exception library.", | ||
2012 | "homepage": "http://hoa-project.net/", | ||
2013 | "keywords": [ | ||
2014 | "exception", | ||
2015 | "library" | ||
2016 | ], | ||
2017 | "time": "2016-01-11 08:38:17" | ||
2018 | }, | ||
2019 | { | ||
2020 | "name": "hoa/file", | ||
2021 | "version": "1.16.01.15", | ||
2022 | "source": { | ||
2023 | "type": "git", | ||
2024 | "url": "https://github.com/hoaproject/File.git", | ||
2025 | "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b" | ||
2026 | }, | ||
2027 | "dist": { | ||
2028 | "type": "zip", | ||
2029 | "url": "https://api.github.com/repos/hoaproject/File/zipball/bc04ddb476bfeee03c2be585fc37a98d2887277b", | ||
2030 | "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b", | ||
2031 | "shasum": "" | ||
2032 | }, | ||
2033 | "require": { | ||
2034 | "hoa/consistency": "~1.0", | ||
2035 | "hoa/event": "~1.0", | ||
2036 | "hoa/exception": "~1.0", | ||
2037 | "hoa/iterator": "~2.0", | ||
2038 | "hoa/stream": "~1.0" | ||
2039 | }, | ||
2040 | "require-dev": { | ||
2041 | "hoa/test": "~2.0" | ||
2042 | }, | ||
2043 | "type": "library", | ||
2044 | "extra": { | ||
2045 | "branch-alias": { | ||
2046 | "dev-master": "1.x-dev" | ||
2047 | } | ||
2048 | }, | ||
2049 | "autoload": { | ||
2050 | "psr-4": { | ||
2051 | "Hoa\\File\\": "." | ||
2052 | } | ||
2053 | }, | ||
2054 | "notification-url": "https://packagist.org/downloads/", | ||
2055 | "license": [ | ||
2056 | "BSD-3-Clause" | ||
2057 | ], | ||
2058 | "authors": [ | ||
2059 | { | ||
2060 | "name": "Ivan Enderlin", | ||
2061 | "email": "ivan.enderlin@hoa-project.net" | ||
2062 | }, | ||
2063 | { | ||
2064 | "name": "Hoa community", | ||
2065 | "homepage": "http://hoa-project.net/" | ||
2066 | } | ||
2067 | ], | ||
2068 | "description": "The Hoa\\File library.", | ||
2069 | "homepage": "http://hoa-project.net/", | ||
2070 | "keywords": [ | ||
2071 | "Socket", | ||
2072 | "directory", | ||
2073 | "file", | ||
2074 | "finder", | ||
2075 | "library", | ||
2076 | "link", | ||
2077 | "temporary" | ||
2078 | ], | ||
2079 | "time": "2016-01-14 20:55:07" | ||
2080 | }, | ||
2081 | { | ||
2082 | "name": "hoa/iterator", | ||
2083 | "version": "2.16.03.15", | ||
2084 | "source": { | ||
2085 | "type": "git", | ||
2086 | "url": "https://github.com/hoaproject/Iterator.git", | ||
2087 | "reference": "60bdefab8db17717871a11101dedec60572f95b8" | ||
2088 | }, | ||
2089 | "dist": { | ||
2090 | "type": "zip", | ||
2091 | "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/60bdefab8db17717871a11101dedec60572f95b8", | ||
2092 | "reference": "60bdefab8db17717871a11101dedec60572f95b8", | ||
2093 | "shasum": "" | ||
2094 | }, | ||
2095 | "require": { | ||
2096 | "hoa/consistency": "~1.0", | ||
2097 | "hoa/exception": "~1.0" | ||
2098 | }, | ||
2099 | "require-dev": { | ||
2100 | "hoa/test": "~2.0" | ||
2101 | }, | ||
2102 | "type": "library", | ||
2103 | "extra": { | ||
2104 | "branch-alias": { | ||
2105 | "dev-master": "2.x-dev" | ||
2106 | } | ||
2107 | }, | ||
2108 | "autoload": { | ||
2109 | "psr-4": { | ||
2110 | "Hoa\\Iterator\\": "." | ||
2111 | } | ||
2112 | }, | ||
2113 | "notification-url": "https://packagist.org/downloads/", | ||
2114 | "license": [ | ||
2115 | "BSD-3-Clause" | ||
2116 | ], | ||
2117 | "authors": [ | ||
2118 | { | ||
2119 | "name": "Ivan Enderlin", | ||
2120 | "email": "ivan.enderlin@hoa-project.net" | ||
2121 | }, | ||
2122 | { | ||
2123 | "name": "Hoa community", | ||
2124 | "homepage": "http://hoa-project.net/" | ||
2125 | } | ||
2126 | ], | ||
2127 | "description": "The Hoa\\Iterator library.", | ||
2128 | "homepage": "http://hoa-project.net/", | ||
2129 | "keywords": [ | ||
2130 | "iterator", | ||
2131 | "library" | ||
2132 | ], | ||
2133 | "time": "2016-03-15 14:51:54" | ||
2134 | }, | ||
2135 | { | ||
2136 | "name": "hoa/math", | ||
2137 | "version": "1.16.01.29", | ||
2138 | "source": { | ||
2139 | "type": "git", | ||
2140 | "url": "https://github.com/hoaproject/Math.git", | ||
2141 | "reference": "1997df8aeb2b2f8706cfef3b2c2c665efc2689fa" | ||
2142 | }, | ||
2143 | "dist": { | ||
2144 | "type": "zip", | ||
2145 | "url": "https://api.github.com/repos/hoaproject/Math/zipball/1997df8aeb2b2f8706cfef3b2c2c665efc2689fa", | ||
2146 | "reference": "1997df8aeb2b2f8706cfef3b2c2c665efc2689fa", | ||
2147 | "shasum": "" | ||
2148 | }, | ||
2149 | "require": { | ||
2150 | "hoa/compiler": "~3.0", | ||
2151 | "hoa/consistency": "~1.0", | ||
2152 | "hoa/exception": "~1.0", | ||
2153 | "hoa/iterator": "~2.0", | ||
2154 | "hoa/protocol": "~1.0", | ||
2155 | "hoa/zformat": "~1.0" | ||
2156 | }, | ||
2157 | "require-dev": { | ||
2158 | "hoa/test": "~2.0" | ||
2159 | }, | ||
2160 | "type": "library", | ||
2161 | "extra": { | ||
2162 | "branch-alias": { | ||
2163 | "dev-master": "1.x-dev" | ||
2164 | } | ||
2165 | }, | ||
2166 | "autoload": { | ||
2167 | "psr-4": { | ||
2168 | "Hoa\\Math\\": "." | ||
2169 | } | ||
2170 | }, | ||
2171 | "notification-url": "https://packagist.org/downloads/", | ||
2172 | "license": [ | ||
2173 | "BSD-3-Clause" | ||
2174 | ], | ||
2175 | "authors": [ | ||
2176 | { | ||
2177 | "name": "Ivan Enderlin", | ||
2178 | "email": "ivan.enderlin@hoa-project.net" | ||
2179 | }, | ||
2180 | { | ||
2181 | "name": "Hoa community", | ||
2182 | "homepage": "http://hoa-project.net/" | ||
2183 | } | ||
2184 | ], | ||
2185 | "description": "The Hoa\\Math library.", | ||
2186 | "homepage": "http://hoa-project.net/", | ||
2187 | "keywords": [ | ||
2188 | "arrangement", | ||
2189 | "combination", | ||
2190 | "combinatorics", | ||
2191 | "counting", | ||
2192 | "library", | ||
2193 | "math", | ||
2194 | "permutation", | ||
2195 | "sampler", | ||
2196 | "set" | ||
2197 | ], | ||
2198 | "time": "2016-01-29 15:25:18" | ||
2199 | }, | ||
2200 | { | ||
2201 | "name": "hoa/protocol", | ||
2202 | "version": "1.16.03.07", | ||
2203 | "source": { | ||
2204 | "type": "git", | ||
2205 | "url": "https://github.com/hoaproject/Protocol.git", | ||
2206 | "reference": "0745015373812591b1fe2e8229b8815d9250d95a" | ||
2207 | }, | ||
2208 | "dist": { | ||
2209 | "type": "zip", | ||
2210 | "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/0745015373812591b1fe2e8229b8815d9250d95a", | ||
2211 | "reference": "0745015373812591b1fe2e8229b8815d9250d95a", | ||
2212 | "shasum": "" | ||
2213 | }, | ||
2214 | "require": { | ||
2215 | "hoa/consistency": "~1.0", | ||
2216 | "hoa/exception": "~1.0" | ||
2217 | }, | ||
2218 | "require-dev": { | ||
2219 | "hoa/test": "~2.0" | ||
2220 | }, | ||
2221 | "type": "library", | ||
2222 | "extra": { | ||
2223 | "branch-alias": { | ||
2224 | "dev-master": "1.x-dev" | ||
2225 | } | ||
2226 | }, | ||
2227 | "autoload": { | ||
2228 | "psr-4": { | ||
2229 | "Hoa\\Protocol\\": "." | ||
2230 | }, | ||
2231 | "files": [ | ||
2232 | "Wrapper.php" | ||
2233 | ] | ||
2234 | }, | ||
2235 | "notification-url": "https://packagist.org/downloads/", | ||
2236 | "license": [ | ||
2237 | "BSD-3-Clause" | ||
2238 | ], | ||
2239 | "authors": [ | ||
2240 | { | ||
2241 | "name": "Ivan Enderlin", | ||
2242 | "email": "ivan.enderlin@hoa-project.net" | ||
2243 | }, | ||
2244 | { | ||
2245 | "name": "Hoa community", | ||
2246 | "homepage": "http://hoa-project.net/" | ||
2247 | } | ||
2248 | ], | ||
2249 | "description": "The Hoa\\Protocol library.", | ||
2250 | "homepage": "http://hoa-project.net/", | ||
2251 | "keywords": [ | ||
2252 | "library", | ||
2253 | "protocol", | ||
2254 | "resource", | ||
2255 | "stream", | ||
2256 | "wrapper" | ||
2257 | ], | ||
2258 | "time": "2016-03-07 16:31:08" | ||
2259 | }, | ||
2260 | { | ||
2261 | "name": "hoa/regex", | ||
2262 | "version": "1.16.01.15", | ||
2263 | "source": { | ||
2264 | "type": "git", | ||
2265 | "url": "https://github.com/hoaproject/Regex.git", | ||
2266 | "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463" | ||
2267 | }, | ||
2268 | "dist": { | ||
2269 | "type": "zip", | ||
2270 | "url": "https://api.github.com/repos/hoaproject/Regex/zipball/e7fb36fdea23ea9fc814a1a68bd0144df1891463", | ||
2271 | "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463", | ||
2272 | "shasum": "" | ||
2273 | }, | ||
2274 | "require": { | ||
2275 | "hoa/consistency": "~1.0", | ||
2276 | "hoa/exception": "~1.0", | ||
2277 | "hoa/math": "~1.0", | ||
2278 | "hoa/protocol": "~1.0", | ||
2279 | "hoa/ustring": "~4.0", | ||
2280 | "hoa/visitor": "~2.0" | ||
2281 | }, | ||
2282 | "type": "library", | ||
2283 | "extra": { | ||
2284 | "branch-alias": { | ||
2285 | "dev-master": "1.x-dev" | ||
2286 | } | ||
2287 | }, | ||
2288 | "autoload": { | ||
2289 | "psr-4": { | ||
2290 | "Hoa\\Regex\\": "." | ||
2291 | } | ||
2292 | }, | ||
2293 | "notification-url": "https://packagist.org/downloads/", | ||
2294 | "license": [ | ||
2295 | "BSD-3-Clause" | ||
2296 | ], | ||
2297 | "authors": [ | ||
2298 | { | ||
2299 | "name": "Ivan Enderlin", | ||
2300 | "email": "ivan.enderlin@hoa-project.net" | ||
2301 | }, | ||
2302 | { | ||
2303 | "name": "Hoa community", | ||
2304 | "homepage": "http://hoa-project.net/" | ||
2305 | } | ||
2306 | ], | ||
2307 | "description": "The Hoa\\Regex library.", | ||
2308 | "homepage": "http://hoa-project.net/", | ||
2309 | "keywords": [ | ||
2310 | "compiler", | ||
2311 | "library", | ||
2312 | "regex" | ||
2313 | ], | ||
2314 | "time": "2016-01-14 21:10:33" | ||
2315 | }, | ||
2316 | { | ||
2317 | "name": "hoa/ruler", | ||
2318 | "version": "2.16.04.06", | ||
2319 | "source": { | ||
2320 | "type": "git", | ||
2321 | "url": "git@github.com:hoaproject/Ruler.git", | ||
2322 | "reference": "9528f5ed84081f83310a65e21754edb4fdc60822" | ||
2323 | }, | ||
2324 | "dist": { | ||
2325 | "type": "zip", | ||
2326 | "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9528f5ed84081f83310a65e21754edb4fdc60822", | ||
2327 | "reference": "9528f5ed84081f83310a65e21754edb4fdc60822", | ||
2328 | "shasum": "" | ||
2329 | }, | ||
2330 | "require": { | ||
2331 | "hoa/compiler": "~3.0", | ||
2332 | "hoa/consistency": "~1.0", | ||
2333 | "hoa/exception": "~1.0", | ||
2334 | "hoa/file": "~1.0", | ||
2335 | "hoa/protocol": "~1.0", | ||
2336 | "hoa/visitor": "~2.0" | ||
2337 | }, | ||
2338 | "require-dev": { | ||
2339 | "hoa/test": "~2.0" | ||
2340 | }, | ||
2341 | "type": "library", | ||
2342 | "extra": { | ||
2343 | "branch-alias": { | ||
2344 | "dev-master": "2.x-dev" | ||
2345 | } | ||
2346 | }, | ||
2347 | "autoload": { | ||
2348 | "psr-4": { | ||
2349 | "Hoa\\Ruler\\": "." | ||
2350 | } | ||
2351 | }, | ||
2352 | "notification-url": "https://packagist.org/downloads/", | ||
2353 | "license": [ | ||
2354 | "BSD-3-Clause" | ||
2355 | ], | ||
2356 | "authors": [ | ||
2357 | { | ||
2358 | "name": "Ivan Enderlin", | ||
2359 | "email": "ivan.enderlin@hoa-project.net" | ||
2360 | }, | ||
2361 | { | ||
2362 | "name": "Hoa community", | ||
2363 | "homepage": "http://hoa-project.net/" | ||
2364 | } | ||
2365 | ], | ||
2366 | "description": "The Hoa\\Ruler library.", | ||
2367 | "homepage": "http://hoa-project.net/", | ||
2368 | "keywords": [ | ||
2369 | "library", | ||
2370 | "ruler" | ||
2371 | ], | ||
2372 | "time": "2016-04-06 08:55:04" | ||
2373 | }, | ||
2374 | { | ||
2375 | "name": "hoa/stream", | ||
2376 | "version": "1.16.01.14", | ||
2377 | "source": { | ||
2378 | "type": "git", | ||
2379 | "url": "https://github.com/hoaproject/Stream.git", | ||
2380 | "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896" | ||
2381 | }, | ||
2382 | "dist": { | ||
2383 | "type": "zip", | ||
2384 | "url": "https://api.github.com/repos/hoaproject/Stream/zipball/c00b35078ef8c0881b7d2ed533de19fe0aaf9896", | ||
2385 | "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896", | ||
2386 | "shasum": "" | ||
2387 | }, | ||
2388 | "require": { | ||
2389 | "hoa/consistency": "~1.0", | ||
2390 | "hoa/event": "~1.0", | ||
2391 | "hoa/exception": "~1.0", | ||
2392 | "hoa/protocol": "~1.0" | ||
2393 | }, | ||
2394 | "type": "library", | ||
2395 | "extra": { | ||
2396 | "branch-alias": { | ||
2397 | "dev-master": "1.x-dev" | ||
2398 | } | ||
2399 | }, | ||
2400 | "autoload": { | ||
2401 | "psr-4": { | ||
2402 | "Hoa\\Stream\\": "." | ||
2403 | } | ||
2404 | }, | ||
2405 | "notification-url": "https://packagist.org/downloads/", | ||
2406 | "license": [ | ||
2407 | "BSD-3-Clause" | ||
2408 | ], | ||
2409 | "authors": [ | ||
2410 | { | ||
2411 | "name": "Ivan Enderlin", | ||
2412 | "email": "ivan.enderlin@hoa-project.net" | ||
2413 | }, | ||
2414 | { | ||
2415 | "name": "Hoa community", | ||
2416 | "homepage": "http://hoa-project.net/" | ||
2417 | } | ||
2418 | ], | ||
2419 | "description": "The Hoa\\Stream library.", | ||
2420 | "homepage": "http://hoa-project.net/", | ||
2421 | "keywords": [ | ||
2422 | "Context", | ||
2423 | "bucket", | ||
2424 | "composite", | ||
2425 | "filter", | ||
2426 | "in", | ||
2427 | "library", | ||
2428 | "out", | ||
2429 | "protocol", | ||
2430 | "stream", | ||
2431 | "wrapper" | ||
2432 | ], | ||
2433 | "time": "2016-01-14 20:11:37" | ||
2434 | }, | ||
2435 | { | ||
2436 | "name": "hoa/ustring", | ||
2437 | "version": "4.16.01.11", | ||
2438 | "source": { | ||
2439 | "type": "git", | ||
2440 | "url": "https://github.com/hoaproject/Ustring.git", | ||
2441 | "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2" | ||
2442 | }, | ||
2443 | "dist": { | ||
2444 | "type": "zip", | ||
2445 | "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2", | ||
2446 | "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2", | ||
2447 | "shasum": "" | ||
2448 | }, | ||
2449 | "require": { | ||
2450 | "hoa/consistency": "~1.0", | ||
2451 | "hoa/exception": "~1.0" | ||
2452 | }, | ||
2453 | "require-dev": { | ||
2454 | "hoa/test": "~2.0" | ||
2455 | }, | ||
2456 | "suggest": { | ||
2457 | "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", | ||
2458 | "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()." | ||
2459 | }, | ||
2460 | "type": "library", | ||
2461 | "extra": { | ||
2462 | "branch-alias": { | ||
2463 | "dev-master": "4.x-dev" | ||
2464 | } | ||
2465 | }, | ||
2466 | "autoload": { | ||
2467 | "psr-4": { | ||
2468 | "Hoa\\Ustring\\": "." | ||
2469 | } | ||
2470 | }, | ||
2471 | "notification-url": "https://packagist.org/downloads/", | ||
2472 | "license": [ | ||
2473 | "BSD-3-Clause" | ||
2474 | ], | ||
2475 | "authors": [ | ||
2476 | { | ||
2477 | "name": "Ivan Enderlin", | ||
2478 | "email": "ivan.enderlin@hoa-project.net" | ||
2479 | }, | ||
2480 | { | ||
2481 | "name": "Hoa community", | ||
2482 | "homepage": "http://hoa-project.net/" | ||
2483 | } | ||
2484 | ], | ||
2485 | "description": "The Hoa\\Ustring library.", | ||
2486 | "homepage": "http://hoa-project.net/", | ||
2487 | "keywords": [ | ||
2488 | "library", | ||
2489 | "search", | ||
2490 | "string", | ||
2491 | "unicode" | ||
2492 | ], | ||
2493 | "time": "2016-01-11 09:51:34" | ||
2494 | }, | ||
2495 | { | ||
2496 | "name": "hoa/visitor", | ||
2497 | "version": "2.16.01.11", | ||
2498 | "source": { | ||
2499 | "type": "git", | ||
2500 | "url": "https://github.com/hoaproject/Visitor.git", | ||
2501 | "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9" | ||
2502 | }, | ||
2503 | "dist": { | ||
2504 | "type": "zip", | ||
2505 | "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9", | ||
2506 | "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9", | ||
2507 | "shasum": "" | ||
2508 | }, | ||
2509 | "require": { | ||
2510 | "hoa/consistency": "~1.0" | ||
2511 | }, | ||
2512 | "require-dev": { | ||
2513 | "hoa/test": "~2.0" | ||
2514 | }, | ||
2515 | "type": "library", | ||
2516 | "extra": { | ||
2517 | "branch-alias": { | ||
2518 | "dev-master": "2.x-dev" | ||
2519 | } | ||
2520 | }, | ||
2521 | "autoload": { | ||
2522 | "psr-4": { | ||
2523 | "Hoa\\Visitor\\": "." | ||
2524 | } | ||
2525 | }, | ||
2526 | "notification-url": "https://packagist.org/downloads/", | ||
2527 | "license": [ | ||
2528 | "BSD-3-Clause" | ||
2529 | ], | ||
2530 | "authors": [ | ||
2531 | { | ||
2532 | "name": "Ivan Enderlin", | ||
2533 | "email": "ivan.enderlin@hoa-project.net" | ||
2534 | }, | ||
2535 | { | ||
2536 | "name": "Hoa community", | ||
2537 | "homepage": "http://hoa-project.net/" | ||
2538 | } | ||
2539 | ], | ||
2540 | "description": "The Hoa\\Visitor library.", | ||
2541 | "homepage": "http://hoa-project.net/", | ||
2542 | "keywords": [ | ||
2543 | "library", | ||
2544 | "structure", | ||
2545 | "visit", | ||
2546 | "visitor" | ||
2547 | ], | ||
2548 | "time": "2016-01-11 09:54:01" | ||
2549 | }, | ||
2550 | { | ||
2551 | "name": "hoa/zformat", | ||
2552 | "version": "1.16.03.15", | ||
2553 | "source": { | ||
2554 | "type": "git", | ||
2555 | "url": "https://github.com/hoaproject/Zformat.git", | ||
2556 | "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34" | ||
2557 | }, | ||
2558 | "dist": { | ||
2559 | "type": "zip", | ||
2560 | "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/d261637aa6f4485d697ebcb898a379f7a34b4e34", | ||
2561 | "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34", | ||
2562 | "shasum": "" | ||
2563 | }, | ||
2564 | "require": { | ||
2565 | "hoa/consistency": "~1.0", | ||
2566 | "hoa/exception": "~1.0" | ||
2567 | }, | ||
2568 | "type": "library", | ||
2569 | "extra": { | ||
2570 | "branch-alias": { | ||
2571 | "dev-master": "1.x-dev" | ||
2572 | } | ||
2573 | }, | ||
2574 | "autoload": { | ||
2575 | "psr-4": { | ||
2576 | "Hoa\\Zformat\\": "." | ||
2577 | } | ||
2578 | }, | ||
2579 | "notification-url": "https://packagist.org/downloads/", | ||
2580 | "license": [ | ||
2581 | "BSD-3-Clause" | ||
2582 | ], | ||
2583 | "authors": [ | ||
2584 | { | ||
2585 | "name": "Ivan Enderlin", | ||
2586 | "email": "ivan.enderlin@hoa-project.net" | ||
2587 | }, | ||
2588 | { | ||
2589 | "name": "Hoa community", | ||
2590 | "homepage": "http://hoa-project.net/" | ||
2591 | } | ||
2592 | ], | ||
2593 | "description": "The Hoa\\Zformat library.", | ||
2594 | "homepage": "http://hoa-project.net/", | ||
2595 | "keywords": [ | ||
2596 | "library", | ||
2597 | "parameter", | ||
2598 | "zformat" | ||
2599 | ], | ||
2600 | "time": "2016-03-15 14:55:30" | ||
2601 | }, | ||
2602 | { | ||
2603 | "name": "htmlawed/htmlawed", | ||
2604 | "version": "1.1.19", | ||
2605 | "source": { | ||
2606 | "type": "git", | ||
2607 | "url": "https://github.com/kesar/HTMLawed.git", | ||
2608 | "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf" | ||
2609 | }, | ||
2610 | "dist": { | ||
2611 | "type": "zip", | ||
2612 | "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf", | ||
2613 | "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf", | ||
2614 | "shasum": "" | ||
2615 | }, | ||
2616 | "require": { | ||
2617 | "php": ">4.4.0" | ||
2618 | }, | ||
2619 | "type": "library", | ||
2620 | "autoload": { | ||
2621 | "files": [ | ||
2622 | "htmLawed.php" | ||
2623 | ] | ||
2624 | }, | ||
2625 | "notification-url": "https://packagist.org/downloads/", | ||
2626 | "license": [ | ||
2627 | "GPL-2.0+", | ||
2628 | "LGPL-3.0" | ||
2629 | ], | ||
2630 | "authors": [ | ||
2631 | { | ||
2632 | "name": "Santosh Patnaik", | ||
2633 | "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b", | ||
2634 | "role": "Developer" | ||
2635 | } | ||
2636 | ], | ||
2637 | "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", | ||
2638 | "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", | ||
2639 | "keywords": [ | ||
2640 | "HTMLtidy", | ||
2641 | "html", | ||
2642 | "sanitize", | ||
2643 | "strip", | ||
2644 | "tags" | ||
2645 | ], | ||
2646 | "time": "2015-04-05 17:23:05" | ||
2647 | }, | ||
2648 | { | ||
2649 | "name": "incenteev/composer-parameter-handler", | ||
2650 | "version": "v2.1.2", | ||
2651 | "source": { | ||
2652 | "type": "git", | ||
2653 | "url": "https://github.com/Incenteev/ParameterHandler.git", | ||
2654 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" | ||
2655 | }, | ||
2656 | "dist": { | ||
2657 | "type": "zip", | ||
2658 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", | ||
2659 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", | ||
2660 | "shasum": "" | ||
2661 | }, | ||
2662 | "require": { | ||
2663 | "php": ">=5.3.3", | ||
2664 | "symfony/yaml": "~2.3|~3.0" | ||
2665 | }, | ||
2666 | "require-dev": { | ||
2667 | "composer/composer": "1.0.*@dev", | ||
2668 | "phpspec/prophecy-phpunit": "~1.0", | ||
2669 | "symfony/filesystem": "~2.2" | ||
2670 | }, | ||
2671 | "type": "library", | ||
2672 | "extra": { | ||
2673 | "branch-alias": { | ||
2674 | "dev-master": "2.1.x-dev" | ||
2675 | } | ||
2676 | }, | ||
2677 | "autoload": { | ||
2678 | "psr-4": { | ||
2679 | "Incenteev\\ParameterHandler\\": "" | ||
2680 | } | ||
2681 | }, | ||
2682 | "notification-url": "https://packagist.org/downloads/", | ||
2683 | "license": [ | ||
2684 | "MIT" | ||
2685 | ], | ||
2686 | "authors": [ | ||
2687 | { | ||
2688 | "name": "Christophe Coevoet", | ||
2689 | "email": "stof@notk.org" | ||
2690 | } | ||
2691 | ], | ||
2692 | "description": "Composer script handling your ignored parameter file", | ||
2693 | "homepage": "https://github.com/Incenteev/ParameterHandler", | ||
2694 | "keywords": [ | ||
2695 | "parameters management" | ||
2696 | ], | ||
2697 | "time": "2015-11-10 17:04:01" | ||
2698 | }, | ||
2699 | { | ||
2700 | "name": "j0k3r/graby", | ||
2701 | "version": "1.4.1", | ||
2702 | "source": { | ||
2703 | "type": "git", | ||
2704 | "url": "https://github.com/j0k3r/graby.git", | ||
2705 | "reference": "d4b8d3c4f55c8f7fbf5bccd8822c321bf6b9a147" | ||
2706 | }, | ||
2707 | "dist": { | ||
2708 | "type": "zip", | ||
2709 | "url": "https://api.github.com/repos/j0k3r/graby/zipball/d4b8d3c4f55c8f7fbf5bccd8822c321bf6b9a147", | ||
2710 | "reference": "d4b8d3c4f55c8f7fbf5bccd8822c321bf6b9a147", | ||
2711 | "shasum": "" | ||
2712 | }, | ||
2713 | "require": { | ||
2714 | "ext-curl": "*", | ||
2715 | "guzzlehttp/guzzle": "^5.2.0", | ||
2716 | "htmlawed/htmlawed": "^1.1.19", | ||
2717 | "j0k3r/graby-site-config": "^1.0", | ||
2718 | "j0k3r/php-readability": "^1.0", | ||
2719 | "j0k3r/safecurl": "~2.0", | ||
2720 | "monolog/monolog": "^1.13.1", | ||
2721 | "neitanod/forceutf8": "^2.0", | ||
2722 | "php": ">=5.4", | ||
2723 | "simplepie/simplepie": "^1.3.1", | ||
2724 | "smalot/pdfparser": "~0.9.24", | ||
2725 | "symfony/options-resolver": "~2.6|~3.0", | ||
2726 | "true/punycode": "~2.0" | ||
2727 | }, | ||
2728 | "require-dev": { | ||
2729 | "satooshi/php-coveralls": "~0.6" | ||
2730 | }, | ||
2731 | "type": "library", | ||
2732 | "autoload": { | ||
2733 | "psr-4": { | ||
2734 | "Graby\\": "src/" | ||
2735 | } | ||
2736 | }, | ||
2737 | "notification-url": "https://packagist.org/downloads/", | ||
2738 | "license": [ | ||
2739 | "AGPL-3.0" | ||
2740 | ], | ||
2741 | "authors": [ | ||
2742 | { | ||
2743 | "name": "Jeremy Benoist", | ||
2744 | "email": "jeremy.benoist@gmail.com", | ||
2745 | "role": "Developer" | ||
2746 | }, | ||
2747 | { | ||
2748 | "name": "FiveFilters.org", | ||
2749 | "email": "fivefilters@fivefilters.org", | ||
2750 | "role": "Developer (original version)" | ||
2751 | } | ||
2752 | ], | ||
2753 | "description": "Graby helps you extract article content from web pages", | ||
2754 | "time": "2016-04-24 18:43:00" | ||
2755 | }, | ||
2756 | { | ||
2757 | "name": "j0k3r/graby-site-config", | ||
2758 | "version": "1.0.17", | ||
2759 | "source": { | ||
2760 | "type": "git", | ||
2761 | "url": "https://github.com/j0k3r/graby-site-config.git", | ||
2762 | "reference": "64dcf3358ce2a2c4993164ea31be10366fe0dc43" | ||
2763 | }, | ||
2764 | "dist": { | ||
2765 | "type": "zip", | ||
2766 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/64dcf3358ce2a2c4993164ea31be10366fe0dc43", | ||
2767 | "reference": "64dcf3358ce2a2c4993164ea31be10366fe0dc43", | ||
2768 | "shasum": "" | ||
2769 | }, | ||
2770 | "require": { | ||
2771 | "symfony/finder": "~2.6|~3.0" | ||
2772 | }, | ||
2773 | "type": "library", | ||
2774 | "autoload": { | ||
2775 | "psr-4": { | ||
2776 | "GrabySiteConfig\\SiteConfig\\": "src/" | ||
2777 | } | ||
2778 | }, | ||
2779 | "notification-url": "https://packagist.org/downloads/", | ||
2780 | "license": [ | ||
2781 | "AGPL-3.0" | ||
2782 | ], | ||
2783 | "authors": [ | ||
2784 | { | ||
2785 | "name": "Jeremy Benoist", | ||
2786 | "email": "jeremy.benoist@gmail.com" | ||
2787 | } | ||
2788 | ], | ||
2789 | "description": "Graby site config files", | ||
2790 | "time": "2016-04-24 18:04:59" | ||
2791 | }, | ||
2792 | { | ||
2793 | "name": "j0k3r/php-readability", | ||
2794 | "version": "1.1.1", | ||
2795 | "source": { | ||
2796 | "type": "git", | ||
2797 | "url": "https://github.com/j0k3r/php-readability.git", | ||
2798 | "reference": "dec4514c00abf024c570ca496d844e70494b7cda" | ||
2799 | }, | ||
2800 | "dist": { | ||
2801 | "type": "zip", | ||
2802 | "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/dec4514c00abf024c570ca496d844e70494b7cda", | ||
2803 | "reference": "dec4514c00abf024c570ca496d844e70494b7cda", | ||
2804 | "shasum": "" | ||
2805 | }, | ||
2806 | "require": { | ||
2807 | "monolog/monolog": "^1.13.1", | ||
2808 | "php": ">=5.3.3" | ||
2809 | }, | ||
2810 | "require-dev": { | ||
2811 | "satooshi/php-coveralls": "~0.6" | ||
2812 | }, | ||
2813 | "type": "library", | ||
2814 | "autoload": { | ||
2815 | "psr-4": { | ||
2816 | "Readability\\": "src/" | ||
2817 | } | ||
2818 | }, | ||
2819 | "notification-url": "https://packagist.org/downloads/", | ||
2820 | "license": [ | ||
2821 | "Apache-2.0" | ||
2822 | ], | ||
2823 | "authors": [ | ||
2824 | { | ||
2825 | "name": "Keyvan Minoukadeh", | ||
2826 | "email": "keyvan@keyvan.net", | ||
2827 | "homepage": "http://keyvan.net", | ||
2828 | "role": "Developer (ported original JS code to PHP)" | ||
2829 | }, | ||
2830 | { | ||
2831 | "name": "Arc90", | ||
2832 | "homepage": "http://arc90.com", | ||
2833 | "role": "Developer (original JS version)" | ||
2834 | }, | ||
2835 | { | ||
2836 | "name": "Jeremy Benoist", | ||
2837 | "email": "jeremy.benoist@gmail.com", | ||
2838 | "homepage": "http://www.j0k3r.net", | ||
2839 | "role": "Developer" | ||
2840 | }, | ||
2841 | { | ||
2842 | "name": "DitherSky", | ||
2843 | "homepage": "https://github.com/Dither", | ||
2844 | "role": "Developer (https://github.com/Dither/full-text-rss)" | ||
2845 | } | ||
2846 | ], | ||
2847 | "description": "Automatic article extraction from HTML", | ||
2848 | "keywords": [ | ||
2849 | "article", | ||
2850 | "article extraction", | ||
2851 | "content", | ||
2852 | "content extraction", | ||
2853 | "extraction", | ||
2854 | "html" | ||
2855 | ], | ||
2856 | "time": "2016-03-01 14:14:36" | ||
2857 | }, | ||
2858 | { | ||
2859 | "name": "j0k3r/safecurl", | ||
2860 | "version": "2.0.2", | ||
2861 | "source": { | ||
2862 | "type": "git", | ||
2863 | "url": "https://github.com/j0k3r/safecurl.git", | ||
2864 | "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b" | ||
2865 | }, | ||
2866 | "dist": { | ||
2867 | "type": "zip", | ||
2868 | "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b", | ||
2869 | "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b", | ||
2870 | "shasum": "" | ||
2871 | }, | ||
2872 | "require": { | ||
2873 | "ext-curl": "*", | ||
2874 | "php": ">=5.3.3" | ||
2875 | }, | ||
2876 | "require-dev": { | ||
2877 | "phpunit/phpunit": "^4.0.0" | ||
2878 | }, | ||
2879 | "type": "library", | ||
2880 | "autoload": { | ||
2881 | "psr-4": { | ||
2882 | "fin1te\\SafeCurl\\": "src/" | ||
2883 | } | ||
2884 | }, | ||
2885 | "notification-url": "https://packagist.org/downloads/", | ||
2886 | "license": [ | ||
2887 | "MIT" | ||
2888 | ], | ||
2889 | "authors": [ | ||
2890 | { | ||
2891 | "name": "Jeremy Benoist", | ||
2892 | "email": "jeremy.benoist@gmail.com" | ||
2893 | }, | ||
2894 | { | ||
2895 | "name": "Jack W", | ||
2896 | "email": "jack@fin1te.net", | ||
2897 | "role": "Developer (original version)" | ||
2898 | } | ||
2899 | ], | ||
2900 | "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.", | ||
2901 | "keywords": [ | ||
2902 | "curl", | ||
2903 | "safe", | ||
2904 | "safecurl", | ||
2905 | "ssrf", | ||
2906 | "websec" | ||
2907 | ], | ||
2908 | "time": "2015-11-23 08:16:01" | ||
2909 | }, | ||
2910 | { | ||
2911 | "name": "jdorn/sql-formatter", | ||
2912 | "version": "v1.2.17", | ||
2913 | "source": { | ||
2914 | "type": "git", | ||
2915 | "url": "https://github.com/jdorn/sql-formatter.git", | ||
2916 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" | ||
2917 | }, | ||
2918 | "dist": { | ||
2919 | "type": "zip", | ||
2920 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", | ||
2921 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", | ||
2922 | "shasum": "" | ||
2923 | }, | ||
2924 | "require": { | ||
2925 | "php": ">=5.2.4" | ||
2926 | }, | ||
2927 | "require-dev": { | ||
2928 | "phpunit/phpunit": "3.7.*" | ||
2929 | }, | ||
2930 | "type": "library", | ||
2931 | "extra": { | ||
2932 | "branch-alias": { | ||
2933 | "dev-master": "1.3.x-dev" | ||
2934 | } | ||
2935 | }, | ||
2936 | "autoload": { | ||
2937 | "classmap": [ | ||
2938 | "lib" | ||
2939 | ] | ||
2940 | }, | ||
2941 | "notification-url": "https://packagist.org/downloads/", | ||
2942 | "license": [ | ||
2943 | "MIT" | ||
2944 | ], | ||
2945 | "authors": [ | ||
2946 | { | ||
2947 | "name": "Jeremy Dorn", | ||
2948 | "email": "jeremy@jeremydorn.com", | ||
2949 | "homepage": "http://jeremydorn.com/" | ||
2950 | } | ||
2951 | ], | ||
2952 | "description": "a PHP SQL highlighting library", | ||
2953 | "homepage": "https://github.com/jdorn/sql-formatter/", | ||
2954 | "keywords": [ | ||
2955 | "highlight", | ||
2956 | "sql" | ||
2957 | ], | ||
2958 | "time": "2014-01-12 16:20:24" | ||
2959 | }, | ||
2960 | { | ||
2961 | "name": "jms/metadata", | ||
2962 | "version": "1.5.1", | ||
2963 | "source": { | ||
2964 | "type": "git", | ||
2965 | "url": "https://github.com/schmittjoh/metadata.git", | ||
2966 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" | ||
2967 | }, | ||
2968 | "dist": { | ||
2969 | "type": "zip", | ||
2970 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", | ||
2971 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", | ||
2972 | "shasum": "" | ||
2973 | }, | ||
2974 | "require": { | ||
2975 | "php": ">=5.3.0" | ||
2976 | }, | ||
2977 | "require-dev": { | ||
2978 | "doctrine/cache": "~1.0" | ||
2979 | }, | ||
2980 | "type": "library", | ||
2981 | "extra": { | ||
2982 | "branch-alias": { | ||
2983 | "dev-master": "1.5.x-dev" | ||
2984 | } | ||
2985 | }, | ||
2986 | "autoload": { | ||
2987 | "psr-0": { | ||
2988 | "Metadata\\": "src/" | ||
2989 | } | ||
2990 | }, | ||
2991 | "notification-url": "https://packagist.org/downloads/", | ||
2992 | "license": [ | ||
2993 | "Apache" | ||
2994 | ], | ||
2995 | "authors": [ | ||
2996 | { | ||
2997 | "name": "Johannes Schmitt", | ||
2998 | "email": "schmittjoh@gmail.com", | ||
2999 | "homepage": "https://github.com/schmittjoh", | ||
3000 | "role": "Developer of wrapped JMSSerializerBundle" | ||
3001 | } | ||
3002 | ], | ||
3003 | "description": "Class/method/property metadata management in PHP", | ||
3004 | "keywords": [ | ||
3005 | "annotations", | ||
3006 | "metadata", | ||
3007 | "xml", | ||
3008 | "yaml" | ||
3009 | ], | ||
3010 | "time": "2014-07-12 07:13:19" | ||
3011 | }, | ||
3012 | { | ||
3013 | "name": "jms/parser-lib", | ||
3014 | "version": "1.0.0", | ||
3015 | "source": { | ||
3016 | "type": "git", | ||
3017 | "url": "https://github.com/schmittjoh/parser-lib.git", | ||
3018 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" | ||
3019 | }, | ||
3020 | "dist": { | ||
3021 | "type": "zip", | ||
3022 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", | ||
3023 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", | ||
3024 | "shasum": "" | ||
3025 | }, | ||
3026 | "require": { | ||
3027 | "phpoption/phpoption": ">=0.9,<2.0-dev" | ||
3028 | }, | ||
3029 | "type": "library", | ||
3030 | "extra": { | ||
3031 | "branch-alias": { | ||
3032 | "dev-master": "1.0-dev" | ||
3033 | } | ||
3034 | }, | ||
3035 | "autoload": { | ||
3036 | "psr-0": { | ||
3037 | "JMS\\": "src/" | ||
3038 | } | ||
3039 | }, | ||
3040 | "notification-url": "https://packagist.org/downloads/", | ||
3041 | "license": [ | ||
3042 | "Apache2" | ||
3043 | ], | ||
3044 | "description": "A library for easily creating recursive-descent parsers.", | ||
3045 | "time": "2012-11-18 18:08:43" | ||
3046 | }, | ||
3047 | { | ||
3048 | "name": "jms/serializer", | ||
3049 | "version": "1.1.0", | ||
3050 | "source": { | ||
3051 | "type": "git", | ||
3052 | "url": "https://github.com/schmittjoh/serializer.git", | ||
3053 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48" | ||
3054 | }, | ||
3055 | "dist": { | ||
3056 | "type": "zip", | ||
3057 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48", | ||
3058 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48", | ||
3059 | "shasum": "" | ||
3060 | }, | ||
3061 | "require": { | ||
3062 | "doctrine/annotations": "1.*", | ||
3063 | "doctrine/instantiator": "~1.0.3", | ||
3064 | "jms/metadata": "~1.1", | ||
3065 | "jms/parser-lib": "1.*", | ||
3066 | "php": ">=5.4.0", | ||
3067 | "phpcollection/phpcollection": "~0.1" | ||
3068 | }, | ||
3069 | "conflict": { | ||
3070 | "twig/twig": "<1.12" | ||
3071 | }, | ||
3072 | "require-dev": { | ||
3073 | "doctrine/orm": "~2.1", | ||
3074 | "doctrine/phpcr-odm": "~1.0.1", | ||
3075 | "jackalope/jackalope-doctrine-dbal": "1.0.*", | ||
3076 | "phpunit/phpunit": "~4.0", | ||
3077 | "propel/propel1": "~1.7", | ||
3078 | "symfony/filesystem": "2.*", | ||
3079 | "symfony/form": "~2.1", | ||
3080 | "symfony/translation": "~2.0", | ||
3081 | "symfony/validator": "~2.0", | ||
3082 | "symfony/yaml": "2.*", | ||
3083 | "twig/twig": "~1.12|~2.0" | ||
3084 | }, | ||
3085 | "suggest": { | ||
3086 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." | ||
3087 | }, | ||
3088 | "type": "library", | ||
3089 | "extra": { | ||
3090 | "branch-alias": { | ||
3091 | "dev-master": "1.1-dev" | ||
3092 | } | ||
3093 | }, | ||
3094 | "autoload": { | ||
3095 | "psr-0": { | ||
3096 | "JMS\\Serializer": "src/" | ||
3097 | } | ||
3098 | }, | ||
3099 | "notification-url": "https://packagist.org/downloads/", | ||
3100 | "license": [ | ||
3101 | "Apache2" | ||
3102 | ], | ||
3103 | "authors": [ | ||
3104 | { | ||
3105 | "name": "Johannes M. Schmitt", | ||
3106 | "email": "schmittjoh@gmail.com" | ||
3107 | } | ||
3108 | ], | ||
3109 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", | ||
3110 | "homepage": "http://jmsyst.com/libs/serializer", | ||
3111 | "keywords": [ | ||
3112 | "deserialization", | ||
3113 | "jaxb", | ||
3114 | "json", | ||
3115 | "serialization", | ||
3116 | "xml" | ||
3117 | ], | ||
3118 | "time": "2015-10-27 09:24:41" | ||
3119 | }, | ||
3120 | { | ||
3121 | "name": "jms/serializer-bundle", | ||
3122 | "version": "1.1.0", | ||
3123 | "target-dir": "JMS/SerializerBundle", | ||
3124 | "source": { | ||
3125 | "type": "git", | ||
3126 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", | ||
3127 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" | ||
3128 | }, | ||
3129 | "dist": { | ||
3130 | "type": "zip", | ||
3131 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", | ||
3132 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", | ||
3133 | "shasum": "" | ||
3134 | }, | ||
3135 | "require": { | ||
3136 | "jms/serializer": "^1.0.0", | ||
3137 | "php": ">=5.4.0", | ||
3138 | "phpoption/phpoption": "^1.1.0", | ||
3139 | "symfony/framework-bundle": "~2.3|~3.0" | ||
3140 | }, | ||
3141 | "require-dev": { | ||
3142 | "doctrine/doctrine-bundle": "*", | ||
3143 | "doctrine/orm": "*", | ||
3144 | "symfony/browser-kit": "*", | ||
3145 | "symfony/class-loader": "*", | ||
3146 | "symfony/css-selector": "*", | ||
3147 | "symfony/finder": "*", | ||
3148 | "symfony/form": "*", | ||
3149 | "symfony/process": "*", | ||
3150 | "symfony/stopwatch": "*", | ||
3151 | "symfony/twig-bundle": "*", | ||
3152 | "symfony/validator": "*", | ||
3153 | "symfony/yaml": "*" | ||
3154 | }, | ||
3155 | "suggest": { | ||
3156 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" | ||
3157 | }, | ||
3158 | "type": "symfony-bundle", | ||
3159 | "extra": { | ||
3160 | "branch-alias": { | ||
3161 | "dev-master": "1.1-dev" | ||
3162 | } | ||
3163 | }, | ||
3164 | "autoload": { | ||
3165 | "psr-0": { | ||
3166 | "JMS\\SerializerBundle": "" | ||
3167 | } | ||
3168 | }, | ||
3169 | "notification-url": "https://packagist.org/downloads/", | ||
3170 | "license": [ | ||
3171 | "Apache2" | ||
3172 | ], | ||
3173 | "authors": [ | ||
3174 | { | ||
3175 | "name": "Johannes M. Schmitt", | ||
3176 | "email": "schmittjoh@gmail.com" | ||
3177 | } | ||
3178 | ], | ||
3179 | "description": "Allows you to easily serialize, and deserialize data of any complexity", | ||
3180 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", | ||
3181 | "keywords": [ | ||
3182 | "deserialization", | ||
3183 | "jaxb", | ||
3184 | "json", | ||
3185 | "serialization", | ||
3186 | "xml" | ||
3187 | ], | ||
3188 | "time": "2015-11-10 12:26:42" | ||
3189 | }, | ||
3190 | { | ||
3191 | "name": "kphoen/rulerz", | ||
3192 | "version": "0.19.1", | ||
3193 | "source": { | ||
3194 | "type": "git", | ||
3195 | "url": "https://github.com/K-Phoen/rulerz.git", | ||
3196 | "reference": "41236e2d1936ed4adfa126957e13017f728d4eca" | ||
3197 | }, | ||
3198 | "dist": { | ||
3199 | "type": "zip", | ||
3200 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/41236e2d1936ed4adfa126957e13017f728d4eca", | ||
3201 | "reference": "41236e2d1936ed4adfa126957e13017f728d4eca", | ||
3202 | "shasum": "" | ||
3203 | }, | ||
3204 | "require": { | ||
3205 | "hoa/ruler": "~2.0", | ||
3206 | "php": ">=5.5", | ||
3207 | "symfony/property-access": "~2.3|~3.0" | ||
3208 | }, | ||
3209 | "require-dev": { | ||
3210 | "behat/behat": "~3.0", | ||
3211 | "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2", | ||
3212 | "doctrine/orm": "~2.4", | ||
3213 | "elasticsearch/elasticsearch": "~1.0", | ||
3214 | "illuminate/database": "~5.0", | ||
3215 | "mikey179/vfsstream": "~1.4", | ||
3216 | "phpspec/phpspec": "~2.0,>=2.4-dev", | ||
3217 | "pomm-project/cli": "~2.0@dev", | ||
3218 | "pomm-project/foundation": "~2.0@dev", | ||
3219 | "pomm-project/model-manager": "~2.0.@dev", | ||
3220 | "ruflin/elastica": "~1.0", | ||
3221 | "solarium/solarium": "~3.0", | ||
3222 | "vlucas/phpdotenv": "~2.1" | ||
3223 | }, | ||
3224 | "suggest": { | ||
3225 | "doctrine/orm": "To execute rules as Doctrine queries", | ||
3226 | "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries", | ||
3227 | "kphoen/rulerz-spec-builder": "If you want a specification builder", | ||
3228 | "pomm-project/model-manager": "To execute rules as Pomm queries", | ||
3229 | "solarium/solarium": "To execute rules as Solr queries" | ||
3230 | }, | ||
3231 | "type": "library", | ||
3232 | "extra": { | ||
3233 | "branch-alias": { | ||
3234 | "dev-master": "1.0.x-dev" | ||
3235 | } | ||
3236 | }, | ||
3237 | "autoload": { | ||
3238 | "psr-4": { | ||
3239 | "RulerZ\\": "src/" | ||
3240 | } | ||
3241 | }, | ||
3242 | "notification-url": "https://packagist.org/downloads/", | ||
3243 | "license": [ | ||
3244 | "MIT" | ||
3245 | ], | ||
3246 | "authors": [ | ||
3247 | { | ||
3248 | "name": "Kévin Gomez", | ||
3249 | "email": "contact@kevingomez.fr" | ||
3250 | } | ||
3251 | ], | ||
3252 | "description": "Powerful implementation of the Specification pattern", | ||
3253 | "homepage": "https://github.com/K-Phoen/RulerZ", | ||
3254 | "keywords": [ | ||
3255 | "doctrine", | ||
3256 | "specification" | ||
3257 | ], | ||
3258 | "time": "2016-03-18 08:34:34" | ||
3259 | }, | ||
3260 | { | ||
3261 | "name": "kphoen/rulerz-bundle", | ||
3262 | "version": "0.12.0", | ||
3263 | "source": { | ||
3264 | "type": "git", | ||
3265 | "url": "https://github.com/K-Phoen/RulerZBundle.git", | ||
3266 | "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490" | ||
3267 | }, | ||
3268 | "dist": { | ||
3269 | "type": "zip", | ||
3270 | "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/ef5646f36d4f7d1392c8b51f99ec7f42424a9490", | ||
3271 | "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490", | ||
3272 | "shasum": "" | ||
3273 | }, | ||
3274 | "require": { | ||
3275 | "kphoen/rulerz": "~0.17", | ||
3276 | "symfony/framework-bundle": "~2.5|~3.0", | ||
3277 | "symfony/validator": "~2.5|~3.0" | ||
3278 | }, | ||
3279 | "require-dev": { | ||
3280 | "matthiasnoback/symfony-dependency-injection-test": "~0.7", | ||
3281 | "mikey179/vfsstream": "~1.0", | ||
3282 | "phpunit/phpunit": "~4.8", | ||
3283 | "symfony/phpunit-bridge": "~2.7|~3.0" | ||
3284 | }, | ||
3285 | "type": "symfony-bundle", | ||
3286 | "autoload": { | ||
3287 | "psr-4": { | ||
3288 | "KPhoen\\RulerZBundle\\": "" | ||
3289 | } | ||
3290 | }, | ||
3291 | "notification-url": "https://packagist.org/downloads/", | ||
3292 | "license": [ | ||
3293 | "MIT" | ||
3294 | ], | ||
3295 | "authors": [ | ||
3296 | { | ||
3297 | "name": "Kévin Gomez", | ||
3298 | "email": "contact@kevingomez.fr" | ||
3299 | } | ||
3300 | ], | ||
3301 | "description": "Symfony2 Bundle for RulerZ", | ||
3302 | "homepage": "https://github.com/K-Phoen/RulerZBundle", | ||
3303 | "keywords": [ | ||
3304 | "doctrine", | ||
3305 | "ruler", | ||
3306 | "rulerz", | ||
3307 | "specification" | ||
3308 | ], | ||
3309 | "time": "2016-01-20 10:11:33" | ||
3310 | }, | ||
3311 | { | ||
3312 | "name": "kriswallsmith/assetic", | ||
3313 | "version": "v1.3.2", | ||
3314 | "source": { | ||
3315 | "type": "git", | ||
3316 | "url": "https://github.com/kriswallsmith/assetic.git", | ||
3317 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5" | ||
3318 | }, | ||
3319 | "dist": { | ||
3320 | "type": "zip", | ||
3321 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5", | ||
3322 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5", | ||
3323 | "shasum": "" | ||
3324 | }, | ||
3325 | "require": { | ||
3326 | "php": ">=5.3.1", | ||
3327 | "symfony/process": "~2.1|~3.0" | ||
3328 | }, | ||
3329 | "conflict": { | ||
3330 | "twig/twig": "<1.23" | ||
3331 | }, | ||
3332 | "require-dev": { | ||
3333 | "cssmin/cssmin": "3.0.1", | ||
3334 | "joliclic/javascript-packer": "1.1", | ||
3335 | "kamicane/packager": "1.0", | ||
3336 | "leafo/lessphp": "^0.3.7", | ||
3337 | "leafo/scssphp": "~0.1", | ||
3338 | "mrclay/minify": "~2.2", | ||
3339 | "patchwork/jsqueeze": "~1.0|~2.0", | ||
3340 | "phpunit/phpunit": "~4.8", | ||
3341 | "psr/log": "~1.0", | ||
3342 | "ptachoire/cssembed": "~1.0", | ||
3343 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
3344 | "twig/twig": "~1.8|~2.0" | ||
3345 | }, | ||
3346 | "suggest": { | ||
3347 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", | ||
3348 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", | ||
3349 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", | ||
3350 | "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", | ||
3351 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", | ||
3352 | "twig/twig": "Assetic provides the integration with the Twig templating engine" | ||
3353 | }, | ||
3354 | "type": "library", | ||
3355 | "extra": { | ||
3356 | "branch-alias": { | ||
3357 | "dev-master": "1.4-dev" | ||
3358 | } | ||
3359 | }, | ||
3360 | "autoload": { | ||
3361 | "psr-0": { | ||
3362 | "Assetic": "src/" | ||
3363 | }, | ||
3364 | "files": [ | ||
3365 | "src/functions.php" | ||
3366 | ] | ||
3367 | }, | ||
3368 | "notification-url": "https://packagist.org/downloads/", | ||
3369 | "license": [ | ||
3370 | "MIT" | ||
3371 | ], | ||
3372 | "authors": [ | ||
3373 | { | ||
3374 | "name": "Kris Wallsmith", | ||
3375 | "email": "kris.wallsmith@gmail.com", | ||
3376 | "homepage": "http://kriswallsmith.net/" | ||
3377 | } | ||
3378 | ], | ||
3379 | "description": "Asset Management for PHP", | ||
3380 | "homepage": "https://github.com/kriswallsmith/assetic", | ||
3381 | "keywords": [ | ||
3382 | "assets", | ||
3383 | "compression", | ||
3384 | "minification" | ||
3385 | ], | ||
3386 | "time": "2015-11-12 13:51:40" | ||
3387 | }, | ||
3388 | { | ||
3389 | "name": "lexik/form-filter-bundle", | ||
3390 | "version": "v5.0.1", | ||
3391 | "source": { | ||
3392 | "type": "git", | ||
3393 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", | ||
3394 | "reference": "1eb8f523a607f5c2fac947af363ceb8beca5a57c" | ||
3395 | }, | ||
3396 | "dist": { | ||
3397 | "type": "zip", | ||
3398 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/1eb8f523a607f5c2fac947af363ceb8beca5a57c", | ||
3399 | "reference": "1eb8f523a607f5c2fac947af363ceb8beca5a57c", | ||
3400 | "shasum": "" | ||
3401 | }, | ||
3402 | "require": { | ||
3403 | "doctrine/orm": "^2.4.8", | ||
3404 | "php": ">=5.5.9", | ||
3405 | "symfony/form": "~2.8|~3.0", | ||
3406 | "symfony/framework-bundle": "~2.8|~3.0" | ||
3407 | }, | ||
3408 | "require-dev": { | ||
3409 | "doctrine/mongodb-odm-bundle": "~3.0", | ||
3410 | "phpunit/phpunit": "~3.7" | ||
3411 | }, | ||
3412 | "type": "symfony-bundle", | ||
3413 | "extra": { | ||
3414 | "branch-alias": { | ||
3415 | "dev-master": "5.x.x-dev" | ||
3416 | } | ||
3417 | }, | ||
3418 | "autoload": { | ||
3419 | "psr-4": { | ||
3420 | "Lexik\\Bundle\\FormFilterBundle\\": "" | ||
3421 | } | ||
3422 | }, | ||
3423 | "notification-url": "https://packagist.org/downloads/", | ||
3424 | "license": [ | ||
3425 | "MIT" | ||
3426 | ], | ||
3427 | "authors": [ | ||
3428 | { | ||
3429 | "name": "Dev Lexik", | ||
3430 | "email": "dev@lexik.fr" | ||
3431 | }, | ||
3432 | { | ||
3433 | "name": "Cedric Girard", | ||
3434 | "email": "c.girard@lexik.fr" | ||
3435 | } | ||
3436 | ], | ||
3437 | "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.", | ||
3438 | "homepage": "https://github.com/lexik/LexikFormFilterBundle", | ||
3439 | "keywords": [ | ||
3440 | "Symfony2", | ||
3441 | "bundle", | ||
3442 | "doctrine", | ||
3443 | "filter", | ||
3444 | "form" | ||
3445 | ], | ||
3446 | "time": "2016-04-20 08:53:41" | ||
3447 | }, | ||
3448 | { | ||
3449 | "name": "lexik/maintenance-bundle", | ||
3450 | "version": "v2.1.1", | ||
3451 | "source": { | ||
3452 | "type": "git", | ||
3453 | "url": "https://github.com/lexik/LexikMaintenanceBundle.git", | ||
3454 | "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706" | ||
3455 | }, | ||
3456 | "dist": { | ||
3457 | "type": "zip", | ||
3458 | "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/01c2763f1f2012958d4b43bbb87daf96b0316706", | ||
3459 | "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706", | ||
3460 | "shasum": "" | ||
3461 | }, | ||
3462 | "require": { | ||
3463 | "php": ">=5.3.2", | ||
3464 | "symfony/framework-bundle": "~2.7|~3.0" | ||
3465 | }, | ||
3466 | "require-dev": { | ||
3467 | "symfony/phpunit-bridge": "~2.7|~3.0" | ||
3468 | }, | ||
3469 | "type": "symfony-bundle", | ||
3470 | "extra": { | ||
3471 | "branch-alias": { | ||
3472 | "dev-master": "2.0.x-dev" | ||
3473 | } | ||
3474 | }, | ||
3475 | "autoload": { | ||
3476 | "psr-4": { | ||
3477 | "Lexik\\Bundle\\MaintenanceBundle\\": "" | ||
3478 | } | ||
3479 | }, | ||
3480 | "notification-url": "https://packagist.org/downloads/", | ||
3481 | "license": [ | ||
3482 | "MIT" | ||
3483 | ], | ||
3484 | "authors": [ | ||
3485 | { | ||
3486 | "name": "Dev Lexik", | ||
3487 | "email": "dev@lexik.fr" | ||
3488 | }, | ||
3489 | { | ||
3490 | "name": "Gilles Gauthier", | ||
3491 | "email": "g.gauthier@lexik.fr" | ||
3492 | }, | ||
3493 | { | ||
3494 | "name": "Djuri Baars", | ||
3495 | "email": "info@djurict.nl" | ||
3496 | } | ||
3497 | ], | ||
3498 | "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.", | ||
3499 | "homepage": "https://github.com/lexik/LexikMaintenanceBundle", | ||
3500 | "keywords": [ | ||
3501 | "Symfony2", | ||
3502 | "bundle", | ||
3503 | "maintenance" | ||
3504 | ], | ||
3505 | "time": "2016-03-15 09:38:32" | ||
3506 | }, | ||
3507 | { | ||
3508 | "name": "liip/theme-bundle", | ||
3509 | "version": "1.4.0", | ||
3510 | "source": { | ||
3511 | "type": "git", | ||
3512 | "url": "https://github.com/liip/LiipThemeBundle.git", | ||
3513 | "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905" | ||
3514 | }, | ||
3515 | "dist": { | ||
3516 | "type": "zip", | ||
3517 | "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905", | ||
3518 | "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905", | ||
3519 | "shasum": "" | ||
3520 | }, | ||
3521 | "require": { | ||
3522 | "php": "^5.3.9|^7.0", | ||
3523 | "psr/log": "~1.0", | ||
3524 | "symfony/framework-bundle": "~2.3|~3.0" | ||
3525 | }, | ||
3526 | "require-dev": { | ||
3527 | "kriswallsmith/assetic": "~1.1", | ||
3528 | "phpunit/php-code-coverage": "~2.2@stable", | ||
3529 | "phpunit/phpunit": "~4.5@stable", | ||
3530 | "symfony/console": "~2.3|~3.0", | ||
3531 | "symfony/expression-language": "~2.6|~3.0", | ||
3532 | "twig/twig": "~1.4|~2.0@dev" | ||
3533 | }, | ||
3534 | "type": "symfony-bundle", | ||
3535 | "extra": { | ||
3536 | "branch-alias": { | ||
3537 | "dev-master": "1.4-dev" | ||
3538 | } | ||
3539 | }, | ||
3540 | "autoload": { | ||
3541 | "psr-4": { | ||
3542 | "Liip\\ThemeBundle\\": "" | ||
3543 | } | ||
3544 | }, | ||
3545 | "notification-url": "https://packagist.org/downloads/", | ||
3546 | "license": [ | ||
3547 | "MIT" | ||
3548 | ], | ||
3549 | "authors": [ | ||
3550 | { | ||
3551 | "name": "Community contributions", | ||
3552 | "homepage": "https://github.com/liip/LiipThemeBundle/contributors" | ||
3553 | }, | ||
3554 | { | ||
3555 | "name": "Liip AG", | ||
3556 | "homepage": "http://www.liip.ch/" | ||
3557 | } | ||
3558 | ], | ||
3559 | "description": "Provides theming support for #Symfony2 Bundles", | ||
3560 | "keywords": [ | ||
3561 | "themes", | ||
3562 | "theming" | ||
3563 | ], | ||
3564 | "time": "2015-12-05 09:33:29" | ||
3565 | }, | ||
3566 | { | ||
3567 | "name": "mgargano/simplehtmldom", | ||
3568 | "version": "1.5", | ||
3569 | "source": { | ||
3570 | "type": "git", | ||
3571 | "url": "https://github.com/matgargano/simplehtmldom.git", | ||
3572 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be" | ||
3573 | }, | ||
3574 | "dist": { | ||
3575 | "type": "zip", | ||
3576 | "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | ||
3577 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | ||
3578 | "shasum": "" | ||
3579 | }, | ||
3580 | "require": { | ||
3581 | "php": ">=5.3.0" | ||
3582 | }, | ||
3583 | "type": "library", | ||
3584 | "autoload": { | ||
3585 | "psr-0": { | ||
3586 | "SimpleHtmlDom": "src/" | ||
3587 | }, | ||
3588 | "files": [ | ||
3589 | "src/simple_html_dom.php" | ||
3590 | ] | ||
3591 | }, | ||
3592 | "notification-url": "https://packagist.org/downloads/", | ||
3593 | "license": [ | ||
3594 | "The MIT License" | ||
3595 | ], | ||
3596 | "authors": [ | ||
3597 | { | ||
3598 | "name": "S.C. Chen", | ||
3599 | "email": "me578022@gmail.com" | ||
3600 | } | ||
3601 | ], | ||
3602 | "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", | ||
3603 | "homepage": "http://simplehtmldom.sourceforge.net/", | ||
3604 | "keywords": [ | ||
3605 | "Simple", | ||
3606 | "dom", | ||
3607 | "html" | ||
3608 | ], | ||
3609 | "time": "2014-01-05 18:17:34" | ||
3610 | }, | ||
3611 | { | ||
3612 | "name": "michelf/php-markdown", | ||
3613 | "version": "1.6.0", | ||
3614 | "source": { | ||
3615 | "type": "git", | ||
3616 | "url": "https://github.com/michelf/php-markdown.git", | ||
3617 | "reference": "156e56ee036505ec637d761ee62dc425d807183c" | ||
3618 | }, | ||
3619 | "dist": { | ||
3620 | "type": "zip", | ||
3621 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c", | ||
3622 | "reference": "156e56ee036505ec637d761ee62dc425d807183c", | ||
3623 | "shasum": "" | ||
3624 | }, | ||
3625 | "require": { | ||
3626 | "php": ">=5.3.0" | ||
3627 | }, | ||
3628 | "type": "library", | ||
3629 | "extra": { | ||
3630 | "branch-alias": { | ||
3631 | "dev-lib": "1.4.x-dev" | ||
3632 | } | ||
3633 | }, | ||
3634 | "autoload": { | ||
3635 | "psr-0": { | ||
3636 | "Michelf": "" | ||
3637 | } | ||
3638 | }, | ||
3639 | "notification-url": "https://packagist.org/downloads/", | ||
3640 | "license": [ | ||
3641 | "BSD-3-Clause" | ||
3642 | ], | ||
3643 | "authors": [ | ||
3644 | { | ||
3645 | "name": "Michel Fortin", | ||
3646 | "email": "michel.fortin@michelf.ca", | ||
3647 | "homepage": "https://michelf.ca/", | ||
3648 | "role": "Developer" | ||
3649 | }, | ||
3650 | { | ||
3651 | "name": "John Gruber", | ||
3652 | "homepage": "https://daringfireball.net/" | ||
3653 | } | ||
3654 | ], | ||
3655 | "description": "PHP Markdown", | ||
3656 | "homepage": "https://michelf.ca/projects/php-markdown/", | ||
3657 | "keywords": [ | ||
3658 | "markdown" | ||
3659 | ], | ||
3660 | "time": "2015-12-24 01:37:31" | ||
3661 | }, | ||
3662 | { | ||
3663 | "name": "mnapoli/piwik-twig-extension", | ||
3664 | "version": "1.0.0", | ||
3665 | "source": { | ||
3666 | "type": "git", | ||
3667 | "url": "https://github.com/mnapoli/PiwikTwigExtension.git", | ||
3668 | "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f" | ||
3669 | }, | ||
3670 | "dist": { | ||
3671 | "type": "zip", | ||
3672 | "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f", | ||
3673 | "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f", | ||
3674 | "shasum": "" | ||
3675 | }, | ||
3676 | "require": { | ||
3677 | "php": ">=5.4", | ||
3678 | "twig/twig": "~1.10" | ||
3679 | }, | ||
3680 | "require-dev": { | ||
3681 | "phpunit/phpunit": "~4.0" | ||
3682 | }, | ||
3683 | "type": "library", | ||
3684 | "autoload": { | ||
3685 | "psr-4": { | ||
3686 | "PiwikTwigExtension\\": "src/" | ||
3687 | } | ||
3688 | }, | ||
3689 | "notification-url": "https://packagist.org/downloads/", | ||
3690 | "license": [ | ||
3691 | "MIT" | ||
3692 | ], | ||
3693 | "time": "2014-09-16 06:51:19" | ||
3694 | }, | ||
3695 | { | ||
3696 | "name": "monolog/monolog", | ||
3697 | "version": "1.19.0", | ||
3698 | "source": { | ||
3699 | "type": "git", | ||
3700 | "url": "https://github.com/Seldaek/monolog.git", | ||
3701 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" | ||
3702 | }, | ||
3703 | "dist": { | ||
3704 | "type": "zip", | ||
3705 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", | ||
3706 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", | ||
3707 | "shasum": "" | ||
3708 | }, | ||
3709 | "require": { | ||
3710 | "php": ">=5.3.0", | ||
3711 | "psr/log": "~1.0" | ||
3712 | }, | ||
3713 | "provide": { | ||
3714 | "psr/log-implementation": "1.0.0" | ||
3715 | }, | ||
3716 | "require-dev": { | ||
3717 | "aws/aws-sdk-php": "^2.4.9", | ||
3718 | "doctrine/couchdb": "~1.0@dev", | ||
3719 | "graylog2/gelf-php": "~1.0", | ||
3720 | "jakub-onderka/php-parallel-lint": "0.9", | ||
3721 | "php-amqplib/php-amqplib": "~2.4", | ||
3722 | "php-console/php-console": "^3.1.3", | ||
3723 | "phpunit/phpunit": "~4.5", | ||
3724 | "phpunit/phpunit-mock-objects": "2.3.0", | ||
3725 | "raven/raven": "^0.13", | ||
3726 | "ruflin/elastica": ">=0.90 <3.0", | ||
3727 | "swiftmailer/swiftmailer": "~5.3" | ||
3728 | }, | ||
3729 | "suggest": { | ||
3730 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | ||
3731 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | ||
3732 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | ||
3733 | "ext-mongo": "Allow sending log messages to a MongoDB server", | ||
3734 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | ||
3735 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | ||
3736 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | ||
3737 | "php-console/php-console": "Allow sending log messages to Google Chrome", | ||
3738 | "raven/raven": "Allow sending log messages to a Sentry server", | ||
3739 | "rollbar/rollbar": "Allow sending log messages to Rollbar", | ||
3740 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" | ||
3741 | }, | ||
3742 | "type": "library", | ||
3743 | "extra": { | ||
3744 | "branch-alias": { | ||
3745 | "dev-master": "2.0.x-dev" | ||
3746 | } | ||
3747 | }, | ||
3748 | "autoload": { | ||
3749 | "psr-4": { | ||
3750 | "Monolog\\": "src/Monolog" | ||
3751 | } | ||
3752 | }, | ||
3753 | "notification-url": "https://packagist.org/downloads/", | ||
3754 | "license": [ | ||
3755 | "MIT" | ||
3756 | ], | ||
3757 | "authors": [ | ||
3758 | { | ||
3759 | "name": "Jordi Boggiano", | ||
3760 | "email": "j.boggiano@seld.be", | ||
3761 | "homepage": "http://seld.be" | ||
3762 | } | ||
3763 | ], | ||
3764 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | ||
3765 | "homepage": "http://github.com/Seldaek/monolog", | ||
3766 | "keywords": [ | ||
3767 | "log", | ||
3768 | "logging", | ||
3769 | "psr-3" | ||
3770 | ], | ||
3771 | "time": "2016-04-12 18:29:35" | ||
3772 | }, | ||
3773 | { | ||
3774 | "name": "neitanod/forceutf8", | ||
3775 | "version": "v2.0", | ||
3776 | "source": { | ||
3777 | "type": "git", | ||
3778 | "url": "https://github.com/neitanod/forceutf8.git", | ||
3779 | "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90" | ||
3780 | }, | ||
3781 | "dist": { | ||
3782 | "type": "zip", | ||
3783 | "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90", | ||
3784 | "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90", | ||
3785 | "shasum": "" | ||
3786 | }, | ||
3787 | "require": { | ||
3788 | "php": ">=5.3.0" | ||
3789 | }, | ||
3790 | "type": "library", | ||
3791 | "autoload": { | ||
3792 | "psr-0": { | ||
3793 | "ForceUTF8\\": "src/" | ||
3794 | } | ||
3795 | }, | ||
3796 | "notification-url": "https://packagist.org/downloads/", | ||
3797 | "authors": [ | ||
3798 | { | ||
3799 | "name": "Sebastián Grignoli", | ||
3800 | "email": "grignoli@gmail.com" | ||
3801 | } | ||
3802 | ], | ||
3803 | "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", | ||
3804 | "homepage": "https://github.com/neitanod/forceutf8", | ||
3805 | "time": "2015-05-07 16:37:23" | ||
3806 | }, | ||
3807 | { | ||
3808 | "name": "nelmio/api-doc-bundle", | ||
3809 | "version": "2.12.0", | ||
3810 | "target-dir": "Nelmio/ApiDocBundle", | ||
3811 | "source": { | ||
3812 | "type": "git", | ||
3813 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", | ||
3814 | "reference": "6793b701570f5f426678309910b2440c8f5d1d9e" | ||
3815 | }, | ||
3816 | "dist": { | ||
3817 | "type": "zip", | ||
3818 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e", | ||
3819 | "reference": "6793b701570f5f426678309910b2440c8f5d1d9e", | ||
3820 | "shasum": "" | ||
3821 | }, | ||
3822 | "require": { | ||
3823 | "michelf/php-markdown": "~1.4", | ||
3824 | "php": ">=5.3", | ||
3825 | "symfony/console": "~2.3|~3.0", | ||
3826 | "symfony/framework-bundle": "~2.3|~3.0", | ||
3827 | "symfony/twig-bundle": "~2.3|~3.0" | ||
3828 | }, | ||
3829 | "conflict": { | ||
3830 | "jms/serializer": "<0.12", | ||
3831 | "jms/serializer-bundle": "<0.11", | ||
3832 | "symfony/symfony": "~2.7.8", | ||
3833 | "twig/twig": "<1.12" | ||
3834 | }, | ||
3835 | "require-dev": { | ||
3836 | "doctrine/doctrine-bundle": "~1.5", | ||
3837 | "doctrine/orm": "~2.3", | ||
3838 | "dunglas/api-bundle": "~1.0@dev", | ||
3839 | "friendsofsymfony/rest-bundle": "~1.0|~2.0", | ||
3840 | "jms/serializer-bundle": ">=0.11", | ||
3841 | "sensio/framework-extra-bundle": "~3.0", | ||
3842 | "symfony/browser-kit": "~2.3|~3.0", | ||
3843 | "symfony/css-selector": "~2.3|~3.0", | ||
3844 | "symfony/finder": "~2.3|~3.0", | ||
3845 | "symfony/form": "~2.3|~3.0", | ||
3846 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
3847 | "symfony/serializer": "~2.7|~3.0", | ||
3848 | "symfony/validator": "~2.3|~3.0", | ||
3849 | "symfony/yaml": "~2.3|~3.0" | ||
3850 | }, | ||
3851 | "suggest": { | ||
3852 | "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.", | ||
3853 | "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.", | ||
3854 | "jms/serializer": "For making use of serializer information in the doc.", | ||
3855 | "symfony/form": "For using form definitions as input.", | ||
3856 | "symfony/validator": "For making use of validator information in the doc." | ||
3857 | }, | ||
3858 | "type": "symfony-bundle", | ||
3859 | "extra": { | ||
3860 | "branch-alias": { | ||
3861 | "dev-master": "2.12-dev" | ||
3862 | } | ||
3863 | }, | ||
3864 | "autoload": { | ||
3865 | "psr-0": { | ||
3866 | "Nelmio\\ApiDocBundle": "" | ||
3867 | } | ||
3868 | }, | ||
3869 | "notification-url": "https://packagist.org/downloads/", | ||
3870 | "license": [ | ||
3871 | "MIT" | ||
3872 | ], | ||
3873 | "authors": [ | ||
3874 | { | ||
3875 | "name": "Nelmio", | ||
3876 | "homepage": "http://nelm.io" | ||
3877 | }, | ||
3878 | { | ||
3879 | "name": "Symfony Community", | ||
3880 | "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" | ||
3881 | } | ||
3882 | ], | ||
3883 | "description": "Generates documentation for your REST API from annotations", | ||
3884 | "keywords": [ | ||
3885 | "api", | ||
3886 | "doc", | ||
3887 | "documentation", | ||
3888 | "rest" | ||
3889 | ], | ||
3890 | "time": "2016-03-21 11:19:12" | ||
3891 | }, | ||
3892 | { | ||
3893 | "name": "nelmio/cors-bundle", | ||
3894 | "version": "1.4.1", | ||
3895 | "source": { | ||
3896 | "type": "git", | ||
3897 | "url": "https://github.com/nelmio/NelmioCorsBundle.git", | ||
3898 | "reference": "fa14a81737c605bf4766054cdcb72a16a433d537" | ||
3899 | }, | ||
3900 | "dist": { | ||
3901 | "type": "zip", | ||
3902 | "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537", | ||
3903 | "reference": "fa14a81737c605bf4766054cdcb72a16a433d537", | ||
3904 | "shasum": "" | ||
3905 | }, | ||
3906 | "require": { | ||
3907 | "symfony/framework-bundle": "^2.2 || ^3.0" | ||
3908 | }, | ||
3909 | "require-dev": { | ||
3910 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", | ||
3911 | "mockery/mockery": "0.9.*" | ||
3912 | }, | ||
3913 | "type": "symfony-bundle", | ||
3914 | "extra": { | ||
3915 | "branch-alias": { | ||
3916 | "dev-master": "1.4.x-dev" | ||
3917 | } | ||
3918 | }, | ||
3919 | "autoload": { | ||
3920 | "psr-4": { | ||
3921 | "Nelmio\\CorsBundle\\": "" | ||
3922 | }, | ||
3923 | "exclude-from-classmap": [ | ||
3924 | "/Tests/" | ||
3925 | ] | ||
3926 | }, | ||
3927 | "notification-url": "https://packagist.org/downloads/", | ||
3928 | "license": [ | ||
3929 | "MIT" | ||
3930 | ], | ||
3931 | "authors": [ | ||
3932 | { | ||
3933 | "name": "Nelmio", | ||
3934 | "homepage": "http://nelm.io" | ||
3935 | }, | ||
3936 | { | ||
3937 | "name": "Symfony Community", | ||
3938 | "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" | ||
3939 | } | ||
3940 | ], | ||
3941 | "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application", | ||
3942 | "keywords": [ | ||
3943 | "api", | ||
3944 | "cors", | ||
3945 | "crossdomain" | ||
3946 | ], | ||
3947 | "time": "2015-12-09 17:26:34" | ||
3948 | }, | ||
3949 | { | ||
3950 | "name": "ocramius/proxy-manager", | ||
3951 | "version": "1.0.2", | ||
3952 | "source": { | ||
3953 | "type": "git", | ||
3954 | "url": "https://github.com/Ocramius/ProxyManager.git", | ||
3955 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11" | ||
3956 | }, | ||
3957 | "dist": { | ||
3958 | "type": "zip", | ||
3959 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11", | ||
3960 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11", | ||
3961 | "shasum": "" | ||
3962 | }, | ||
3963 | "require": { | ||
3964 | "php": ">=5.3.3", | ||
3965 | "zendframework/zend-code": ">2.2.5,<3.0" | ||
3966 | }, | ||
3967 | "require-dev": { | ||
3968 | "ext-phar": "*", | ||
3969 | "phpunit/phpunit": "~4.0", | ||
3970 | "squizlabs/php_codesniffer": "1.5.*" | ||
3971 | }, | ||
3972 | "suggest": { | ||
3973 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", | ||
3974 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", | ||
3975 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", | ||
3976 | "zendframework/zend-stdlib": "To use the hydrator proxy", | ||
3977 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" | ||
3978 | }, | ||
3979 | "type": "library", | ||
3980 | "extra": { | ||
3981 | "branch-alias": { | ||
3982 | "dev-master": "2.0.x-dev" | ||
3983 | } | ||
3984 | }, | ||
3985 | "autoload": { | ||
3986 | "psr-0": { | ||
3987 | "ProxyManager\\": "src" | ||
3988 | } | ||
3989 | }, | ||
3990 | "notification-url": "https://packagist.org/downloads/", | ||
3991 | "license": [ | ||
3992 | "MIT" | ||
3993 | ], | ||
3994 | "authors": [ | ||
3995 | { | ||
3996 | "name": "Marco Pivetta", | ||
3997 | "email": "ocramius@gmail.com", | ||
3998 | "homepage": "http://ocramius.github.com/" | ||
3999 | } | ||
4000 | ], | ||
4001 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", | ||
4002 | "homepage": "https://github.com/Ocramius/ProxyManager", | ||
4003 | "keywords": [ | ||
4004 | "aop", | ||
4005 | "lazy loading", | ||
4006 | "proxy", | ||
4007 | "proxy pattern", | ||
4008 | "service proxies" | ||
4009 | ], | ||
4010 | "time": "2015-08-09 04:28:19" | ||
4011 | }, | ||
4012 | { | ||
4013 | "name": "pagerfanta/pagerfanta", | ||
4014 | "version": "v1.0.3", | ||
4015 | "source": { | ||
4016 | "type": "git", | ||
4017 | "url": "https://github.com/whiteoctober/Pagerfanta.git", | ||
4018 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb" | ||
4019 | }, | ||
4020 | "dist": { | ||
4021 | "type": "zip", | ||
4022 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb", | ||
4023 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb", | ||
4024 | "shasum": "" | ||
4025 | }, | ||
4026 | "require": { | ||
4027 | "php": ">=5.3.0" | ||
4028 | }, | ||
4029 | "require-dev": { | ||
4030 | "doctrine/orm": "~2.3", | ||
4031 | "doctrine/phpcr-odm": "1.*", | ||
4032 | "jackalope/jackalope-doctrine-dbal": "1.*", | ||
4033 | "jmikola/geojson": "~1.0", | ||
4034 | "mandango/mandango": "~1.0@dev", | ||
4035 | "mandango/mondator": "~1.0@dev", | ||
4036 | "phpunit/phpunit": "~4", | ||
4037 | "propel/propel1": "~1.6", | ||
4038 | "ruflin/elastica": "~1.3", | ||
4039 | "solarium/solarium": "~3.1" | ||
4040 | }, | ||
4041 | "suggest": { | ||
4042 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", | ||
4043 | "doctrine/orm": "To use the DoctrineORMAdapter.", | ||
4044 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", | ||
4045 | "mandango/mandango": "To use the MandangoAdapter.", | ||
4046 | "propel/propel1": "To use the PropelAdapter", | ||
4047 | "solarium/solarium": "To use the SolariumAdapter." | ||
4048 | }, | ||
4049 | "type": "library", | ||
4050 | "extra": { | ||
4051 | "branch-alias": { | ||
4052 | "dev-master": "1.0.x-dev" | ||
4053 | } | ||
4054 | }, | ||
4055 | "autoload": { | ||
4056 | "psr-0": { | ||
4057 | "Pagerfanta\\": "src/" | ||
4058 | } | ||
4059 | }, | ||
4060 | "notification-url": "https://packagist.org/downloads/", | ||
4061 | "license": [ | ||
4062 | "MIT" | ||
4063 | ], | ||
4064 | "authors": [ | ||
4065 | { | ||
4066 | "name": "Pablo DÃez", | ||
4067 | "email": "pablodip@gmail.com" | ||
4068 | } | ||
4069 | ], | ||
4070 | "description": "Pagination for PHP 5.3", | ||
4071 | "keywords": [ | ||
4072 | "page", | ||
4073 | "pagination", | ||
4074 | "paginator", | ||
4075 | "paging" | ||
4076 | ], | ||
4077 | "time": "2014-10-06 10:57:25" | ||
4078 | }, | ||
4079 | { | ||
4080 | "name": "paragonie/random_compat", | ||
4081 | "version": "v1.4.1", | ||
4082 | "source": { | ||
4083 | "type": "git", | ||
4084 | "url": "https://github.com/paragonie/random_compat.git", | ||
4085 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" | ||
4086 | }, | ||
4087 | "dist": { | ||
4088 | "type": "zip", | ||
4089 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", | ||
4090 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", | ||
4091 | "shasum": "" | ||
4092 | }, | ||
4093 | "require": { | ||
4094 | "php": ">=5.2.0" | ||
4095 | }, | ||
4096 | "require-dev": { | ||
4097 | "phpunit/phpunit": "4.*|5.*" | ||
4098 | }, | ||
4099 | "suggest": { | ||
4100 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | ||
4101 | }, | ||
4102 | "type": "library", | ||
4103 | "autoload": { | ||
4104 | "files": [ | ||
4105 | "lib/random.php" | ||
4106 | ] | ||
4107 | }, | ||
4108 | "notification-url": "https://packagist.org/downloads/", | ||
4109 | "license": [ | ||
4110 | "MIT" | ||
4111 | ], | ||
4112 | "authors": [ | ||
4113 | { | ||
4114 | "name": "Paragon Initiative Enterprises", | ||
4115 | "email": "security@paragonie.com", | ||
4116 | "homepage": "https://paragonie.com" | ||
4117 | } | ||
4118 | ], | ||
4119 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | ||
4120 | "keywords": [ | ||
4121 | "csprng", | ||
4122 | "pseudorandom", | ||
4123 | "random" | ||
4124 | ], | ||
4125 | "time": "2016-03-18 20:34:03" | ||
4126 | }, | ||
4127 | { | ||
4128 | "name": "phpcollection/phpcollection", | ||
4129 | "version": "0.4.0", | ||
4130 | "source": { | ||
4131 | "type": "git", | ||
4132 | "url": "https://github.com/schmittjoh/php-collection.git", | ||
4133 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" | ||
4134 | }, | ||
4135 | "dist": { | ||
4136 | "type": "zip", | ||
4137 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", | ||
4138 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", | ||
4139 | "shasum": "" | ||
4140 | }, | ||
4141 | "require": { | ||
4142 | "phpoption/phpoption": "1.*" | ||
4143 | }, | ||
4144 | "type": "library", | ||
4145 | "extra": { | ||
4146 | "branch-alias": { | ||
4147 | "dev-master": "0.3-dev" | ||
4148 | } | ||
4149 | }, | ||
4150 | "autoload": { | ||
4151 | "psr-0": { | ||
4152 | "PhpCollection": "src/" | ||
4153 | } | ||
4154 | }, | ||
4155 | "notification-url": "https://packagist.org/downloads/", | ||
4156 | "license": [ | ||
4157 | "Apache2" | ||
4158 | ], | ||
4159 | "authors": [ | ||
4160 | { | ||
4161 | "name": "Johannes Schmitt", | ||
4162 | "email": "schmittjoh@gmail.com", | ||
4163 | "homepage": "https://github.com/schmittjoh", | ||
4164 | "role": "Developer of wrapped JMSSerializerBundle" | ||
4165 | } | ||
4166 | ], | ||
4167 | "description": "General-Purpose Collection Library for PHP", | ||
4168 | "keywords": [ | ||
4169 | "collection", | ||
4170 | "list", | ||
4171 | "map", | ||
4172 | "sequence", | ||
4173 | "set" | ||
4174 | ], | ||
4175 | "time": "2014-03-11 13:46:42" | ||
4176 | }, | ||
4177 | { | ||
4178 | "name": "phpoption/phpoption", | ||
4179 | "version": "1.5.0", | ||
4180 | "source": { | ||
4181 | "type": "git", | ||
4182 | "url": "https://github.com/schmittjoh/php-option.git", | ||
4183 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" | ||
4184 | }, | ||
4185 | "dist": { | ||
4186 | "type": "zip", | ||
4187 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", | ||
4188 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", | ||
4189 | "shasum": "" | ||
4190 | }, | ||
4191 | "require": { | ||
4192 | "php": ">=5.3.0" | ||
4193 | }, | ||
4194 | "require-dev": { | ||
4195 | "phpunit/phpunit": "4.7.*" | ||
4196 | }, | ||
4197 | "type": "library", | ||
4198 | "extra": { | ||
4199 | "branch-alias": { | ||
4200 | "dev-master": "1.3-dev" | ||
4201 | } | ||
4202 | }, | ||
4203 | "autoload": { | ||
4204 | "psr-0": { | ||
4205 | "PhpOption\\": "src/" | ||
4206 | } | ||
4207 | }, | ||
4208 | "notification-url": "https://packagist.org/downloads/", | ||
4209 | "license": [ | ||
4210 | "Apache2" | ||
4211 | ], | ||
4212 | "authors": [ | ||
4213 | { | ||
4214 | "name": "Johannes M. Schmitt", | ||
4215 | "email": "schmittjoh@gmail.com" | ||
4216 | } | ||
4217 | ], | ||
4218 | "description": "Option Type for PHP", | ||
4219 | "keywords": [ | ||
4220 | "language", | ||
4221 | "option", | ||
4222 | "php", | ||
4223 | "type" | ||
4224 | ], | ||
4225 | "time": "2015-07-25 16:39:46" | ||
4226 | }, | ||
4227 | { | ||
4228 | "name": "phpzip/phpzip", | ||
4229 | "version": "2.0.8", | ||
4230 | "source": { | ||
4231 | "type": "git", | ||
4232 | "url": "https://github.com/Grandt/PHPZip.git", | ||
4233 | "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47" | ||
4234 | }, | ||
4235 | "dist": { | ||
4236 | "type": "zip", | ||
4237 | "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47", | ||
4238 | "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47", | ||
4239 | "shasum": "" | ||
4240 | }, | ||
4241 | "require": { | ||
4242 | "grandt/binstring": ">=1.0.0", | ||
4243 | "grandt/phpzipmerge": ">=1.0.4", | ||
4244 | "grandt/relativepath": ">=1.0.2", | ||
4245 | "php": ">=5.3.0" | ||
4246 | }, | ||
4247 | "type": "library", | ||
4248 | "autoload": { | ||
4249 | "psr-4": { | ||
4250 | "PHPZip\\Zip\\": "src/Zip" | ||
4251 | } | ||
4252 | }, | ||
4253 | "notification-url": "https://packagist.org/downloads/", | ||
4254 | "license": [ | ||
4255 | "LGPL-2.1" | ||
4256 | ], | ||
4257 | "authors": [ | ||
4258 | { | ||
4259 | "name": "Adam Schmalhofer", | ||
4260 | "email": "Adam.Schmalhofer@gmx.de", | ||
4261 | "role": "Developer" | ||
4262 | }, | ||
4263 | { | ||
4264 | "name": "A. Grandt", | ||
4265 | "email": "php@grandt.com", | ||
4266 | "homepage": "http://grandt.com", | ||
4267 | "role": "Developer" | ||
4268 | }, | ||
4269 | { | ||
4270 | "name": "Greg Kappatos", | ||
4271 | "homepage": "http://websiteconnect.com.au", | ||
4272 | "role": "Developer" | ||
4273 | } | ||
4274 | ], | ||
4275 | "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+", | ||
4276 | "homepage": "https://github.com/Grandt/PHPZip", | ||
4277 | "keywords": [ | ||
4278 | "archive", | ||
4279 | "compressed", | ||
4280 | "compression", | ||
4281 | "phpzip", | ||
4282 | "pkzip", | ||
4283 | "stream", | ||
4284 | "zip" | ||
4285 | ], | ||
4286 | "time": "2015-11-16 16:30:51" | ||
4287 | }, | ||
4288 | { | ||
4289 | "name": "psr/log", | ||
4290 | "version": "1.0.0", | ||
4291 | "source": { | ||
4292 | "type": "git", | ||
4293 | "url": "https://github.com/php-fig/log.git", | ||
4294 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" | ||
4295 | }, | ||
4296 | "dist": { | ||
4297 | "type": "zip", | ||
4298 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", | ||
4299 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", | ||
4300 | "shasum": "" | ||
4301 | }, | ||
4302 | "type": "library", | ||
4303 | "autoload": { | ||
4304 | "psr-0": { | ||
4305 | "Psr\\Log\\": "" | ||
4306 | } | ||
4307 | }, | ||
4308 | "notification-url": "https://packagist.org/downloads/", | ||
4309 | "license": [ | ||
4310 | "MIT" | ||
4311 | ], | ||
4312 | "authors": [ | ||
4313 | { | ||
4314 | "name": "PHP-FIG", | ||
4315 | "homepage": "http://www.php-fig.org/" | ||
4316 | } | ||
4317 | ], | ||
4318 | "description": "Common interface for logging libraries", | ||
4319 | "keywords": [ | ||
4320 | "log", | ||
4321 | "psr", | ||
4322 | "psr-3" | ||
4323 | ], | ||
4324 | "time": "2012-12-21 11:40:51" | ||
4325 | }, | ||
4326 | { | ||
4327 | "name": "react/promise", | ||
4328 | "version": "v2.4.1", | ||
4329 | "source": { | ||
4330 | "type": "git", | ||
4331 | "url": "https://github.com/reactphp/promise.git", | ||
4332 | "reference": "8025426794f1944de806618671d4fa476dc7626f" | ||
4333 | }, | ||
4334 | "dist": { | ||
4335 | "type": "zip", | ||
4336 | "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f", | ||
4337 | "reference": "8025426794f1944de806618671d4fa476dc7626f", | ||
4338 | "shasum": "" | ||
4339 | }, | ||
4340 | "require": { | ||
4341 | "php": ">=5.4.0" | ||
4342 | }, | ||
4343 | "type": "library", | ||
4344 | "extra": { | ||
4345 | "branch-alias": { | ||
4346 | "dev-master": "2.0-dev" | ||
4347 | } | ||
4348 | }, | ||
4349 | "autoload": { | ||
4350 | "psr-4": { | ||
4351 | "React\\Promise\\": "src/" | ||
4352 | }, | ||
4353 | "files": [ | ||
4354 | "src/functions_include.php" | ||
4355 | ] | ||
4356 | }, | ||
4357 | "notification-url": "https://packagist.org/downloads/", | ||
4358 | "license": [ | ||
4359 | "MIT" | ||
4360 | ], | ||
4361 | "authors": [ | ||
4362 | { | ||
4363 | "name": "Jan Sorgalla", | ||
4364 | "email": "jsorgalla@gmail.com" | ||
4365 | } | ||
4366 | ], | ||
4367 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", | ||
4368 | "time": "2016-05-03 17:50:52" | ||
4369 | }, | ||
4370 | { | ||
4371 | "name": "scheb/two-factor-bundle", | ||
4372 | "version": "v2.2.1", | ||
4373 | "source": { | ||
4374 | "type": "git", | ||
4375 | "url": "https://github.com/scheb/two-factor-bundle.git", | ||
4376 | "reference": "a68d5baa31ba1cd8af2e2c668024b3211c5c0aaf" | ||
4377 | }, | ||
4378 | "dist": { | ||
4379 | "type": "zip", | ||
4380 | "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/a68d5baa31ba1cd8af2e2c668024b3211c5c0aaf", | ||
4381 | "reference": "a68d5baa31ba1cd8af2e2c668024b3211c5c0aaf", | ||
4382 | "shasum": "" | ||
4383 | }, | ||
4384 | "require": { | ||
4385 | "paragonie/random_compat": "~1.0", | ||
4386 | "sonata-project/google-authenticator": "~1.0", | ||
4387 | "symfony/symfony": "~2.6|~3.0" | ||
4388 | }, | ||
4389 | "require-dev": { | ||
4390 | "satooshi/php-coveralls": "~0.6", | ||
4391 | "swiftmailer/swiftmailer": ">=4.3, <6.0", | ||
4392 | "symfony/phpunit-bridge": "~2.7|~3.0" | ||
4393 | }, | ||
4394 | "type": "symfony-bundle", | ||
4395 | "autoload": { | ||
4396 | "psr-4": { | ||
4397 | "Scheb\\TwoFactorBundle\\": "" | ||
4398 | } | ||
4399 | }, | ||
4400 | "notification-url": "https://packagist.org/downloads/", | ||
4401 | "license": [ | ||
4402 | "MIT" | ||
4403 | ], | ||
4404 | "authors": [ | ||
4405 | { | ||
4406 | "name": "Christian Scheb", | ||
4407 | "email": "me@christianscheb.de" | ||
4408 | } | ||
4409 | ], | ||
4410 | "description": "Provides two-factor authentication for Symfony applications", | ||
4411 | "homepage": "https://github.com/scheb/two-factor-bundle", | ||
4412 | "keywords": [ | ||
4413 | "Authentication", | ||
4414 | "security", | ||
4415 | "symfony", | ||
4416 | "two-factor", | ||
4417 | "two-step" | ||
4418 | ], | ||
4419 | "time": "2016-05-07 08:24:18" | ||
4420 | }, | ||
4421 | { | ||
4422 | "name": "sensio/distribution-bundle", | ||
4423 | "version": "v5.0.6", | ||
4424 | "source": { | ||
4425 | "type": "git", | ||
4426 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", | ||
4427 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0" | ||
4428 | }, | ||
4429 | "dist": { | ||
4430 | "type": "zip", | ||
4431 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0", | ||
4432 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0", | ||
4433 | "shasum": "" | ||
4434 | }, | ||
4435 | "require": { | ||
4436 | "php": ">=5.3.9", | ||
4437 | "sensiolabs/security-checker": "~3.0", | ||
4438 | "symfony/class-loader": "~2.3|~3.0", | ||
4439 | "symfony/config": "~2.3|~3.0", | ||
4440 | "symfony/dependency-injection": "~2.3|~3.0", | ||
4441 | "symfony/filesystem": "~2.3|~3.0", | ||
4442 | "symfony/http-kernel": "~2.3|~3.0", | ||
4443 | "symfony/process": "~2.3|~3.0" | ||
4444 | }, | ||
4445 | "type": "symfony-bundle", | ||
4446 | "extra": { | ||
4447 | "branch-alias": { | ||
4448 | "dev-master": "5.0.x-dev" | ||
4449 | } | ||
4450 | }, | ||
4451 | "autoload": { | ||
4452 | "psr-4": { | ||
4453 | "Sensio\\Bundle\\DistributionBundle\\": "" | ||
4454 | } | ||
4455 | }, | ||
4456 | "notification-url": "https://packagist.org/downloads/", | ||
4457 | "license": [ | ||
4458 | "MIT" | ||
4459 | ], | ||
4460 | "authors": [ | ||
4461 | { | ||
4462 | "name": "Fabien Potencier", | ||
4463 | "email": "fabien@symfony.com" | ||
4464 | } | ||
4465 | ], | ||
4466 | "description": "Base bundle for Symfony Distributions", | ||
4467 | "keywords": [ | ||
4468 | "configuration", | ||
4469 | "distribution" | ||
4470 | ], | ||
4471 | "time": "2016-04-25 20:50:31" | ||
4472 | }, | ||
4473 | { | ||
4474 | "name": "sensio/framework-extra-bundle", | ||
4475 | "version": "v3.0.16", | ||
4476 | "source": { | ||
4477 | "type": "git", | ||
4478 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", | ||
4479 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" | ||
4480 | }, | ||
4481 | "dist": { | ||
4482 | "type": "zip", | ||
4483 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", | ||
4484 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", | ||
4485 | "shasum": "" | ||
4486 | }, | ||
4487 | "require": { | ||
4488 | "doctrine/common": "~2.2", | ||
4489 | "symfony/dependency-injection": "~2.3|~3.0", | ||
4490 | "symfony/framework-bundle": "~2.3|~3.0" | ||
4491 | }, | ||
4492 | "require-dev": { | ||
4493 | "symfony/browser-kit": "~2.3|~3.0", | ||
4494 | "symfony/dom-crawler": "~2.3|~3.0", | ||
4495 | "symfony/expression-language": "~2.4|~3.0", | ||
4496 | "symfony/finder": "~2.3|~3.0", | ||
4497 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
4498 | "symfony/security-bundle": "~2.4|~3.0", | ||
4499 | "symfony/twig-bundle": "~2.3|~3.0", | ||
4500 | "twig/twig": "~1.11|~2.0" | ||
4501 | }, | ||
4502 | "suggest": { | ||
4503 | "symfony/expression-language": "", | ||
4504 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", | ||
4505 | "symfony/security-bundle": "" | ||
4506 | }, | ||
4507 | "type": "symfony-bundle", | ||
4508 | "extra": { | ||
4509 | "branch-alias": { | ||
4510 | "dev-master": "3.0.x-dev" | ||
4511 | } | ||
4512 | }, | ||
4513 | "autoload": { | ||
4514 | "psr-4": { | ||
4515 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" | ||
4516 | } | ||
4517 | }, | ||
4518 | "notification-url": "https://packagist.org/downloads/", | ||
4519 | "license": [ | ||
4520 | "MIT" | ||
4521 | ], | ||
4522 | "authors": [ | ||
4523 | { | ||
4524 | "name": "Fabien Potencier", | ||
4525 | "email": "fabien@symfony.com" | ||
4526 | } | ||
4527 | ], | ||
4528 | "description": "This bundle provides a way to configure your controllers with annotations", | ||
4529 | "keywords": [ | ||
4530 | "annotations", | ||
4531 | "controllers" | ||
4532 | ], | ||
4533 | "time": "2016-03-25 17:08:27" | ||
4534 | }, | ||
4535 | { | ||
4536 | "name": "sensiolabs/security-checker", | ||
4537 | "version": "v3.0.2", | ||
4538 | "source": { | ||
4539 | "type": "git", | ||
4540 | "url": "https://github.com/sensiolabs/security-checker.git", | ||
4541 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93" | ||
4542 | }, | ||
4543 | "dist": { | ||
4544 | "type": "zip", | ||
4545 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93", | ||
4546 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93", | ||
4547 | "shasum": "" | ||
4548 | }, | ||
4549 | "require": { | ||
4550 | "symfony/console": "~2.0|~3.0" | ||
4551 | }, | ||
4552 | "bin": [ | ||
4553 | "security-checker" | ||
4554 | ], | ||
4555 | "type": "library", | ||
4556 | "extra": { | ||
4557 | "branch-alias": { | ||
4558 | "dev-master": "3.0-dev" | ||
4559 | } | ||
4560 | }, | ||
4561 | "autoload": { | ||
4562 | "psr-0": { | ||
4563 | "SensioLabs\\Security": "" | ||
4564 | } | ||
4565 | }, | ||
4566 | "notification-url": "https://packagist.org/downloads/", | ||
4567 | "license": [ | ||
4568 | "MIT" | ||
4569 | ], | ||
4570 | "authors": [ | ||
4571 | { | ||
4572 | "name": "Fabien Potencier", | ||
4573 | "email": "fabien.potencier@gmail.com" | ||
4574 | } | ||
4575 | ], | ||
4576 | "description": "A security checker for your composer.lock", | ||
4577 | "time": "2015-11-07 08:07:40" | ||
4578 | }, | ||
4579 | { | ||
4580 | "name": "simplepie/simplepie", | ||
4581 | "version": "1.3.1", | ||
4582 | "source": { | ||
4583 | "type": "git", | ||
4584 | "url": "https://github.com/simplepie/simplepie.git", | ||
4585 | "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc" | ||
4586 | }, | ||
4587 | "dist": { | ||
4588 | "type": "zip", | ||
4589 | "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc", | ||
4590 | "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc", | ||
4591 | "shasum": "" | ||
4592 | }, | ||
4593 | "require": { | ||
4594 | "php": ">=5.2.0" | ||
4595 | }, | ||
4596 | "type": "library", | ||
4597 | "autoload": { | ||
4598 | "psr-0": { | ||
4599 | "SimplePie": "library" | ||
4600 | } | ||
4601 | }, | ||
4602 | "notification-url": "https://packagist.org/downloads/", | ||
4603 | "license": [ | ||
4604 | "BSD-3-Clause" | ||
4605 | ], | ||
4606 | "authors": [ | ||
4607 | { | ||
4608 | "name": "Ryan Parman", | ||
4609 | "homepage": "http://ryanparman.com/", | ||
4610 | "role": "Creator, alumnus developer" | ||
4611 | }, | ||
4612 | { | ||
4613 | "name": "Geoffrey Sneddon", | ||
4614 | "homepage": "http://gsnedders.com/", | ||
4615 | "role": "Alumnus developer" | ||
4616 | }, | ||
4617 | { | ||
4618 | "name": "Ryan McCue", | ||
4619 | "email": "me@ryanmccue.info", | ||
4620 | "homepage": "http://ryanmccue.info/", | ||
4621 | "role": "Developer" | ||
4622 | } | ||
4623 | ], | ||
4624 | "description": "A simple Atom/RSS parsing library for PHP", | ||
4625 | "homepage": "http://simplepie.org/", | ||
4626 | "keywords": [ | ||
4627 | "atom", | ||
4628 | "feeds", | ||
4629 | "rss" | ||
4630 | ], | ||
4631 | "time": "2012-10-30 17:54:03" | ||
4632 | }, | ||
4633 | { | ||
4634 | "name": "smalot/pdfparser", | ||
4635 | "version": "v0.9.25", | ||
4636 | "source": { | ||
4637 | "type": "git", | ||
4638 | "url": "https://github.com/smalot/pdfparser.git", | ||
4639 | "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa" | ||
4640 | }, | ||
4641 | "dist": { | ||
4642 | "type": "zip", | ||
4643 | "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa", | ||
4644 | "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa", | ||
4645 | "shasum": "" | ||
4646 | }, | ||
4647 | "require": { | ||
4648 | "php": ">=5.3.0", | ||
4649 | "tecnickcom/tcpdf": ">=6.0.050" | ||
4650 | }, | ||
4651 | "require-dev": { | ||
4652 | "atoum/atoum": "dev-master" | ||
4653 | }, | ||
4654 | "type": "library", | ||
4655 | "autoload": { | ||
4656 | "psr-0": { | ||
4657 | "Smalot\\PdfParser\\": "src/" | ||
4658 | } | ||
4659 | }, | ||
4660 | "notification-url": "https://packagist.org/downloads/", | ||
4661 | "license": [ | ||
4662 | "GPL-3.0" | ||
4663 | ], | ||
4664 | "authors": [ | ||
4665 | { | ||
4666 | "name": "Sebastien MALOT", | ||
4667 | "email": "sebastien@malot.fr", | ||
4668 | "homepage": "http://www.malot.fr", | ||
4669 | "role": "Developer" | ||
4670 | } | ||
4671 | ], | ||
4672 | "description": "Pdf parser library. Can read and extract information from pdf file.", | ||
4673 | "homepage": "http://www.pdfparser.org", | ||
4674 | "time": "2015-09-18 08:29:33" | ||
4675 | }, | ||
4676 | { | ||
4677 | "name": "sonata-project/google-authenticator", | ||
4678 | "version": "1.0.2", | ||
4679 | "source": { | ||
4680 | "type": "git", | ||
4681 | "url": "https://github.com/sonata-project/GoogleAuthenticator.git", | ||
4682 | "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4" | ||
4683 | }, | ||
4684 | "dist": { | ||
4685 | "type": "zip", | ||
4686 | "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4", | ||
4687 | "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4", | ||
4688 | "shasum": "" | ||
4689 | }, | ||
4690 | "require": { | ||
4691 | "php": ">=5.3.0" | ||
4692 | }, | ||
4693 | "type": "library", | ||
4694 | "autoload": { | ||
4695 | "psr-4": { | ||
4696 | "Google\\Authenticator\\": "lib/", | ||
4697 | "Google\\Authenticator\\Tests\\": "tests/" | ||
4698 | } | ||
4699 | }, | ||
4700 | "notification-url": "https://packagist.org/downloads/", | ||
4701 | "license": [ | ||
4702 | "MIT" | ||
4703 | ], | ||
4704 | "authors": [ | ||
4705 | { | ||
4706 | "name": "Thomas Rabaix", | ||
4707 | "email": "thomas.rabaix@gmail.com", | ||
4708 | "homepage": "http://sonata-project.org/" | ||
4709 | }, | ||
4710 | { | ||
4711 | "name": "Christian Stocker", | ||
4712 | "email": "me@chregu.tv" | ||
4713 | }, | ||
4714 | { | ||
4715 | "name": "Andre DeMarre", | ||
4716 | "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" | ||
4717 | } | ||
4718 | ], | ||
4719 | "description": "Library to integrate Google Authenticator into a PHP project", | ||
4720 | "homepage": "https://github.com/sonata-project/GoogleAuthenticator", | ||
4721 | "keywords": [ | ||
4722 | "google authenticator" | ||
4723 | ], | ||
4724 | "time": "2014-03-31 09:18:53" | ||
4725 | }, | ||
4726 | { | ||
4727 | "name": "stof/doctrine-extensions-bundle", | ||
4728 | "version": "v1.2.2", | ||
4729 | "source": { | ||
4730 | "type": "git", | ||
4731 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", | ||
4732 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25" | ||
4733 | }, | ||
4734 | "dist": { | ||
4735 | "type": "zip", | ||
4736 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25", | ||
4737 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25", | ||
4738 | "shasum": "" | ||
4739 | }, | ||
4740 | "require": { | ||
4741 | "gedmo/doctrine-extensions": "^2.3.1", | ||
4742 | "php": ">=5.3.2", | ||
4743 | "symfony/framework-bundle": "~2.1|~3.0" | ||
4744 | }, | ||
4745 | "suggest": { | ||
4746 | "doctrine/doctrine-bundle": "to use the ORM extensions", | ||
4747 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" | ||
4748 | }, | ||
4749 | "type": "symfony-bundle", | ||
4750 | "extra": { | ||
4751 | "branch-alias": { | ||
4752 | "dev-master": "1.2.x-dev" | ||
4753 | } | ||
4754 | }, | ||
4755 | "autoload": { | ||
4756 | "psr-4": { | ||
4757 | "Stof\\DoctrineExtensionsBundle\\": "" | ||
4758 | } | ||
4759 | }, | ||
4760 | "notification-url": "https://packagist.org/downloads/", | ||
4761 | "license": [ | ||
4762 | "MIT" | ||
4763 | ], | ||
4764 | "authors": [ | ||
4765 | { | ||
4766 | "name": "Christophe Coevoet", | ||
4767 | "email": "stof@notk.org" | ||
4768 | } | ||
4769 | ], | ||
4770 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", | ||
4771 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", | ||
4772 | "keywords": [ | ||
4773 | "behaviors", | ||
4774 | "doctrine2", | ||
4775 | "extensions", | ||
4776 | "gedmo", | ||
4777 | "loggable", | ||
4778 | "nestedset", | ||
4779 | "sluggable", | ||
4780 | "sortable", | ||
4781 | "timestampable", | ||
4782 | "translatable", | ||
4783 | "tree" | ||
4784 | ], | ||
4785 | "time": "2016-01-26 23:58:32" | ||
4786 | }, | ||
4787 | { | ||
4788 | "name": "swiftmailer/swiftmailer", | ||
4789 | "version": "v5.4.2", | ||
4790 | "source": { | ||
4791 | "type": "git", | ||
4792 | "url": "https://github.com/swiftmailer/swiftmailer.git", | ||
4793 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" | ||
4794 | }, | ||
4795 | "dist": { | ||
4796 | "type": "zip", | ||
4797 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", | ||
4798 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", | ||
4799 | "shasum": "" | ||
4800 | }, | ||
4801 | "require": { | ||
4802 | "php": ">=5.3.3" | ||
4803 | }, | ||
4804 | "require-dev": { | ||
4805 | "mockery/mockery": "~0.9.1,<0.9.4" | ||
4806 | }, | ||
4807 | "type": "library", | ||
4808 | "extra": { | ||
4809 | "branch-alias": { | ||
4810 | "dev-master": "5.4-dev" | ||
4811 | } | ||
4812 | }, | ||
4813 | "autoload": { | ||
4814 | "files": [ | ||
4815 | "lib/swift_required.php" | ||
4816 | ] | ||
4817 | }, | ||
4818 | "notification-url": "https://packagist.org/downloads/", | ||
4819 | "license": [ | ||
4820 | "MIT" | ||
4821 | ], | ||
4822 | "authors": [ | ||
4823 | { | ||
4824 | "name": "Chris Corbyn" | ||
4825 | }, | ||
4826 | { | ||
4827 | "name": "Fabien Potencier", | ||
4828 | "email": "fabien@symfony.com" | ||
4829 | } | ||
4830 | ], | ||
4831 | "description": "Swiftmailer, free feature-rich PHP mailer", | ||
4832 | "homepage": "http://swiftmailer.org", | ||
4833 | "keywords": [ | ||
4834 | "email", | ||
4835 | "mail", | ||
4836 | "mailer" | ||
4837 | ], | ||
4838 | "time": "2016-05-01 08:45:47" | ||
4839 | }, | ||
4840 | { | ||
4841 | "name": "symfony/assetic-bundle", | ||
4842 | "version": "v2.8.0", | ||
4843 | "source": { | ||
4844 | "type": "git", | ||
4845 | "url": "https://github.com/symfony/assetic-bundle.git", | ||
4846 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d" | ||
4847 | }, | ||
4848 | "dist": { | ||
4849 | "type": "zip", | ||
4850 | "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d", | ||
4851 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d", | ||
4852 | "shasum": "" | ||
4853 | }, | ||
4854 | "require": { | ||
4855 | "kriswallsmith/assetic": "~1.3", | ||
4856 | "php": ">=5.3.0", | ||
4857 | "symfony/console": "~2.3|~3.0", | ||
4858 | "symfony/dependency-injection": "~2.3|~3.0", | ||
4859 | "symfony/framework-bundle": "~2.3|~3.0", | ||
4860 | "symfony/yaml": "~2.3|~3.0" | ||
4861 | }, | ||
4862 | "conflict": { | ||
4863 | "kriswallsmith/spork": "<=0.2", | ||
4864 | "twig/twig": "<1.20" | ||
4865 | }, | ||
4866 | "require-dev": { | ||
4867 | "kriswallsmith/spork": "~0.3", | ||
4868 | "patchwork/jsqueeze": "~1.0", | ||
4869 | "symfony/class-loader": "~2.3|~3.0", | ||
4870 | "symfony/css-selector": "~2.3|~3.0", | ||
4871 | "symfony/dom-crawler": "~2.3|~3.0", | ||
4872 | "symfony/phpunit-bridge": "~2.7|~3.0", | ||
4873 | "symfony/twig-bundle": "~2.3|~3.0" | ||
4874 | }, | ||
4875 | "suggest": { | ||
4876 | "kriswallsmith/spork": "to be able to dump assets in parallel", | ||
4877 | "symfony/twig-bundle": "to use the Twig integration" | ||
4878 | }, | ||
4879 | "type": "symfony-bundle", | ||
4880 | "extra": { | ||
4881 | "branch-alias": { | ||
4882 | "dev-master": "2.7-dev" | ||
4883 | } | ||
4884 | }, | ||
4885 | "autoload": { | ||
4886 | "psr-4": { | ||
4887 | "Symfony\\Bundle\\AsseticBundle\\": "" | ||
4888 | } | ||
4889 | }, | ||
4890 | "notification-url": "https://packagist.org/downloads/", | ||
4891 | "license": [ | ||
4892 | "MIT" | ||
4893 | ], | ||
4894 | "authors": [ | ||
4895 | { | ||
4896 | "name": "Kris Wallsmith", | ||
4897 | "email": "kris.wallsmith@gmail.com", | ||
4898 | "homepage": "http://kriswallsmith.net/" | ||
4899 | } | ||
4900 | ], | ||
4901 | "description": "Integrates Assetic into Symfony2", | ||
4902 | "homepage": "https://github.com/symfony/AsseticBundle", | ||
4903 | "keywords": [ | ||
4904 | "assets", | ||
4905 | "compression", | ||
4906 | "minification" | ||
4907 | ], | ||
4908 | "time": "2015-12-28 13:12:39" | ||
4909 | }, | ||
4910 | { | ||
4911 | "name": "symfony/monolog-bundle", | ||
4912 | "version": "2.11.1", | ||
4913 | "source": { | ||
4914 | "type": "git", | ||
4915 | "url": "https://github.com/symfony/monolog-bundle.git", | ||
4916 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" | ||
4917 | }, | ||
4918 | "dist": { | ||
4919 | "type": "zip", | ||
4920 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", | ||
4921 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", | ||
4922 | "shasum": "" | ||
4923 | }, | ||
4924 | "require": { | ||
4925 | "monolog/monolog": "~1.18", | ||
4926 | "php": ">=5.3.2", | ||
4927 | "symfony/config": "~2.3|~3.0", | ||
4928 | "symfony/dependency-injection": "~2.3|~3.0", | ||
4929 | "symfony/http-kernel": "~2.3|~3.0", | ||
4930 | "symfony/monolog-bridge": "~2.3|~3.0" | ||
4931 | }, | ||
4932 | "require-dev": { | ||
4933 | "phpunit/phpunit": "^4.8", | ||
4934 | "symfony/console": "~2.3|~3.0", | ||
4935 | "symfony/yaml": "~2.3|~3.0" | ||
4936 | }, | ||
4937 | "type": "symfony-bundle", | ||
4938 | "extra": { | ||
4939 | "branch-alias": { | ||
4940 | "dev-master": "2.x-dev" | ||
4941 | } | ||
4942 | }, | ||
4943 | "autoload": { | ||
4944 | "psr-4": { | ||
4945 | "Symfony\\Bundle\\MonologBundle\\": "" | ||
4946 | } | ||
4947 | }, | ||
4948 | "notification-url": "https://packagist.org/downloads/", | ||
4949 | "license": [ | ||
4950 | "MIT" | ||
4951 | ], | ||
4952 | "authors": [ | ||
4953 | { | ||
4954 | "name": "Symfony Community", | ||
4955 | "homepage": "http://symfony.com/contributors" | ||
4956 | }, | ||
4957 | { | ||
4958 | "name": "Fabien Potencier", | ||
4959 | "email": "fabien@symfony.com" | ||
4960 | } | ||
4961 | ], | ||
4962 | "description": "Symfony MonologBundle", | ||
4963 | "homepage": "http://symfony.com", | ||
4964 | "keywords": [ | ||
4965 | "log", | ||
4966 | "logging" | ||
4967 | ], | ||
4968 | "time": "2016-04-13 16:21:01" | ||
4969 | }, | ||
4970 | { | ||
4971 | "name": "symfony/polyfill-intl-icu", | ||
4972 | "version": "v1.1.1", | ||
4973 | "source": { | ||
4974 | "type": "git", | ||
4975 | "url": "https://github.com/symfony/polyfill-intl-icu.git", | ||
4976 | "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942" | ||
4977 | }, | ||
4978 | "dist": { | ||
4979 | "type": "zip", | ||
4980 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942", | ||
4981 | "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942", | ||
4982 | "shasum": "" | ||
4983 | }, | ||
4984 | "require": { | ||
4985 | "php": ">=5.3.3", | ||
4986 | "symfony/intl": "~2.3|~3.0" | ||
4987 | }, | ||
4988 | "suggest": { | ||
4989 | "ext-intl": "For best performance" | ||
4990 | }, | ||
4991 | "type": "library", | ||
4992 | "extra": { | ||
4993 | "branch-alias": { | ||
4994 | "dev-master": "1.1-dev" | ||
4995 | } | ||
4996 | }, | ||
4997 | "autoload": { | ||
4998 | "files": [ | ||
4999 | "bootstrap.php" | ||
5000 | ] | ||
5001 | }, | ||
5002 | "notification-url": "https://packagist.org/downloads/", | ||
5003 | "license": [ | ||
5004 | "MIT" | ||
5005 | ], | ||
5006 | "authors": [ | ||
5007 | { | ||
5008 | "name": "Nicolas Grekas", | ||
5009 | "email": "p@tchwork.com" | ||
5010 | }, | ||
5011 | { | ||
5012 | "name": "Symfony Community", | ||
5013 | "homepage": "https://symfony.com/contributors" | ||
5014 | } | ||
5015 | ], | ||
5016 | "description": "Symfony polyfill for intl's ICU-related data and classes", | ||
5017 | "homepage": "https://symfony.com", | ||
5018 | "keywords": [ | ||
5019 | "compatibility", | ||
5020 | "icu", | ||
5021 | "intl", | ||
5022 | "polyfill", | ||
5023 | "portable", | ||
5024 | "shim" | ||
5025 | ], | ||
5026 | "time": "2016-02-26 16:18:12" | ||
5027 | }, | ||
5028 | { | ||
5029 | "name": "symfony/polyfill-mbstring", | ||
5030 | "version": "v1.1.1", | ||
5031 | "source": { | ||
5032 | "type": "git", | ||
5033 | "url": "https://github.com/symfony/polyfill-mbstring.git", | ||
5034 | "reference": "1289d16209491b584839022f29257ad859b8532d" | ||
5035 | }, | ||
5036 | "dist": { | ||
5037 | "type": "zip", | ||
5038 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", | ||
5039 | "reference": "1289d16209491b584839022f29257ad859b8532d", | ||
5040 | "shasum": "" | ||
5041 | }, | ||
5042 | "require": { | ||
5043 | "php": ">=5.3.3" | ||
5044 | }, | ||
5045 | "suggest": { | ||
5046 | "ext-mbstring": "For best performance" | ||
5047 | }, | ||
5048 | "type": "library", | ||
5049 | "extra": { | ||
5050 | "branch-alias": { | ||
5051 | "dev-master": "1.1-dev" | ||
5052 | } | ||
5053 | }, | ||
5054 | "autoload": { | ||
5055 | "psr-4": { | ||
5056 | "Symfony\\Polyfill\\Mbstring\\": "" | ||
5057 | }, | ||
5058 | "files": [ | ||
5059 | "bootstrap.php" | ||
5060 | ] | ||
5061 | }, | ||
5062 | "notification-url": "https://packagist.org/downloads/", | ||
5063 | "license": [ | ||
5064 | "MIT" | ||
5065 | ], | ||
5066 | "authors": [ | ||
5067 | { | ||
5068 | "name": "Nicolas Grekas", | ||
5069 | "email": "p@tchwork.com" | ||
5070 | }, | ||
5071 | { | ||
5072 | "name": "Symfony Community", | ||
5073 | "homepage": "https://symfony.com/contributors" | ||
5074 | } | ||
5075 | ], | ||
5076 | "description": "Symfony polyfill for the Mbstring extension", | ||
5077 | "homepage": "https://symfony.com", | ||
5078 | "keywords": [ | ||
5079 | "compatibility", | ||
5080 | "mbstring", | ||
5081 | "polyfill", | ||
5082 | "portable", | ||
5083 | "shim" | ||
5084 | ], | ||
5085 | "time": "2016-01-20 09:13:37" | ||
5086 | }, | ||
5087 | { | ||
5088 | "name": "symfony/polyfill-php56", | ||
5089 | "version": "v1.1.1", | ||
5090 | "source": { | ||
5091 | "type": "git", | ||
5092 | "url": "https://github.com/symfony/polyfill-php56.git", | ||
5093 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9" | ||
5094 | }, | ||
5095 | "dist": { | ||
5096 | "type": "zip", | ||
5097 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9", | ||
5098 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9", | ||
5099 | "shasum": "" | ||
5100 | }, | ||
5101 | "require": { | ||
5102 | "php": ">=5.3.3", | ||
5103 | "symfony/polyfill-util": "~1.0" | ||
5104 | }, | ||
5105 | "type": "library", | ||
5106 | "extra": { | ||
5107 | "branch-alias": { | ||
5108 | "dev-master": "1.1-dev" | ||
5109 | } | ||
5110 | }, | ||
5111 | "autoload": { | ||
5112 | "psr-4": { | ||
5113 | "Symfony\\Polyfill\\Php56\\": "" | ||
5114 | }, | ||
5115 | "files": [ | ||
5116 | "bootstrap.php" | ||
5117 | ] | ||
5118 | }, | ||
5119 | "notification-url": "https://packagist.org/downloads/", | ||
5120 | "license": [ | ||
5121 | "MIT" | ||
5122 | ], | ||
5123 | "authors": [ | ||
5124 | { | ||
5125 | "name": "Nicolas Grekas", | ||
5126 | "email": "p@tchwork.com" | ||
5127 | }, | ||
5128 | { | ||
5129 | "name": "Symfony Community", | ||
5130 | "homepage": "https://symfony.com/contributors" | ||
5131 | } | ||
5132 | ], | ||
5133 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", | ||
5134 | "homepage": "https://symfony.com", | ||
5135 | "keywords": [ | ||
5136 | "compatibility", | ||
5137 | "polyfill", | ||
5138 | "portable", | ||
5139 | "shim" | ||
5140 | ], | ||
5141 | "time": "2016-01-20 09:13:37" | ||
5142 | }, | ||
5143 | { | ||
5144 | "name": "symfony/polyfill-php70", | ||
5145 | "version": "v1.1.1", | ||
5146 | "source": { | ||
5147 | "type": "git", | ||
5148 | "url": "https://github.com/symfony/polyfill-php70.git", | ||
5149 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce" | ||
5150 | }, | ||
5151 | "dist": { | ||
5152 | "type": "zip", | ||
5153 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce", | ||
5154 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce", | ||
5155 | "shasum": "" | ||
5156 | }, | ||
5157 | "require": { | ||
5158 | "paragonie/random_compat": "~1.0", | ||
5159 | "php": ">=5.3.3" | ||
5160 | }, | ||
5161 | "type": "library", | ||
5162 | "extra": { | ||
5163 | "branch-alias": { | ||
5164 | "dev-master": "1.1-dev" | ||
5165 | } | ||
5166 | }, | ||
5167 | "autoload": { | ||
5168 | "psr-4": { | ||
5169 | "Symfony\\Polyfill\\Php70\\": "" | ||
5170 | }, | ||
5171 | "files": [ | ||
5172 | "bootstrap.php" | ||
5173 | ], | ||
5174 | "classmap": [ | ||
5175 | "Resources/stubs" | ||
5176 | ] | ||
5177 | }, | ||
5178 | "notification-url": "https://packagist.org/downloads/", | ||
5179 | "license": [ | ||
5180 | "MIT" | ||
5181 | ], | ||
5182 | "authors": [ | ||
5183 | { | ||
5184 | "name": "Nicolas Grekas", | ||
5185 | "email": "p@tchwork.com" | ||
5186 | }, | ||
5187 | { | ||
5188 | "name": "Symfony Community", | ||
5189 | "homepage": "https://symfony.com/contributors" | ||
5190 | } | ||
5191 | ], | ||
5192 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", | ||
5193 | "homepage": "https://symfony.com", | ||
5194 | "keywords": [ | ||
5195 | "compatibility", | ||
5196 | "polyfill", | ||
5197 | "portable", | ||
5198 | "shim" | ||
5199 | ], | ||
5200 | "time": "2016-01-28 22:42:02" | ||
5201 | }, | ||
5202 | { | ||
5203 | "name": "symfony/polyfill-util", | ||
5204 | "version": "v1.1.1", | ||
5205 | "source": { | ||
5206 | "type": "git", | ||
5207 | "url": "https://github.com/symfony/polyfill-util.git", | ||
5208 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4" | ||
5209 | }, | ||
5210 | "dist": { | ||
5211 | "type": "zip", | ||
5212 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", | ||
5213 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", | ||
5214 | "shasum": "" | ||
5215 | }, | ||
5216 | "require": { | ||
5217 | "php": ">=5.3.3" | ||
5218 | }, | ||
5219 | "type": "library", | ||
5220 | "extra": { | ||
5221 | "branch-alias": { | ||
5222 | "dev-master": "1.1-dev" | ||
5223 | } | ||
5224 | }, | ||
5225 | "autoload": { | ||
5226 | "psr-4": { | ||
5227 | "Symfony\\Polyfill\\Util\\": "" | ||
5228 | } | ||
5229 | }, | ||
5230 | "notification-url": "https://packagist.org/downloads/", | ||
5231 | "license": [ | ||
5232 | "MIT" | ||
5233 | ], | ||
5234 | "authors": [ | ||
5235 | { | ||
5236 | "name": "Nicolas Grekas", | ||
5237 | "email": "p@tchwork.com" | ||
5238 | }, | ||
5239 | { | ||
5240 | "name": "Symfony Community", | ||
5241 | "homepage": "https://symfony.com/contributors" | ||
5242 | } | ||
5243 | ], | ||
5244 | "description": "Symfony utilities for portability of PHP codes", | ||
5245 | "homepage": "https://symfony.com", | ||
5246 | "keywords": [ | ||
5247 | "compat", | ||
5248 | "compatibility", | ||
5249 | "polyfill", | ||
5250 | "shim" | ||
5251 | ], | ||
5252 | "time": "2016-01-20 09:13:37" | ||
5253 | }, | ||
5254 | { | ||
5255 | "name": "symfony/swiftmailer-bundle", | ||
5256 | "version": "v2.3.11", | ||
5257 | "source": { | ||
5258 | "type": "git", | ||
5259 | "url": "https://github.com/symfony/swiftmailer-bundle.git", | ||
5260 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" | ||
5261 | }, | ||
5262 | "dist": { | ||
5263 | "type": "zip", | ||
5264 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", | ||
5265 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", | ||
5266 | "shasum": "" | ||
5267 | }, | ||
5268 | "require": { | ||
5269 | "php": ">=5.3.2", | ||
5270 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", | ||
5271 | "symfony/config": "~2.3|~3.0", | ||
5272 | "symfony/dependency-injection": "~2.3|~3.0", | ||
5273 | "symfony/http-kernel": "~2.3|~3.0", | ||
5274 | "symfony/yaml": "~2.3|~3.0" | ||
5275 | }, | ||
5276 | "require-dev": { | ||
5277 | "symfony/phpunit-bridge": "~2.7|~3.0" | ||
5278 | }, | ||
5279 | "suggest": { | ||
5280 | "psr/log": "Allows logging" | ||
5281 | }, | ||
5282 | "type": "symfony-bundle", | ||
5283 | "extra": { | ||
5284 | "branch-alias": { | ||
5285 | "dev-master": "2.3-dev" | ||
5286 | } | ||
5287 | }, | ||
5288 | "autoload": { | ||
5289 | "psr-4": { | ||
5290 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" | ||
5291 | } | ||
5292 | }, | ||
5293 | "notification-url": "https://packagist.org/downloads/", | ||
5294 | "license": [ | ||
5295 | "MIT" | ||
5296 | ], | ||
5297 | "authors": [ | ||
5298 | { | ||
5299 | "name": "Symfony Community", | ||
5300 | "homepage": "http://symfony.com/contributors" | ||
5301 | }, | ||
5302 | { | ||
5303 | "name": "Fabien Potencier", | ||
5304 | "email": "fabien@symfony.com" | ||
5305 | } | ||
5306 | ], | ||
5307 | "description": "Symfony SwiftmailerBundle", | ||
5308 | "homepage": "http://symfony.com", | ||
5309 | "time": "2016-01-15 16:41:20" | ||
5310 | }, | ||
5311 | { | ||
5312 | "name": "symfony/symfony", | ||
5313 | "version": "v3.0.5", | ||
5314 | "source": { | ||
5315 | "type": "git", | ||
5316 | "url": "https://github.com/symfony/symfony.git", | ||
5317 | "reference": "10c83b58fbb42be516377de54962a758695ad964" | ||
5318 | }, | ||
5319 | "dist": { | ||
5320 | "type": "zip", | ||
5321 | "url": "https://api.github.com/repos/symfony/symfony/zipball/10c83b58fbb42be516377de54962a758695ad964", | ||
5322 | "reference": "10c83b58fbb42be516377de54962a758695ad964", | ||
5323 | "shasum": "" | ||
5324 | }, | ||
5325 | "require": { | ||
5326 | "doctrine/common": "~2.4", | ||
5327 | "php": ">=5.5.9", | ||
5328 | "psr/log": "~1.0", | ||
5329 | "symfony/polyfill-intl-icu": "~1.0", | ||
5330 | "symfony/polyfill-mbstring": "~1.0", | ||
5331 | "symfony/polyfill-php56": "~1.0", | ||
5332 | "symfony/polyfill-php70": "~1.0", | ||
5333 | "symfony/polyfill-util": "~1.0", | ||
5334 | "twig/twig": "~1.23|~2.0" | ||
5335 | }, | ||
5336 | "conflict": { | ||
5337 | "phpdocumentor/reflection": "<1.0.7" | ||
5338 | }, | ||
5339 | "replace": { | ||
5340 | "symfony/asset": "self.version", | ||
5341 | "symfony/browser-kit": "self.version", | ||
5342 | "symfony/class-loader": "self.version", | ||
5343 | "symfony/config": "self.version", | ||
5344 | "symfony/console": "self.version", | ||
5345 | "symfony/css-selector": "self.version", | ||
5346 | "symfony/debug": "self.version", | ||
5347 | "symfony/debug-bundle": "self.version", | ||
5348 | "symfony/dependency-injection": "self.version", | ||
5349 | "symfony/doctrine-bridge": "self.version", | ||
5350 | "symfony/dom-crawler": "self.version", | ||
5351 | "symfony/event-dispatcher": "self.version", | ||
5352 | "symfony/expression-language": "self.version", | ||
5353 | "symfony/filesystem": "self.version", | ||
5354 | "symfony/finder": "self.version", | ||
5355 | "symfony/form": "self.version", | ||
5356 | "symfony/framework-bundle": "self.version", | ||
5357 | "symfony/http-foundation": "self.version", | ||
5358 | "symfony/http-kernel": "self.version", | ||
5359 | "symfony/intl": "self.version", | ||
5360 | "symfony/ldap": "self.version", | ||
5361 | "symfony/monolog-bridge": "self.version", | ||
5362 | "symfony/options-resolver": "self.version", | ||
5363 | "symfony/process": "self.version", | ||
5364 | "symfony/property-access": "self.version", | ||
5365 | "symfony/property-info": "self.version", | ||
5366 | "symfony/proxy-manager-bridge": "self.version", | ||
5367 | "symfony/routing": "self.version", | ||
5368 | "symfony/security": "self.version", | ||
5369 | "symfony/security-bundle": "self.version", | ||
5370 | "symfony/security-core": "self.version", | ||
5371 | "symfony/security-csrf": "self.version", | ||
5372 | "symfony/security-guard": "self.version", | ||
5373 | "symfony/security-http": "self.version", | ||
5374 | "symfony/serializer": "self.version", | ||
5375 | "symfony/stopwatch": "self.version", | ||
5376 | "symfony/templating": "self.version", | ||
5377 | "symfony/translation": "self.version", | ||
5378 | "symfony/twig-bridge": "self.version", | ||
5379 | "symfony/twig-bundle": "self.version", | ||
5380 | "symfony/validator": "self.version", | ||
5381 | "symfony/var-dumper": "self.version", | ||
5382 | "symfony/web-profiler-bundle": "self.version", | ||
5383 | "symfony/yaml": "self.version" | ||
5384 | }, | ||
5385 | "require-dev": { | ||
5386 | "doctrine/data-fixtures": "1.0.*", | ||
5387 | "doctrine/dbal": "~2.4", | ||
5388 | "doctrine/doctrine-bundle": "~1.4", | ||
5389 | "doctrine/orm": "~2.4,>=2.4.5", | ||
5390 | "egulias/email-validator": "~1.2", | ||
5391 | "monolog/monolog": "~1.11", | ||
5392 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", | ||
5393 | "phpdocumentor/reflection": "^1.0.7", | ||
5394 | "symfony/polyfill-apcu": "~1.1", | ||
5395 | "symfony/security-acl": "~2.8|~3.0" | ||
5396 | }, | ||
5397 | "type": "library", | ||
5398 | "extra": { | ||
5399 | "branch-alias": { | ||
5400 | "dev-master": "3.0-dev" | ||
5401 | } | ||
5402 | }, | ||
5403 | "autoload": { | ||
5404 | "psr-4": { | ||
5405 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", | ||
5406 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", | ||
5407 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", | ||
5408 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", | ||
5409 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", | ||
5410 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", | ||
5411 | "Symfony\\Component\\": "src/Symfony/Component/" | ||
5412 | }, | ||
5413 | "classmap": [ | ||
5414 | "src/Symfony/Component/Intl/Resources/stubs" | ||
5415 | ], | ||
5416 | "exclude-from-classmap": [ | ||
5417 | "**/Tests/" | ||
5418 | ] | ||
5419 | }, | ||
5420 | "notification-url": "https://packagist.org/downloads/", | ||
5421 | "license": [ | ||
5422 | "MIT" | ||
5423 | ], | ||
5424 | "authors": [ | ||
5425 | { | ||
5426 | "name": "Fabien Potencier", | ||
5427 | "email": "fabien@symfony.com" | ||
5428 | }, | ||
5429 | { | ||
5430 | "name": "Symfony Community", | ||
5431 | "homepage": "https://symfony.com/contributors" | ||
5432 | } | ||
5433 | ], | ||
5434 | "description": "The Symfony PHP framework", | ||
5435 | "homepage": "https://symfony.com", | ||
5436 | "keywords": [ | ||
5437 | "framework" | ||
5438 | ], | ||
5439 | "time": "2016-05-03 05:58:56" | ||
5440 | }, | ||
5441 | { | ||
5442 | "name": "tecnickcom/tcpdf", | ||
5443 | "version": "6.2.12", | ||
5444 | "source": { | ||
5445 | "type": "git", | ||
5446 | "url": "https://github.com/tecnickcom/TCPDF.git", | ||
5447 | "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" | ||
5448 | }, | ||
5449 | "dist": { | ||
5450 | "type": "zip", | ||
5451 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", | ||
5452 | "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", | ||
5453 | "shasum": "" | ||
5454 | }, | ||
5455 | "require": { | ||
5456 | "php": ">=5.3.0" | ||
5457 | }, | ||
5458 | "type": "library", | ||
5459 | "autoload": { | ||
5460 | "classmap": [ | ||
5461 | "fonts", | ||
5462 | "config", | ||
5463 | "include", | ||
5464 | "tcpdf.php", | ||
5465 | "tcpdf_parser.php", | ||
5466 | "tcpdf_import.php", | ||
5467 | "tcpdf_barcodes_1d.php", | ||
5468 | "tcpdf_barcodes_2d.php", | ||
5469 | "include/tcpdf_colors.php", | ||
5470 | "include/tcpdf_filters.php", | ||
5471 | "include/tcpdf_font_data.php", | ||
5472 | "include/tcpdf_fonts.php", | ||
5473 | "include/tcpdf_images.php", | ||
5474 | "include/tcpdf_static.php", | ||
5475 | "include/barcodes/datamatrix.php", | ||
5476 | "include/barcodes/pdf417.php", | ||
5477 | "include/barcodes/qrcode.php" | ||
5478 | ] | ||
5479 | }, | ||
5480 | "notification-url": "https://packagist.org/downloads/", | ||
5481 | "license": [ | ||
5482 | "LGPLv3" | ||
5483 | ], | ||
5484 | "authors": [ | ||
5485 | { | ||
5486 | "name": "Nicola Asuni", | ||
5487 | "email": "info@tecnick.com", | ||
5488 | "homepage": "http://nicolaasuni.tecnick.com" | ||
5489 | } | ||
5490 | ], | ||
5491 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", | ||
5492 | "homepage": "http://www.tcpdf.org/", | ||
5493 | "keywords": [ | ||
5494 | "PDFD32000-2008", | ||
5495 | "TCPDF", | ||
5496 | "barcodes", | ||
5497 | "datamatrix", | ||
5498 | "pdf", | ||
5499 | "pdf417", | ||
5500 | "qrcode" | ||
5501 | ], | ||
5502 | "time": "2015-09-12 10:08:34" | ||
5503 | }, | ||
5504 | { | ||
5505 | "name": "true/punycode", | ||
5506 | "version": "v2.0.2", | ||
5507 | "source": { | ||
5508 | "type": "git", | ||
5509 | "url": "https://github.com/true/php-punycode.git", | ||
5510 | "reference": "74fa01d4de396c40e239794123b3874cb594a30c" | ||
5511 | }, | ||
5512 | "dist": { | ||
5513 | "type": "zip", | ||
5514 | "url": "https://api.github.com/repos/true/php-punycode/zipball/74fa01d4de396c40e239794123b3874cb594a30c", | ||
5515 | "reference": "74fa01d4de396c40e239794123b3874cb594a30c", | ||
5516 | "shasum": "" | ||
5517 | }, | ||
5518 | "require": { | ||
5519 | "ext-mbstring": "*", | ||
5520 | "php": ">=5.3.0" | ||
5521 | }, | ||
5522 | "require-dev": { | ||
5523 | "phpunit/phpunit": "~4.7", | ||
5524 | "squizlabs/php_codesniffer": "~2.0" | ||
5525 | }, | ||
5526 | "type": "library", | ||
5527 | "autoload": { | ||
5528 | "psr-4": { | ||
5529 | "TrueBV\\": "src/" | ||
5530 | } | ||
5531 | }, | ||
5532 | "notification-url": "https://packagist.org/downloads/", | ||
5533 | "license": [ | ||
5534 | "MIT" | ||
5535 | ], | ||
5536 | "authors": [ | ||
5537 | { | ||
5538 | "name": "Renan Gonçalves", | ||
5539 | "email": "renan.saddam@gmail.com" | ||
5540 | } | ||
5541 | ], | ||
5542 | "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", | ||
5543 | "homepage": "https://github.com/true/php-punycode", | ||
5544 | "keywords": [ | ||
5545 | "idna", | ||
5546 | "punycode" | ||
5547 | ], | ||
5548 | "time": "2016-01-07 17:12:58" | ||
5549 | }, | ||
5550 | { | ||
5551 | "name": "twig/extensions", | ||
5552 | "version": "v1.3.0", | ||
5553 | "source": { | ||
5554 | "type": "git", | ||
5555 | "url": "https://github.com/twigphp/Twig-extensions.git", | ||
5556 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" | ||
5557 | }, | ||
5558 | "dist": { | ||
5559 | "type": "zip", | ||
5560 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", | ||
5561 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", | ||
5562 | "shasum": "" | ||
5563 | }, | ||
5564 | "require": { | ||
5565 | "twig/twig": "~1.20|~2.0" | ||
5566 | }, | ||
5567 | "require-dev": { | ||
5568 | "symfony/translation": "~2.3" | ||
5569 | }, | ||
5570 | "suggest": { | ||
5571 | "symfony/translation": "Allow the time_diff output to be translated" | ||
5572 | }, | ||
5573 | "type": "library", | ||
5574 | "extra": { | ||
5575 | "branch-alias": { | ||
5576 | "dev-master": "1.3-dev" | ||
5577 | } | ||
5578 | }, | ||
5579 | "autoload": { | ||
5580 | "psr-0": { | ||
5581 | "Twig_Extensions_": "lib/" | ||
5582 | } | ||
5583 | }, | ||
5584 | "notification-url": "https://packagist.org/downloads/", | ||
5585 | "license": [ | ||
5586 | "MIT" | ||
5587 | ], | ||
5588 | "authors": [ | ||
5589 | { | ||
5590 | "name": "Fabien Potencier", | ||
5591 | "email": "fabien@symfony.com" | ||
5592 | } | ||
5593 | ], | ||
5594 | "description": "Common additional features for Twig that do not directly belong in core", | ||
5595 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", | ||
5596 | "keywords": [ | ||
5597 | "i18n", | ||
5598 | "text" | ||
5599 | ], | ||
5600 | "time": "2015-08-22 16:38:35" | ||
5601 | }, | ||
5602 | { | ||
5603 | "name": "twig/twig", | ||
5604 | "version": "v1.24.0", | ||
5605 | "source": { | ||
5606 | "type": "git", | ||
5607 | "url": "https://github.com/twigphp/Twig.git", | ||
5608 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" | ||
5609 | }, | ||
5610 | "dist": { | ||
5611 | "type": "zip", | ||
5612 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", | ||
5613 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", | ||
5614 | "shasum": "" | ||
5615 | }, | ||
5616 | "require": { | ||
5617 | "php": ">=5.2.7" | ||
5618 | }, | ||
5619 | "require-dev": { | ||
5620 | "symfony/debug": "~2.7", | ||
5621 | "symfony/phpunit-bridge": "~2.7" | ||
5622 | }, | ||
5623 | "type": "library", | ||
5624 | "extra": { | ||
5625 | "branch-alias": { | ||
5626 | "dev-master": "1.24-dev" | ||
5627 | } | ||
5628 | }, | ||
5629 | "autoload": { | ||
5630 | "psr-0": { | ||
5631 | "Twig_": "lib/" | ||
5632 | } | ||
5633 | }, | ||
5634 | "notification-url": "https://packagist.org/downloads/", | ||
5635 | "license": [ | ||
5636 | "BSD-3-Clause" | ||
5637 | ], | ||
5638 | "authors": [ | ||
5639 | { | ||
5640 | "name": "Fabien Potencier", | ||
5641 | "email": "fabien@symfony.com", | ||
5642 | "homepage": "http://fabien.potencier.org", | ||
5643 | "role": "Lead Developer" | ||
5644 | }, | ||
5645 | { | ||
5646 | "name": "Armin Ronacher", | ||
5647 | "email": "armin.ronacher@active-4.com", | ||
5648 | "role": "Project Founder" | ||
5649 | }, | ||
5650 | { | ||
5651 | "name": "Twig Team", | ||
5652 | "homepage": "http://twig.sensiolabs.org/contributors", | ||
5653 | "role": "Contributors" | ||
5654 | } | ||
5655 | ], | ||
5656 | "description": "Twig, the flexible, fast, and secure template language for PHP", | ||
5657 | "homepage": "http://twig.sensiolabs.org", | ||
5658 | "keywords": [ | ||
5659 | "templating" | ||
5660 | ], | ||
5661 | "time": "2016-01-25 21:22:18" | ||
5662 | }, | ||
5663 | { | ||
5664 | "name": "wallabag/php-mobi", | ||
5665 | "version": "1.0.1", | ||
5666 | "source": { | ||
5667 | "type": "git", | ||
5668 | "url": "https://github.com/wallabag/php-mobi.git", | ||
5669 | "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487" | ||
5670 | }, | ||
5671 | "dist": { | ||
5672 | "type": "zip", | ||
5673 | "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487", | ||
5674 | "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487", | ||
5675 | "shasum": "" | ||
5676 | }, | ||
5677 | "require": { | ||
5678 | "php": ">=5.3.0" | ||
5679 | }, | ||
5680 | "replace": { | ||
5681 | "wallabag/phpmobi": "*" | ||
5682 | }, | ||
5683 | "type": "library", | ||
5684 | "autoload": { | ||
5685 | "files": [ | ||
5686 | "MOBIClass/MOBI.php" | ||
5687 | ] | ||
5688 | }, | ||
5689 | "notification-url": "https://packagist.org/downloads/", | ||
5690 | "license": [ | ||
5691 | "Apache-2.0" | ||
5692 | ], | ||
5693 | "authors": [ | ||
5694 | { | ||
5695 | "name": "Nicolas LÅ“uillet", | ||
5696 | "email": "nicolas@loeuillet.org", | ||
5697 | "homepage": "http://www.cdetc.fr" | ||
5698 | }, | ||
5699 | { | ||
5700 | "name": "Sander Kromwijk", | ||
5701 | "email": "s.kromwijk@gmail.co", | ||
5702 | "role": "Original developer" | ||
5703 | } | ||
5704 | ], | ||
5705 | "description": "A Mobipocket file (.mobi) creator in PHP.", | ||
5706 | "homepage": "https://github.com/wallabag/phpMobi", | ||
5707 | "time": "2015-10-16 08:42:42" | ||
5708 | }, | ||
5709 | { | ||
5710 | "name": "white-october/pagerfanta-bundle", | ||
5711 | "version": "v1.0.6", | ||
5712 | "source": { | ||
5713 | "type": "git", | ||
5714 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", | ||
5715 | "reference": "ada62843d9ba0d3aa61d0dcc7becdb25a2e2f545" | ||
5716 | }, | ||
5717 | "dist": { | ||
5718 | "type": "zip", | ||
5719 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/ada62843d9ba0d3aa61d0dcc7becdb25a2e2f545", | ||
5720 | "reference": "ada62843d9ba0d3aa61d0dcc7becdb25a2e2f545", | ||
5721 | "shasum": "" | ||
5722 | }, | ||
5723 | "require": { | ||
5724 | "pagerfanta/pagerfanta": "1.0.*", | ||
5725 | "symfony/framework-bundle": "~2.3|~3.0", | ||
5726 | "symfony/property-access": "~2.3|~3.0", | ||
5727 | "symfony/twig-bundle": "~2.3|~3.0" | ||
5728 | }, | ||
5729 | "require-dev": { | ||
5730 | "phpunit/phpunit": "~3.7", | ||
5731 | "symfony/symfony": "~2.3|~3.0" | ||
5732 | }, | ||
5733 | "type": "symfony-bundle", | ||
5734 | "extra": { | ||
5735 | "branch-alias": { | ||
5736 | "dev-master": "1.0.x-dev" | ||
5737 | } | ||
5738 | }, | ||
5739 | "autoload": { | ||
5740 | "psr-4": { | ||
5741 | "WhiteOctober\\PagerfantaBundle\\": "" | ||
5742 | } | ||
5743 | }, | ||
5744 | "notification-url": "https://packagist.org/downloads/", | ||
5745 | "license": [ | ||
5746 | "MIT" | ||
5747 | ], | ||
5748 | "authors": [ | ||
5749 | { | ||
5750 | "name": "Pablo DÃez", | ||
5751 | "email": "pablodip@gmail.com" | ||
5752 | } | ||
5753 | ], | ||
5754 | "description": "Bundle to use Pagerfanta with Symfony2", | ||
5755 | "keywords": [ | ||
5756 | "page", | ||
5757 | "paging" | ||
5758 | ], | ||
5759 | "time": "2016-03-16 19:24:56" | ||
5760 | }, | ||
5761 | { | ||
5762 | "name": "willdurand/hateoas", | ||
5763 | "version": "2.9.1", | ||
5764 | "source": { | ||
5765 | "type": "git", | ||
5766 | "url": "https://github.com/willdurand/Hateoas.git", | ||
5767 | "reference": "1add9a4448793cf40b52544136532b9752e06d7b" | ||
5768 | }, | ||
5769 | "dist": { | ||
5770 | "type": "zip", | ||
5771 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/1add9a4448793cf40b52544136532b9752e06d7b", | ||
5772 | "reference": "1add9a4448793cf40b52544136532b9752e06d7b", | ||
5773 | "shasum": "" | ||
5774 | }, | ||
5775 | "require": { | ||
5776 | "doctrine/annotations": "~1.0", | ||
5777 | "doctrine/common": "~2.0", | ||
5778 | "jms/metadata": "~1.1", | ||
5779 | "jms/serializer": "~1.0", | ||
5780 | "php": ">=5.4", | ||
5781 | "phpoption/phpoption": ">=1.1.0,<2.0-dev", | ||
5782 | "symfony/expression-language": "~2.4 || ~3.0" | ||
5783 | }, | ||
5784 | "require-dev": { | ||
5785 | "pagerfanta/pagerfanta": "~1.0", | ||
5786 | "phpunit/phpunit": "~4.5", | ||
5787 | "symfony/dependency-injection": "~2.4 || ~3.0", | ||
5788 | "symfony/routing": "~2.4 || ~3.0", | ||
5789 | "symfony/yaml": "~2.4 || ~3.0", | ||
5790 | "twig/twig": "~1.12" | ||
5791 | }, | ||
5792 | "suggest": { | ||
5793 | "symfony/routing": "To use the SymfonyRouteFactory.", | ||
5794 | "symfony/yaml": "To use yaml based configuration.", | ||
5795 | "twig/twig": "To use the Twig extensions." | ||
5796 | }, | ||
5797 | "type": "library", | ||
5798 | "extra": { | ||
5799 | "branch-alias": { | ||
5800 | "dev-master": "2.9-dev" | ||
5801 | } | ||
5802 | }, | ||
5803 | "autoload": { | ||
5804 | "psr-0": { | ||
5805 | "Hateoas": "src/" | ||
5806 | } | ||
5807 | }, | ||
5808 | "notification-url": "https://packagist.org/downloads/", | ||
5809 | "license": [ | ||
5810 | "MIT" | ||
5811 | ], | ||
5812 | "authors": [ | ||
5813 | { | ||
5814 | "name": "Adrien Brault", | ||
5815 | "email": "adrien.brault@gmail.com" | ||
5816 | }, | ||
5817 | { | ||
5818 | "name": "William Durand", | ||
5819 | "email": "william.durand1@gmail.com" | ||
5820 | } | ||
5821 | ], | ||
5822 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", | ||
5823 | "time": "2016-01-26 15:39:06" | ||
5824 | }, | ||
5825 | { | ||
5826 | "name": "willdurand/hateoas-bundle", | ||
5827 | "version": "1.1.1", | ||
5828 | "target-dir": "Bazinga/Bundle/HateoasBundle", | ||
5829 | "source": { | ||
5830 | "type": "git", | ||
5831 | "url": "https://github.com/willdurand/BazingaHateoasBundle.git", | ||
5832 | "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5" | ||
5833 | }, | ||
5834 | "dist": { | ||
5835 | "type": "zip", | ||
5836 | "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5", | ||
5837 | "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5", | ||
5838 | "shasum": "" | ||
5839 | }, | ||
5840 | "require": { | ||
5841 | "jms/serializer-bundle": "~1.0", | ||
5842 | "symfony/framework-bundle": "~2.2 || ~3.0", | ||
5843 | "willdurand/hateoas": "~2.9" | ||
5844 | }, | ||
5845 | "require-dev": { | ||
5846 | "phpunit/phpunit": "~4.5", | ||
5847 | "symfony/expression-language": "~2.4 || ~3.0", | ||
5848 | "twig/twig": "~1.12" | ||
5849 | }, | ||
5850 | "type": "symfony-bundle", | ||
5851 | "extra": { | ||
5852 | "branch-alias": { | ||
5853 | "dev-master": "1.2-dev" | ||
5854 | } | ||
5855 | }, | ||
5856 | "autoload": { | ||
5857 | "psr-0": { | ||
5858 | "Bazinga\\Bundle\\HateoasBundle": "" | ||
5859 | } | ||
5860 | }, | ||
5861 | "notification-url": "https://packagist.org/downloads/", | ||
5862 | "license": [ | ||
5863 | "MIT" | ||
5864 | ], | ||
5865 | "authors": [ | ||
5866 | { | ||
5867 | "name": "William Durand", | ||
5868 | "email": "william.durand1@gmail.com" | ||
5869 | } | ||
5870 | ], | ||
5871 | "description": "Integration of Hateoas into Symfony2.", | ||
5872 | "keywords": [ | ||
5873 | "HATEOAS", | ||
5874 | "rest" | ||
5875 | ], | ||
5876 | "time": "2016-02-22 13:12:41" | ||
5877 | }, | ||
5878 | { | ||
5879 | "name": "willdurand/jsonp-callback-validator", | ||
5880 | "version": "v1.1.0", | ||
5881 | "source": { | ||
5882 | "type": "git", | ||
5883 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", | ||
5884 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" | ||
5885 | }, | ||
5886 | "dist": { | ||
5887 | "type": "zip", | ||
5888 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", | ||
5889 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", | ||
5890 | "shasum": "" | ||
5891 | }, | ||
5892 | "require": { | ||
5893 | "php": ">=5.3.0" | ||
5894 | }, | ||
5895 | "require-dev": { | ||
5896 | "phpunit/phpunit": "~3.7" | ||
5897 | }, | ||
5898 | "type": "library", | ||
5899 | "autoload": { | ||
5900 | "psr-0": { | ||
5901 | "JsonpCallbackValidator": "src/" | ||
5902 | } | ||
5903 | }, | ||
5904 | "notification-url": "https://packagist.org/downloads/", | ||
5905 | "license": [ | ||
5906 | "MIT" | ||
5907 | ], | ||
5908 | "authors": [ | ||
5909 | { | ||
5910 | "name": "William Durand", | ||
5911 | "email": "william.durand1@gmail.com", | ||
5912 | "homepage": "http://www.willdurand.fr" | ||
5913 | } | ||
5914 | ], | ||
5915 | "description": "JSONP callback validator.", | ||
5916 | "time": "2014-01-20 22:35:06" | ||
5917 | }, | ||
5918 | { | ||
5919 | "name": "willdurand/negotiation", | ||
5920 | "version": "1.5.0", | ||
5921 | "source": { | ||
5922 | "type": "git", | ||
5923 | "url": "https://github.com/willdurand/Negotiation.git", | ||
5924 | "reference": "2a59f2376557303e3fa91465ab691abb82945edf" | ||
5925 | }, | ||
5926 | "dist": { | ||
5927 | "type": "zip", | ||
5928 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf", | ||
5929 | "reference": "2a59f2376557303e3fa91465ab691abb82945edf", | ||
5930 | "shasum": "" | ||
5931 | }, | ||
5932 | "require": { | ||
5933 | "php": ">=5.3.0" | ||
5934 | }, | ||
5935 | "type": "library", | ||
5936 | "extra": { | ||
5937 | "branch-alias": { | ||
5938 | "dev-master": "1.5-dev" | ||
5939 | } | ||
5940 | }, | ||
5941 | "autoload": { | ||
5942 | "psr-4": { | ||
5943 | "Negotiation\\": "src/Negotiation" | ||
5944 | } | ||
5945 | }, | ||
5946 | "notification-url": "https://packagist.org/downloads/", | ||
5947 | "license": [ | ||
5948 | "MIT" | ||
5949 | ], | ||
5950 | "authors": [ | ||
5951 | { | ||
5952 | "name": "William Durand", | ||
5953 | "email": "william.durand1@gmail.com" | ||
5954 | } | ||
5955 | ], | ||
5956 | "description": "Content Negotiation tools for PHP provided as a standalone library.", | ||
5957 | "homepage": "http://williamdurand.fr/Negotiation/", | ||
5958 | "keywords": [ | ||
5959 | "accept", | ||
5960 | "content", | ||
5961 | "format", | ||
5962 | "header", | ||
5963 | "negotiation" | ||
5964 | ], | ||
5965 | "time": "2015-10-01 07:42:40" | ||
5966 | }, | ||
5967 | { | ||
5968 | "name": "zendframework/zend-code", | ||
5969 | "version": "2.6.2", | ||
5970 | "source": { | ||
5971 | "type": "git", | ||
5972 | "url": "https://github.com/zendframework/zend-code.git", | ||
5973 | "reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4" | ||
5974 | }, | ||
5975 | "dist": { | ||
5976 | "type": "zip", | ||
5977 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c4e8f976a772cfb14b47dabd69b5245a423082b4", | ||
5978 | "reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4", | ||
5979 | "shasum": "" | ||
5980 | }, | ||
5981 | "require": { | ||
5982 | "php": ">=5.5", | ||
5983 | "zendframework/zend-eventmanager": "^2.6|^3.0" | ||
5984 | }, | ||
5985 | "require-dev": { | ||
5986 | "doctrine/annotations": "~1.0", | ||
5987 | "fabpot/php-cs-fixer": "1.7.*", | ||
5988 | "phpunit/phpunit": "~4.0", | ||
5989 | "zendframework/zend-stdlib": "~2.7" | ||
5990 | }, | ||
5991 | "suggest": { | ||
5992 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", | ||
5993 | "zendframework/zend-stdlib": "Zend\\Stdlib component" | ||
5994 | }, | ||
5995 | "type": "library", | ||
5996 | "extra": { | ||
5997 | "branch-alias": { | ||
5998 | "dev-master": "2.6-dev", | ||
5999 | "dev-develop": "2.7-dev" | ||
6000 | } | ||
6001 | }, | ||
6002 | "autoload": { | ||
6003 | "psr-4": { | ||
6004 | "Zend\\Code\\": "src/" | ||
6005 | } | ||
6006 | }, | ||
6007 | "notification-url": "https://packagist.org/downloads/", | ||
6008 | "license": [ | ||
6009 | "BSD-3-Clause" | ||
6010 | ], | ||
6011 | "description": "provides facilities to generate arbitrary code using an object oriented interface", | ||
6012 | "homepage": "https://github.com/zendframework/zend-code", | ||
6013 | "keywords": [ | ||
6014 | "code", | ||
6015 | "zf2" | ||
6016 | ], | ||
6017 | "time": "2016-01-05 05:58:37" | ||
6018 | }, | ||
6019 | { | ||
6020 | "name": "zendframework/zend-eventmanager", | ||
6021 | "version": "3.0.1", | ||
6022 | "source": { | ||
6023 | "type": "git", | ||
6024 | "url": "https://github.com/zendframework/zend-eventmanager.git", | ||
6025 | "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e" | ||
6026 | }, | ||
6027 | "dist": { | ||
6028 | "type": "zip", | ||
6029 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e", | ||
6030 | "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e", | ||
6031 | "shasum": "" | ||
6032 | }, | ||
6033 | "require": { | ||
6034 | "php": "^5.5 || ^7.0" | ||
6035 | }, | ||
6036 | "require-dev": { | ||
6037 | "athletic/athletic": "^0.1", | ||
6038 | "container-interop/container-interop": "^1.1.0", | ||
6039 | "phpunit/phpunit": "~4.0", | ||
6040 | "squizlabs/php_codesniffer": "^2.0", | ||
6041 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" | ||
6042 | }, | ||
6043 | "suggest": { | ||
6044 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", | ||
6045 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" | ||
6046 | }, | ||
6047 | "type": "library", | ||
6048 | "extra": { | ||
6049 | "branch-alias": { | ||
6050 | "dev-master": "3.0-dev", | ||
6051 | "dev-develop": "3.1-dev" | ||
6052 | } | ||
6053 | }, | ||
6054 | "autoload": { | ||
6055 | "psr-4": { | ||
6056 | "Zend\\EventManager\\": "src/" | ||
6057 | } | ||
6058 | }, | ||
6059 | "notification-url": "https://packagist.org/downloads/", | ||
6060 | "license": [ | ||
6061 | "BSD-3-Clause" | ||
6062 | ], | ||
6063 | "description": "Trigger and listen to events within a PHP application", | ||
6064 | "homepage": "https://github.com/zendframework/zend-eventmanager", | ||
6065 | "keywords": [ | ||
6066 | "event", | ||
6067 | "eventmanager", | ||
6068 | "events", | ||
6069 | "zf2" | ||
6070 | ], | ||
6071 | "time": "2016-02-18 20:53:00" | ||
6072 | } | ||
6073 | ], | ||
6074 | "packages-dev": null, | ||
6075 | "aliases": [], | ||
6076 | "minimum-stability": "dev", | ||
6077 | "stability-flags": { | ||
6078 | "friendsofsymfony/user-bundle": 20, | ||
6079 | "stof/doctrine-extensions-bundle": 20 | ||
6080 | }, | ||
6081 | "prefer-stable": true, | ||
6082 | "prefer-lowest": false, | ||
6083 | "platform": { | ||
6084 | "php": ">=5.5.9", | ||
6085 | "ext-pcre": "*", | ||
6086 | "ext-dom": "*", | ||
6087 | "ext-curl": "*", | ||
6088 | "ext-gd": "*", | ||
6089 | "ext-session": "*", | ||
6090 | "ext-ctype": "*", | ||
6091 | "ext-hash": "*", | ||
6092 | "ext-simplexml": "*", | ||
6093 | "ext-json": "*", | ||
6094 | "ext-mbstring": "*", | ||
6095 | "ext-xml": "*", | ||
6096 | "ext-iconv": "*", | ||
6097 | "ext-tokenizer": "*", | ||
6098 | "ext-pdo": "*" | ||
6099 | }, | ||
6100 | "platform-dev": [] | ||
6101 | } | ||