This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "ecd8ba341e3090d940ef61644e7efb2a", |
||
8 | "content-hash": "ddd2445435656059c3e61fb51efbff4d", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "clue/stream-filter", |
||
12 | "version": "v1.3.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/clue/php-stream-filter.git", |
||
16 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
21 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "php": ">=5.3" |
||
26 | }, |
||
27 | "type": "library", |
||
28 | "autoload": { |
||
29 | "psr-4": { |
||
30 | "Clue\\StreamFilter\\": "src/" |
||
31 | }, |
||
32 | "files": [ |
||
33 | "src/functions.php" |
||
34 | ] |
||
35 | }, |
||
36 | "notification-url": "https://packagist.org/downloads/", |
||
37 | "license": [ |
||
38 | "MIT" |
||
39 | ], |
||
40 | "authors": [ |
||
41 | { |
||
42 | "name": "Christian Lück", |
||
43 | "email": "[email protected]" |
||
44 | } |
||
45 | ], |
||
46 | "description": "A simple and modern approach to stream filtering in PHP", |
||
47 | "homepage": "https://github.com/clue/php-stream-filter", |
||
48 | "keywords": [ |
||
49 | "bucket brigade", |
||
50 | "callback", |
||
51 | "filter", |
||
52 | "php_user_filter", |
||
53 | "stream", |
||
54 | "stream_filter_append", |
||
55 | "stream_filter_register" |
||
56 | ], |
||
57 | "time": "2015-11-08 23:41:30" |
||
58 | }, |
||
59 | { |
||
60 | "name": "danielgsims/php-collections", |
||
61 | "version": "1.4.8", |
||
62 | "source": { |
||
63 | "type": "git", |
||
64 | "url": "https://github.com/danielgsims/php-collections.git", |
||
65 | "reference": "fcd80ea331030c7315846f358c9184cf9997d36a" |
||
66 | }, |
||
67 | "dist": { |
||
68 | "type": "zip", |
||
69 | "url": "https://api.github.com/repos/danielgsims/php-collections/zipball/fcd80ea331030c7315846f358c9184cf9997d36a", |
||
70 | "reference": "fcd80ea331030c7315846f358c9184cf9997d36a", |
||
71 | "shasum": "" |
||
72 | }, |
||
73 | "require": { |
||
74 | "php": ">=5.4.0" |
||
75 | }, |
||
76 | "type": "library", |
||
77 | "autoload": { |
||
78 | "psr-4": { |
||
79 | "Collections\\": "src/" |
||
80 | } |
||
81 | }, |
||
82 | "notification-url": "https://packagist.org/downloads/", |
||
83 | "license": [ |
||
84 | "MIT" |
||
85 | ], |
||
86 | "authors": [ |
||
87 | { |
||
88 | "name": "Daniel G Sims", |
||
89 | "email": "[email protected]" |
||
90 | } |
||
91 | ], |
||
92 | "description": "Collection classes for PHP", |
||
93 | "time": "2016-02-01 20:28:47" |
||
94 | }, |
||
95 | { |
||
96 | "name": "doctrine/annotations", |
||
97 | "version": "v1.2.7", |
||
98 | "source": { |
||
99 | "type": "git", |
||
100 | "url": "https://github.com/doctrine/annotations.git", |
||
101 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
102 | }, |
||
103 | "dist": { |
||
104 | "type": "zip", |
||
105 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
106 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
107 | "shasum": "" |
||
108 | }, |
||
109 | "require": { |
||
110 | "doctrine/lexer": "1.*", |
||
111 | "php": ">=5.3.2" |
||
112 | }, |
||
113 | "require-dev": { |
||
114 | "doctrine/cache": "1.*", |
||
115 | "phpunit/phpunit": "4.*" |
||
116 | }, |
||
117 | "type": "library", |
||
118 | "extra": { |
||
119 | "branch-alias": { |
||
120 | "dev-master": "1.3.x-dev" |
||
121 | } |
||
122 | }, |
||
123 | "autoload": { |
||
124 | "psr-0": { |
||
125 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
126 | } |
||
127 | }, |
||
128 | "notification-url": "https://packagist.org/downloads/", |
||
129 | "license": [ |
||
130 | "MIT" |
||
131 | ], |
||
132 | "authors": [ |
||
133 | { |
||
134 | "name": "Roman Borschel", |
||
135 | "email": "[email protected]" |
||
136 | }, |
||
137 | { |
||
138 | "name": "Benjamin Eberlei", |
||
139 | "email": "[email protected]" |
||
140 | }, |
||
141 | { |
||
142 | "name": "Guilherme Blanco", |
||
143 | "email": "[email protected]" |
||
144 | }, |
||
145 | { |
||
146 | "name": "Jonathan Wage", |
||
147 | "email": "[email protected]" |
||
148 | }, |
||
149 | { |
||
150 | "name": "Johannes Schmitt", |
||
151 | "email": "[email protected]" |
||
152 | } |
||
153 | ], |
||
154 | "description": "Docblock Annotations Parser", |
||
155 | "homepage": "http://www.doctrine-project.org", |
||
156 | "keywords": [ |
||
157 | "annotations", |
||
158 | "docblock", |
||
159 | "parser" |
||
160 | ], |
||
161 | "time": "2015-08-31 12:32:49" |
||
162 | }, |
||
163 | { |
||
164 | "name": "doctrine/cache", |
||
165 | "version": "v1.6.0", |
||
166 | "source": { |
||
167 | "type": "git", |
||
168 | "url": "https://github.com/doctrine/cache.git", |
||
169 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
170 | }, |
||
171 | "dist": { |
||
172 | "type": "zip", |
||
173 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
174 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
175 | "shasum": "" |
||
176 | }, |
||
177 | "require": { |
||
178 | "php": "~5.5|~7.0" |
||
179 | }, |
||
180 | "conflict": { |
||
181 | "doctrine/common": ">2.2,<2.4" |
||
182 | }, |
||
183 | "require-dev": { |
||
184 | "phpunit/phpunit": "~4.8|~5.0", |
||
185 | "predis/predis": "~1.0", |
||
186 | "satooshi/php-coveralls": "~0.6" |
||
187 | }, |
||
188 | "type": "library", |
||
189 | "extra": { |
||
190 | "branch-alias": { |
||
191 | "dev-master": "1.6.x-dev" |
||
192 | } |
||
193 | }, |
||
194 | "autoload": { |
||
195 | "psr-4": { |
||
196 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
197 | } |
||
198 | }, |
||
199 | "notification-url": "https://packagist.org/downloads/", |
||
200 | "license": [ |
||
201 | "MIT" |
||
202 | ], |
||
203 | "authors": [ |
||
204 | { |
||
205 | "name": "Roman Borschel", |
||
206 | "email": "[email protected]" |
||
207 | }, |
||
208 | { |
||
209 | "name": "Benjamin Eberlei", |
||
210 | "email": "[email protected]" |
||
211 | }, |
||
212 | { |
||
213 | "name": "Guilherme Blanco", |
||
214 | "email": "[email protected]" |
||
215 | }, |
||
216 | { |
||
217 | "name": "Jonathan Wage", |
||
218 | "email": "[email protected]" |
||
219 | }, |
||
220 | { |
||
221 | "name": "Johannes Schmitt", |
||
222 | "email": "[email protected]" |
||
223 | } |
||
224 | ], |
||
225 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
226 | "homepage": "http://www.doctrine-project.org", |
||
227 | "keywords": [ |
||
228 | "cache", |
||
229 | "caching" |
||
230 | ], |
||
231 | "time": "2015-12-31 16:37:02" |
||
232 | }, |
||
233 | { |
||
234 | "name": "doctrine/collections", |
||
235 | "version": "v1.3.0", |
||
236 | "source": { |
||
237 | "type": "git", |
||
238 | "url": "https://github.com/doctrine/collections.git", |
||
239 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
240 | }, |
||
241 | "dist": { |
||
242 | "type": "zip", |
||
243 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
244 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
245 | "shasum": "" |
||
246 | }, |
||
247 | "require": { |
||
248 | "php": ">=5.3.2" |
||
249 | }, |
||
250 | "require-dev": { |
||
251 | "phpunit/phpunit": "~4.0" |
||
252 | }, |
||
253 | "type": "library", |
||
254 | "extra": { |
||
255 | "branch-alias": { |
||
256 | "dev-master": "1.2.x-dev" |
||
257 | } |
||
258 | }, |
||
259 | "autoload": { |
||
260 | "psr-0": { |
||
261 | "Doctrine\\Common\\Collections\\": "lib/" |
||
262 | } |
||
263 | }, |
||
264 | "notification-url": "https://packagist.org/downloads/", |
||
265 | "license": [ |
||
266 | "MIT" |
||
267 | ], |
||
268 | "authors": [ |
||
269 | { |
||
270 | "name": "Roman Borschel", |
||
271 | "email": "[email protected]" |
||
272 | }, |
||
273 | { |
||
274 | "name": "Benjamin Eberlei", |
||
275 | "email": "[email protected]" |
||
276 | }, |
||
277 | { |
||
278 | "name": "Guilherme Blanco", |
||
279 | "email": "[email protected]" |
||
280 | }, |
||
281 | { |
||
282 | "name": "Jonathan Wage", |
||
283 | "email": "[email protected]" |
||
284 | }, |
||
285 | { |
||
286 | "name": "Johannes Schmitt", |
||
287 | "email": "[email protected]" |
||
288 | } |
||
289 | ], |
||
290 | "description": "Collections Abstraction library", |
||
291 | "homepage": "http://www.doctrine-project.org", |
||
292 | "keywords": [ |
||
293 | "array", |
||
294 | "collections", |
||
295 | "iterator" |
||
296 | ], |
||
297 | "time": "2015-04-14 22:21:58" |
||
298 | }, |
||
299 | { |
||
300 | "name": "doctrine/common", |
||
301 | "version": "v2.6.1", |
||
302 | "source": { |
||
303 | "type": "git", |
||
304 | "url": "https://github.com/doctrine/common.git", |
||
305 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
306 | }, |
||
307 | "dist": { |
||
308 | "type": "zip", |
||
309 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
310 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
311 | "shasum": "" |
||
312 | }, |
||
313 | "require": { |
||
314 | "doctrine/annotations": "1.*", |
||
315 | "doctrine/cache": "1.*", |
||
316 | "doctrine/collections": "1.*", |
||
317 | "doctrine/inflector": "1.*", |
||
318 | "doctrine/lexer": "1.*", |
||
319 | "php": "~5.5|~7.0" |
||
320 | }, |
||
321 | "require-dev": { |
||
322 | "phpunit/phpunit": "~4.8|~5.0" |
||
323 | }, |
||
324 | "type": "library", |
||
325 | "extra": { |
||
326 | "branch-alias": { |
||
327 | "dev-master": "2.7.x-dev" |
||
328 | } |
||
329 | }, |
||
330 | "autoload": { |
||
331 | "psr-4": { |
||
332 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
333 | } |
||
334 | }, |
||
335 | "notification-url": "https://packagist.org/downloads/", |
||
336 | "license": [ |
||
337 | "MIT" |
||
338 | ], |
||
339 | "authors": [ |
||
340 | { |
||
341 | "name": "Roman Borschel", |
||
342 | "email": "[email protected]" |
||
343 | }, |
||
344 | { |
||
345 | "name": "Benjamin Eberlei", |
||
346 | "email": "[email protected]" |
||
347 | }, |
||
348 | { |
||
349 | "name": "Guilherme Blanco", |
||
350 | "email": "[email protected]" |
||
351 | }, |
||
352 | { |
||
353 | "name": "Jonathan Wage", |
||
354 | "email": "[email protected]" |
||
355 | }, |
||
356 | { |
||
357 | "name": "Johannes Schmitt", |
||
358 | "email": "[email protected]" |
||
359 | } |
||
360 | ], |
||
361 | "description": "Common Library for Doctrine projects", |
||
362 | "homepage": "http://www.doctrine-project.org", |
||
363 | "keywords": [ |
||
364 | "annotations", |
||
365 | "collections", |
||
366 | "eventmanager", |
||
367 | "persistence", |
||
368 | "spl" |
||
369 | ], |
||
370 | "time": "2015-12-25 13:18:31" |
||
371 | }, |
||
372 | { |
||
373 | "name": "doctrine/dbal", |
||
374 | "version": "v2.5.4", |
||
375 | "source": { |
||
376 | "type": "git", |
||
377 | "url": "https://github.com/doctrine/dbal.git", |
||
378 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
379 | }, |
||
380 | "dist": { |
||
381 | "type": "zip", |
||
382 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
383 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
384 | "shasum": "" |
||
385 | }, |
||
386 | "require": { |
||
387 | "doctrine/common": ">=2.4,<2.7-dev", |
||
388 | "php": ">=5.3.2" |
||
389 | }, |
||
390 | "require-dev": { |
||
391 | "phpunit/phpunit": "4.*", |
||
392 | "symfony/console": "2.*" |
||
393 | }, |
||
394 | "suggest": { |
||
395 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
396 | }, |
||
397 | "bin": [ |
||
398 | "bin/doctrine-dbal" |
||
399 | ], |
||
400 | "type": "library", |
||
401 | "extra": { |
||
402 | "branch-alias": { |
||
403 | "dev-master": "2.5.x-dev" |
||
404 | } |
||
405 | }, |
||
406 | "autoload": { |
||
407 | "psr-0": { |
||
408 | "Doctrine\\DBAL\\": "lib/" |
||
409 | } |
||
410 | }, |
||
411 | "notification-url": "https://packagist.org/downloads/", |
||
412 | "license": [ |
||
413 | "MIT" |
||
414 | ], |
||
415 | "authors": [ |
||
416 | { |
||
417 | "name": "Roman Borschel", |
||
418 | "email": "[email protected]" |
||
419 | }, |
||
420 | { |
||
421 | "name": "Benjamin Eberlei", |
||
422 | "email": "[email protected]" |
||
423 | }, |
||
424 | { |
||
425 | "name": "Guilherme Blanco", |
||
426 | "email": "[email protected]" |
||
427 | }, |
||
428 | { |
||
429 | "name": "Jonathan Wage", |
||
430 | "email": "[email protected]" |
||
431 | } |
||
432 | ], |
||
433 | "description": "Database Abstraction Layer", |
||
434 | "homepage": "http://www.doctrine-project.org", |
||
435 | "keywords": [ |
||
436 | "database", |
||
437 | "dbal", |
||
438 | "persistence", |
||
439 | "queryobject" |
||
440 | ], |
||
441 | "time": "2016-01-05 22:11:12" |
||
442 | }, |
||
443 | { |
||
444 | "name": "doctrine/doctrine-bundle", |
||
445 | "version": "1.6.2", |
||
446 | "source": { |
||
447 | "type": "git", |
||
448 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
449 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9" |
||
450 | }, |
||
451 | "dist": { |
||
452 | "type": "zip", |
||
453 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9", |
||
454 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9", |
||
455 | "shasum": "" |
||
456 | }, |
||
457 | "require": { |
||
458 | "doctrine/dbal": "~2.3", |
||
459 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
460 | "jdorn/sql-formatter": "~1.1", |
||
461 | "php": ">=5.3.2", |
||
462 | "symfony/console": "~2.3|~3.0", |
||
463 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
464 | "symfony/framework-bundle": "~2.3|~3.0" |
||
465 | }, |
||
466 | "require-dev": { |
||
467 | "doctrine/orm": "~2.3", |
||
468 | "phpunit/phpunit": "~4", |
||
469 | "satooshi/php-coveralls": "~0.6.1", |
||
470 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
471 | "symfony/validator": "~2.2|~3.0", |
||
472 | "symfony/yaml": "~2.2|~3.0", |
||
473 | "twig/twig": "~1.10" |
||
474 | }, |
||
475 | "suggest": { |
||
476 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
477 | "symfony/web-profiler-bundle": "to use the data collector" |
||
478 | }, |
||
479 | "type": "symfony-bundle", |
||
480 | "extra": { |
||
481 | "branch-alias": { |
||
482 | "dev-master": "1.6.x-dev" |
||
483 | } |
||
484 | }, |
||
485 | "autoload": { |
||
486 | "psr-4": { |
||
487 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
488 | } |
||
489 | }, |
||
490 | "notification-url": "https://packagist.org/downloads/", |
||
491 | "license": [ |
||
492 | "MIT" |
||
493 | ], |
||
494 | "authors": [ |
||
495 | { |
||
496 | "name": "Symfony Community", |
||
497 | "homepage": "http://symfony.com/contributors" |
||
498 | }, |
||
499 | { |
||
500 | "name": "Benjamin Eberlei", |
||
501 | "email": "[email protected]" |
||
502 | }, |
||
503 | { |
||
504 | "name": "Doctrine Project", |
||
505 | "homepage": "http://www.doctrine-project.org/" |
||
506 | }, |
||
507 | { |
||
508 | "name": "Fabien Potencier", |
||
509 | "email": "[email protected]" |
||
510 | } |
||
511 | ], |
||
512 | "description": "Symfony DoctrineBundle", |
||
513 | "homepage": "http://www.doctrine-project.org", |
||
514 | "keywords": [ |
||
515 | "database", |
||
516 | "dbal", |
||
517 | "orm", |
||
518 | "persistence" |
||
519 | ], |
||
520 | "time": "2016-01-10 17:21:44" |
||
521 | }, |
||
522 | { |
||
523 | "name": "doctrine/doctrine-cache-bundle", |
||
524 | "version": "1.3.0", |
||
525 | "source": { |
||
526 | "type": "git", |
||
527 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
528 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
529 | }, |
||
530 | "dist": { |
||
531 | "type": "zip", |
||
532 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
533 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
534 | "shasum": "" |
||
535 | }, |
||
536 | "require": { |
||
537 | "doctrine/cache": "^1.4.2", |
||
538 | "doctrine/inflector": "~1.0", |
||
539 | "php": ">=5.3.2", |
||
540 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
541 | }, |
||
542 | "require-dev": { |
||
543 | "instaclick/coding-standard": "~1.1", |
||
544 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
545 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
546 | "phpunit/phpunit": "~4", |
||
547 | "predis/predis": "~0.8", |
||
548 | "satooshi/php-coveralls": "~0.6.1", |
||
549 | "squizlabs/php_codesniffer": "~1.5", |
||
550 | "symfony/console": "~2.2|~3.0", |
||
551 | "symfony/finder": "~2.2|~3.0", |
||
552 | "symfony/framework-bundle": "~2.2|~3.0", |
||
553 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
554 | "symfony/security-acl": "~2.3|~3.0", |
||
555 | "symfony/validator": "~2.2|~3.0", |
||
556 | "symfony/yaml": "~2.2|~3.0" |
||
557 | }, |
||
558 | "suggest": { |
||
559 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
560 | }, |
||
561 | "type": "symfony-bundle", |
||
562 | "extra": { |
||
563 | "branch-alias": { |
||
564 | "dev-master": "1.2.x-dev" |
||
565 | } |
||
566 | }, |
||
567 | "autoload": { |
||
568 | "psr-4": { |
||
569 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
570 | } |
||
571 | }, |
||
572 | "notification-url": "https://packagist.org/downloads/", |
||
573 | "license": [ |
||
574 | "MIT" |
||
575 | ], |
||
576 | "authors": [ |
||
577 | { |
||
578 | "name": "Symfony Community", |
||
579 | "homepage": "http://symfony.com/contributors" |
||
580 | }, |
||
581 | { |
||
582 | "name": "Benjamin Eberlei", |
||
583 | "email": "[email protected]" |
||
584 | }, |
||
585 | { |
||
586 | "name": "Fabio B. Silva", |
||
587 | "email": "[email protected]" |
||
588 | }, |
||
589 | { |
||
590 | "name": "Guilherme Blanco", |
||
591 | "email": "[email protected]" |
||
592 | }, |
||
593 | { |
||
594 | "name": "Doctrine Project", |
||
595 | "homepage": "http://www.doctrine-project.org/" |
||
596 | }, |
||
597 | { |
||
598 | "name": "Fabien Potencier", |
||
599 | "email": "[email protected]" |
||
600 | } |
||
601 | ], |
||
602 | "description": "Symfony Bundle for Doctrine Cache", |
||
603 | "homepage": "http://www.doctrine-project.org", |
||
604 | "keywords": [ |
||
605 | "cache", |
||
606 | "caching" |
||
607 | ], |
||
608 | "time": "2016-01-26 17:28:51" |
||
609 | }, |
||
610 | { |
||
611 | "name": "doctrine/inflector", |
||
612 | "version": "v1.1.0", |
||
613 | "source": { |
||
614 | "type": "git", |
||
615 | "url": "https://github.com/doctrine/inflector.git", |
||
616 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
617 | }, |
||
618 | "dist": { |
||
619 | "type": "zip", |
||
620 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
621 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
622 | "shasum": "" |
||
623 | }, |
||
624 | "require": { |
||
625 | "php": ">=5.3.2" |
||
626 | }, |
||
627 | "require-dev": { |
||
628 | "phpunit/phpunit": "4.*" |
||
629 | }, |
||
630 | "type": "library", |
||
631 | "extra": { |
||
632 | "branch-alias": { |
||
633 | "dev-master": "1.1.x-dev" |
||
634 | } |
||
635 | }, |
||
636 | "autoload": { |
||
637 | "psr-0": { |
||
638 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
639 | } |
||
640 | }, |
||
641 | "notification-url": "https://packagist.org/downloads/", |
||
642 | "license": [ |
||
643 | "MIT" |
||
644 | ], |
||
645 | "authors": [ |
||
646 | { |
||
647 | "name": "Roman Borschel", |
||
648 | "email": "[email protected]" |
||
649 | }, |
||
650 | { |
||
651 | "name": "Benjamin Eberlei", |
||
652 | "email": "[email protected]" |
||
653 | }, |
||
654 | { |
||
655 | "name": "Guilherme Blanco", |
||
656 | "email": "[email protected]" |
||
657 | }, |
||
658 | { |
||
659 | "name": "Jonathan Wage", |
||
660 | "email": "[email protected]" |
||
661 | }, |
||
662 | { |
||
663 | "name": "Johannes Schmitt", |
||
664 | "email": "[email protected]" |
||
665 | } |
||
666 | ], |
||
667 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
668 | "homepage": "http://www.doctrine-project.org", |
||
669 | "keywords": [ |
||
670 | "inflection", |
||
671 | "pluralize", |
||
672 | "singularize", |
||
673 | "string" |
||
674 | ], |
||
675 | "time": "2015-11-06 14:35:42" |
||
676 | }, |
||
677 | { |
||
678 | "name": "doctrine/instantiator", |
||
679 | "version": "1.0.5", |
||
680 | "source": { |
||
681 | "type": "git", |
||
682 | "url": "https://github.com/doctrine/instantiator.git", |
||
683 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
684 | }, |
||
685 | "dist": { |
||
686 | "type": "zip", |
||
687 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
688 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
689 | "shasum": "" |
||
690 | }, |
||
691 | "require": { |
||
692 | "php": ">=5.3,<8.0-DEV" |
||
693 | }, |
||
694 | "require-dev": { |
||
695 | "athletic/athletic": "~0.1.8", |
||
696 | "ext-pdo": "*", |
||
697 | "ext-phar": "*", |
||
698 | "phpunit/phpunit": "~4.0", |
||
699 | "squizlabs/php_codesniffer": "~2.0" |
||
700 | }, |
||
701 | "type": "library", |
||
702 | "extra": { |
||
703 | "branch-alias": { |
||
704 | "dev-master": "1.0.x-dev" |
||
705 | } |
||
706 | }, |
||
707 | "autoload": { |
||
708 | "psr-4": { |
||
709 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
710 | } |
||
711 | }, |
||
712 | "notification-url": "https://packagist.org/downloads/", |
||
713 | "license": [ |
||
714 | "MIT" |
||
715 | ], |
||
716 | "authors": [ |
||
717 | { |
||
718 | "name": "Marco Pivetta", |
||
719 | "email": "[email protected]", |
||
720 | "homepage": "http://ocramius.github.com/" |
||
721 | } |
||
722 | ], |
||
723 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
724 | "homepage": "https://github.com/doctrine/instantiator", |
||
725 | "keywords": [ |
||
726 | "constructor", |
||
727 | "instantiate" |
||
728 | ], |
||
729 | "time": "2015-06-14 21:17:01" |
||
730 | }, |
||
731 | { |
||
732 | "name": "doctrine/lexer", |
||
733 | "version": "v1.0.1", |
||
734 | "source": { |
||
735 | "type": "git", |
||
736 | "url": "https://github.com/doctrine/lexer.git", |
||
737 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
738 | }, |
||
739 | "dist": { |
||
740 | "type": "zip", |
||
741 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
742 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
743 | "shasum": "" |
||
744 | }, |
||
745 | "require": { |
||
746 | "php": ">=5.3.2" |
||
747 | }, |
||
748 | "type": "library", |
||
749 | "extra": { |
||
750 | "branch-alias": { |
||
751 | "dev-master": "1.0.x-dev" |
||
752 | } |
||
753 | }, |
||
754 | "autoload": { |
||
755 | "psr-0": { |
||
756 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
757 | } |
||
758 | }, |
||
759 | "notification-url": "https://packagist.org/downloads/", |
||
760 | "license": [ |
||
761 | "MIT" |
||
762 | ], |
||
763 | "authors": [ |
||
764 | { |
||
765 | "name": "Roman Borschel", |
||
766 | "email": "[email protected]" |
||
767 | }, |
||
768 | { |
||
769 | "name": "Guilherme Blanco", |
||
770 | "email": "[email protected]" |
||
771 | }, |
||
772 | { |
||
773 | "name": "Johannes Schmitt", |
||
774 | "email": "[email protected]" |
||
775 | } |
||
776 | ], |
||
777 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
778 | "homepage": "http://www.doctrine-project.org", |
||
779 | "keywords": [ |
||
780 | "lexer", |
||
781 | "parser" |
||
782 | ], |
||
783 | "time": "2014-09-09 13:34:57" |
||
784 | }, |
||
785 | { |
||
786 | "name": "doctrine/orm", |
||
787 | "version": "v2.5.4", |
||
788 | "source": { |
||
789 | "type": "git", |
||
790 | "url": "https://github.com/doctrine/doctrine2.git", |
||
791 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
792 | }, |
||
793 | "dist": { |
||
794 | "type": "zip", |
||
795 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
796 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
797 | "shasum": "" |
||
798 | }, |
||
799 | "require": { |
||
800 | "doctrine/cache": "~1.4", |
||
801 | "doctrine/collections": "~1.2", |
||
802 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
803 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
804 | "doctrine/instantiator": "~1.0.1", |
||
805 | "ext-pdo": "*", |
||
806 | "php": ">=5.4", |
||
807 | "symfony/console": "~2.5|~3.0" |
||
808 | }, |
||
809 | "require-dev": { |
||
810 | "phpunit/phpunit": "~4.0", |
||
811 | "symfony/yaml": "~2.3|~3.0" |
||
812 | }, |
||
813 | "suggest": { |
||
814 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
815 | }, |
||
816 | "bin": [ |
||
817 | "bin/doctrine", |
||
818 | "bin/doctrine.php" |
||
819 | ], |
||
820 | "type": "library", |
||
821 | "extra": { |
||
822 | "branch-alias": { |
||
823 | "dev-master": "2.6.x-dev" |
||
824 | } |
||
825 | }, |
||
826 | "autoload": { |
||
827 | "psr-0": { |
||
828 | "Doctrine\\ORM\\": "lib/" |
||
829 | } |
||
830 | }, |
||
831 | "notification-url": "https://packagist.org/downloads/", |
||
832 | "license": [ |
||
833 | "MIT" |
||
834 | ], |
||
835 | "authors": [ |
||
836 | { |
||
837 | "name": "Roman Borschel", |
||
838 | "email": "[email protected]" |
||
839 | }, |
||
840 | { |
||
841 | "name": "Benjamin Eberlei", |
||
842 | "email": "[email protected]" |
||
843 | }, |
||
844 | { |
||
845 | "name": "Guilherme Blanco", |
||
846 | "email": "[email protected]" |
||
847 | }, |
||
848 | { |
||
849 | "name": "Jonathan Wage", |
||
850 | "email": "[email protected]" |
||
851 | } |
||
852 | ], |
||
853 | "description": "Object-Relational-Mapper for PHP", |
||
854 | "homepage": "http://www.doctrine-project.org", |
||
855 | "keywords": [ |
||
856 | "database", |
||
857 | "orm" |
||
858 | ], |
||
859 | "time": "2016-01-05 21:34:58" |
||
860 | }, |
||
861 | { |
||
862 | "name": "gremo/hmac-authentication-bundle", |
||
863 | "version": "v0.1.1", |
||
864 | "source": { |
||
865 | "type": "git", |
||
866 | "url": "https://github.com/drefixs/GremoHmacAuthenticationBundle.git", |
||
867 | "reference": "2b7f4e522e403985afd5bfc930f99e6794c94916" |
||
868 | }, |
||
869 | "dist": { |
||
870 | "type": "zip", |
||
871 | "url": "https://api.github.com/repos/drefixs/GremoHmacAuthenticationBundle/zipball/2b7f4e522e403985afd5bfc930f99e6794c94916", |
||
872 | "reference": "2b7f4e522e403985afd5bfc930f99e6794c94916", |
||
873 | "shasum": "" |
||
874 | }, |
||
875 | "require": { |
||
876 | "php": ">=5.3.3", |
||
877 | "symfony/framework-bundle": "~3.0", |
||
878 | "symfony/security-bundle": "~3.0" |
||
879 | }, |
||
880 | "type": "symfony-bundle", |
||
881 | "autoload": { |
||
882 | "psr-4": { |
||
883 | "Gremo\\HmacAuthenticationBundle\\": "" |
||
884 | } |
||
885 | }, |
||
886 | "license": [ |
||
887 | "MIT" |
||
888 | ], |
||
889 | "authors": [ |
||
890 | { |
||
891 | "name": "Marco Polichetti", |
||
892 | "email": "[email protected]" |
||
893 | } |
||
894 | ], |
||
895 | "description": "Symfony 3 bundle adding REST HMAC HTTP authentication", |
||
896 | "keywords": [ |
||
897 | "REST", |
||
898 | "authentication", |
||
899 | "hmac", |
||
900 | "security" |
||
901 | ], |
||
902 | "support": { |
||
903 | "source": "https://github.com/drefixs/GremoHmacAuthenticationBundle/tree/v0.1.1" |
||
904 | }, |
||
905 | "time": "2016-04-14 07:49:26" |
||
906 | }, |
||
907 | { |
||
908 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
909 | "version": "6.2.0", |
||
910 | "source": { |
||
911 | "type": "git", |
||
912 | "url": "https://github.com/guzzle/guzzle.git", |
||
913 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
914 | }, |
||
915 | "dist": { |
||
916 | "type": "zip", |
||
917 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
918 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
919 | "shasum": "" |
||
920 | }, |
||
921 | "require": { |
||
922 | "guzzlehttp/promises": "~1.0", |
||
923 | "guzzlehttp/psr7": "~1.1", |
||
924 | "php": ">=5.5.0" |
||
925 | }, |
||
926 | "require-dev": { |
||
927 | "ext-curl": "*", |
||
928 | "phpunit/phpunit": "~4.0", |
||
929 | "psr/log": "~1.0" |
||
930 | }, |
||
931 | "type": "library", |
||
932 | "extra": { |
||
933 | "branch-alias": { |
||
934 | "dev-master": "6.2-dev" |
||
935 | } |
||
936 | }, |
||
937 | "autoload": { |
||
938 | "files": [ |
||
939 | "src/functions_include.php" |
||
940 | ], |
||
941 | "psr-4": { |
||
942 | "GuzzleHttp\\": "src/" |
||
943 | } |
||
944 | }, |
||
945 | "notification-url": "https://packagist.org/downloads/", |
||
946 | "license": [ |
||
947 | "MIT" |
||
948 | ], |
||
949 | "authors": [ |
||
950 | { |
||
951 | "name": "Michael Dowling", |
||
952 | "email": "[email protected]", |
||
953 | "homepage": "https://github.com/mtdowling" |
||
954 | } |
||
955 | ], |
||
956 | "description": "Guzzle is a PHP HTTP client library", |
||
957 | "homepage": "http://guzzlephp.org/", |
||
958 | "keywords": [ |
||
959 | "client", |
||
960 | "curl", |
||
961 | "framework", |
||
962 | "http", |
||
963 | "http client", |
||
964 | "rest", |
||
965 | "web service" |
||
966 | ], |
||
967 | "time": "2016-03-21 20:02:09" |
||
968 | }, |
||
969 | { |
||
970 | "name": "guzzlehttp/promises", |
||
971 | "version": "1.2.0", |
||
972 | "source": { |
||
973 | "type": "git", |
||
974 | "url": "https://github.com/guzzle/promises.git", |
||
975 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" |
||
976 | }, |
||
977 | "dist": { |
||
978 | "type": "zip", |
||
979 | "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
980 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
981 | "shasum": "" |
||
982 | }, |
||
983 | "require": { |
||
984 | "php": ">=5.5.0" |
||
985 | }, |
||
986 | "require-dev": { |
||
987 | "phpunit/phpunit": "~4.0" |
||
988 | }, |
||
989 | "type": "library", |
||
990 | "extra": { |
||
991 | "branch-alias": { |
||
992 | "dev-master": "1.0-dev" |
||
993 | } |
||
994 | }, |
||
995 | "autoload": { |
||
996 | "psr-4": { |
||
997 | "GuzzleHttp\\Promise\\": "src/" |
||
998 | }, |
||
999 | "files": [ |
||
1000 | "src/functions_include.php" |
||
1001 | ] |
||
1002 | }, |
||
1003 | "notification-url": "https://packagist.org/downloads/", |
||
1004 | "license": [ |
||
1005 | "MIT" |
||
1006 | ], |
||
1007 | "authors": [ |
||
1008 | { |
||
1009 | "name": "Michael Dowling", |
||
1010 | "email": "[email protected]", |
||
1011 | "homepage": "https://github.com/mtdowling" |
||
1012 | } |
||
1013 | ], |
||
1014 | "description": "Guzzle promises library", |
||
1015 | "keywords": [ |
||
1016 | "promise" |
||
1017 | ], |
||
1018 | "time": "2016-05-18 16:56:05" |
||
1019 | }, |
||
1020 | { |
||
1021 | "name": "guzzlehttp/psr7", |
||
1022 | "version": "1.3.0", |
||
1023 | "source": { |
||
1024 | "type": "git", |
||
1025 | "url": "https://github.com/guzzle/psr7.git", |
||
1026 | "reference": "31382fef2889136415751badebbd1cb022a4ed72" |
||
1027 | }, |
||
1028 | "dist": { |
||
1029 | "type": "zip", |
||
1030 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", |
||
1031 | "reference": "31382fef2889136415751badebbd1cb022a4ed72", |
||
1032 | "shasum": "" |
||
1033 | }, |
||
1034 | "require": { |
||
1035 | "php": ">=5.4.0", |
||
1036 | "psr/http-message": "~1.0" |
||
1037 | }, |
||
1038 | "provide": { |
||
1039 | "psr/http-message-implementation": "1.0" |
||
1040 | }, |
||
1041 | "require-dev": { |
||
1042 | "phpunit/phpunit": "~4.0" |
||
1043 | }, |
||
1044 | "type": "library", |
||
1045 | "extra": { |
||
1046 | "branch-alias": { |
||
1047 | "dev-master": "1.0-dev" |
||
1048 | } |
||
1049 | }, |
||
1050 | "autoload": { |
||
1051 | "psr-4": { |
||
1052 | "GuzzleHttp\\Psr7\\": "src/" |
||
1053 | }, |
||
1054 | "files": [ |
||
1055 | "src/functions_include.php" |
||
1056 | ] |
||
1057 | }, |
||
1058 | "notification-url": "https://packagist.org/downloads/", |
||
1059 | "license": [ |
||
1060 | "MIT" |
||
1061 | ], |
||
1062 | "authors": [ |
||
1063 | { |
||
1064 | "name": "Michael Dowling", |
||
1065 | "email": "[email protected]", |
||
1066 | "homepage": "https://github.com/mtdowling" |
||
1067 | } |
||
1068 | ], |
||
1069 | "description": "PSR-7 message implementation", |
||
1070 | "keywords": [ |
||
1071 | "http", |
||
1072 | "message", |
||
1073 | "stream", |
||
1074 | "uri" |
||
1075 | ], |
||
1076 | "time": "2016-04-13 19:56:01" |
||
1077 | }, |
||
1078 | { |
||
1079 | "name": "incenteev/composer-parameter-handler", |
||
1080 | "version": "v2.1.2", |
||
1081 | "source": { |
||
1082 | "type": "git", |
||
1083 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
1084 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
1085 | }, |
||
1086 | "dist": { |
||
1087 | "type": "zip", |
||
1088 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1089 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1090 | "shasum": "" |
||
1091 | }, |
||
1092 | "require": { |
||
1093 | "php": ">=5.3.3", |
||
1094 | "symfony/yaml": "~2.3|~3.0" |
||
1095 | }, |
||
1096 | "require-dev": { |
||
1097 | "composer/composer": "1.0.*@dev", |
||
1098 | "phpspec/prophecy-phpunit": "~1.0", |
||
1099 | "symfony/filesystem": "~2.2" |
||
1100 | }, |
||
1101 | "type": "library", |
||
1102 | "extra": { |
||
1103 | "branch-alias": { |
||
1104 | "dev-master": "2.1.x-dev" |
||
1105 | } |
||
1106 | }, |
||
1107 | "autoload": { |
||
1108 | "psr-4": { |
||
1109 | "Incenteev\\ParameterHandler\\": "" |
||
1110 | } |
||
1111 | }, |
||
1112 | "notification-url": "https://packagist.org/downloads/", |
||
1113 | "license": [ |
||
1114 | "MIT" |
||
1115 | ], |
||
1116 | "authors": [ |
||
1117 | { |
||
1118 | "name": "Christophe Coevoet", |
||
1119 | "email": "[email protected]" |
||
1120 | } |
||
1121 | ], |
||
1122 | "description": "Composer script handling your ignored parameter file", |
||
1123 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
1124 | "keywords": [ |
||
1125 | "parameters management" |
||
1126 | ], |
||
1127 | "time": "2015-11-10 17:04:01" |
||
1128 | }, |
||
1129 | { |
||
1130 | "name": "jdorn/sql-formatter", |
||
1131 | "version": "v1.2.17", |
||
1132 | "source": { |
||
1133 | "type": "git", |
||
1134 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1135 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1136 | }, |
||
1137 | "dist": { |
||
1138 | "type": "zip", |
||
1139 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1140 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1141 | "shasum": "" |
||
1142 | }, |
||
1143 | "require": { |
||
1144 | "php": ">=5.2.4" |
||
1145 | }, |
||
1146 | "require-dev": { |
||
1147 | "phpunit/phpunit": "3.7.*" |
||
1148 | }, |
||
1149 | "type": "library", |
||
1150 | "extra": { |
||
1151 | "branch-alias": { |
||
1152 | "dev-master": "1.3.x-dev" |
||
1153 | } |
||
1154 | }, |
||
1155 | "autoload": { |
||
1156 | "classmap": [ |
||
1157 | "lib" |
||
1158 | ] |
||
1159 | }, |
||
1160 | "notification-url": "https://packagist.org/downloads/", |
||
1161 | "license": [ |
||
1162 | "MIT" |
||
1163 | ], |
||
1164 | "authors": [ |
||
1165 | { |
||
1166 | "name": "Jeremy Dorn", |
||
1167 | "email": "[email protected]", |
||
1168 | "homepage": "http://jeremydorn.com/" |
||
1169 | } |
||
1170 | ], |
||
1171 | "description": "a PHP SQL highlighting library", |
||
1172 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1173 | "keywords": [ |
||
1174 | "highlight", |
||
1175 | "sql" |
||
1176 | ], |
||
1177 | "time": "2014-01-12 16:20:24" |
||
1178 | }, |
||
1179 | { |
||
1180 | "name": "jms/metadata", |
||
1181 | "version": "1.5.1", |
||
1182 | "source": { |
||
1183 | "type": "git", |
||
1184 | "url": "https://github.com/schmittjoh/metadata.git", |
||
1185 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
1186 | }, |
||
1187 | "dist": { |
||
1188 | "type": "zip", |
||
1189 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1190 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1191 | "shasum": "" |
||
1192 | }, |
||
1193 | "require": { |
||
1194 | "php": ">=5.3.0" |
||
1195 | }, |
||
1196 | "require-dev": { |
||
1197 | "doctrine/cache": "~1.0" |
||
1198 | }, |
||
1199 | "type": "library", |
||
1200 | "extra": { |
||
1201 | "branch-alias": { |
||
1202 | "dev-master": "1.5.x-dev" |
||
1203 | } |
||
1204 | }, |
||
1205 | "autoload": { |
||
1206 | "psr-0": { |
||
1207 | "Metadata\\": "src/" |
||
1208 | } |
||
1209 | }, |
||
1210 | "notification-url": "https://packagist.org/downloads/", |
||
1211 | "license": [ |
||
1212 | "Apache" |
||
1213 | ], |
||
1214 | "authors": [ |
||
1215 | { |
||
1216 | "name": "Johannes Schmitt", |
||
1217 | "email": "[email protected]", |
||
1218 | "homepage": "https://github.com/schmittjoh", |
||
1219 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1220 | } |
||
1221 | ], |
||
1222 | "description": "Class/method/property metadata management in PHP", |
||
1223 | "keywords": [ |
||
1224 | "annotations", |
||
1225 | "metadata", |
||
1226 | "xml", |
||
1227 | "yaml" |
||
1228 | ], |
||
1229 | "time": "2014-07-12 07:13:19" |
||
1230 | }, |
||
1231 | { |
||
1232 | "name": "jms/parser-lib", |
||
1233 | "version": "1.0.0", |
||
1234 | "source": { |
||
1235 | "type": "git", |
||
1236 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
1237 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
1238 | }, |
||
1239 | "dist": { |
||
1240 | "type": "zip", |
||
1241 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
1242 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
1243 | "shasum": "" |
||
1244 | }, |
||
1245 | "require": { |
||
1246 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
1247 | }, |
||
1248 | "type": "library", |
||
1249 | "extra": { |
||
1250 | "branch-alias": { |
||
1251 | "dev-master": "1.0-dev" |
||
1252 | } |
||
1253 | }, |
||
1254 | "autoload": { |
||
1255 | "psr-0": { |
||
1256 | "JMS\\": "src/" |
||
1257 | } |
||
1258 | }, |
||
1259 | "notification-url": "https://packagist.org/downloads/", |
||
1260 | "license": [ |
||
1261 | "Apache2" |
||
1262 | ], |
||
1263 | "description": "A library for easily creating recursive-descent parsers.", |
||
1264 | "time": "2012-11-18 18:08:43" |
||
1265 | }, |
||
1266 | { |
||
1267 | "name": "jms/serializer", |
||
1268 | "version": "1.1.0", |
||
1269 | "source": { |
||
1270 | "type": "git", |
||
1271 | "url": "https://github.com/schmittjoh/serializer.git", |
||
1272 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48" |
||
1273 | }, |
||
1274 | "dist": { |
||
1275 | "type": "zip", |
||
1276 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
1277 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
1278 | "shasum": "" |
||
1279 | }, |
||
1280 | "require": { |
||
1281 | "doctrine/annotations": "1.*", |
||
1282 | "doctrine/instantiator": "~1.0.3", |
||
1283 | "jms/metadata": "~1.1", |
||
1284 | "jms/parser-lib": "1.*", |
||
1285 | "php": ">=5.4.0", |
||
1286 | "phpcollection/phpcollection": "~0.1" |
||
1287 | }, |
||
1288 | "conflict": { |
||
1289 | "twig/twig": "<1.12" |
||
1290 | }, |
||
1291 | "require-dev": { |
||
1292 | "doctrine/orm": "~2.1", |
||
1293 | "doctrine/phpcr-odm": "~1.0.1", |
||
1294 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
1295 | "phpunit/phpunit": "~4.0", |
||
1296 | "propel/propel1": "~1.7", |
||
1297 | "symfony/filesystem": "2.*", |
||
1298 | "symfony/form": "~2.1", |
||
1299 | "symfony/translation": "~2.0", |
||
1300 | "symfony/validator": "~2.0", |
||
1301 | "symfony/yaml": "2.*", |
||
1302 | "twig/twig": "~1.12|~2.0" |
||
1303 | }, |
||
1304 | "suggest": { |
||
1305 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
1306 | }, |
||
1307 | "type": "library", |
||
1308 | "extra": { |
||
1309 | "branch-alias": { |
||
1310 | "dev-master": "1.1-dev" |
||
1311 | } |
||
1312 | }, |
||
1313 | "autoload": { |
||
1314 | "psr-0": { |
||
1315 | "JMS\\Serializer": "src/" |
||
1316 | } |
||
1317 | }, |
||
1318 | "notification-url": "https://packagist.org/downloads/", |
||
1319 | "license": [ |
||
1320 | "Apache2" |
||
1321 | ], |
||
1322 | "authors": [ |
||
1323 | { |
||
1324 | "name": "Johannes M. Schmitt", |
||
1325 | "email": "[email protected]" |
||
1326 | } |
||
1327 | ], |
||
1328 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
1329 | "homepage": "http://jmsyst.com/libs/serializer", |
||
1330 | "keywords": [ |
||
1331 | "deserialization", |
||
1332 | "jaxb", |
||
1333 | "json", |
||
1334 | "serialization", |
||
1335 | "xml" |
||
1336 | ], |
||
1337 | "time": "2015-10-27 09:24:41" |
||
1338 | }, |
||
1339 | { |
||
1340 | "name": "jms/serializer-bundle", |
||
1341 | "version": "1.1.0", |
||
1342 | "target-dir": "JMS/SerializerBundle", |
||
1343 | "source": { |
||
1344 | "type": "git", |
||
1345 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
||
1346 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" |
||
1347 | }, |
||
1348 | "dist": { |
||
1349 | "type": "zip", |
||
1350 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
1351 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
1352 | "shasum": "" |
||
1353 | }, |
||
1354 | "require": { |
||
1355 | "jms/serializer": "^1.0.0", |
||
1356 | "php": ">=5.4.0", |
||
1357 | "phpoption/phpoption": "^1.1.0", |
||
1358 | "symfony/framework-bundle": "~2.3|~3.0" |
||
1359 | }, |
||
1360 | "require-dev": { |
||
1361 | "doctrine/doctrine-bundle": "*", |
||
1362 | "doctrine/orm": "*", |
||
1363 | "symfony/browser-kit": "*", |
||
1364 | "symfony/class-loader": "*", |
||
1365 | "symfony/css-selector": "*", |
||
1366 | "symfony/finder": "*", |
||
1367 | "symfony/form": "*", |
||
1368 | "symfony/process": "*", |
||
1369 | "symfony/stopwatch": "*", |
||
1370 | "symfony/twig-bundle": "*", |
||
1371 | "symfony/validator": "*", |
||
1372 | "symfony/yaml": "*" |
||
1373 | }, |
||
1374 | "suggest": { |
||
1375 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" |
||
1376 | }, |
||
1377 | "type": "symfony-bundle", |
||
1378 | "extra": { |
||
1379 | "branch-alias": { |
||
1380 | "dev-master": "1.1-dev" |
||
1381 | } |
||
1382 | }, |
||
1383 | "autoload": { |
||
1384 | "psr-0": { |
||
1385 | "JMS\\SerializerBundle": "" |
||
1386 | } |
||
1387 | }, |
||
1388 | "notification-url": "https://packagist.org/downloads/", |
||
1389 | "license": [ |
||
1390 | "Apache2" |
||
1391 | ], |
||
1392 | "authors": [ |
||
1393 | { |
||
1394 | "name": "Johannes M. Schmitt", |
||
1395 | "email": "[email protected]" |
||
1396 | } |
||
1397 | ], |
||
1398 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
||
1399 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
||
1400 | "keywords": [ |
||
1401 | "deserialization", |
||
1402 | "jaxb", |
||
1403 | "json", |
||
1404 | "serialization", |
||
1405 | "xml" |
||
1406 | ], |
||
1407 | "time": "2015-11-10 12:26:42" |
||
1408 | }, |
||
1409 | { |
||
1410 | "name": "justinrainbow/json-schema", |
||
1411 | "version": "1.6.1", |
||
1412 | "source": { |
||
1413 | "type": "git", |
||
1414 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
1415 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" |
||
1416 | }, |
||
1417 | "dist": { |
||
1418 | "type": "zip", |
||
1419 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
1420 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
1421 | "shasum": "" |
||
1422 | }, |
||
1423 | "require": { |
||
1424 | "php": ">=5.3.29" |
||
1425 | }, |
||
1426 | "require-dev": { |
||
1427 | "json-schema/json-schema-test-suite": "1.1.0", |
||
1428 | "phpdocumentor/phpdocumentor": "~2", |
||
1429 | "phpunit/phpunit": "~3.7" |
||
1430 | }, |
||
1431 | "bin": [ |
||
1432 | "bin/validate-json" |
||
1433 | ], |
||
1434 | "type": "library", |
||
1435 | "extra": { |
||
1436 | "branch-alias": { |
||
1437 | "dev-master": "1.6.x-dev" |
||
1438 | } |
||
1439 | }, |
||
1440 | "autoload": { |
||
1441 | "psr-4": { |
||
1442 | "JsonSchema\\": "src/JsonSchema/" |
||
1443 | } |
||
1444 | }, |
||
1445 | "notification-url": "https://packagist.org/downloads/", |
||
1446 | "license": [ |
||
1447 | "BSD-3-Clause" |
||
1448 | ], |
||
1449 | "authors": [ |
||
1450 | { |
||
1451 | "name": "Bruno Prieto Reis", |
||
1452 | "email": "[email protected]" |
||
1453 | }, |
||
1454 | { |
||
1455 | "name": "Justin Rainbow", |
||
1456 | "email": "[email protected]" |
||
1457 | }, |
||
1458 | { |
||
1459 | "name": "Igor Wiedler", |
||
1460 | "email": "[email protected]" |
||
1461 | }, |
||
1462 | { |
||
1463 | "name": "Robert Schönthal", |
||
1464 | "email": "[email protected]" |
||
1465 | } |
||
1466 | ], |
||
1467 | "description": "A library to validate a json schema.", |
||
1468 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
1469 | "keywords": [ |
||
1470 | "json", |
||
1471 | "schema" |
||
1472 | ], |
||
1473 | "time": "2016-01-25 15:43:01" |
||
1474 | }, |
||
1475 | { |
||
1476 | "name": "monolog/monolog", |
||
1477 | "version": "1.19.0", |
||
1478 | "source": { |
||
1479 | "type": "git", |
||
1480 | "url": "https://github.com/Seldaek/monolog.git", |
||
1481 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" |
||
1482 | }, |
||
1483 | "dist": { |
||
1484 | "type": "zip", |
||
1485 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
1486 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
1487 | "shasum": "" |
||
1488 | }, |
||
1489 | "require": { |
||
1490 | "php": ">=5.3.0", |
||
1491 | "psr/log": "~1.0" |
||
1492 | }, |
||
1493 | "provide": { |
||
1494 | "psr/log-implementation": "1.0.0" |
||
1495 | }, |
||
1496 | "require-dev": { |
||
1497 | "aws/aws-sdk-php": "^2.4.9", |
||
1498 | "doctrine/couchdb": "~1.0@dev", |
||
1499 | "graylog2/gelf-php": "~1.0", |
||
1500 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1501 | "php-amqplib/php-amqplib": "~2.4", |
||
1502 | "php-console/php-console": "^3.1.3", |
||
1503 | "phpunit/phpunit": "~4.5", |
||
1504 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1505 | "raven/raven": "^0.13", |
||
1506 | "ruflin/elastica": ">=0.90 <3.0", |
||
1507 | "swiftmailer/swiftmailer": "~5.3" |
||
1508 | }, |
||
1509 | "suggest": { |
||
1510 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1511 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1512 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1513 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1514 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1515 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1516 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1517 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1518 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
1519 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1520 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
1521 | }, |
||
1522 | "type": "library", |
||
1523 | "extra": { |
||
1524 | "branch-alias": { |
||
1525 | "dev-master": "2.0.x-dev" |
||
1526 | } |
||
1527 | }, |
||
1528 | "autoload": { |
||
1529 | "psr-4": { |
||
1530 | "Monolog\\": "src/Monolog" |
||
1531 | } |
||
1532 | }, |
||
1533 | "notification-url": "https://packagist.org/downloads/", |
||
1534 | "license": [ |
||
1535 | "MIT" |
||
1536 | ], |
||
1537 | "authors": [ |
||
1538 | { |
||
1539 | "name": "Jordi Boggiano", |
||
1540 | "email": "[email protected]", |
||
1541 | "homepage": "http://seld.be" |
||
1542 | } |
||
1543 | ], |
||
1544 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1545 | "homepage": "http://github.com/Seldaek/monolog", |
||
1546 | "keywords": [ |
||
1547 | "log", |
||
1548 | "logging", |
||
1549 | "psr-3" |
||
1550 | ], |
||
1551 | "time": "2016-04-12 18:29:35" |
||
1552 | }, |
||
1553 | { |
||
1554 | "name": "mtdowling/cron-expression", |
||
1555 | "version": "v1.1.0", |
||
1556 | "source": { |
||
1557 | "type": "git", |
||
1558 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
1559 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
1560 | }, |
||
1561 | "dist": { |
||
1562 | "type": "zip", |
||
1563 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1564 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1565 | "shasum": "" |
||
1566 | }, |
||
1567 | "require": { |
||
1568 | "php": ">=5.3.2" |
||
1569 | }, |
||
1570 | "require-dev": { |
||
1571 | "phpunit/phpunit": "~4.0|~5.0" |
||
1572 | }, |
||
1573 | "type": "library", |
||
1574 | "autoload": { |
||
1575 | "psr-0": { |
||
1576 | "Cron": "src/" |
||
1577 | } |
||
1578 | }, |
||
1579 | "notification-url": "https://packagist.org/downloads/", |
||
1580 | "license": [ |
||
1581 | "MIT" |
||
1582 | ], |
||
1583 | "authors": [ |
||
1584 | { |
||
1585 | "name": "Michael Dowling", |
||
1586 | "email": "[email protected]", |
||
1587 | "homepage": "https://github.com/mtdowling" |
||
1588 | } |
||
1589 | ], |
||
1590 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
1591 | "keywords": [ |
||
1592 | "cron", |
||
1593 | "schedule" |
||
1594 | ], |
||
1595 | "time": "2016-01-26 21:23:30" |
||
1596 | }, |
||
1597 | { |
||
1598 | "name": "padraic/humbug_get_contents", |
||
1599 | "version": "1.0.4", |
||
1600 | "source": { |
||
1601 | "type": "git", |
||
1602 | "url": "https://github.com/padraic/file_get_contents.git", |
||
1603 | "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a" |
||
1604 | }, |
||
1605 | "dist": { |
||
1606 | "type": "zip", |
||
1607 | "url": "https://api.github.com/repos/padraic/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a", |
||
1608 | "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a", |
||
1609 | "shasum": "" |
||
1610 | }, |
||
1611 | "require": { |
||
1612 | "php": ">=5.3" |
||
1613 | }, |
||
1614 | "require-dev": { |
||
1615 | "phpunit/phpunit": "~4.0" |
||
1616 | }, |
||
1617 | "type": "library", |
||
1618 | "extra": { |
||
1619 | "branch-alias": { |
||
1620 | "dev-master": "1.0-dev" |
||
1621 | } |
||
1622 | }, |
||
1623 | "autoload": { |
||
1624 | "psr-4": { |
||
1625 | "Humbug\\": "src/Humbug/" |
||
1626 | }, |
||
1627 | "files": [ |
||
1628 | "src/function.php" |
||
1629 | ] |
||
1630 | }, |
||
1631 | "notification-url": "https://packagist.org/downloads/", |
||
1632 | "license": [ |
||
1633 | "BSD-3-Clause" |
||
1634 | ], |
||
1635 | "authors": [ |
||
1636 | { |
||
1637 | "name": "Pádraic Brady", |
||
1638 | "email": "[email protected]", |
||
1639 | "homepage": "http://blog.astrumfutura.com" |
||
1640 | } |
||
1641 | ], |
||
1642 | "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+", |
||
1643 | "homepage": "https://github.com/padraic/file_get_contents", |
||
1644 | "keywords": [ |
||
1645 | "download", |
||
1646 | "file_get_contents", |
||
1647 | "http", |
||
1648 | "https", |
||
1649 | "ssl", |
||
1650 | "tls" |
||
1651 | ], |
||
1652 | "time": "2015-04-22 18:45:00" |
||
1653 | }, |
||
1654 | { |
||
1655 | "name": "padraic/phar-updater", |
||
1656 | "version": "1.0.3", |
||
1657 | "source": { |
||
1658 | "type": "git", |
||
1659 | "url": "https://github.com/padraic/phar-updater.git", |
||
1660 | "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8" |
||
1661 | }, |
||
1662 | "dist": { |
||
1663 | "type": "zip", |
||
1664 | "url": "https://api.github.com/repos/padraic/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8", |
||
1665 | "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8", |
||
1666 | "shasum": "" |
||
1667 | }, |
||
1668 | "require": { |
||
1669 | "padraic/humbug_get_contents": "^1.0", |
||
1670 | "php": ">=5.3.3" |
||
1671 | }, |
||
1672 | "require-dev": { |
||
1673 | "phpunit/phpunit": "~4.0" |
||
1674 | }, |
||
1675 | "type": "library", |
||
1676 | "extra": { |
||
1677 | "branch-alias": { |
||
1678 | "dev-master": "1.0-dev" |
||
1679 | } |
||
1680 | }, |
||
1681 | "autoload": { |
||
1682 | "psr-4": { |
||
1683 | "Humbug\\SelfUpdate\\": "src/" |
||
1684 | } |
||
1685 | }, |
||
1686 | "notification-url": "https://packagist.org/downloads/", |
||
1687 | "license": [ |
||
1688 | "BSD-3-Clause" |
||
1689 | ], |
||
1690 | "authors": [ |
||
1691 | { |
||
1692 | "name": "Pádraic Brady", |
||
1693 | "email": "[email protected]", |
||
1694 | "homepage": "http://blog.astrumfutura.com" |
||
1695 | } |
||
1696 | ], |
||
1697 | "description": "A thing to make PHAR self-updating easy and secure.", |
||
1698 | "keywords": [ |
||
1699 | "humbug", |
||
1700 | "phar", |
||
1701 | "self-update", |
||
1702 | "update" |
||
1703 | ], |
||
1704 | "time": "2016-01-05 23:08:01" |
||
1705 | }, |
||
1706 | { |
||
1707 | "name": "paragonie/random_compat", |
||
1708 | "version": "v2.0.2", |
||
1709 | "source": { |
||
1710 | "type": "git", |
||
1711 | "url": "https://github.com/paragonie/random_compat.git", |
||
1712 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
1713 | }, |
||
1714 | "dist": { |
||
1715 | "type": "zip", |
||
1716 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
1717 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
1718 | "shasum": "" |
||
1719 | }, |
||
1720 | "require": { |
||
1721 | "php": ">=5.2.0" |
||
1722 | }, |
||
1723 | "require-dev": { |
||
1724 | "phpunit/phpunit": "4.*|5.*" |
||
1725 | }, |
||
1726 | "suggest": { |
||
1727 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1728 | }, |
||
1729 | "type": "library", |
||
1730 | "autoload": { |
||
1731 | "files": [ |
||
1732 | "lib/random.php" |
||
1733 | ] |
||
1734 | }, |
||
1735 | "notification-url": "https://packagist.org/downloads/", |
||
1736 | "license": [ |
||
1737 | "MIT" |
||
1738 | ], |
||
1739 | "authors": [ |
||
1740 | { |
||
1741 | "name": "Paragon Initiative Enterprises", |
||
1742 | "email": "[email protected]", |
||
1743 | "homepage": "https://paragonie.com" |
||
1744 | } |
||
1745 | ], |
||
1746 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1747 | "keywords": [ |
||
1748 | "csprng", |
||
1749 | "pseudorandom", |
||
1750 | "random" |
||
1751 | ], |
||
1752 | "time": "2016-04-03 06:00:07" |
||
1753 | }, |
||
1754 | { |
||
1755 | "name": "php-http/client-common", |
||
1756 | "version": "v1.1.0", |
||
1757 | "source": { |
||
1758 | "type": "git", |
||
1759 | "url": "https://github.com/php-http/client-common.git", |
||
1760 | "reference": "1c09aab88fec3eca280e9e9f486ab524285412a0" |
||
1761 | }, |
||
1762 | "dist": { |
||
1763 | "type": "zip", |
||
1764 | "url": "https://api.github.com/repos/php-http/client-common/zipball/1c09aab88fec3eca280e9e9f486ab524285412a0", |
||
1765 | "reference": "1c09aab88fec3eca280e9e9f486ab524285412a0", |
||
1766 | "shasum": "" |
||
1767 | }, |
||
1768 | "require": { |
||
1769 | "php": ">=5.4", |
||
1770 | "php-http/httplug": "^1.0", |
||
1771 | "php-http/message": "^1.2", |
||
1772 | "php-http/message-factory": "^1.0", |
||
1773 | "symfony/options-resolver": "^2.6|^3.0" |
||
1774 | }, |
||
1775 | "require-dev": { |
||
1776 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
1777 | "phpspec/phpspec": "^2.4" |
||
1778 | }, |
||
1779 | "type": "library", |
||
1780 | "extra": { |
||
1781 | "branch-alias": { |
||
1782 | "dev-master": "1.2-dev" |
||
1783 | } |
||
1784 | }, |
||
1785 | "autoload": { |
||
1786 | "psr-4": { |
||
1787 | "Http\\Client\\Common\\": "src/" |
||
1788 | } |
||
1789 | }, |
||
1790 | "notification-url": "https://packagist.org/downloads/", |
||
1791 | "license": [ |
||
1792 | "MIT" |
||
1793 | ], |
||
1794 | "authors": [ |
||
1795 | { |
||
1796 | "name": "Márk Sági-Kazár", |
||
1797 | "email": "[email protected]" |
||
1798 | } |
||
1799 | ], |
||
1800 | "description": "Common HTTP Client implementations and tools for HTTPlug", |
||
1801 | "homepage": "http://httplug.io", |
||
1802 | "keywords": [ |
||
1803 | "client", |
||
1804 | "common", |
||
1805 | "http", |
||
1806 | "httplug" |
||
1807 | ], |
||
1808 | "time": "2016-05-04 06:04:52" |
||
1809 | }, |
||
1810 | { |
||
1811 | "name": "php-http/discovery", |
||
1812 | "version": "v0.8.0", |
||
1813 | "source": { |
||
1814 | "type": "git", |
||
1815 | "url": "https://github.com/php-http/discovery.git", |
||
1816 | "reference": "fac1240e8a070b3e2f0e38606941de80c849fa53" |
||
1817 | }, |
||
1818 | "dist": { |
||
1819 | "type": "zip", |
||
1820 | "url": "https://api.github.com/repos/php-http/discovery/zipball/fac1240e8a070b3e2f0e38606941de80c849fa53", |
||
1821 | "reference": "fac1240e8a070b3e2f0e38606941de80c849fa53", |
||
1822 | "shasum": "" |
||
1823 | }, |
||
1824 | "require": { |
||
1825 | "php": "^5.4|7.*" |
||
1826 | }, |
||
1827 | "require-dev": { |
||
1828 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
1829 | "php-http/httplug": "^1.0", |
||
1830 | "php-http/message-factory": "^1.0", |
||
1831 | "phpspec/phpspec": "^2.4", |
||
1832 | "puli/composer-plugin": "1.0.0-beta9" |
||
1833 | }, |
||
1834 | "suggest": { |
||
1835 | "php-http/message": "Allow to use Guzzle or Diactoros factories", |
||
1836 | "puli/composer-plugin": "Sets up Puli which is required for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details." |
||
1837 | }, |
||
1838 | "bin": [ |
||
1839 | "bin/puli.phar" |
||
1840 | ], |
||
1841 | "type": "library", |
||
1842 | "extra": { |
||
1843 | "branch-alias": { |
||
1844 | "dev-master": "0.9-dev" |
||
1845 | } |
||
1846 | }, |
||
1847 | "autoload": { |
||
1848 | "psr-4": { |
||
1849 | "Http\\Discovery\\": "src/" |
||
1850 | } |
||
1851 | }, |
||
1852 | "notification-url": "https://packagist.org/downloads/", |
||
1853 | "license": [ |
||
1854 | "MIT" |
||
1855 | ], |
||
1856 | "authors": [ |
||
1857 | { |
||
1858 | "name": "Márk Sági-Kazár", |
||
1859 | "email": "[email protected]" |
||
1860 | } |
||
1861 | ], |
||
1862 | "description": "Finds installed HTTPlug implementations and PSR-7 message factories", |
||
1863 | "homepage": "http://httplug.io", |
||
1864 | "keywords": [ |
||
1865 | "adapter", |
||
1866 | "client", |
||
1867 | "discovery", |
||
1868 | "factory", |
||
1869 | "http", |
||
1870 | "message" |
||
1871 | ], |
||
1872 | "time": "2016-02-11 09:53:37" |
||
1873 | }, |
||
1874 | { |
||
1875 | "name": "php-http/guzzle6-adapter", |
||
1876 | "version": "v1.1.1", |
||
1877 | "source": { |
||
1878 | "type": "git", |
||
1879 | "url": "https://github.com/php-http/guzzle6-adapter.git", |
||
1880 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" |
||
1881 | }, |
||
1882 | "dist": { |
||
1883 | "type": "zip", |
||
1884 | "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", |
||
1885 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", |
||
1886 | "shasum": "" |
||
1887 | }, |
||
1888 | "require": { |
||
1889 | "guzzlehttp/guzzle": "^6.0", |
||
1890 | "php": ">=5.5.0", |
||
1891 | "php-http/httplug": "^1.0" |
||
1892 | }, |
||
1893 | "provide": { |
||
1894 | "php-http/async-client-implementation": "1.0", |
||
1895 | "php-http/client-implementation": "1.0" |
||
1896 | }, |
||
1897 | "require-dev": { |
||
1898 | "ext-curl": "*", |
||
1899 | "php-http/adapter-integration-tests": "^0.4" |
||
1900 | }, |
||
1901 | "type": "library", |
||
1902 | "extra": { |
||
1903 | "branch-alias": { |
||
1904 | "dev-master": "1.2-dev" |
||
1905 | } |
||
1906 | }, |
||
1907 | "autoload": { |
||
1908 | "psr-4": { |
||
1909 | "Http\\Adapter\\Guzzle6\\": "src/" |
||
1910 | } |
||
1911 | }, |
||
1912 | "notification-url": "https://packagist.org/downloads/", |
||
1913 | "license": [ |
||
1914 | "MIT" |
||
1915 | ], |
||
1916 | "authors": [ |
||
1917 | { |
||
1918 | "name": "Márk Sági-Kazár", |
||
1919 | "email": "[email protected]" |
||
1920 | }, |
||
1921 | { |
||
1922 | "name": "David de Boer", |
||
1923 | "email": "[email protected]" |
||
1924 | } |
||
1925 | ], |
||
1926 | "description": "Guzzle 6 HTTP Adapter", |
||
1927 | "homepage": "http://httplug.io", |
||
1928 | "keywords": [ |
||
1929 | "Guzzle", |
||
1930 | "http" |
||
1931 | ], |
||
1932 | "time": "2016-05-10 06:13:32" |
||
1933 | }, |
||
1934 | { |
||
1935 | "name": "php-http/httplug", |
||
1936 | "version": "v1.0.0", |
||
1937 | "source": { |
||
1938 | "type": "git", |
||
1939 | "url": "https://github.com/php-http/httplug.git", |
||
1940 | "reference": "2061047ca53a08a6b8f52e997b2a76f386b397dd" |
||
1941 | }, |
||
1942 | "dist": { |
||
1943 | "type": "zip", |
||
1944 | "url": "https://api.github.com/repos/php-http/httplug/zipball/2061047ca53a08a6b8f52e997b2a76f386b397dd", |
||
1945 | "reference": "2061047ca53a08a6b8f52e997b2a76f386b397dd", |
||
1946 | "shasum": "" |
||
1947 | }, |
||
1948 | "require": { |
||
1949 | "php": ">=5.4", |
||
1950 | "php-http/promise": "^1.0", |
||
1951 | "psr/http-message": "^1.0" |
||
1952 | }, |
||
1953 | "require-dev": { |
||
1954 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
1955 | "phpspec/phpspec": "^2.4" |
||
1956 | }, |
||
1957 | "type": "library", |
||
1958 | "extra": { |
||
1959 | "branch-alias": { |
||
1960 | "dev-master": "1.1-dev" |
||
1961 | } |
||
1962 | }, |
||
1963 | "autoload": { |
||
1964 | "psr-4": { |
||
1965 | "Http\\Client\\": "src/" |
||
1966 | } |
||
1967 | }, |
||
1968 | "notification-url": "https://packagist.org/downloads/", |
||
1969 | "license": [ |
||
1970 | "MIT" |
||
1971 | ], |
||
1972 | "authors": [ |
||
1973 | { |
||
1974 | "name": "Eric GELOEN", |
||
1975 | "email": "[email protected]" |
||
1976 | }, |
||
1977 | { |
||
1978 | "name": "Márk Sági-Kazár", |
||
1979 | "email": "[email protected]" |
||
1980 | } |
||
1981 | ], |
||
1982 | "description": "HTTPlug, the HTTP client abstraction for PHP", |
||
1983 | "homepage": "http://httplug.io", |
||
1984 | "keywords": [ |
||
1985 | "client", |
||
1986 | "http" |
||
1987 | ], |
||
1988 | "time": "2016-01-26 14:34:50" |
||
1989 | }, |
||
1990 | { |
||
1991 | "name": "php-http/message", |
||
1992 | "version": "v1.2.0", |
||
1993 | "source": { |
||
1994 | "type": "git", |
||
1995 | "url": "https://github.com/php-http/message.git", |
||
1996 | "reference": "c8fadec9533f5e34a8a730a947fa76363f3aa620" |
||
1997 | }, |
||
1998 | "dist": { |
||
1999 | "type": "zip", |
||
2000 | "url": "https://api.github.com/repos/php-http/message/zipball/c8fadec9533f5e34a8a730a947fa76363f3aa620", |
||
2001 | "reference": "c8fadec9533f5e34a8a730a947fa76363f3aa620", |
||
2002 | "shasum": "" |
||
2003 | }, |
||
2004 | "require": { |
||
2005 | "clue/stream-filter": "^1.3", |
||
2006 | "php": ">=5.4", |
||
2007 | "php-http/message-factory": "^1.0.2", |
||
2008 | "psr/http-message": "^1.0" |
||
2009 | }, |
||
2010 | "require-dev": { |
||
2011 | "coduo/phpspec-data-provider-extension": "^1.0", |
||
2012 | "ext-zlib": "*", |
||
2013 | "guzzlehttp/psr7": "^1.0", |
||
2014 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
2015 | "phpspec/phpspec": "^2.4", |
||
2016 | "zendframework/zend-diactoros": "^1.0" |
||
2017 | }, |
||
2018 | "suggest": { |
||
2019 | "ext-zlib": "Used with compressor/decompressor streams", |
||
2020 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", |
||
2021 | "zendframework/zend-diactoros": "Used with Diactoros Factories" |
||
2022 | }, |
||
2023 | "type": "library", |
||
2024 | "extra": { |
||
2025 | "branch-alias": { |
||
2026 | "dev-master": "1.3-dev" |
||
2027 | } |
||
2028 | }, |
||
2029 | "autoload": { |
||
2030 | "psr-4": { |
||
2031 | "Http\\Message\\": "src/" |
||
2032 | }, |
||
2033 | "files": [ |
||
2034 | "src/filters.php" |
||
2035 | ] |
||
2036 | }, |
||
2037 | "notification-url": "https://packagist.org/downloads/", |
||
2038 | "license": [ |
||
2039 | "MIT" |
||
2040 | ], |
||
2041 | "authors": [ |
||
2042 | { |
||
2043 | "name": "Márk Sági-Kazár", |
||
2044 | "email": "[email protected]" |
||
2045 | } |
||
2046 | ], |
||
2047 | "description": "HTTP Message related tools", |
||
2048 | "homepage": "http://php-http.org", |
||
2049 | "keywords": [ |
||
2050 | "http", |
||
2051 | "message", |
||
2052 | "psr-7" |
||
2053 | ], |
||
2054 | "time": "2016-03-29 20:44:24" |
||
2055 | }, |
||
2056 | { |
||
2057 | "name": "php-http/message-factory", |
||
2058 | "version": "v1.0.2", |
||
2059 | "source": { |
||
2060 | "type": "git", |
||
2061 | "url": "https://github.com/php-http/message-factory.git", |
||
2062 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
||
2063 | }, |
||
2064 | "dist": { |
||
2065 | "type": "zip", |
||
2066 | "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
2067 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
2068 | "shasum": "" |
||
2069 | }, |
||
2070 | "require": { |
||
2071 | "php": ">=5.4", |
||
2072 | "psr/http-message": "^1.0" |
||
2073 | }, |
||
2074 | "type": "library", |
||
2075 | "extra": { |
||
2076 | "branch-alias": { |
||
2077 | "dev-master": "1.0-dev" |
||
2078 | } |
||
2079 | }, |
||
2080 | "autoload": { |
||
2081 | "psr-4": { |
||
2082 | "Http\\Message\\": "src/" |
||
2083 | } |
||
2084 | }, |
||
2085 | "notification-url": "https://packagist.org/downloads/", |
||
2086 | "license": [ |
||
2087 | "MIT" |
||
2088 | ], |
||
2089 | "authors": [ |
||
2090 | { |
||
2091 | "name": "Márk Sági-Kazár", |
||
2092 | "email": "[email protected]" |
||
2093 | } |
||
2094 | ], |
||
2095 | "description": "Factory interfaces for PSR-7 HTTP Message", |
||
2096 | "homepage": "http://php-http.org", |
||
2097 | "keywords": [ |
||
2098 | "factory", |
||
2099 | "http", |
||
2100 | "message", |
||
2101 | "stream", |
||
2102 | "uri" |
||
2103 | ], |
||
2104 | "time": "2015-12-19 14:08:53" |
||
2105 | }, |
||
2106 | { |
||
2107 | "name": "php-http/plugins", |
||
2108 | "version": "v1.1.0", |
||
2109 | "source": { |
||
2110 | "type": "git", |
||
2111 | "url": "https://github.com/php-http/plugins.git", |
||
2112 | "reference": "0837bf5918020943dc89b1fb2410ce71825898fc" |
||
2113 | }, |
||
2114 | "dist": { |
||
2115 | "type": "zip", |
||
2116 | "url": "https://api.github.com/repos/php-http/plugins/zipball/0837bf5918020943dc89b1fb2410ce71825898fc", |
||
2117 | "reference": "0837bf5918020943dc89b1fb2410ce71825898fc", |
||
2118 | "shasum": "" |
||
2119 | }, |
||
2120 | "require": { |
||
2121 | "php": ">=5.4", |
||
2122 | "php-http/client-common": "^1.1", |
||
2123 | "php-http/httplug": "^1.0", |
||
2124 | "php-http/message": "^1.0", |
||
2125 | "php-http/message-factory": "^1.0.2", |
||
2126 | "symfony/options-resolver": "^2.6|^3.0" |
||
2127 | }, |
||
2128 | "conflict": { |
||
2129 | "psr/cache": ">=2.0.0", |
||
2130 | "psr/log": ">=2.0.0" |
||
2131 | }, |
||
2132 | "require-dev": { |
||
2133 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
2134 | "phpspec/phpspec": "^2.4", |
||
2135 | "psr/cache": "^1.0", |
||
2136 | "psr/log": "^1.0", |
||
2137 | "symfony/stopwatch": "^2.3" |
||
2138 | }, |
||
2139 | "suggest": { |
||
2140 | "psr/cache-implementation": "Allow to use the CachePlugin", |
||
2141 | "psr/log-implementation": "Allow to use the LoggerPlugin", |
||
2142 | "symfony/stopwatch": "Allow to use the StopwatchPlugin" |
||
2143 | }, |
||
2144 | "type": "library", |
||
2145 | "extra": { |
||
2146 | "branch-alias": { |
||
2147 | "dev-master": "1.1-dev" |
||
2148 | } |
||
2149 | }, |
||
2150 | "autoload": { |
||
2151 | "psr-4": { |
||
2152 | "Http\\Client\\Plugin\\": "src/" |
||
2153 | } |
||
2154 | }, |
||
2155 | "notification-url": "https://packagist.org/downloads/", |
||
2156 | "license": [ |
||
2157 | "MIT" |
||
2158 | ], |
||
2159 | "authors": [ |
||
2160 | { |
||
2161 | "name": "Joel Wurtz", |
||
2162 | "email": "[email protected]" |
||
2163 | } |
||
2164 | ], |
||
2165 | "description": "Plugins for HTTPlug", |
||
2166 | "homepage": "http://httplug.io", |
||
2167 | "keywords": [ |
||
2168 | "http", |
||
2169 | "plugin", |
||
2170 | "psr7" |
||
2171 | ], |
||
2172 | "time": "2016-05-04 23:09:25" |
||
2173 | }, |
||
2174 | { |
||
2175 | "name": "php-http/promise", |
||
2176 | "version": "v1.0.0", |
||
2177 | "source": { |
||
2178 | "type": "git", |
||
2179 | "url": "https://github.com/php-http/promise.git", |
||
2180 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" |
||
2181 | }, |
||
2182 | "dist": { |
||
2183 | "type": "zip", |
||
2184 | "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
2185 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
2186 | "shasum": "" |
||
2187 | }, |
||
2188 | "require-dev": { |
||
2189 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
2190 | "phpspec/phpspec": "^2.4" |
||
2191 | }, |
||
2192 | "type": "library", |
||
2193 | "extra": { |
||
2194 | "branch-alias": { |
||
2195 | "dev-master": "1.1-dev" |
||
2196 | } |
||
2197 | }, |
||
2198 | "autoload": { |
||
2199 | "psr-4": { |
||
2200 | "Http\\Promise\\": "src/" |
||
2201 | } |
||
2202 | }, |
||
2203 | "notification-url": "https://packagist.org/downloads/", |
||
2204 | "license": [ |
||
2205 | "MIT" |
||
2206 | ], |
||
2207 | "authors": [ |
||
2208 | { |
||
2209 | "name": "Márk Sági-Kazár", |
||
2210 | "email": "[email protected]" |
||
2211 | }, |
||
2212 | { |
||
2213 | "name": "Joel Wurtz", |
||
2214 | "email": "[email protected]" |
||
2215 | } |
||
2216 | ], |
||
2217 | "description": "Promise used for asynchronous HTTP requests", |
||
2218 | "homepage": "http://httplug.io", |
||
2219 | "keywords": [ |
||
2220 | "promise" |
||
2221 | ], |
||
2222 | "time": "2016-01-26 13:27:02" |
||
2223 | }, |
||
2224 | { |
||
2225 | "name": "phpcollection/phpcollection", |
||
2226 | "version": "0.4.0", |
||
2227 | "source": { |
||
2228 | "type": "git", |
||
2229 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
2230 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" |
||
2231 | }, |
||
2232 | "dist": { |
||
2233 | "type": "zip", |
||
2234 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
2235 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
2236 | "shasum": "" |
||
2237 | }, |
||
2238 | "require": { |
||
2239 | "phpoption/phpoption": "1.*" |
||
2240 | }, |
||
2241 | "type": "library", |
||
2242 | "extra": { |
||
2243 | "branch-alias": { |
||
2244 | "dev-master": "0.3-dev" |
||
2245 | } |
||
2246 | }, |
||
2247 | "autoload": { |
||
2248 | "psr-0": { |
||
2249 | "PhpCollection": "src/" |
||
2250 | } |
||
2251 | }, |
||
2252 | "notification-url": "https://packagist.org/downloads/", |
||
2253 | "license": [ |
||
2254 | "Apache2" |
||
2255 | ], |
||
2256 | "authors": [ |
||
2257 | { |
||
2258 | "name": "Johannes Schmitt", |
||
2259 | "email": "[email protected]", |
||
2260 | "homepage": "https://github.com/schmittjoh", |
||
2261 | "role": "Developer of wrapped JMSSerializerBundle" |
||
2262 | } |
||
2263 | ], |
||
2264 | "description": "General-Purpose Collection Library for PHP", |
||
2265 | "keywords": [ |
||
2266 | "collection", |
||
2267 | "list", |
||
2268 | "map", |
||
2269 | "sequence", |
||
2270 | "set" |
||
2271 | ], |
||
2272 | "time": "2014-03-11 13:46:42" |
||
2273 | }, |
||
2274 | { |
||
2275 | "name": "phpoption/phpoption", |
||
2276 | "version": "1.5.0", |
||
2277 | "source": { |
||
2278 | "type": "git", |
||
2279 | "url": "https://github.com/schmittjoh/php-option.git", |
||
2280 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
2281 | }, |
||
2282 | "dist": { |
||
2283 | "type": "zip", |
||
2284 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
2285 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
2286 | "shasum": "" |
||
2287 | }, |
||
2288 | "require": { |
||
2289 | "php": ">=5.3.0" |
||
2290 | }, |
||
2291 | "require-dev": { |
||
2292 | "phpunit/phpunit": "4.7.*" |
||
2293 | }, |
||
2294 | "type": "library", |
||
2295 | "extra": { |
||
2296 | "branch-alias": { |
||
2297 | "dev-master": "1.3-dev" |
||
2298 | } |
||
2299 | }, |
||
2300 | "autoload": { |
||
2301 | "psr-0": { |
||
2302 | "PhpOption\\": "src/" |
||
2303 | } |
||
2304 | }, |
||
2305 | "notification-url": "https://packagist.org/downloads/", |
||
2306 | "license": [ |
||
2307 | "Apache2" |
||
2308 | ], |
||
2309 | "authors": [ |
||
2310 | { |
||
2311 | "name": "Johannes M. Schmitt", |
||
2312 | "email": "[email protected]" |
||
2313 | } |
||
2314 | ], |
||
2315 | "description": "Option Type for PHP", |
||
2316 | "keywords": [ |
||
2317 | "language", |
||
2318 | "option", |
||
2319 | "php", |
||
2320 | "type" |
||
2321 | ], |
||
2322 | "time": "2015-07-25 16:39:46" |
||
2323 | }, |
||
2324 | { |
||
2325 | "name": "psr/http-message", |
||
2326 | "version": "1.0", |
||
2327 | "source": { |
||
2328 | "type": "git", |
||
2329 | "url": "https://github.com/php-fig/http-message.git", |
||
2330 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
2331 | }, |
||
2332 | "dist": { |
||
2333 | "type": "zip", |
||
2334 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
2335 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
2336 | "shasum": "" |
||
2337 | }, |
||
2338 | "require": { |
||
2339 | "php": ">=5.3.0" |
||
2340 | }, |
||
2341 | "type": "library", |
||
2342 | "extra": { |
||
2343 | "branch-alias": { |
||
2344 | "dev-master": "1.0.x-dev" |
||
2345 | } |
||
2346 | }, |
||
2347 | "autoload": { |
||
2348 | "psr-4": { |
||
2349 | "Psr\\Http\\Message\\": "src/" |
||
2350 | } |
||
2351 | }, |
||
2352 | "notification-url": "https://packagist.org/downloads/", |
||
2353 | "license": [ |
||
2354 | "MIT" |
||
2355 | ], |
||
2356 | "authors": [ |
||
2357 | { |
||
2358 | "name": "PHP-FIG", |
||
2359 | "homepage": "http://www.php-fig.org/" |
||
2360 | } |
||
2361 | ], |
||
2362 | "description": "Common interface for HTTP messages", |
||
2363 | "keywords": [ |
||
2364 | "http", |
||
2365 | "http-message", |
||
2366 | "psr", |
||
2367 | "psr-7", |
||
2368 | "request", |
||
2369 | "response" |
||
2370 | ], |
||
2371 | "time": "2015-05-04 20:22:00" |
||
2372 | }, |
||
2373 | { |
||
2374 | "name": "psr/log", |
||
2375 | "version": "1.0.0", |
||
2376 | "source": { |
||
2377 | "type": "git", |
||
2378 | "url": "https://github.com/php-fig/log.git", |
||
2379 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
2380 | }, |
||
2381 | "dist": { |
||
2382 | "type": "zip", |
||
2383 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
2384 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
2385 | "shasum": "" |
||
2386 | }, |
||
2387 | "type": "library", |
||
2388 | "autoload": { |
||
2389 | "psr-0": { |
||
2390 | "Psr\\Log\\": "" |
||
2391 | } |
||
2392 | }, |
||
2393 | "notification-url": "https://packagist.org/downloads/", |
||
2394 | "license": [ |
||
2395 | "MIT" |
||
2396 | ], |
||
2397 | "authors": [ |
||
2398 | { |
||
2399 | "name": "PHP-FIG", |
||
2400 | "homepage": "http://www.php-fig.org/" |
||
2401 | } |
||
2402 | ], |
||
2403 | "description": "Common interface for logging libraries", |
||
2404 | "keywords": [ |
||
2405 | "log", |
||
2406 | "psr", |
||
2407 | "psr-3" |
||
2408 | ], |
||
2409 | "time": "2012-12-21 11:40:51" |
||
2410 | }, |
||
2411 | { |
||
2412 | "name": "puli/cli", |
||
2413 | "version": "1.0.0-beta10", |
||
2414 | "source": { |
||
2415 | "type": "git", |
||
2416 | "url": "https://github.com/puli/cli.git", |
||
2417 | "reference": "14368a347a6c8bc045cd94e331fc23560b867003" |
||
2418 | }, |
||
2419 | "dist": { |
||
2420 | "type": "zip", |
||
2421 | "url": "https://api.github.com/repos/puli/cli/zipball/14368a347a6c8bc045cd94e331fc23560b867003", |
||
2422 | "reference": "14368a347a6c8bc045cd94e331fc23560b867003", |
||
2423 | "shasum": "" |
||
2424 | }, |
||
2425 | "require": { |
||
2426 | "padraic/phar-updater": "^1.0.1", |
||
2427 | "php": "^5.3.9|^7.0", |
||
2428 | "puli/discovery": "^1.0-beta9", |
||
2429 | "puli/manager": "^1.0-beta10", |
||
2430 | "puli/repository": "^1.0-beta9", |
||
2431 | "puli/url-generator": "^1.0-beta4", |
||
2432 | "webmozart/console": "^1.0-beta4", |
||
2433 | "webmozart/expression": "^1.0", |
||
2434 | "webmozart/glob": "^4.0", |
||
2435 | "webmozart/json": "^1.2.2", |
||
2436 | "webmozart/path-util": "^2.2.2" |
||
2437 | }, |
||
2438 | "require-dev": { |
||
2439 | "phpunit/phpunit": "^4.6", |
||
2440 | "sebastian/version": "^1.0.1", |
||
2441 | "symfony/filesystem": "^2.3|^3.0" |
||
2442 | }, |
||
2443 | "bin": [ |
||
2444 | "bin/puli" |
||
2445 | ], |
||
2446 | "type": "library", |
||
2447 | "extra": { |
||
2448 | "branch-alias": { |
||
2449 | "dev-master": "1.0-dev" |
||
2450 | } |
||
2451 | }, |
||
2452 | "autoload": { |
||
2453 | "psr-4": { |
||
2454 | "Puli\\Cli\\": "src/" |
||
2455 | } |
||
2456 | }, |
||
2457 | "notification-url": "https://packagist.org/downloads/", |
||
2458 | "license": [ |
||
2459 | "MIT" |
||
2460 | ], |
||
2461 | "authors": [ |
||
2462 | { |
||
2463 | "name": "Bernhard Schussek", |
||
2464 | "email": "[email protected]" |
||
2465 | } |
||
2466 | ], |
||
2467 | "description": "A Command Line Interface (CLI) for managing Puli projects.", |
||
2468 | "homepage": "http://puli.io", |
||
2469 | "time": "2016-01-14 12:24:35" |
||
2470 | }, |
||
2471 | { |
||
2472 | "name": "puli/composer-plugin", |
||
2473 | "version": "dev-classmap", |
||
2474 | "source": { |
||
2475 | "type": "git", |
||
2476 | "url": "https://github.com/thewilkybarkid/puli-composer-plugin.git", |
||
2477 | "reference": "d7dff3f40c807d5e210bb0c31a9f20d8f1ac9c0f" |
||
2478 | }, |
||
2479 | "dist": { |
||
2480 | "type": "zip", |
||
2481 | "url": "https://api.github.com/repos/thewilkybarkid/puli-composer-plugin/zipball/d7dff3f40c807d5e210bb0c31a9f20d8f1ac9c0f", |
||
2482 | "reference": "d7dff3f40c807d5e210bb0c31a9f20d8f1ac9c0f", |
||
2483 | "shasum": "" |
||
2484 | }, |
||
2485 | "require": { |
||
2486 | "composer-plugin-api": "^1.0", |
||
2487 | "php": "^5.3.9|^7.0", |
||
2488 | "puli/discovery": "^1.0-beta9", |
||
2489 | "puli/repository": "^1.0-beta9", |
||
2490 | "puli/url-generator": "^1.0-beta4", |
||
2491 | "symfony/filesystem": "^2.3|^3.0", |
||
2492 | "symfony/process": "^2.3|^3.0", |
||
2493 | "webmozart/assert": "^1.0", |
||
2494 | "webmozart/json": "^1.2.2", |
||
2495 | "webmozart/path-util": "^2.2" |
||
2496 | }, |
||
2497 | "require-dev": { |
||
2498 | "composer/composer": "^1.0-alpha10", |
||
2499 | "phpunit/phpunit": "^4.6", |
||
2500 | "sebastian/version": "^1.0.1", |
||
2501 | "webmozart/glob": "^4.0" |
||
2502 | }, |
||
2503 | "type": "composer-plugin", |
||
2504 | "extra": { |
||
2505 | "branch-alias": { |
||
2506 | "dev-master": "1.0-dev" |
||
2507 | }, |
||
2508 | "class": "Puli\\ComposerPlugin\\PuliPlugin" |
||
2509 | }, |
||
2510 | "autoload": { |
||
2511 | "psr-4": { |
||
2512 | "Puli\\ComposerPlugin\\": "src/" |
||
2513 | } |
||
2514 | }, |
||
2515 | "autoload-dev": { |
||
2516 | "psr-4": { |
||
2517 | "Puli\\ComposerPlugin\\Tests\\": "tests/" |
||
2518 | } |
||
2519 | }, |
||
2520 | "license": [ |
||
2521 | "MIT" |
||
2522 | ], |
||
2523 | "authors": [ |
||
2524 | { |
||
2525 | "name": "Bernhard Schussek", |
||
2526 | "email": "[email protected]" |
||
2527 | } |
||
2528 | ], |
||
2529 | "description": "Integrates Composer into the Puli package manager.", |
||
2530 | "homepage": "http://puli.io", |
||
2531 | "support": { |
||
2532 | "issues": "https://github.com/puli/issues/issues", |
||
2533 | "source": "https://github.com/thewilkybarkid/puli-composer-plugin/tree/classmap" |
||
2534 | }, |
||
2535 | "time": "2016-05-22 15:44:45" |
||
2536 | }, |
||
2537 | { |
||
2538 | "name": "puli/discovery", |
||
2539 | "version": "1.0.0-beta9", |
||
2540 | "source": { |
||
2541 | "type": "git", |
||
2542 | "url": "https://github.com/puli/discovery.git", |
||
2543 | "reference": "3fcb42bbbf27e7baa6d978c93be966ee4c2f6085" |
||
2544 | }, |
||
2545 | "dist": { |
||
2546 | "type": "zip", |
||
2547 | "url": "https://api.github.com/repos/puli/discovery/zipball/3fcb42bbbf27e7baa6d978c93be966ee4c2f6085", |
||
2548 | "reference": "3fcb42bbbf27e7baa6d978c93be966ee4c2f6085", |
||
2549 | "shasum": "" |
||
2550 | }, |
||
2551 | "require": { |
||
2552 | "php": "^5.3.9|^7.0", |
||
2553 | "ramsey/uuid": "^2.8", |
||
2554 | "webmozart/assert": "^1.0", |
||
2555 | "webmozart/expression": "^1.0" |
||
2556 | }, |
||
2557 | "require-dev": { |
||
2558 | "phpunit/phpunit": "^4.6", |
||
2559 | "puli/repository": "^1.0-beta9", |
||
2560 | "sebastian/version": "^1.0.1", |
||
2561 | "webmozart/json": "^1.2", |
||
2562 | "webmozart/key-value-store": "^1.0-beta7" |
||
2563 | }, |
||
2564 | "suggest": { |
||
2565 | "puli/repository": "to bind and discover Puli resources", |
||
2566 | "webmozart/json": "to use the JSON discovery", |
||
2567 | "webmozart/key-value-store": "to use the key-value store discovery" |
||
2568 | }, |
||
2569 | "type": "library", |
||
2570 | "extra": { |
||
2571 | "branch-alias": { |
||
2572 | "dev-master": "1.0-dev" |
||
2573 | } |
||
2574 | }, |
||
2575 | "autoload": { |
||
2576 | "psr-4": { |
||
2577 | "Puli\\Discovery\\": "src/" |
||
2578 | } |
||
2579 | }, |
||
2580 | "notification-url": "https://packagist.org/downloads/", |
||
2581 | "license": [ |
||
2582 | "MIT" |
||
2583 | ], |
||
2584 | "authors": [ |
||
2585 | { |
||
2586 | "name": "Bernhard Schussek", |
||
2587 | "email": "[email protected]" |
||
2588 | } |
||
2589 | ], |
||
2590 | "description": "Publishes and discovers artifacts across Puli packages.", |
||
2591 | "homepage": "http://puli.io", |
||
2592 | "time": "2016-01-14 10:18:41" |
||
2593 | }, |
||
2594 | { |
||
2595 | "name": "puli/manager", |
||
2596 | "version": "1.0.0-beta10", |
||
2597 | "source": { |
||
2598 | "type": "git", |
||
2599 | "url": "https://github.com/puli/manager.git", |
||
2600 | "reference": "07e03dc2cb10069ec51cd33e31f9404602f4d976" |
||
2601 | }, |
||
2602 | "dist": { |
||
2603 | "type": "zip", |
||
2604 | "url": "https://api.github.com/repos/puli/manager/zipball/07e03dc2cb10069ec51cd33e31f9404602f4d976", |
||
2605 | "reference": "07e03dc2cb10069ec51cd33e31f9404602f4d976", |
||
2606 | "shasum": "" |
||
2607 | }, |
||
2608 | "require": { |
||
2609 | "php": "^5.3.9|^7.0", |
||
2610 | "psr/log": "^1.0", |
||
2611 | "puli/discovery": "^1.0-beta9", |
||
2612 | "puli/repository": "^1.0-beta9", |
||
2613 | "puli/url-generator": "^1.0-beta4", |
||
2614 | "ramsey/uuid": "^2.8", |
||
2615 | "symfony/event-dispatcher": "^2.3|^3.0", |
||
2616 | "symfony/filesystem": "^2.3|^3.0", |
||
2617 | "webmozart/assert": "^1.0", |
||
2618 | "webmozart/expression": "^1.0", |
||
2619 | "webmozart/glob": "^4.0", |
||
2620 | "webmozart/json": "^1.2.1", |
||
2621 | "webmozart/path-util": "^2.2.3" |
||
2622 | }, |
||
2623 | "require-dev": { |
||
2624 | "basho/riak": "^1.4", |
||
2625 | "phpunit/phpunit": "^4.6", |
||
2626 | "predis/predis": "^1.0", |
||
2627 | "sebastian/comparator": "^1.2", |
||
2628 | "sebastian/version": "^1.0.1", |
||
2629 | "webmozart/key-value-store": "^1.0-beta7" |
||
2630 | }, |
||
2631 | "suggest": { |
||
2632 | "basho/riak": "to use Riak based key-value stores", |
||
2633 | "predis/predis": "to use Predis based key-value stores", |
||
2634 | "webmozart/key-value-store": "to use key-value store change streams/discoveries" |
||
2635 | }, |
||
2636 | "type": "library", |
||
2637 | "extra": { |
||
2638 | "branch-alias": { |
||
2639 | "dev-master": "1.0-dev" |
||
2640 | } |
||
2641 | }, |
||
2642 | "autoload": { |
||
2643 | "psr-4": { |
||
2644 | "Puli\\Manager\\": "src/" |
||
2645 | } |
||
2646 | }, |
||
2647 | "notification-url": "https://packagist.org/downloads/", |
||
2648 | "license": [ |
||
2649 | "MIT" |
||
2650 | ], |
||
2651 | "authors": [ |
||
2652 | { |
||
2653 | "name": "Bernhard Schussek", |
||
2654 | "email": "[email protected]" |
||
2655 | } |
||
2656 | ], |
||
2657 | "description": "Generates Puli repositories from configured packages.", |
||
2658 | "homepage": "http://puli.io", |
||
2659 | "time": "2016-01-14 10:59:29" |
||
2660 | }, |
||
2661 | { |
||
2662 | "name": "puli/repository", |
||
2663 | "version": "1.0.0-beta10", |
||
2664 | "source": { |
||
2665 | "type": "git", |
||
2666 | "url": "https://github.com/puli/repository.git", |
||
2667 | "reference": "2b3136f62c81bf1d6f0fbdbda62c199524eab65d" |
||
2668 | }, |
||
2669 | "dist": { |
||
2670 | "type": "zip", |
||
2671 | "url": "https://api.github.com/repos/puli/repository/zipball/2b3136f62c81bf1d6f0fbdbda62c199524eab65d", |
||
2672 | "reference": "2b3136f62c81bf1d6f0fbdbda62c199524eab65d", |
||
2673 | "shasum": "" |
||
2674 | }, |
||
2675 | "require": { |
||
2676 | "php": "^5.3.9|^7.0", |
||
2677 | "psr/log": "^1.0", |
||
2678 | "webmozart/assert": "^1.0", |
||
2679 | "webmozart/glob": "^4.1", |
||
2680 | "webmozart/path-util": "^2.2" |
||
2681 | }, |
||
2682 | "require-dev": { |
||
2683 | "phpunit/phpunit": "^4.6", |
||
2684 | "sebastian/version": "^1.0.1", |
||
2685 | "symfony/filesystem": "^2.0|^3.0", |
||
2686 | "webmozart/json": "^1.2.1", |
||
2687 | "webmozart/key-value-store": "^1.0-beta7" |
||
2688 | }, |
||
2689 | "suggest": { |
||
2690 | "symfony/filesystem": "to use the filesystem repository", |
||
2691 | "webmozart/json": "to use the JSON repositories", |
||
2692 | "webmozart/key-value-store": "to use the key-value store change stream" |
||
2693 | }, |
||
2694 | "type": "library", |
||
2695 | "extra": { |
||
2696 | "branch-alias": { |
||
2697 | "dev-master": "1.1-dev" |
||
2698 | } |
||
2699 | }, |
||
2700 | "autoload": { |
||
2701 | "psr-4": { |
||
2702 | "Puli\\Repository\\": "src/" |
||
2703 | } |
||
2704 | }, |
||
2705 | "notification-url": "https://packagist.org/downloads/", |
||
2706 | "license": [ |
||
2707 | "MIT" |
||
2708 | ], |
||
2709 | "authors": [ |
||
2710 | { |
||
2711 | "name": "Bernhard Schussek", |
||
2712 | "email": "[email protected]" |
||
2713 | } |
||
2714 | ], |
||
2715 | "description": "A filesystem-like repository for storing arbitrary resources.", |
||
2716 | "homepage": "http://puli.io", |
||
2717 | "time": "2016-02-05 10:12:35" |
||
2718 | }, |
||
2719 | { |
||
2720 | "name": "puli/symfony-bridge", |
||
2721 | "version": "1.0.0-beta4", |
||
2722 | "source": { |
||
2723 | "type": "git", |
||
2724 | "url": "https://github.com/puli/symfony-bridge.git", |
||
2725 | "reference": "3396ac96a6461abaabcb10cc776a1984a9690f58" |
||
2726 | }, |
||
2727 | "dist": { |
||
2728 | "type": "zip", |
||
2729 | "url": "https://api.github.com/repos/puli/symfony-bridge/zipball/3396ac96a6461abaabcb10cc776a1984a9690f58", |
||
2730 | "reference": "3396ac96a6461abaabcb10cc776a1984a9690f58", |
||
2731 | "shasum": "" |
||
2732 | }, |
||
2733 | "require": { |
||
2734 | "php": "^5.3.9|^7.0", |
||
2735 | "puli/repository": "^1.0-beta9", |
||
2736 | "symfony/config": "^2.3|^3.0", |
||
2737 | "symfony/http-kernel": "^2.3|^3.0" |
||
2738 | }, |
||
2739 | "require-dev": { |
||
2740 | "phpunit/phpunit": "^4.6", |
||
2741 | "sebastian/version": "^1.0.1" |
||
2742 | }, |
||
2743 | "type": "library", |
||
2744 | "extra": { |
||
2745 | "branch-alias": { |
||
2746 | "dev-master": "1.0-dev" |
||
2747 | } |
||
2748 | }, |
||
2749 | "autoload": { |
||
2750 | "psr-4": { |
||
2751 | "Puli\\SymfonyBridge\\": "src/" |
||
2752 | } |
||
2753 | }, |
||
2754 | "notification-url": "https://packagist.org/downloads/", |
||
2755 | "license": [ |
||
2756 | "MIT" |
||
2757 | ], |
||
2758 | "authors": [ |
||
2759 | { |
||
2760 | "name": "Bernhard Schussek", |
||
2761 | "email": "[email protected]" |
||
2762 | } |
||
2763 | ], |
||
2764 | "description": "Integrates the Puli library with the Symfony components.", |
||
2765 | "homepage": "http://puli.io", |
||
2766 | "time": "2016-01-14 12:47:57" |
||
2767 | }, |
||
2768 | { |
||
2769 | "name": "puli/symfony-bundle", |
||
2770 | "version": "1.0.0-beta10", |
||
2771 | "source": { |
||
2772 | "type": "git", |
||
2773 | "url": "https://github.com/puli/symfony-bundle.git", |
||
2774 | "reference": "97a5647e328f9c5f99dc3872a6c88be7948adeb5" |
||
2775 | }, |
||
2776 | "dist": { |
||
2777 | "type": "zip", |
||
2778 | "url": "https://api.github.com/repos/puli/symfony-bundle/zipball/97a5647e328f9c5f99dc3872a6c88be7948adeb5", |
||
2779 | "reference": "97a5647e328f9c5f99dc3872a6c88be7948adeb5", |
||
2780 | "shasum": "" |
||
2781 | }, |
||
2782 | "require": { |
||
2783 | "puli/composer-plugin": "^1.0-beta9", |
||
2784 | "puli/symfony-bridge": "^1.0-beta4", |
||
2785 | "symfony/dependency-injection": "^2.7.3|^3.0", |
||
2786 | "symfony/framework-bundle": "^2.7.3|^3.0" |
||
2787 | }, |
||
2788 | "require-dev": { |
||
2789 | "phpunit/phpunit": "^4.6", |
||
2790 | "puli/cli": "^1.0-beta10", |
||
2791 | "puli/discovery": "^1.0-beta9", |
||
2792 | "puli/manager": "^1.0-beta10", |
||
2793 | "puli/repository": "^1.0-beta9", |
||
2794 | "puli/twig-extension": "^1.0-beta8", |
||
2795 | "puli/url-generator": "^1.0-beta4", |
||
2796 | "sebastian/version": "^1.0.1", |
||
2797 | "symfony/twig-bundle": "^2.7.3|^3.0", |
||
2798 | "webmozart/console": "^1.0-beta4" |
||
2799 | }, |
||
2800 | "suggest": { |
||
2801 | "puli/twig-extension": "enables Puli support in Twig" |
||
2802 | }, |
||
2803 | "type": "library", |
||
2804 | "extra": { |
||
2805 | "branch-alias": { |
||
2806 | "dev-master": "1.0-dev" |
||
2807 | } |
||
2808 | }, |
||
2809 | "autoload": { |
||
2810 | "psr-4": { |
||
2811 | "Puli\\SymfonyBundle\\": "" |
||
2812 | } |
||
2813 | }, |
||
2814 | "notification-url": "https://packagist.org/downloads/", |
||
2815 | "license": [ |
||
2816 | "MIT" |
||
2817 | ], |
||
2818 | "authors": [ |
||
2819 | { |
||
2820 | "name": "Bernhard Schussek", |
||
2821 | "email": "[email protected]" |
||
2822 | } |
||
2823 | ], |
||
2824 | "description": "Integrates the Puli library into the Symfony2 full-stack framework.", |
||
2825 | "homepage": "http://puli.io", |
||
2826 | "time": "2016-01-14 12:53:43" |
||
2827 | }, |
||
2828 | { |
||
2829 | "name": "puli/url-generator", |
||
2830 | "version": "1.0.0-beta4", |
||
2831 | "source": { |
||
2832 | "type": "git", |
||
2833 | "url": "https://github.com/puli/url-generator.git", |
||
2834 | "reference": "b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2" |
||
2835 | }, |
||
2836 | "dist": { |
||
2837 | "type": "zip", |
||
2838 | "url": "https://api.github.com/repos/puli/url-generator/zipball/b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2", |
||
2839 | "reference": "b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2", |
||
2840 | "shasum": "" |
||
2841 | }, |
||
2842 | "require": { |
||
2843 | "php": "^5.3.9|^7.0", |
||
2844 | "puli/discovery": "^1.0-beta9", |
||
2845 | "puli/repository": "^1.0-beta9", |
||
2846 | "webmozart/glob": "^4.0", |
||
2847 | "webmozart/path-util": "^2.3" |
||
2848 | }, |
||
2849 | "require-dev": { |
||
2850 | "phpunit/phpunit": "^4.6", |
||
2851 | "sebastian/version": "^1.0.1" |
||
2852 | }, |
||
2853 | "type": "library", |
||
2854 | "extra": { |
||
2855 | "branch-alias": { |
||
2856 | "dev-master": "1.0-dev" |
||
2857 | } |
||
2858 | }, |
||
2859 | "autoload": { |
||
2860 | "psr-4": { |
||
2861 | "Puli\\UrlGenerator\\": "src/" |
||
2862 | } |
||
2863 | }, |
||
2864 | "notification-url": "https://packagist.org/downloads/", |
||
2865 | "license": [ |
||
2866 | "MIT" |
||
2867 | ], |
||
2868 | "authors": [ |
||
2869 | { |
||
2870 | "name": "Bernhard Schussek", |
||
2871 | "email": "[email protected]" |
||
2872 | } |
||
2873 | ], |
||
2874 | "description": "Generates URLs for public Puli resources.", |
||
2875 | "homepage": "http://puli.io", |
||
2876 | "keywords": [ |
||
2877 | "asset", |
||
2878 | "public", |
||
2879 | "puli", |
||
2880 | "resource", |
||
2881 | "url" |
||
2882 | ], |
||
2883 | "time": "2016-01-14 10:30:17" |
||
2884 | }, |
||
2885 | { |
||
2886 | "name": "ramsey/uuid", |
||
2887 | "version": "2.9.0", |
||
2888 | "source": { |
||
2889 | "type": "git", |
||
2890 | "url": "https://github.com/ramsey/uuid.git", |
||
2891 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a" |
||
2892 | }, |
||
2893 | "dist": { |
||
2894 | "type": "zip", |
||
2895 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
2896 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
2897 | "shasum": "" |
||
2898 | }, |
||
2899 | "require": { |
||
2900 | "paragonie/random_compat": "^1.0|^2.0", |
||
2901 | "php": ">=5.3.3" |
||
2902 | }, |
||
2903 | "replace": { |
||
2904 | "rhumsaa/uuid": "self.version" |
||
2905 | }, |
||
2906 | "require-dev": { |
||
2907 | "doctrine/dbal": ">=2.3", |
||
2908 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
2909 | "moontoast/math": "~1.1", |
||
2910 | "phpunit/phpunit": "~4.1|~5.0", |
||
2911 | "satooshi/php-coveralls": "~0.6", |
||
2912 | "squizlabs/php_codesniffer": "^2.3", |
||
2913 | "symfony/console": "~2.3|~3.0" |
||
2914 | }, |
||
2915 | "suggest": { |
||
2916 | "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", |
||
2917 | "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", |
||
2918 | "symfony/console": "Support for use of the bin/uuid command line tool." |
||
2919 | }, |
||
2920 | "bin": [ |
||
2921 | "bin/uuid" |
||
2922 | ], |
||
2923 | "type": "library", |
||
2924 | "autoload": { |
||
2925 | "psr-4": { |
||
2926 | "Rhumsaa\\Uuid\\": "src/" |
||
2927 | } |
||
2928 | }, |
||
2929 | "notification-url": "https://packagist.org/downloads/", |
||
2930 | "license": [ |
||
2931 | "MIT" |
||
2932 | ], |
||
2933 | "authors": [ |
||
2934 | { |
||
2935 | "name": "Marijn Huizendveld", |
||
2936 | "email": "[email protected]" |
||
2937 | }, |
||
2938 | { |
||
2939 | "name": "Ben Ramsey", |
||
2940 | "homepage": "http://benramsey.com" |
||
2941 | } |
||
2942 | ], |
||
2943 | "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2944 | "homepage": "https://github.com/ramsey/uuid", |
||
2945 | "keywords": [ |
||
2946 | "guid", |
||
2947 | "identifier", |
||
2948 | "uuid" |
||
2949 | ], |
||
2950 | "time": "2016-03-22 18:20:19" |
||
2951 | }, |
||
2952 | { |
||
2953 | "name": "seld/jsonlint", |
||
2954 | "version": "1.4.0", |
||
2955 | "source": { |
||
2956 | "type": "git", |
||
2957 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
2958 | "reference": "66834d3e3566bb5798db7294619388786ae99394" |
||
2959 | }, |
||
2960 | "dist": { |
||
2961 | "type": "zip", |
||
2962 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394", |
||
2963 | "reference": "66834d3e3566bb5798db7294619388786ae99394", |
||
2964 | "shasum": "" |
||
2965 | }, |
||
2966 | "require": { |
||
2967 | "php": "^5.3 || ^7.0" |
||
2968 | }, |
||
2969 | "bin": [ |
||
2970 | "bin/jsonlint" |
||
2971 | ], |
||
2972 | "type": "library", |
||
2973 | "autoload": { |
||
2974 | "psr-4": { |
||
2975 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
2976 | } |
||
2977 | }, |
||
2978 | "notification-url": "https://packagist.org/downloads/", |
||
2979 | "license": [ |
||
2980 | "MIT" |
||
2981 | ], |
||
2982 | "authors": [ |
||
2983 | { |
||
2984 | "name": "Jordi Boggiano", |
||
2985 | "email": "[email protected]", |
||
2986 | "homepage": "http://seld.be" |
||
2987 | } |
||
2988 | ], |
||
2989 | "description": "JSON Linter", |
||
2990 | "keywords": [ |
||
2991 | "json", |
||
2992 | "linter", |
||
2993 | "parser", |
||
2994 | "validator" |
||
2995 | ], |
||
2996 | "time": "2015-11-21 02:21:41" |
||
2997 | }, |
||
2998 | { |
||
2999 | "name": "sensio/distribution-bundle", |
||
3000 | "version": "v5.0.6", |
||
3001 | "source": { |
||
3002 | "type": "git", |
||
3003 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
3004 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0" |
||
3005 | }, |
||
3006 | "dist": { |
||
3007 | "type": "zip", |
||
3008 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0", |
||
3009 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0", |
||
3010 | "shasum": "" |
||
3011 | }, |
||
3012 | "require": { |
||
3013 | "php": ">=5.3.9", |
||
3014 | "sensiolabs/security-checker": "~3.0", |
||
3015 | "symfony/class-loader": "~2.3|~3.0", |
||
3016 | "symfony/config": "~2.3|~3.0", |
||
3017 | "symfony/dependency-injection": "~2.3|~3.0", |
||
3018 | "symfony/filesystem": "~2.3|~3.0", |
||
3019 | "symfony/http-kernel": "~2.3|~3.0", |
||
3020 | "symfony/process": "~2.3|~3.0" |
||
3021 | }, |
||
3022 | "type": "symfony-bundle", |
||
3023 | "extra": { |
||
3024 | "branch-alias": { |
||
3025 | "dev-master": "5.0.x-dev" |
||
3026 | } |
||
3027 | }, |
||
3028 | "autoload": { |
||
3029 | "psr-4": { |
||
3030 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
3031 | } |
||
3032 | }, |
||
3033 | "notification-url": "https://packagist.org/downloads/", |
||
3034 | "license": [ |
||
3035 | "MIT" |
||
3036 | ], |
||
3037 | "authors": [ |
||
3038 | { |
||
3039 | "name": "Fabien Potencier", |
||
3040 | "email": "[email protected]" |
||
3041 | } |
||
3042 | ], |
||
3043 | "description": "Base bundle for Symfony Distributions", |
||
3044 | "keywords": [ |
||
3045 | "configuration", |
||
3046 | "distribution" |
||
3047 | ], |
||
3048 | "time": "2016-04-25 20:50:31" |
||
3049 | }, |
||
3050 | { |
||
3051 | "name": "sensio/framework-extra-bundle", |
||
3052 | "version": "v3.0.16", |
||
3053 | "source": { |
||
3054 | "type": "git", |
||
3055 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
3056 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
3057 | }, |
||
3058 | "dist": { |
||
3059 | "type": "zip", |
||
3060 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
3061 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
3062 | "shasum": "" |
||
3063 | }, |
||
3064 | "require": { |
||
3065 | "doctrine/common": "~2.2", |
||
3066 | "symfony/dependency-injection": "~2.3|~3.0", |
||
3067 | "symfony/framework-bundle": "~2.3|~3.0" |
||
3068 | }, |
||
3069 | "require-dev": { |
||
3070 | "symfony/browser-kit": "~2.3|~3.0", |
||
3071 | "symfony/dom-crawler": "~2.3|~3.0", |
||
3072 | "symfony/expression-language": "~2.4|~3.0", |
||
3073 | "symfony/finder": "~2.3|~3.0", |
||
3074 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
3075 | "symfony/security-bundle": "~2.4|~3.0", |
||
3076 | "symfony/twig-bundle": "~2.3|~3.0", |
||
3077 | "twig/twig": "~1.11|~2.0" |
||
3078 | }, |
||
3079 | "suggest": { |
||
3080 | "symfony/expression-language": "", |
||
3081 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
3082 | "symfony/security-bundle": "" |
||
3083 | }, |
||
3084 | "type": "symfony-bundle", |
||
3085 | "extra": { |
||
3086 | "branch-alias": { |
||
3087 | "dev-master": "3.0.x-dev" |
||
3088 | } |
||
3089 | }, |
||
3090 | "autoload": { |
||
3091 | "psr-4": { |
||
3092 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
3093 | } |
||
3094 | }, |
||
3095 | "notification-url": "https://packagist.org/downloads/", |
||
3096 | "license": [ |
||
3097 | "MIT" |
||
3098 | ], |
||
3099 | "authors": [ |
||
3100 | { |
||
3101 | "name": "Fabien Potencier", |
||
3102 | "email": "[email protected]" |
||
3103 | } |
||
3104 | ], |
||
3105 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
3106 | "keywords": [ |
||
3107 | "annotations", |
||
3108 | "controllers" |
||
3109 | ], |
||
3110 | "time": "2016-03-25 17:08:27" |
||
3111 | }, |
||
3112 | { |
||
3113 | "name": "sensiolabs/security-checker", |
||
3114 | "version": "v3.0.2", |
||
3115 | "source": { |
||
3116 | "type": "git", |
||
3117 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
3118 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93" |
||
3119 | }, |
||
3120 | "dist": { |
||
3121 | "type": "zip", |
||
3122 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
3123 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
3124 | "shasum": "" |
||
3125 | }, |
||
3126 | "require": { |
||
3127 | "symfony/console": "~2.0|~3.0" |
||
3128 | }, |
||
3129 | "bin": [ |
||
3130 | "security-checker" |
||
3131 | ], |
||
3132 | "type": "library", |
||
3133 | "extra": { |
||
3134 | "branch-alias": { |
||
3135 | "dev-master": "3.0-dev" |
||
3136 | } |
||
3137 | }, |
||
3138 | "autoload": { |
||
3139 | "psr-0": { |
||
3140 | "SensioLabs\\Security": "" |
||
3141 | } |
||
3142 | }, |
||
3143 | "notification-url": "https://packagist.org/downloads/", |
||
3144 | "license": [ |
||
3145 | "MIT" |
||
3146 | ], |
||
3147 | "authors": [ |
||
3148 | { |
||
3149 | "name": "Fabien Potencier", |
||
3150 | "email": "[email protected]" |
||
3151 | } |
||
3152 | ], |
||
3153 | "description": "A security checker for your composer.lock", |
||
3154 | "time": "2015-11-07 08:07:40" |
||
3155 | }, |
||
3156 | { |
||
3157 | "name": "swiftmailer/swiftmailer", |
||
3158 | "version": "v5.4.2", |
||
3159 | "source": { |
||
3160 | "type": "git", |
||
3161 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
3162 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" |
||
3163 | }, |
||
3164 | "dist": { |
||
3165 | "type": "zip", |
||
3166 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", |
||
3167 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", |
||
3168 | "shasum": "" |
||
3169 | }, |
||
3170 | "require": { |
||
3171 | "php": ">=5.3.3" |
||
3172 | }, |
||
3173 | "require-dev": { |
||
3174 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
3175 | }, |
||
3176 | "type": "library", |
||
3177 | "extra": { |
||
3178 | "branch-alias": { |
||
3179 | "dev-master": "5.4-dev" |
||
3180 | } |
||
3181 | }, |
||
3182 | "autoload": { |
||
3183 | "files": [ |
||
3184 | "lib/swift_required.php" |
||
3185 | ] |
||
3186 | }, |
||
3187 | "notification-url": "https://packagist.org/downloads/", |
||
3188 | "license": [ |
||
3189 | "MIT" |
||
3190 | ], |
||
3191 | "authors": [ |
||
3192 | { |
||
3193 | "name": "Chris Corbyn" |
||
3194 | }, |
||
3195 | { |
||
3196 | "name": "Fabien Potencier", |
||
3197 | "email": "[email protected]" |
||
3198 | } |
||
3199 | ], |
||
3200 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
3201 | "homepage": "http://swiftmailer.org", |
||
3202 | "keywords": [ |
||
3203 | "email", |
||
3204 | "mail", |
||
3205 | "mailer" |
||
3206 | ], |
||
3207 | "time": "2016-05-01 08:45:47" |
||
3208 | }, |
||
3209 | { |
||
3210 | "name": "symfony/monolog-bundle", |
||
3211 | "version": "2.11.1", |
||
3212 | "source": { |
||
3213 | "type": "git", |
||
3214 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
3215 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
3216 | }, |
||
3217 | "dist": { |
||
3218 | "type": "zip", |
||
3219 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
3220 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
3221 | "shasum": "" |
||
3222 | }, |
||
3223 | "require": { |
||
3224 | "monolog/monolog": "~1.18", |
||
3225 | "php": ">=5.3.2", |
||
3226 | "symfony/config": "~2.3|~3.0", |
||
3227 | "symfony/dependency-injection": "~2.3|~3.0", |
||
3228 | "symfony/http-kernel": "~2.3|~3.0", |
||
3229 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
3230 | }, |
||
3231 | "require-dev": { |
||
3232 | "phpunit/phpunit": "^4.8", |
||
3233 | "symfony/console": "~2.3|~3.0", |
||
3234 | "symfony/yaml": "~2.3|~3.0" |
||
3235 | }, |
||
3236 | "type": "symfony-bundle", |
||
3237 | "extra": { |
||
3238 | "branch-alias": { |
||
3239 | "dev-master": "2.x-dev" |
||
3240 | } |
||
3241 | }, |
||
3242 | "autoload": { |
||
3243 | "psr-4": { |
||
3244 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
3245 | } |
||
3246 | }, |
||
3247 | "notification-url": "https://packagist.org/downloads/", |
||
3248 | "license": [ |
||
3249 | "MIT" |
||
3250 | ], |
||
3251 | "authors": [ |
||
3252 | { |
||
3253 | "name": "Symfony Community", |
||
3254 | "homepage": "http://symfony.com/contributors" |
||
3255 | }, |
||
3256 | { |
||
3257 | "name": "Fabien Potencier", |
||
3258 | "email": "[email protected]" |
||
3259 | } |
||
3260 | ], |
||
3261 | "description": "Symfony MonologBundle", |
||
3262 | "homepage": "http://symfony.com", |
||
3263 | "keywords": [ |
||
3264 | "log", |
||
3265 | "logging" |
||
3266 | ], |
||
3267 | "time": "2016-04-13 16:21:01" |
||
3268 | }, |
||
3269 | { |
||
3270 | "name": "symfony/polyfill-intl-icu", |
||
3271 | "version": "v1.2.0", |
||
3272 | "source": { |
||
3273 | "type": "git", |
||
3274 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
3275 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
3276 | }, |
||
3277 | "dist": { |
||
3278 | "type": "zip", |
||
3279 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
3280 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
3281 | "shasum": "" |
||
3282 | }, |
||
3283 | "require": { |
||
3284 | "php": ">=5.3.3", |
||
3285 | "symfony/intl": "~2.3|~3.0" |
||
3286 | }, |
||
3287 | "suggest": { |
||
3288 | "ext-intl": "For best performance" |
||
3289 | }, |
||
3290 | "type": "library", |
||
3291 | "extra": { |
||
3292 | "branch-alias": { |
||
3293 | "dev-master": "1.2-dev" |
||
3294 | } |
||
3295 | }, |
||
3296 | "autoload": { |
||
3297 | "files": [ |
||
3298 | "bootstrap.php" |
||
3299 | ] |
||
3300 | }, |
||
3301 | "notification-url": "https://packagist.org/downloads/", |
||
3302 | "license": [ |
||
3303 | "MIT" |
||
3304 | ], |
||
3305 | "authors": [ |
||
3306 | { |
||
3307 | "name": "Nicolas Grekas", |
||
3308 | "email": "[email protected]" |
||
3309 | }, |
||
3310 | { |
||
3311 | "name": "Symfony Community", |
||
3312 | "homepage": "https://symfony.com/contributors" |
||
3313 | } |
||
3314 | ], |
||
3315 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
3316 | "homepage": "https://symfony.com", |
||
3317 | "keywords": [ |
||
3318 | "compatibility", |
||
3319 | "icu", |
||
3320 | "intl", |
||
3321 | "polyfill", |
||
3322 | "portable", |
||
3323 | "shim" |
||
3324 | ], |
||
3325 | "time": "2016-05-18 14:26:46" |
||
3326 | }, |
||
3327 | { |
||
3328 | "name": "symfony/polyfill-mbstring", |
||
3329 | "version": "v1.2.0", |
||
3330 | "source": { |
||
3331 | "type": "git", |
||
3332 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
3333 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
3334 | }, |
||
3335 | "dist": { |
||
3336 | "type": "zip", |
||
3337 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
3338 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
3339 | "shasum": "" |
||
3340 | }, |
||
3341 | "require": { |
||
3342 | "php": ">=5.3.3" |
||
3343 | }, |
||
3344 | "suggest": { |
||
3345 | "ext-mbstring": "For best performance" |
||
3346 | }, |
||
3347 | "type": "library", |
||
3348 | "extra": { |
||
3349 | "branch-alias": { |
||
3350 | "dev-master": "1.2-dev" |
||
3351 | } |
||
3352 | }, |
||
3353 | "autoload": { |
||
3354 | "psr-4": { |
||
3355 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
3356 | }, |
||
3357 | "files": [ |
||
3358 | "bootstrap.php" |
||
3359 | ] |
||
3360 | }, |
||
3361 | "notification-url": "https://packagist.org/downloads/", |
||
3362 | "license": [ |
||
3363 | "MIT" |
||
3364 | ], |
||
3365 | "authors": [ |
||
3366 | { |
||
3367 | "name": "Nicolas Grekas", |
||
3368 | "email": "[email protected]" |
||
3369 | }, |
||
3370 | { |
||
3371 | "name": "Symfony Community", |
||
3372 | "homepage": "https://symfony.com/contributors" |
||
3373 | } |
||
3374 | ], |
||
3375 | "description": "Symfony polyfill for the Mbstring extension", |
||
3376 | "homepage": "https://symfony.com", |
||
3377 | "keywords": [ |
||
3378 | "compatibility", |
||
3379 | "mbstring", |
||
3380 | "polyfill", |
||
3381 | "portable", |
||
3382 | "shim" |
||
3383 | ], |
||
3384 | "time": "2016-05-18 14:26:46" |
||
3385 | }, |
||
3386 | { |
||
3387 | "name": "symfony/polyfill-php56", |
||
3388 | "version": "v1.2.0", |
||
3389 | "source": { |
||
3390 | "type": "git", |
||
3391 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
3392 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
3393 | }, |
||
3394 | "dist": { |
||
3395 | "type": "zip", |
||
3396 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
3397 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
3398 | "shasum": "" |
||
3399 | }, |
||
3400 | "require": { |
||
3401 | "php": ">=5.3.3", |
||
3402 | "symfony/polyfill-util": "~1.0" |
||
3403 | }, |
||
3404 | "type": "library", |
||
3405 | "extra": { |
||
3406 | "branch-alias": { |
||
3407 | "dev-master": "1.2-dev" |
||
3408 | } |
||
3409 | }, |
||
3410 | "autoload": { |
||
3411 | "psr-4": { |
||
3412 | "Symfony\\Polyfill\\Php56\\": "" |
||
3413 | }, |
||
3414 | "files": [ |
||
3415 | "bootstrap.php" |
||
3416 | ] |
||
3417 | }, |
||
3418 | "notification-url": "https://packagist.org/downloads/", |
||
3419 | "license": [ |
||
3420 | "MIT" |
||
3421 | ], |
||
3422 | "authors": [ |
||
3423 | { |
||
3424 | "name": "Nicolas Grekas", |
||
3425 | "email": "[email protected]" |
||
3426 | }, |
||
3427 | { |
||
3428 | "name": "Symfony Community", |
||
3429 | "homepage": "https://symfony.com/contributors" |
||
3430 | } |
||
3431 | ], |
||
3432 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
3433 | "homepage": "https://symfony.com", |
||
3434 | "keywords": [ |
||
3435 | "compatibility", |
||
3436 | "polyfill", |
||
3437 | "portable", |
||
3438 | "shim" |
||
3439 | ], |
||
3440 | "time": "2016-05-18 14:26:46" |
||
3441 | }, |
||
3442 | { |
||
3443 | "name": "symfony/polyfill-php70", |
||
3444 | "version": "v1.2.0", |
||
3445 | "source": { |
||
3446 | "type": "git", |
||
3447 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
3448 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
3449 | }, |
||
3450 | "dist": { |
||
3451 | "type": "zip", |
||
3452 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
3453 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
3454 | "shasum": "" |
||
3455 | }, |
||
3456 | "require": { |
||
3457 | "paragonie/random_compat": "~1.0|~2.0", |
||
3458 | "php": ">=5.3.3" |
||
3459 | }, |
||
3460 | "type": "library", |
||
3461 | "extra": { |
||
3462 | "branch-alias": { |
||
3463 | "dev-master": "1.2-dev" |
||
3464 | } |
||
3465 | }, |
||
3466 | "autoload": { |
||
3467 | "psr-4": { |
||
3468 | "Symfony\\Polyfill\\Php70\\": "" |
||
3469 | }, |
||
3470 | "files": [ |
||
3471 | "bootstrap.php" |
||
3472 | ], |
||
3473 | "classmap": [ |
||
3474 | "Resources/stubs" |
||
3475 | ] |
||
3476 | }, |
||
3477 | "notification-url": "https://packagist.org/downloads/", |
||
3478 | "license": [ |
||
3479 | "MIT" |
||
3480 | ], |
||
3481 | "authors": [ |
||
3482 | { |
||
3483 | "name": "Nicolas Grekas", |
||
3484 | "email": "[email protected]" |
||
3485 | }, |
||
3486 | { |
||
3487 | "name": "Symfony Community", |
||
3488 | "homepage": "https://symfony.com/contributors" |
||
3489 | } |
||
3490 | ], |
||
3491 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
3492 | "homepage": "https://symfony.com", |
||
3493 | "keywords": [ |
||
3494 | "compatibility", |
||
3495 | "polyfill", |
||
3496 | "portable", |
||
3497 | "shim" |
||
3498 | ], |
||
3499 | "time": "2016-05-18 14:26:46" |
||
3500 | }, |
||
3501 | { |
||
3502 | "name": "symfony/polyfill-util", |
||
3503 | "version": "v1.2.0", |
||
3504 | "source": { |
||
3505 | "type": "git", |
||
3506 | "url": "https://github.com/symfony/polyfill-util.git", |
||
3507 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
3508 | }, |
||
3509 | "dist": { |
||
3510 | "type": "zip", |
||
3511 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
3512 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
3513 | "shasum": "" |
||
3514 | }, |
||
3515 | "require": { |
||
3516 | "php": ">=5.3.3" |
||
3517 | }, |
||
3518 | "type": "library", |
||
3519 | "extra": { |
||
3520 | "branch-alias": { |
||
3521 | "dev-master": "1.2-dev" |
||
3522 | } |
||
3523 | }, |
||
3524 | "autoload": { |
||
3525 | "psr-4": { |
||
3526 | "Symfony\\Polyfill\\Util\\": "" |
||
3527 | } |
||
3528 | }, |
||
3529 | "notification-url": "https://packagist.org/downloads/", |
||
3530 | "license": [ |
||
3531 | "MIT" |
||
3532 | ], |
||
3533 | "authors": [ |
||
3534 | { |
||
3535 | "name": "Nicolas Grekas", |
||
3536 | "email": "[email protected]" |
||
3537 | }, |
||
3538 | { |
||
3539 | "name": "Symfony Community", |
||
3540 | "homepage": "https://symfony.com/contributors" |
||
3541 | } |
||
3542 | ], |
||
3543 | "description": "Symfony utilities for portability of PHP codes", |
||
3544 | "homepage": "https://symfony.com", |
||
3545 | "keywords": [ |
||
3546 | "compat", |
||
3547 | "compatibility", |
||
3548 | "polyfill", |
||
3549 | "shim" |
||
3550 | ], |
||
3551 | "time": "2016-05-18 14:26:46" |
||
3552 | }, |
||
3553 | { |
||
3554 | "name": "symfony/symfony", |
||
3555 | "version": "v3.0.6", |
||
3556 | "source": { |
||
3557 | "type": "git", |
||
3558 | "url": "https://github.com/symfony/symfony.git", |
||
3559 | "reference": "a821ed51b87f5ceda834140e5f0c06e9547a86d4" |
||
3560 | }, |
||
3561 | "dist": { |
||
3562 | "type": "zip", |
||
3563 | "url": "https://api.github.com/repos/symfony/symfony/zipball/a821ed51b87f5ceda834140e5f0c06e9547a86d4", |
||
3564 | "reference": "a821ed51b87f5ceda834140e5f0c06e9547a86d4", |
||
3565 | "shasum": "" |
||
3566 | }, |
||
3567 | "require": { |
||
3568 | "doctrine/common": "~2.4", |
||
3569 | "php": ">=5.5.9", |
||
3570 | "psr/log": "~1.0", |
||
3571 | "symfony/polyfill-intl-icu": "~1.0", |
||
3572 | "symfony/polyfill-mbstring": "~1.0", |
||
3573 | "symfony/polyfill-php56": "~1.0", |
||
3574 | "symfony/polyfill-php70": "~1.0", |
||
3575 | "symfony/polyfill-util": "~1.0", |
||
3576 | "twig/twig": "~1.23|~2.0" |
||
3577 | }, |
||
3578 | "conflict": { |
||
3579 | "phpdocumentor/reflection": "<1.0.7" |
||
3580 | }, |
||
3581 | "replace": { |
||
3582 | "symfony/asset": "self.version", |
||
3583 | "symfony/browser-kit": "self.version", |
||
3584 | "symfony/class-loader": "self.version", |
||
3585 | "symfony/config": "self.version", |
||
3586 | "symfony/console": "self.version", |
||
3587 | "symfony/css-selector": "self.version", |
||
3588 | "symfony/debug": "self.version", |
||
3589 | "symfony/debug-bundle": "self.version", |
||
3590 | "symfony/dependency-injection": "self.version", |
||
3591 | "symfony/doctrine-bridge": "self.version", |
||
3592 | "symfony/dom-crawler": "self.version", |
||
3593 | "symfony/event-dispatcher": "self.version", |
||
3594 | "symfony/expression-language": "self.version", |
||
3595 | "symfony/filesystem": "self.version", |
||
3596 | "symfony/finder": "self.version", |
||
3597 | "symfony/form": "self.version", |
||
3598 | "symfony/framework-bundle": "self.version", |
||
3599 | "symfony/http-foundation": "self.version", |
||
3600 | "symfony/http-kernel": "self.version", |
||
3601 | "symfony/intl": "self.version", |
||
3602 | "symfony/ldap": "self.version", |
||
3603 | "symfony/monolog-bridge": "self.version", |
||
3604 | "symfony/options-resolver": "self.version", |
||
3605 | "symfony/process": "self.version", |
||
3606 | "symfony/property-access": "self.version", |
||
3607 | "symfony/property-info": "self.version", |
||
3608 | "symfony/proxy-manager-bridge": "self.version", |
||
3609 | "symfony/routing": "self.version", |
||
3610 | "symfony/security": "self.version", |
||
3611 | "symfony/security-bundle": "self.version", |
||
3612 | "symfony/security-core": "self.version", |
||
3613 | "symfony/security-csrf": "self.version", |
||
3614 | "symfony/security-guard": "self.version", |
||
3615 | "symfony/security-http": "self.version", |
||
3616 | "symfony/serializer": "self.version", |
||
3617 | "symfony/stopwatch": "self.version", |
||
3618 | "symfony/templating": "self.version", |
||
3619 | "symfony/translation": "self.version", |
||
3620 | "symfony/twig-bridge": "self.version", |
||
3621 | "symfony/twig-bundle": "self.version", |
||
3622 | "symfony/validator": "self.version", |
||
3623 | "symfony/var-dumper": "self.version", |
||
3624 | "symfony/web-profiler-bundle": "self.version", |
||
3625 | "symfony/yaml": "self.version" |
||
3626 | }, |
||
3627 | "require-dev": { |
||
3628 | "doctrine/data-fixtures": "1.0.*", |
||
3629 | "doctrine/dbal": "~2.4", |
||
3630 | "doctrine/doctrine-bundle": "~1.4", |
||
3631 | "doctrine/orm": "~2.4,>=2.4.5", |
||
3632 | "egulias/email-validator": "~1.2", |
||
3633 | "monolog/monolog": "~1.11", |
||
3634 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
3635 | "phpdocumentor/reflection": "^1.0.7", |
||
3636 | "symfony/polyfill-apcu": "~1.1", |
||
3637 | "symfony/security-acl": "~2.8|~3.0" |
||
3638 | }, |
||
3639 | "type": "library", |
||
3640 | "extra": { |
||
3641 | "branch-alias": { |
||
3642 | "dev-master": "3.0-dev" |
||
3643 | } |
||
3644 | }, |
||
3645 | "autoload": { |
||
3646 | "psr-4": { |
||
3647 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
3648 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
3649 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
3650 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
3651 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
3652 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
3653 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
3654 | }, |
||
3655 | "classmap": [ |
||
3656 | "src/Symfony/Component/Intl/Resources/stubs" |
||
3657 | ], |
||
3658 | "exclude-from-classmap": [ |
||
3659 | "**/Tests/" |
||
3660 | ] |
||
3661 | }, |
||
3662 | "notification-url": "https://packagist.org/downloads/", |
||
3663 | "license": [ |
||
3664 | "MIT" |
||
3665 | ], |
||
3666 | "authors": [ |
||
3667 | { |
||
3668 | "name": "Fabien Potencier", |
||
3669 | "email": "[email protected]" |
||
3670 | }, |
||
3671 | { |
||
3672 | "name": "Symfony Community", |
||
3673 | "homepage": "https://symfony.com/contributors" |
||
3674 | } |
||
3675 | ], |
||
3676 | "description": "The Symfony PHP framework", |
||
3677 | "homepage": "https://symfony.com", |
||
3678 | "keywords": [ |
||
3679 | "framework" |
||
3680 | ], |
||
3681 | "time": "2016-05-09 22:13:31" |
||
3682 | }, |
||
3683 | { |
||
3684 | "name": "tonicforhealth/health-checker-incident-component", |
||
3685 | "version": "v0.1.4", |
||
3686 | "source": { |
||
3687 | "type": "git", |
||
3688 | "url": "https://github.com/tonicforhealth/health-checker-incident-component.git", |
||
3689 | "reference": "0475a5d9a891433735844c2996c9ab91b289ef39" |
||
3690 | }, |
||
3691 | "dist": { |
||
3692 | "type": "zip", |
||
3693 | "url": "https://api.github.com/repos/tonicforhealth/health-checker-incident-component/zipball/0475a5d9a891433735844c2996c9ab91b289ef39", |
||
3694 | "reference": "0475a5d9a891433735844c2996c9ab91b289ef39", |
||
3695 | "shasum": "" |
||
3696 | }, |
||
3697 | "require": { |
||
3698 | "danielgsims/php-collections": "~1.4", |
||
3699 | "doctrine/orm": "~2.5", |
||
3700 | "guzzlehttp/guzzle": "~5.3|~6.1", |
||
3701 | "mtdowling/cron-expression": "~1.1", |
||
3702 | "php": ">=5.5", |
||
3703 | "php-http/client-common": "~1.0", |
||
3704 | "php-http/discovery": "~0.6", |
||
3705 | "php-http/guzzle6-adapter": "~1.0", |
||
3706 | "php-http/message": "~1.2", |
||
3707 | "php-http/plugins": "~1.0", |
||
3708 | "puli/cli": "~1.0", |
||
3709 | "puli/repository": "~1.0", |
||
3710 | "swiftmailer/swiftmailer": "~5.4", |
||
3711 | "tonicforhealth/pagerduty-client": "^0.1.0" |
||
3712 | }, |
||
3713 | "require-dev": { |
||
3714 | "php-http/mock-client": "^0.3", |
||
3715 | "phpunit/phpunit": "~4.8|~5.3", |
||
3716 | "puli/composer-plugin": "dev-classmap as 1.0-beta10" |
||
3717 | }, |
||
3718 | "type": "library", |
||
3719 | "autoload": { |
||
3720 | "psr-4": { |
||
3721 | "TonicHealthCheck\\": "src/" |
||
3722 | } |
||
3723 | }, |
||
3724 | "notification-url": "https://packagist.org/downloads/", |
||
3725 | "license": [ |
||
3726 | "MIT" |
||
3727 | ], |
||
3728 | "authors": [ |
||
3729 | { |
||
3730 | "name": "Dmitry Gopkalo", |
||
3731 | "email": "[email protected]" |
||
3732 | } |
||
3733 | ], |
||
3734 | "description": "Health checker incident component provides classes for health checker incident app", |
||
3735 | "time": "2016-07-28 10:27:28" |
||
3736 | }, |
||
3737 | { |
||
3738 | "name": "tonicforhealth/pagerduty-client", |
||
3739 | "version": "v0.1.0", |
||
3740 | "source": { |
||
3741 | "type": "git", |
||
3742 | "url": "https://github.com/tonicforhealth/pagerduty-client.git", |
||
3743 | "reference": "56b1219ebc960e4a9fbbf3a5429969d1b0c56e83" |
||
3744 | }, |
||
3745 | "dist": { |
||
3746 | "type": "zip", |
||
3747 | "url": "https://api.github.com/repos/tonicforhealth/pagerduty-client/zipball/56b1219ebc960e4a9fbbf3a5429969d1b0c56e83", |
||
3748 | "reference": "56b1219ebc960e4a9fbbf3a5429969d1b0c56e83", |
||
3749 | "shasum": "" |
||
3750 | }, |
||
3751 | "require": { |
||
3752 | "php-http/client-common": "~1.0", |
||
3753 | "php-http/discovery": "~0.6", |
||
3754 | "php-http/message": "~1.2", |
||
3755 | "puli/composer-plugin": "^1.0@beta" |
||
3756 | }, |
||
3757 | "require-dev": { |
||
3758 | "guzzlehttp/psr7": "^1.3", |
||
3759 | "php-http/mock-client": "^0.3", |
||
3760 | "phpunit/phpunit": "~4.8|~5.3" |
||
3761 | }, |
||
3762 | "suggest": { |
||
3763 | "guzzlehttp/guzzle": "~6.1", |
||
3764 | "php-http/guzzle6-adapter": "~1.1" |
||
3765 | }, |
||
3766 | "type": "library", |
||
3767 | "autoload": { |
||
3768 | "psr-4": { |
||
3769 | "TonicForHealth\\PagerDutyClient\\": "src" |
||
3770 | } |
||
3771 | }, |
||
3772 | "notification-url": "https://packagist.org/downloads/", |
||
3773 | "license": [ |
||
3774 | "MIT" |
||
3775 | ], |
||
3776 | "authors": [ |
||
3777 | { |
||
3778 | "name": "Dmitry Gopkalo", |
||
3779 | "email": "[email protected]" |
||
3780 | } |
||
3781 | ], |
||
3782 | "description": "PagerDuty client - This is the client lib for creation events and sent it to PagerDuty by API", |
||
3783 | "keywords": [ |
||
3784 | "PagerDuty", |
||
3785 | "api", |
||
3786 | "client", |
||
3787 | "event", |
||
3788 | "rest", |
||
3789 | "tonicforhealth", |
||
3790 | "v2" |
||
3791 | ], |
||
3792 | "time": "2016-07-27 21:54:21" |
||
3793 | }, |
||
3794 | { |
||
3795 | "name": "twig/twig", |
||
3796 | "version": "v1.24.0", |
||
3797 | "source": { |
||
3798 | "type": "git", |
||
3799 | "url": "https://github.com/twigphp/Twig.git", |
||
3800 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" |
||
3801 | }, |
||
3802 | "dist": { |
||
3803 | "type": "zip", |
||
3804 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
3805 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
3806 | "shasum": "" |
||
3807 | }, |
||
3808 | "require": { |
||
3809 | "php": ">=5.2.7" |
||
3810 | }, |
||
3811 | "require-dev": { |
||
3812 | "symfony/debug": "~2.7", |
||
3813 | "symfony/phpunit-bridge": "~2.7" |
||
3814 | }, |
||
3815 | "type": "library", |
||
3816 | "extra": { |
||
3817 | "branch-alias": { |
||
3818 | "dev-master": "1.24-dev" |
||
3819 | } |
||
3820 | }, |
||
3821 | "autoload": { |
||
3822 | "psr-0": { |
||
3823 | "Twig_": "lib/" |
||
3824 | } |
||
3825 | }, |
||
3826 | "notification-url": "https://packagist.org/downloads/", |
||
3827 | "license": [ |
||
3828 | "BSD-3-Clause" |
||
3829 | ], |
||
3830 | "authors": [ |
||
3831 | { |
||
3832 | "name": "Fabien Potencier", |
||
3833 | "email": "[email protected]", |
||
3834 | "homepage": "http://fabien.potencier.org", |
||
3835 | "role": "Lead Developer" |
||
3836 | }, |
||
3837 | { |
||
3838 | "name": "Armin Ronacher", |
||
3839 | "email": "[email protected]", |
||
3840 | "role": "Project Founder" |
||
3841 | }, |
||
3842 | { |
||
3843 | "name": "Twig Team", |
||
3844 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3845 | "role": "Contributors" |
||
3846 | } |
||
3847 | ], |
||
3848 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3849 | "homepage": "http://twig.sensiolabs.org", |
||
3850 | "keywords": [ |
||
3851 | "templating" |
||
3852 | ], |
||
3853 | "time": "2016-01-25 21:22:18" |
||
3854 | }, |
||
3855 | { |
||
3856 | "name": "webmozart/assert", |
||
3857 | "version": "1.0.2", |
||
3858 | "source": { |
||
3859 | "type": "git", |
||
3860 | "url": "https://github.com/webmozart/assert.git", |
||
3861 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
3862 | }, |
||
3863 | "dist": { |
||
3864 | "type": "zip", |
||
3865 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
3866 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
3867 | "shasum": "" |
||
3868 | }, |
||
3869 | "require": { |
||
3870 | "php": ">=5.3.3" |
||
3871 | }, |
||
3872 | "require-dev": { |
||
3873 | "phpunit/phpunit": "^4.6" |
||
3874 | }, |
||
3875 | "type": "library", |
||
3876 | "extra": { |
||
3877 | "branch-alias": { |
||
3878 | "dev-master": "1.0-dev" |
||
3879 | } |
||
3880 | }, |
||
3881 | "autoload": { |
||
3882 | "psr-4": { |
||
3883 | "Webmozart\\Assert\\": "src/" |
||
3884 | } |
||
3885 | }, |
||
3886 | "notification-url": "https://packagist.org/downloads/", |
||
3887 | "license": [ |
||
3888 | "MIT" |
||
3889 | ], |
||
3890 | "authors": [ |
||
3891 | { |
||
3892 | "name": "Bernhard Schussek", |
||
3893 | "email": "[email protected]" |
||
3894 | } |
||
3895 | ], |
||
3896 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3897 | "keywords": [ |
||
3898 | "assert", |
||
3899 | "check", |
||
3900 | "validate" |
||
3901 | ], |
||
3902 | "time": "2015-08-24 13:29:44" |
||
3903 | }, |
||
3904 | { |
||
3905 | "name": "webmozart/console", |
||
3906 | "version": "1.0.0-beta5", |
||
3907 | "source": { |
||
3908 | "type": "git", |
||
3909 | "url": "https://github.com/webmozart/console.git", |
||
3910 | "reference": "be58c622090e61a2a7c3ad77baae776b46e7f305" |
||
3911 | }, |
||
3912 | "dist": { |
||
3913 | "type": "zip", |
||
3914 | "url": "https://api.github.com/repos/webmozart/console/zipball/be58c622090e61a2a7c3ad77baae776b46e7f305", |
||
3915 | "reference": "be58c622090e61a2a7c3ad77baae776b46e7f305", |
||
3916 | "shasum": "" |
||
3917 | }, |
||
3918 | "require": { |
||
3919 | "php": ">=5.3.9", |
||
3920 | "symfony/console": "^2.7|^3.0", |
||
3921 | "symfony/event-dispatcher": "^2.5|^3.0", |
||
3922 | "symfony/process": "^2.5|^3.0", |
||
3923 | "webmozart/assert": "^1.0" |
||
3924 | }, |
||
3925 | "require-dev": { |
||
3926 | "phpunit/phpunit": "^4.6", |
||
3927 | "sebastian/version": "^1.0.1", |
||
3928 | "symfony/filesystem": "^2.3|^3.0" |
||
3929 | }, |
||
3930 | "type": "library", |
||
3931 | "extra": { |
||
3932 | "branch-alias": { |
||
3933 | "dev-master": "1.0-dev" |
||
3934 | } |
||
3935 | }, |
||
3936 | "autoload": { |
||
3937 | "psr-4": { |
||
3938 | "Webmozart\\Console\\": "src/" |
||
3939 | } |
||
3940 | }, |
||
3941 | "notification-url": "https://packagist.org/downloads/", |
||
3942 | "license": [ |
||
3943 | "MIT" |
||
3944 | ], |
||
3945 | "authors": [ |
||
3946 | { |
||
3947 | "name": "Bernhard Schussek", |
||
3948 | "email": "[email protected]" |
||
3949 | } |
||
3950 | ], |
||
3951 | "description": "A usable, beautiful and easily testable console toolkit written in PHP.", |
||
3952 | "time": "2016-02-05 10:03:13" |
||
3953 | }, |
||
3954 | { |
||
3955 | "name": "webmozart/expression", |
||
3956 | "version": "1.0.0", |
||
3957 | "source": { |
||
3958 | "type": "git", |
||
3959 | "url": "https://github.com/webmozart/expression.git", |
||
3960 | "reference": "35c222fc49533894228e1240cc844ae91d6a9ef2" |
||
3961 | }, |
||
3962 | "dist": { |
||
3963 | "type": "zip", |
||
3964 | "url": "https://api.github.com/repos/webmozart/expression/zipball/35c222fc49533894228e1240cc844ae91d6a9ef2", |
||
3965 | "reference": "35c222fc49533894228e1240cc844ae91d6a9ef2", |
||
3966 | "shasum": "" |
||
3967 | }, |
||
3968 | "require": { |
||
3969 | "php": ">=5.3.9" |
||
3970 | }, |
||
3971 | "require-dev": { |
||
3972 | "phpunit/phpunit": "^4.6", |
||
3973 | "sebastian/version": "^1.0.1" |
||
3974 | }, |
||
3975 | "type": "library", |
||
3976 | "extra": { |
||
3977 | "branch-alias": { |
||
3978 | "dev-master": "1.0-dev" |
||
3979 | } |
||
3980 | }, |
||
3981 | "autoload": { |
||
3982 | "psr-4": { |
||
3983 | "Webmozart\\Expression\\": "src/" |
||
3984 | } |
||
3985 | }, |
||
3986 | "notification-url": "https://packagist.org/downloads/", |
||
3987 | "license": [ |
||
3988 | "MIT" |
||
3989 | ], |
||
3990 | "authors": [ |
||
3991 | { |
||
3992 | "name": "Bernhard Schussek", |
||
3993 | "email": "[email protected]" |
||
3994 | } |
||
3995 | ], |
||
3996 | "description": "Formulate expressions and search criteria using PHP objects.", |
||
3997 | "keywords": [ |
||
3998 | "criteria", |
||
3999 | "expression", |
||
4000 | "filter", |
||
4001 | "formula" |
||
4002 | ], |
||
4003 | "time": "2015-12-17 10:43:13" |
||
4004 | }, |
||
4005 | { |
||
4006 | "name": "webmozart/glob", |
||
4007 | "version": "4.1.0", |
||
4008 | "source": { |
||
4009 | "type": "git", |
||
4010 | "url": "https://github.com/webmozart/glob.git", |
||
4011 | "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe" |
||
4012 | }, |
||
4013 | "dist": { |
||
4014 | "type": "zip", |
||
4015 | "url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", |
||
4016 | "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", |
||
4017 | "shasum": "" |
||
4018 | }, |
||
4019 | "require": { |
||
4020 | "php": "^5.3.3|^7.0", |
||
4021 | "webmozart/path-util": "^2.2" |
||
4022 | }, |
||
4023 | "require-dev": { |
||
4024 | "phpunit/phpunit": "^4.6", |
||
4025 | "sebastian/version": "^1.0.1", |
||
4026 | "symfony/filesystem": "^2.5" |
||
4027 | }, |
||
4028 | "type": "library", |
||
4029 | "extra": { |
||
4030 | "branch-alias": { |
||
4031 | "dev-master": "4.1-dev" |
||
4032 | } |
||
4033 | }, |
||
4034 | "autoload": { |
||
4035 | "psr-4": { |
||
4036 | "Webmozart\\Glob\\": "src/" |
||
4037 | } |
||
4038 | }, |
||
4039 | "notification-url": "https://packagist.org/downloads/", |
||
4040 | "license": [ |
||
4041 | "MIT" |
||
4042 | ], |
||
4043 | "authors": [ |
||
4044 | { |
||
4045 | "name": "Bernhard Schussek", |
||
4046 | "email": "[email protected]" |
||
4047 | } |
||
4048 | ], |
||
4049 | "description": "A PHP implementation of Ant's glob.", |
||
4050 | "time": "2015-12-29 11:14:33" |
||
4051 | }, |
||
4052 | { |
||
4053 | "name": "webmozart/json", |
||
4054 | "version": "1.2.2", |
||
4055 | "source": { |
||
4056 | "type": "git", |
||
4057 | "url": "https://github.com/webmozart/json.git", |
||
4058 | "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a" |
||
4059 | }, |
||
4060 | "dist": { |
||
4061 | "type": "zip", |
||
4062 | "url": "https://api.github.com/repos/webmozart/json/zipball/a1fb3da904b8364e3db47eed68f76bfb6cd0031a", |
||
4063 | "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a", |
||
4064 | "shasum": "" |
||
4065 | }, |
||
4066 | "require": { |
||
4067 | "justinrainbow/json-schema": "^1.6", |
||
4068 | "php": "^5.3.3|^7.0", |
||
4069 | "seld/jsonlint": "^1.0", |
||
4070 | "webmozart/path-util": "^2.3" |
||
4071 | }, |
||
4072 | "require-dev": { |
||
4073 | "phpunit/phpunit": "^4.6", |
||
4074 | "sebastian/version": "^1.0.1", |
||
4075 | "symfony/filesystem": "^2.5" |
||
4076 | }, |
||
4077 | "type": "library", |
||
4078 | "extra": { |
||
4079 | "branch-alias": { |
||
4080 | "dev-master": "1.2-dev" |
||
4081 | } |
||
4082 | }, |
||
4083 | "autoload": { |
||
4084 | "psr-4": { |
||
4085 | "Webmozart\\Json\\": "src/" |
||
4086 | } |
||
4087 | }, |
||
4088 | "notification-url": "https://packagist.org/downloads/", |
||
4089 | "license": [ |
||
4090 | "MIT" |
||
4091 | ], |
||
4092 | "authors": [ |
||
4093 | { |
||
4094 | "name": "Bernhard Schussek", |
||
4095 | "email": "[email protected]" |
||
4096 | } |
||
4097 | ], |
||
4098 | "description": "A robust JSON decoder/encoder with support for schema validation.", |
||
4099 | "time": "2016-01-14 12:11:46" |
||
4100 | }, |
||
4101 | { |
||
4102 | "name": "webmozart/path-util", |
||
4103 | "version": "2.3.0", |
||
4104 | "source": { |
||
4105 | "type": "git", |
||
4106 | "url": "https://github.com/webmozart/path-util.git", |
||
4107 | "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" |
||
4108 | }, |
||
4109 | "dist": { |
||
4110 | "type": "zip", |
||
4111 | "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", |
||
4112 | "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", |
||
4113 | "shasum": "" |
||
4114 | }, |
||
4115 | "require": { |
||
4116 | "php": ">=5.3.3", |
||
4117 | "webmozart/assert": "~1.0" |
||
4118 | }, |
||
4119 | "require-dev": { |
||
4120 | "phpunit/phpunit": "^4.6", |
||
4121 | "sebastian/version": "^1.0.1" |
||
4122 | }, |
||
4123 | "type": "library", |
||
4124 | "extra": { |
||
4125 | "branch-alias": { |
||
4126 | "dev-master": "2.3-dev" |
||
4127 | } |
||
4128 | }, |
||
4129 | "autoload": { |
||
4130 | "psr-4": { |
||
4131 | "Webmozart\\PathUtil\\": "src/" |
||
4132 | } |
||
4133 | }, |
||
4134 | "notification-url": "https://packagist.org/downloads/", |
||
4135 | "license": [ |
||
4136 | "MIT" |
||
4137 | ], |
||
4138 | "authors": [ |
||
4139 | { |
||
4140 | "name": "Bernhard Schussek", |
||
4141 | "email": "[email protected]" |
||
4142 | } |
||
4143 | ], |
||
4144 | "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", |
||
4145 | "time": "2015-12-17 08:42:14" |
||
4146 | } |
||
4147 | ], |
||
4148 | "packages-dev": [ |
||
4149 | { |
||
4150 | "name": "phpdocumentor/reflection-docblock", |
||
4151 | "version": "2.0.4", |
||
4152 | "source": { |
||
4153 | "type": "git", |
||
4154 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
4155 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
4156 | }, |
||
4157 | "dist": { |
||
4158 | "type": "zip", |
||
4159 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
4160 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
4161 | "shasum": "" |
||
4162 | }, |
||
4163 | "require": { |
||
4164 | "php": ">=5.3.3" |
||
4165 | }, |
||
4166 | "require-dev": { |
||
4167 | "phpunit/phpunit": "~4.0" |
||
4168 | }, |
||
4169 | "suggest": { |
||
4170 | "dflydev/markdown": "~1.0", |
||
4171 | "erusev/parsedown": "~1.0" |
||
4172 | }, |
||
4173 | "type": "library", |
||
4174 | "extra": { |
||
4175 | "branch-alias": { |
||
4176 | "dev-master": "2.0.x-dev" |
||
4177 | } |
||
4178 | }, |
||
4179 | "autoload": { |
||
4180 | "psr-0": { |
||
4181 | "phpDocumentor": [ |
||
4182 | "src/" |
||
4183 | ] |
||
4184 | } |
||
4185 | }, |
||
4186 | "notification-url": "https://packagist.org/downloads/", |
||
4187 | "license": [ |
||
4188 | "MIT" |
||
4189 | ], |
||
4190 | "authors": [ |
||
4191 | { |
||
4192 | "name": "Mike van Riel", |
||
4193 | "email": "[email protected]" |
||
4194 | } |
||
4195 | ], |
||
4196 | "time": "2015-02-03 12:10:50" |
||
4197 | }, |
||
4198 | { |
||
4199 | "name": "phpspec/prophecy", |
||
4200 | "version": "v1.6.0", |
||
4201 | "source": { |
||
4202 | "type": "git", |
||
4203 | "url": "https://github.com/phpspec/prophecy.git", |
||
4204 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
4205 | }, |
||
4206 | "dist": { |
||
4207 | "type": "zip", |
||
4208 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
4209 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
4210 | "shasum": "" |
||
4211 | }, |
||
4212 | "require": { |
||
4213 | "doctrine/instantiator": "^1.0.2", |
||
4214 | "php": "^5.3|^7.0", |
||
4215 | "phpdocumentor/reflection-docblock": "~2.0", |
||
4216 | "sebastian/comparator": "~1.1", |
||
4217 | "sebastian/recursion-context": "~1.0" |
||
4218 | }, |
||
4219 | "require-dev": { |
||
4220 | "phpspec/phpspec": "~2.0" |
||
4221 | }, |
||
4222 | "type": "library", |
||
4223 | "extra": { |
||
4224 | "branch-alias": { |
||
4225 | "dev-master": "1.5.x-dev" |
||
4226 | } |
||
4227 | }, |
||
4228 | "autoload": { |
||
4229 | "psr-0": { |
||
4230 | "Prophecy\\": "src/" |
||
4231 | } |
||
4232 | }, |
||
4233 | "notification-url": "https://packagist.org/downloads/", |
||
4234 | "license": [ |
||
4235 | "MIT" |
||
4236 | ], |
||
4237 | "authors": [ |
||
4238 | { |
||
4239 | "name": "Konstantin Kudryashov", |
||
4240 | "email": "[email protected]", |
||
4241 | "homepage": "http://everzet.com" |
||
4242 | }, |
||
4243 | { |
||
4244 | "name": "Marcello Duarte", |
||
4245 | "email": "[email protected]" |
||
4246 | } |
||
4247 | ], |
||
4248 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
4249 | "homepage": "https://github.com/phpspec/prophecy", |
||
4250 | "keywords": [ |
||
4251 | "Double", |
||
4252 | "Dummy", |
||
4253 | "fake", |
||
4254 | "mock", |
||
4255 | "spy", |
||
4256 | "stub" |
||
4257 | ], |
||
4258 | "time": "2016-02-15 07:46:21" |
||
4259 | }, |
||
4260 | { |
||
4261 | "name": "phpunit/php-code-coverage", |
||
4262 | "version": "2.2.4", |
||
4263 | "source": { |
||
4264 | "type": "git", |
||
4265 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
4266 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
4267 | }, |
||
4268 | "dist": { |
||
4269 | "type": "zip", |
||
4270 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
4271 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
4272 | "shasum": "" |
||
4273 | }, |
||
4274 | "require": { |
||
4275 | "php": ">=5.3.3", |
||
4276 | "phpunit/php-file-iterator": "~1.3", |
||
4277 | "phpunit/php-text-template": "~1.2", |
||
4278 | "phpunit/php-token-stream": "~1.3", |
||
4279 | "sebastian/environment": "^1.3.2", |
||
4280 | "sebastian/version": "~1.0" |
||
4281 | }, |
||
4282 | "require-dev": { |
||
4283 | "ext-xdebug": ">=2.1.4", |
||
4284 | "phpunit/phpunit": "~4" |
||
4285 | }, |
||
4286 | "suggest": { |
||
4287 | "ext-dom": "*", |
||
4288 | "ext-xdebug": ">=2.2.1", |
||
4289 | "ext-xmlwriter": "*" |
||
4290 | }, |
||
4291 | "type": "library", |
||
4292 | "extra": { |
||
4293 | "branch-alias": { |
||
4294 | "dev-master": "2.2.x-dev" |
||
4295 | } |
||
4296 | }, |
||
4297 | "autoload": { |
||
4298 | "classmap": [ |
||
4299 | "src/" |
||
4300 | ] |
||
4301 | }, |
||
4302 | "notification-url": "https://packagist.org/downloads/", |
||
4303 | "license": [ |
||
4304 | "BSD-3-Clause" |
||
4305 | ], |
||
4306 | "authors": [ |
||
4307 | { |
||
4308 | "name": "Sebastian Bergmann", |
||
4309 | "email": "[email protected]", |
||
4310 | "role": "lead" |
||
4311 | } |
||
4312 | ], |
||
4313 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
4314 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
4315 | "keywords": [ |
||
4316 | "coverage", |
||
4317 | "testing", |
||
4318 | "xunit" |
||
4319 | ], |
||
4320 | "time": "2015-10-06 15:47:00" |
||
4321 | }, |
||
4322 | { |
||
4323 | "name": "phpunit/php-file-iterator", |
||
4324 | "version": "1.4.1", |
||
4325 | "source": { |
||
4326 | "type": "git", |
||
4327 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
4328 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
4329 | }, |
||
4330 | "dist": { |
||
4331 | "type": "zip", |
||
4332 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
4333 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
4334 | "shasum": "" |
||
4335 | }, |
||
4336 | "require": { |
||
4337 | "php": ">=5.3.3" |
||
4338 | }, |
||
4339 | "type": "library", |
||
4340 | "extra": { |
||
4341 | "branch-alias": { |
||
4342 | "dev-master": "1.4.x-dev" |
||
4343 | } |
||
4344 | }, |
||
4345 | "autoload": { |
||
4346 | "classmap": [ |
||
4347 | "src/" |
||
4348 | ] |
||
4349 | }, |
||
4350 | "notification-url": "https://packagist.org/downloads/", |
||
4351 | "license": [ |
||
4352 | "BSD-3-Clause" |
||
4353 | ], |
||
4354 | "authors": [ |
||
4355 | { |
||
4356 | "name": "Sebastian Bergmann", |
||
4357 | "email": "[email protected]", |
||
4358 | "role": "lead" |
||
4359 | } |
||
4360 | ], |
||
4361 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
4362 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
4363 | "keywords": [ |
||
4364 | "filesystem", |
||
4365 | "iterator" |
||
4366 | ], |
||
4367 | "time": "2015-06-21 13:08:43" |
||
4368 | }, |
||
4369 | { |
||
4370 | "name": "phpunit/php-text-template", |
||
4371 | "version": "1.2.1", |
||
4372 | "source": { |
||
4373 | "type": "git", |
||
4374 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
4375 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
4376 | }, |
||
4377 | "dist": { |
||
4378 | "type": "zip", |
||
4379 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4380 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4381 | "shasum": "" |
||
4382 | }, |
||
4383 | "require": { |
||
4384 | "php": ">=5.3.3" |
||
4385 | }, |
||
4386 | "type": "library", |
||
4387 | "autoload": { |
||
4388 | "classmap": [ |
||
4389 | "src/" |
||
4390 | ] |
||
4391 | }, |
||
4392 | "notification-url": "https://packagist.org/downloads/", |
||
4393 | "license": [ |
||
4394 | "BSD-3-Clause" |
||
4395 | ], |
||
4396 | "authors": [ |
||
4397 | { |
||
4398 | "name": "Sebastian Bergmann", |
||
4399 | "email": "[email protected]", |
||
4400 | "role": "lead" |
||
4401 | } |
||
4402 | ], |
||
4403 | "description": "Simple template engine.", |
||
4404 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
4405 | "keywords": [ |
||
4406 | "template" |
||
4407 | ], |
||
4408 | "time": "2015-06-21 13:50:34" |
||
4409 | }, |
||
4410 | { |
||
4411 | "name": "phpunit/php-timer", |
||
4412 | "version": "1.0.8", |
||
4413 | "source": { |
||
4414 | "type": "git", |
||
4415 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
4416 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
4417 | }, |
||
4418 | "dist": { |
||
4419 | "type": "zip", |
||
4420 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4421 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4422 | "shasum": "" |
||
4423 | }, |
||
4424 | "require": { |
||
4425 | "php": ">=5.3.3" |
||
4426 | }, |
||
4427 | "require-dev": { |
||
4428 | "phpunit/phpunit": "~4|~5" |
||
4429 | }, |
||
4430 | "type": "library", |
||
4431 | "autoload": { |
||
4432 | "classmap": [ |
||
4433 | "src/" |
||
4434 | ] |
||
4435 | }, |
||
4436 | "notification-url": "https://packagist.org/downloads/", |
||
4437 | "license": [ |
||
4438 | "BSD-3-Clause" |
||
4439 | ], |
||
4440 | "authors": [ |
||
4441 | { |
||
4442 | "name": "Sebastian Bergmann", |
||
4443 | "email": "[email protected]", |
||
4444 | "role": "lead" |
||
4445 | } |
||
4446 | ], |
||
4447 | "description": "Utility class for timing", |
||
4448 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
4449 | "keywords": [ |
||
4450 | "timer" |
||
4451 | ], |
||
4452 | "time": "2016-05-12 18:03:57" |
||
4453 | }, |
||
4454 | { |
||
4455 | "name": "phpunit/php-token-stream", |
||
4456 | "version": "1.4.8", |
||
4457 | "source": { |
||
4458 | "type": "git", |
||
4459 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
4460 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
4461 | }, |
||
4462 | "dist": { |
||
4463 | "type": "zip", |
||
4464 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4465 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4466 | "shasum": "" |
||
4467 | }, |
||
4468 | "require": { |
||
4469 | "ext-tokenizer": "*", |
||
4470 | "php": ">=5.3.3" |
||
4471 | }, |
||
4472 | "require-dev": { |
||
4473 | "phpunit/phpunit": "~4.2" |
||
4474 | }, |
||
4475 | "type": "library", |
||
4476 | "extra": { |
||
4477 | "branch-alias": { |
||
4478 | "dev-master": "1.4-dev" |
||
4479 | } |
||
4480 | }, |
||
4481 | "autoload": { |
||
4482 | "classmap": [ |
||
4483 | "src/" |
||
4484 | ] |
||
4485 | }, |
||
4486 | "notification-url": "https://packagist.org/downloads/", |
||
4487 | "license": [ |
||
4488 | "BSD-3-Clause" |
||
4489 | ], |
||
4490 | "authors": [ |
||
4491 | { |
||
4492 | "name": "Sebastian Bergmann", |
||
4493 | "email": "[email protected]" |
||
4494 | } |
||
4495 | ], |
||
4496 | "description": "Wrapper around PHP's tokenizer extension.", |
||
4497 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
4498 | "keywords": [ |
||
4499 | "tokenizer" |
||
4500 | ], |
||
4501 | "time": "2015-09-15 10:49:45" |
||
4502 | }, |
||
4503 | { |
||
4504 | "name": "phpunit/phpunit", |
||
4505 | "version": "4.8.26", |
||
4506 | "source": { |
||
4507 | "type": "git", |
||
4508 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
4509 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74" |
||
4510 | }, |
||
4511 | "dist": { |
||
4512 | "type": "zip", |
||
4513 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
4514 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
4515 | "shasum": "" |
||
4516 | }, |
||
4517 | "require": { |
||
4518 | "ext-dom": "*", |
||
4519 | "ext-json": "*", |
||
4520 | "ext-pcre": "*", |
||
4521 | "ext-reflection": "*", |
||
4522 | "ext-spl": "*", |
||
4523 | "php": ">=5.3.3", |
||
4524 | "phpspec/prophecy": "^1.3.1", |
||
4525 | "phpunit/php-code-coverage": "~2.1", |
||
4526 | "phpunit/php-file-iterator": "~1.4", |
||
4527 | "phpunit/php-text-template": "~1.2", |
||
4528 | "phpunit/php-timer": "^1.0.6", |
||
4529 | "phpunit/phpunit-mock-objects": "~2.3", |
||
4530 | "sebastian/comparator": "~1.1", |
||
4531 | "sebastian/diff": "~1.2", |
||
4532 | "sebastian/environment": "~1.3", |
||
4533 | "sebastian/exporter": "~1.2", |
||
4534 | "sebastian/global-state": "~1.0", |
||
4535 | "sebastian/version": "~1.0", |
||
4536 | "symfony/yaml": "~2.1|~3.0" |
||
4537 | }, |
||
4538 | "suggest": { |
||
4539 | "phpunit/php-invoker": "~1.1" |
||
4540 | }, |
||
4541 | "bin": [ |
||
4542 | "phpunit" |
||
4543 | ], |
||
4544 | "type": "library", |
||
4545 | "extra": { |
||
4546 | "branch-alias": { |
||
4547 | "dev-master": "4.8.x-dev" |
||
4548 | } |
||
4549 | }, |
||
4550 | "autoload": { |
||
4551 | "classmap": [ |
||
4552 | "src/" |
||
4553 | ] |
||
4554 | }, |
||
4555 | "notification-url": "https://packagist.org/downloads/", |
||
4556 | "license": [ |
||
4557 | "BSD-3-Clause" |
||
4558 | ], |
||
4559 | "authors": [ |
||
4560 | { |
||
4561 | "name": "Sebastian Bergmann", |
||
4562 | "email": "[email protected]", |
||
4563 | "role": "lead" |
||
4564 | } |
||
4565 | ], |
||
4566 | "description": "The PHP Unit Testing framework.", |
||
4567 | "homepage": "https://phpunit.de/", |
||
4568 | "keywords": [ |
||
4569 | "phpunit", |
||
4570 | "testing", |
||
4571 | "xunit" |
||
4572 | ], |
||
4573 | "time": "2016-05-17 03:09:28" |
||
4574 | }, |
||
4575 | { |
||
4576 | "name": "phpunit/phpunit-mock-objects", |
||
4577 | "version": "2.3.8", |
||
4578 | "source": { |
||
4579 | "type": "git", |
||
4580 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
4581 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
4582 | }, |
||
4583 | "dist": { |
||
4584 | "type": "zip", |
||
4585 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4586 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4587 | "shasum": "" |
||
4588 | }, |
||
4589 | "require": { |
||
4590 | "doctrine/instantiator": "^1.0.2", |
||
4591 | "php": ">=5.3.3", |
||
4592 | "phpunit/php-text-template": "~1.2", |
||
4593 | "sebastian/exporter": "~1.2" |
||
4594 | }, |
||
4595 | "require-dev": { |
||
4596 | "phpunit/phpunit": "~4.4" |
||
4597 | }, |
||
4598 | "suggest": { |
||
4599 | "ext-soap": "*" |
||
4600 | }, |
||
4601 | "type": "library", |
||
4602 | "extra": { |
||
4603 | "branch-alias": { |
||
4604 | "dev-master": "2.3.x-dev" |
||
4605 | } |
||
4606 | }, |
||
4607 | "autoload": { |
||
4608 | "classmap": [ |
||
4609 | "src/" |
||
4610 | ] |
||
4611 | }, |
||
4612 | "notification-url": "https://packagist.org/downloads/", |
||
4613 | "license": [ |
||
4614 | "BSD-3-Clause" |
||
4615 | ], |
||
4616 | "authors": [ |
||
4617 | { |
||
4618 | "name": "Sebastian Bergmann", |
||
4619 | "email": "[email protected]", |
||
4620 | "role": "lead" |
||
4621 | } |
||
4622 | ], |
||
4623 | "description": "Mock Object library for PHPUnit", |
||
4624 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
4625 | "keywords": [ |
||
4626 | "mock", |
||
4627 | "xunit" |
||
4628 | ], |
||
4629 | "time": "2015-10-02 06:51:40" |
||
4630 | }, |
||
4631 | { |
||
4632 | "name": "sebastian/comparator", |
||
4633 | "version": "1.2.0", |
||
4634 | "source": { |
||
4635 | "type": "git", |
||
4636 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
4637 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
4638 | }, |
||
4639 | "dist": { |
||
4640 | "type": "zip", |
||
4641 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4642 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4643 | "shasum": "" |
||
4644 | }, |
||
4645 | "require": { |
||
4646 | "php": ">=5.3.3", |
||
4647 | "sebastian/diff": "~1.2", |
||
4648 | "sebastian/exporter": "~1.2" |
||
4649 | }, |
||
4650 | "require-dev": { |
||
4651 | "phpunit/phpunit": "~4.4" |
||
4652 | }, |
||
4653 | "type": "library", |
||
4654 | "extra": { |
||
4655 | "branch-alias": { |
||
4656 | "dev-master": "1.2.x-dev" |
||
4657 | } |
||
4658 | }, |
||
4659 | "autoload": { |
||
4660 | "classmap": [ |
||
4661 | "src/" |
||
4662 | ] |
||
4663 | }, |
||
4664 | "notification-url": "https://packagist.org/downloads/", |
||
4665 | "license": [ |
||
4666 | "BSD-3-Clause" |
||
4667 | ], |
||
4668 | "authors": [ |
||
4669 | { |
||
4670 | "name": "Jeff Welch", |
||
4671 | "email": "[email protected]" |
||
4672 | }, |
||
4673 | { |
||
4674 | "name": "Volker Dusch", |
||
4675 | "email": "[email protected]" |
||
4676 | }, |
||
4677 | { |
||
4678 | "name": "Bernhard Schussek", |
||
4679 | "email": "[email protected]" |
||
4680 | }, |
||
4681 | { |
||
4682 | "name": "Sebastian Bergmann", |
||
4683 | "email": "[email protected]" |
||
4684 | } |
||
4685 | ], |
||
4686 | "description": "Provides the functionality to compare PHP values for equality", |
||
4687 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
4688 | "keywords": [ |
||
4689 | "comparator", |
||
4690 | "compare", |
||
4691 | "equality" |
||
4692 | ], |
||
4693 | "time": "2015-07-26 15:48:44" |
||
4694 | }, |
||
4695 | { |
||
4696 | "name": "sebastian/diff", |
||
4697 | "version": "1.4.1", |
||
4698 | "source": { |
||
4699 | "type": "git", |
||
4700 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4701 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
4702 | }, |
||
4703 | "dist": { |
||
4704 | "type": "zip", |
||
4705 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4706 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4707 | "shasum": "" |
||
4708 | }, |
||
4709 | "require": { |
||
4710 | "php": ">=5.3.3" |
||
4711 | }, |
||
4712 | "require-dev": { |
||
4713 | "phpunit/phpunit": "~4.8" |
||
4714 | }, |
||
4715 | "type": "library", |
||
4716 | "extra": { |
||
4717 | "branch-alias": { |
||
4718 | "dev-master": "1.4-dev" |
||
4719 | } |
||
4720 | }, |
||
4721 | "autoload": { |
||
4722 | "classmap": [ |
||
4723 | "src/" |
||
4724 | ] |
||
4725 | }, |
||
4726 | "notification-url": "https://packagist.org/downloads/", |
||
4727 | "license": [ |
||
4728 | "BSD-3-Clause" |
||
4729 | ], |
||
4730 | "authors": [ |
||
4731 | { |
||
4732 | "name": "Kore Nordmann", |
||
4733 | "email": "[email protected]" |
||
4734 | }, |
||
4735 | { |
||
4736 | "name": "Sebastian Bergmann", |
||
4737 | "email": "[email protected]" |
||
4738 | } |
||
4739 | ], |
||
4740 | "description": "Diff implementation", |
||
4741 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4742 | "keywords": [ |
||
4743 | "diff" |
||
4744 | ], |
||
4745 | "time": "2015-12-08 07:14:41" |
||
4746 | }, |
||
4747 | { |
||
4748 | "name": "sebastian/environment", |
||
4749 | "version": "1.3.7", |
||
4750 | "source": { |
||
4751 | "type": "git", |
||
4752 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4753 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
4754 | }, |
||
4755 | "dist": { |
||
4756 | "type": "zip", |
||
4757 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4758 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4759 | "shasum": "" |
||
4760 | }, |
||
4761 | "require": { |
||
4762 | "php": ">=5.3.3" |
||
4763 | }, |
||
4764 | "require-dev": { |
||
4765 | "phpunit/phpunit": "~4.4" |
||
4766 | }, |
||
4767 | "type": "library", |
||
4768 | "extra": { |
||
4769 | "branch-alias": { |
||
4770 | "dev-master": "1.3.x-dev" |
||
4771 | } |
||
4772 | }, |
||
4773 | "autoload": { |
||
4774 | "classmap": [ |
||
4775 | "src/" |
||
4776 | ] |
||
4777 | }, |
||
4778 | "notification-url": "https://packagist.org/downloads/", |
||
4779 | "license": [ |
||
4780 | "BSD-3-Clause" |
||
4781 | ], |
||
4782 | "authors": [ |
||
4783 | { |
||
4784 | "name": "Sebastian Bergmann", |
||
4785 | "email": "[email protected]" |
||
4786 | } |
||
4787 | ], |
||
4788 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4789 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4790 | "keywords": [ |
||
4791 | "Xdebug", |
||
4792 | "environment", |
||
4793 | "hhvm" |
||
4794 | ], |
||
4795 | "time": "2016-05-17 03:18:57" |
||
4796 | }, |
||
4797 | { |
||
4798 | "name": "sebastian/exporter", |
||
4799 | "version": "1.2.1", |
||
4800 | "source": { |
||
4801 | "type": "git", |
||
4802 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4803 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
4804 | }, |
||
4805 | "dist": { |
||
4806 | "type": "zip", |
||
4807 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
4808 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
4809 | "shasum": "" |
||
4810 | }, |
||
4811 | "require": { |
||
4812 | "php": ">=5.3.3", |
||
4813 | "sebastian/recursion-context": "~1.0" |
||
4814 | }, |
||
4815 | "require-dev": { |
||
4816 | "phpunit/phpunit": "~4.4" |
||
4817 | }, |
||
4818 | "type": "library", |
||
4819 | "extra": { |
||
4820 | "branch-alias": { |
||
4821 | "dev-master": "1.2.x-dev" |
||
4822 | } |
||
4823 | }, |
||
4824 | "autoload": { |
||
4825 | "classmap": [ |
||
4826 | "src/" |
||
4827 | ] |
||
4828 | }, |
||
4829 | "notification-url": "https://packagist.org/downloads/", |
||
4830 | "license": [ |
||
4831 | "BSD-3-Clause" |
||
4832 | ], |
||
4833 | "authors": [ |
||
4834 | { |
||
4835 | "name": "Jeff Welch", |
||
4836 | "email": "[email protected]" |
||
4837 | }, |
||
4838 | { |
||
4839 | "name": "Volker Dusch", |
||
4840 | "email": "[email protected]" |
||
4841 | }, |
||
4842 | { |
||
4843 | "name": "Bernhard Schussek", |
||
4844 | "email": "[email protected]" |
||
4845 | }, |
||
4846 | { |
||
4847 | "name": "Sebastian Bergmann", |
||
4848 | "email": "[email protected]" |
||
4849 | }, |
||
4850 | { |
||
4851 | "name": "Adam Harvey", |
||
4852 | "email": "[email protected]" |
||
4853 | } |
||
4854 | ], |
||
4855 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4856 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4857 | "keywords": [ |
||
4858 | "export", |
||
4859 | "exporter" |
||
4860 | ], |
||
4861 | "time": "2015-06-21 07:55:53" |
||
4862 | }, |
||
4863 | { |
||
4864 | "name": "sebastian/global-state", |
||
4865 | "version": "1.1.1", |
||
4866 | "source": { |
||
4867 | "type": "git", |
||
4868 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4869 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4870 | }, |
||
4871 | "dist": { |
||
4872 | "type": "zip", |
||
4873 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4874 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4875 | "shasum": "" |
||
4876 | }, |
||
4877 | "require": { |
||
4878 | "php": ">=5.3.3" |
||
4879 | }, |
||
4880 | "require-dev": { |
||
4881 | "phpunit/phpunit": "~4.2" |
||
4882 | }, |
||
4883 | "suggest": { |
||
4884 | "ext-uopz": "*" |
||
4885 | }, |
||
4886 | "type": "library", |
||
4887 | "extra": { |
||
4888 | "branch-alias": { |
||
4889 | "dev-master": "1.0-dev" |
||
4890 | } |
||
4891 | }, |
||
4892 | "autoload": { |
||
4893 | "classmap": [ |
||
4894 | "src/" |
||
4895 | ] |
||
4896 | }, |
||
4897 | "notification-url": "https://packagist.org/downloads/", |
||
4898 | "license": [ |
||
4899 | "BSD-3-Clause" |
||
4900 | ], |
||
4901 | "authors": [ |
||
4902 | { |
||
4903 | "name": "Sebastian Bergmann", |
||
4904 | "email": "[email protected]" |
||
4905 | } |
||
4906 | ], |
||
4907 | "description": "Snapshotting of global state", |
||
4908 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4909 | "keywords": [ |
||
4910 | "global state" |
||
4911 | ], |
||
4912 | "time": "2015-10-12 03:26:01" |
||
4913 | }, |
||
4914 | { |
||
4915 | "name": "sebastian/recursion-context", |
||
4916 | "version": "1.0.2", |
||
4917 | "source": { |
||
4918 | "type": "git", |
||
4919 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4920 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
4921 | }, |
||
4922 | "dist": { |
||
4923 | "type": "zip", |
||
4924 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
4925 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
4926 | "shasum": "" |
||
4927 | }, |
||
4928 | "require": { |
||
4929 | "php": ">=5.3.3" |
||
4930 | }, |
||
4931 | "require-dev": { |
||
4932 | "phpunit/phpunit": "~4.4" |
||
4933 | }, |
||
4934 | "type": "library", |
||
4935 | "extra": { |
||
4936 | "branch-alias": { |
||
4937 | "dev-master": "1.0.x-dev" |
||
4938 | } |
||
4939 | }, |
||
4940 | "autoload": { |
||
4941 | "classmap": [ |
||
4942 | "src/" |
||
4943 | ] |
||
4944 | }, |
||
4945 | "notification-url": "https://packagist.org/downloads/", |
||
4946 | "license": [ |
||
4947 | "BSD-3-Clause" |
||
4948 | ], |
||
4949 | "authors": [ |
||
4950 | { |
||
4951 | "name": "Jeff Welch", |
||
4952 | "email": "[email protected]" |
||
4953 | }, |
||
4954 | { |
||
4955 | "name": "Sebastian Bergmann", |
||
4956 | "email": "[email protected]" |
||
4957 | }, |
||
4958 | { |
||
4959 | "name": "Adam Harvey", |
||
4960 | "email": "[email protected]" |
||
4961 | } |
||
4962 | ], |
||
4963 | "description": "Provides functionality to recursively process PHP variables", |
||
4964 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4965 | "time": "2015-11-11 19:50:13" |
||
4966 | }, |
||
4967 | { |
||
4968 | "name": "sebastian/version", |
||
4969 | "version": "1.0.6", |
||
4970 | "source": { |
||
4971 | "type": "git", |
||
4972 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4973 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
4974 | }, |
||
4975 | "dist": { |
||
4976 | "type": "zip", |
||
4977 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4978 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4979 | "shasum": "" |
||
4980 | }, |
||
4981 | "type": "library", |
||
4982 | "autoload": { |
||
4983 | "classmap": [ |
||
4984 | "src/" |
||
4985 | ] |
||
4986 | }, |
||
4987 | "notification-url": "https://packagist.org/downloads/", |
||
4988 | "license": [ |
||
4989 | "BSD-3-Clause" |
||
4990 | ], |
||
4991 | "authors": [ |
||
4992 | { |
||
4993 | "name": "Sebastian Bergmann", |
||
4994 | "email": "[email protected]", |
||
4995 | "role": "lead" |
||
4996 | } |
||
4997 | ], |
||
4998 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4999 | "homepage": "https://github.com/sebastianbergmann/version", |
||
5000 | "time": "2015-06-21 13:59:46" |
||
5001 | }, |
||
5002 | { |
||
5003 | "name": "sensio/generator-bundle", |
||
5004 | "version": "v3.0.6", |
||
5005 | "source": { |
||
5006 | "type": "git", |
||
5007 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
5008 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4" |
||
5009 | }, |
||
5010 | "dist": { |
||
5011 | "type": "zip", |
||
5012 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
5013 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
5014 | "shasum": "" |
||
5015 | }, |
||
5016 | "require": { |
||
5017 | "symfony/console": "~2.7|~3.0", |
||
5018 | "symfony/framework-bundle": "~2.7|~3.0", |
||
5019 | "symfony/process": "~2.7|~3.0", |
||
5020 | "symfony/yaml": "~2.7|~3.0" |
||
5021 | }, |
||
5022 | "require-dev": { |
||
5023 | "doctrine/orm": "~2.4", |
||
5024 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
5025 | "twig/twig": "~1.18" |
||
5026 | }, |
||
5027 | "type": "symfony-bundle", |
||
5028 | "extra": { |
||
5029 | "branch-alias": { |
||
5030 | "dev-master": "3.0.x-dev" |
||
5031 | } |
||
5032 | }, |
||
5033 | "autoload": { |
||
5034 | "psr-4": { |
||
5035 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
5036 | }, |
||
5037 | "exclude-from-classmap": [ |
||
5038 | "/Tests/" |
||
5039 | ] |
||
5040 | }, |
||
5041 | "notification-url": "https://packagist.org/downloads/", |
||
5042 | "license": [ |
||
5043 | "MIT" |
||
5044 | ], |
||
5045 | "authors": [ |
||
5046 | { |
||
5047 | "name": "Fabien Potencier", |
||
5048 | "email": "[email protected]" |
||
5049 | } |
||
5050 | ], |
||
5051 | "description": "This bundle generates code for you", |
||
5052 | "time": "2016-02-26 04:36:01" |
||
5053 | }, |
||
5054 | { |
||
5055 | "name": "symfony/phpunit-bridge", |
||
5056 | "version": "v3.0.6", |
||
5057 | "source": { |
||
5058 | "type": "git", |
||
5059 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
5060 | "reference": "3231629ff97abccd60f93ff900accfb5b39c8200" |
||
5061 | }, |
||
5062 | "dist": { |
||
5063 | "type": "zip", |
||
5064 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3231629ff97abccd60f93ff900accfb5b39c8200", |
||
5065 | "reference": "3231629ff97abccd60f93ff900accfb5b39c8200", |
||
5066 | "shasum": "" |
||
5067 | }, |
||
5068 | "require": { |
||
5069 | "php": ">=5.3.3" |
||
5070 | }, |
||
5071 | "suggest": { |
||
5072 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
5073 | }, |
||
5074 | "type": "symfony-bridge", |
||
5075 | "extra": { |
||
5076 | "branch-alias": { |
||
5077 | "dev-master": "3.0-dev" |
||
5078 | } |
||
5079 | }, |
||
5080 | "autoload": { |
||
5081 | "files": [ |
||
5082 | "bootstrap.php" |
||
5083 | ], |
||
5084 | "psr-4": { |
||
5085 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
5086 | }, |
||
5087 | "exclude-from-classmap": [ |
||
5088 | "/Tests/" |
||
5089 | ] |
||
5090 | }, |
||
5091 | "notification-url": "https://packagist.org/downloads/", |
||
5092 | "license": [ |
||
5093 | "MIT" |
||
5094 | ], |
||
5095 | "authors": [ |
||
5096 | { |
||
5097 | "name": "Nicolas Grekas", |
||
5098 | "email": "[email protected]" |
||
5099 | }, |
||
5100 | { |
||
5101 | "name": "Symfony Community", |
||
5102 | "homepage": "https://symfony.com/contributors" |
||
5103 | } |
||
5104 | ], |
||
5105 | "description": "Symfony PHPUnit Bridge", |
||
5106 | "homepage": "https://symfony.com", |
||
5107 | "time": "2016-04-12 18:09:53" |
||
5108 | } |
||
5109 | ], |
||
5110 | "aliases": [ |
||
5111 | { |
||
5112 | "alias": "1.0-beta10", |
||
5113 | "alias_normalized": "1.0.0.0-beta10", |
||
5114 | "version": "dev-classmap", |
||
5115 | "package": "puli/composer-plugin" |
||
5116 | } |
||
5117 | ], |
||
5118 | "minimum-stability": "dev", |
||
5119 | "stability-flags": { |
||
5120 | "puli/composer-plugin": 20 |
||
5121 | }, |
||
5122 | "prefer-stable": true, |
||
5123 | "prefer-lowest": false, |
||
5124 | "platform": { |
||
5125 | "php": ">=5.5.9" |
||
5126 | }, |
||
5127 | "platform-dev": [], |
||
5128 | "platform-overrides": { |
||
5129 | "php": "5.5.9" |
||
5130 | } |
||
5131 | } |
||
5132 |