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": "902cc9f9ddc38f2c10e6f96bebbfa8a9", |
||
8 | "content-hash": "9f85f50fc8ac9a4d4bbfed0a330b184c", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "antimattr/mongodb-migrations", |
||
12 | "version": "v1.0.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/antimattr/mongodb-migrations.git", |
||
16 | "reference": "855636b0e170df3a808b03161b6e0903de217698" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/antimattr/mongodb-migrations/zipball/855636b0e170df3a808b03161b6e0903de217698", |
||
21 | "reference": "855636b0e170df3a808b03161b6e0903de217698", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/mongodb": "1.*", |
||
26 | "php": ">=5.3.2", |
||
27 | "symfony/console": "2.*", |
||
28 | "symfony/yaml": "2.*" |
||
29 | }, |
||
30 | "require-dev": { |
||
31 | "antimattr/test-case": "~1.0@stable", |
||
32 | "fabpot/php-cs-fixer": "0.5.*@dev", |
||
33 | "mikey179/vfsstream": "1.*", |
||
34 | "phpunit/phpunit": "~4.0" |
||
35 | }, |
||
36 | "type": "library", |
||
37 | "extra": { |
||
38 | "branch-alias": { |
||
39 | "dev-master": "1.0.x-dev" |
||
40 | } |
||
41 | }, |
||
42 | "autoload": { |
||
43 | "psr-0": { |
||
44 | "AntiMattr\\MongoDB\\Migrations\\": "src/" |
||
45 | } |
||
46 | }, |
||
47 | "notification-url": "https://packagist.org/downloads/", |
||
48 | "license": [ |
||
49 | "MIT" |
||
50 | ], |
||
51 | "authors": [ |
||
52 | { |
||
53 | "name": "Matthew Fitzgerald", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Ryan Catlin", |
||
58 | "email": "[email protected]" |
||
59 | } |
||
60 | ], |
||
61 | "description": "Managed Database Migrations for MongoDB", |
||
62 | "homepage": "http://github.com/antimattr/mongodb-migrations", |
||
63 | "keywords": [ |
||
64 | "antimattr", |
||
65 | "database", |
||
66 | "doctrine", |
||
67 | "migration", |
||
68 | "mongodb" |
||
69 | ], |
||
70 | "time": "2014-09-26 17:18:36" |
||
71 | }, |
||
72 | { |
||
73 | "name": "aws/aws-sdk-php", |
||
74 | "version": "2.8.30", |
||
75 | "source": { |
||
76 | "type": "git", |
||
77 | "url": "https://github.com/aws/aws-sdk-php.git", |
||
78 | "reference": "2d7183cd22381237bce25f11d741a77bdeb2d0b8" |
||
79 | }, |
||
80 | "dist": { |
||
81 | "type": "zip", |
||
82 | "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2d7183cd22381237bce25f11d741a77bdeb2d0b8", |
||
83 | "reference": "2d7183cd22381237bce25f11d741a77bdeb2d0b8", |
||
84 | "shasum": "" |
||
85 | }, |
||
86 | "require": { |
||
87 | "guzzle/guzzle": "~3.7", |
||
88 | "php": ">=5.3.3" |
||
89 | }, |
||
90 | "require-dev": { |
||
91 | "doctrine/cache": "~1.0", |
||
92 | "ext-openssl": "*", |
||
93 | "monolog/monolog": "~1.4", |
||
94 | "phpunit/phpunit": "~4.0", |
||
95 | "phpunit/phpunit-mock-objects": "2.3.1", |
||
96 | "symfony/yaml": "~2.1" |
||
97 | }, |
||
98 | "suggest": { |
||
99 | "doctrine/cache": "Adds support for caching of credentials and responses", |
||
100 | "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching", |
||
101 | "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", |
||
102 | "monolog/monolog": "Adds support for logging HTTP requests and responses", |
||
103 | "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export" |
||
104 | }, |
||
105 | "type": "library", |
||
106 | "autoload": { |
||
107 | "psr-0": { |
||
108 | "Aws": "src/" |
||
109 | } |
||
110 | }, |
||
111 | "notification-url": "https://packagist.org/downloads/", |
||
112 | "license": [ |
||
113 | "Apache-2.0" |
||
114 | ], |
||
115 | "authors": [ |
||
116 | { |
||
117 | "name": "Amazon Web Services", |
||
118 | "homepage": "http://aws.amazon.com" |
||
119 | } |
||
120 | ], |
||
121 | "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", |
||
122 | "homepage": "http://aws.amazon.com/sdkforphp", |
||
123 | "keywords": [ |
||
124 | "amazon", |
||
125 | "aws", |
||
126 | "cloud", |
||
127 | "dynamodb", |
||
128 | "ec2", |
||
129 | "glacier", |
||
130 | "s3", |
||
131 | "sdk" |
||
132 | ], |
||
133 | "time": "2016-05-03 17:42:24" |
||
134 | }, |
||
135 | { |
||
136 | "name": "behat/transliterator", |
||
137 | "version": "v1.1.0", |
||
138 | "source": { |
||
139 | "type": "git", |
||
140 | "url": "https://github.com/Behat/Transliterator.git", |
||
141 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003" |
||
142 | }, |
||
143 | "dist": { |
||
144 | "type": "zip", |
||
145 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", |
||
146 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003", |
||
147 | "shasum": "" |
||
148 | }, |
||
149 | "require": { |
||
150 | "php": ">=5.3.3" |
||
151 | }, |
||
152 | "type": "library", |
||
153 | "extra": { |
||
154 | "branch-alias": { |
||
155 | "dev-master": "1.1-dev" |
||
156 | } |
||
157 | }, |
||
158 | "autoload": { |
||
159 | "psr-0": { |
||
160 | "Behat\\Transliterator": "src/" |
||
161 | } |
||
162 | }, |
||
163 | "notification-url": "https://packagist.org/downloads/", |
||
164 | "license": [ |
||
165 | "Artistic-1.0" |
||
166 | ], |
||
167 | "description": "String transliterator", |
||
168 | "keywords": [ |
||
169 | "i18n", |
||
170 | "slug", |
||
171 | "transliterator" |
||
172 | ], |
||
173 | "time": "2015-09-28 16:26:35" |
||
174 | }, |
||
175 | { |
||
176 | "name": "dbtlr/php-airbrake", |
||
177 | "version": "1.1.4", |
||
178 | "source": { |
||
179 | "type": "git", |
||
180 | "url": "https://github.com/dbtlr/php-airbrake.git", |
||
181 | "reference": "69fd4782219ba22fcfe4c278de1eebbbe38f0950" |
||
182 | }, |
||
183 | "dist": { |
||
184 | "type": "zip", |
||
185 | "url": "https://api.github.com/repos/dbtlr/php-airbrake/zipball/69fd4782219ba22fcfe4c278de1eebbbe38f0950", |
||
186 | "reference": "69fd4782219ba22fcfe4c278de1eebbbe38f0950", |
||
187 | "shasum": "" |
||
188 | }, |
||
189 | "require-dev": { |
||
190 | "ext-curl": "*", |
||
191 | "php": ">=5.3.3", |
||
192 | "phpunit/phpunit": "*", |
||
193 | "squizlabs/php_codesniffer": "*" |
||
194 | }, |
||
195 | "type": "library", |
||
196 | "autoload": { |
||
197 | "psr-0": { |
||
198 | "Airbrake\\": "src/" |
||
199 | } |
||
200 | }, |
||
201 | "notification-url": "https://packagist.org/downloads/", |
||
202 | "license": [ |
||
203 | "MIT" |
||
204 | ], |
||
205 | "authors": [ |
||
206 | { |
||
207 | "name": "Drew Butler", |
||
208 | "email": "[email protected]", |
||
209 | "homepage": "http://dbtlr.com" |
||
210 | } |
||
211 | ], |
||
212 | "description": "A PHP 5.3 library for sending errors to the Airbrake.io service.", |
||
213 | "homepage": "https://github.com/dbtlr/php-airbrake", |
||
214 | "keywords": [ |
||
215 | "airbrake", |
||
216 | "errors", |
||
217 | "exceptions", |
||
218 | "logging" |
||
219 | ], |
||
220 | "time": "2015-08-25 15:01:23" |
||
221 | }, |
||
222 | { |
||
223 | "name": "doctrine/annotations", |
||
224 | "version": "v1.2.7", |
||
225 | "source": { |
||
226 | "type": "git", |
||
227 | "url": "https://github.com/doctrine/annotations.git", |
||
228 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
229 | }, |
||
230 | "dist": { |
||
231 | "type": "zip", |
||
232 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
233 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
234 | "shasum": "" |
||
235 | }, |
||
236 | "require": { |
||
237 | "doctrine/lexer": "1.*", |
||
238 | "php": ">=5.3.2" |
||
239 | }, |
||
240 | "require-dev": { |
||
241 | "doctrine/cache": "1.*", |
||
242 | "phpunit/phpunit": "4.*" |
||
243 | }, |
||
244 | "type": "library", |
||
245 | "extra": { |
||
246 | "branch-alias": { |
||
247 | "dev-master": "1.3.x-dev" |
||
248 | } |
||
249 | }, |
||
250 | "autoload": { |
||
251 | "psr-0": { |
||
252 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
253 | } |
||
254 | }, |
||
255 | "notification-url": "https://packagist.org/downloads/", |
||
256 | "license": [ |
||
257 | "MIT" |
||
258 | ], |
||
259 | "authors": [ |
||
260 | { |
||
261 | "name": "Roman Borschel", |
||
262 | "email": "[email protected]" |
||
263 | }, |
||
264 | { |
||
265 | "name": "Benjamin Eberlei", |
||
266 | "email": "[email protected]" |
||
267 | }, |
||
268 | { |
||
269 | "name": "Guilherme Blanco", |
||
270 | "email": "[email protected]" |
||
271 | }, |
||
272 | { |
||
273 | "name": "Jonathan Wage", |
||
274 | "email": "[email protected]" |
||
275 | }, |
||
276 | { |
||
277 | "name": "Johannes Schmitt", |
||
278 | "email": "[email protected]" |
||
279 | } |
||
280 | ], |
||
281 | "description": "Docblock Annotations Parser", |
||
282 | "homepage": "http://www.doctrine-project.org", |
||
283 | "keywords": [ |
||
284 | "annotations", |
||
285 | "docblock", |
||
286 | "parser" |
||
287 | ], |
||
288 | "time": "2015-08-31 12:32:49" |
||
289 | }, |
||
290 | { |
||
291 | "name": "doctrine/cache", |
||
292 | "version": "v1.6.0", |
||
293 | "source": { |
||
294 | "type": "git", |
||
295 | "url": "https://github.com/doctrine/cache.git", |
||
296 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
297 | }, |
||
298 | "dist": { |
||
299 | "type": "zip", |
||
300 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
301 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
302 | "shasum": "" |
||
303 | }, |
||
304 | "require": { |
||
305 | "php": "~5.5|~7.0" |
||
306 | }, |
||
307 | "conflict": { |
||
308 | "doctrine/common": ">2.2,<2.4" |
||
309 | }, |
||
310 | "require-dev": { |
||
311 | "phpunit/phpunit": "~4.8|~5.0", |
||
312 | "predis/predis": "~1.0", |
||
313 | "satooshi/php-coveralls": "~0.6" |
||
314 | }, |
||
315 | "type": "library", |
||
316 | "extra": { |
||
317 | "branch-alias": { |
||
318 | "dev-master": "1.6.x-dev" |
||
319 | } |
||
320 | }, |
||
321 | "autoload": { |
||
322 | "psr-4": { |
||
323 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
324 | } |
||
325 | }, |
||
326 | "notification-url": "https://packagist.org/downloads/", |
||
327 | "license": [ |
||
328 | "MIT" |
||
329 | ], |
||
330 | "authors": [ |
||
331 | { |
||
332 | "name": "Roman Borschel", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Benjamin Eberlei", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Guilherme Blanco", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Jonathan Wage", |
||
345 | "email": "[email protected]" |
||
346 | }, |
||
347 | { |
||
348 | "name": "Johannes Schmitt", |
||
349 | "email": "[email protected]" |
||
350 | } |
||
351 | ], |
||
352 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
353 | "homepage": "http://www.doctrine-project.org", |
||
354 | "keywords": [ |
||
355 | "cache", |
||
356 | "caching" |
||
357 | ], |
||
358 | "time": "2015-12-31 16:37:02" |
||
359 | }, |
||
360 | { |
||
361 | "name": "doctrine/collections", |
||
362 | "version": "v1.3.0", |
||
363 | "source": { |
||
364 | "type": "git", |
||
365 | "url": "https://github.com/doctrine/collections.git", |
||
366 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
367 | }, |
||
368 | "dist": { |
||
369 | "type": "zip", |
||
370 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
371 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
372 | "shasum": "" |
||
373 | }, |
||
374 | "require": { |
||
375 | "php": ">=5.3.2" |
||
376 | }, |
||
377 | "require-dev": { |
||
378 | "phpunit/phpunit": "~4.0" |
||
379 | }, |
||
380 | "type": "library", |
||
381 | "extra": { |
||
382 | "branch-alias": { |
||
383 | "dev-master": "1.2.x-dev" |
||
384 | } |
||
385 | }, |
||
386 | "autoload": { |
||
387 | "psr-0": { |
||
388 | "Doctrine\\Common\\Collections\\": "lib/" |
||
389 | } |
||
390 | }, |
||
391 | "notification-url": "https://packagist.org/downloads/", |
||
392 | "license": [ |
||
393 | "MIT" |
||
394 | ], |
||
395 | "authors": [ |
||
396 | { |
||
397 | "name": "Roman Borschel", |
||
398 | "email": "[email protected]" |
||
399 | }, |
||
400 | { |
||
401 | "name": "Benjamin Eberlei", |
||
402 | "email": "[email protected]" |
||
403 | }, |
||
404 | { |
||
405 | "name": "Guilherme Blanco", |
||
406 | "email": "[email protected]" |
||
407 | }, |
||
408 | { |
||
409 | "name": "Jonathan Wage", |
||
410 | "email": "[email protected]" |
||
411 | }, |
||
412 | { |
||
413 | "name": "Johannes Schmitt", |
||
414 | "email": "[email protected]" |
||
415 | } |
||
416 | ], |
||
417 | "description": "Collections Abstraction library", |
||
418 | "homepage": "http://www.doctrine-project.org", |
||
419 | "keywords": [ |
||
420 | "array", |
||
421 | "collections", |
||
422 | "iterator" |
||
423 | ], |
||
424 | "time": "2015-04-14 22:21:58" |
||
425 | }, |
||
426 | { |
||
427 | "name": "doctrine/common", |
||
428 | "version": "v2.6.1", |
||
429 | "source": { |
||
430 | "type": "git", |
||
431 | "url": "https://github.com/doctrine/common.git", |
||
432 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
433 | }, |
||
434 | "dist": { |
||
435 | "type": "zip", |
||
436 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
437 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
438 | "shasum": "" |
||
439 | }, |
||
440 | "require": { |
||
441 | "doctrine/annotations": "1.*", |
||
442 | "doctrine/cache": "1.*", |
||
443 | "doctrine/collections": "1.*", |
||
444 | "doctrine/inflector": "1.*", |
||
445 | "doctrine/lexer": "1.*", |
||
446 | "php": "~5.5|~7.0" |
||
447 | }, |
||
448 | "require-dev": { |
||
449 | "phpunit/phpunit": "~4.8|~5.0" |
||
450 | }, |
||
451 | "type": "library", |
||
452 | "extra": { |
||
453 | "branch-alias": { |
||
454 | "dev-master": "2.7.x-dev" |
||
455 | } |
||
456 | }, |
||
457 | "autoload": { |
||
458 | "psr-4": { |
||
459 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
460 | } |
||
461 | }, |
||
462 | "notification-url": "https://packagist.org/downloads/", |
||
463 | "license": [ |
||
464 | "MIT" |
||
465 | ], |
||
466 | "authors": [ |
||
467 | { |
||
468 | "name": "Roman Borschel", |
||
469 | "email": "[email protected]" |
||
470 | }, |
||
471 | { |
||
472 | "name": "Benjamin Eberlei", |
||
473 | "email": "[email protected]" |
||
474 | }, |
||
475 | { |
||
476 | "name": "Guilherme Blanco", |
||
477 | "email": "[email protected]" |
||
478 | }, |
||
479 | { |
||
480 | "name": "Jonathan Wage", |
||
481 | "email": "[email protected]" |
||
482 | }, |
||
483 | { |
||
484 | "name": "Johannes Schmitt", |
||
485 | "email": "[email protected]" |
||
486 | } |
||
487 | ], |
||
488 | "description": "Common Library for Doctrine projects", |
||
489 | "homepage": "http://www.doctrine-project.org", |
||
490 | "keywords": [ |
||
491 | "annotations", |
||
492 | "collections", |
||
493 | "eventmanager", |
||
494 | "persistence", |
||
495 | "spl" |
||
496 | ], |
||
497 | "time": "2015-12-25 13:18:31" |
||
498 | }, |
||
499 | { |
||
500 | "name": "doctrine/data-fixtures", |
||
501 | "version": "v1.1.1", |
||
502 | "source": { |
||
503 | "type": "git", |
||
504 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
505 | "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a" |
||
506 | }, |
||
507 | "dist": { |
||
508 | "type": "zip", |
||
509 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a", |
||
510 | "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a", |
||
511 | "shasum": "" |
||
512 | }, |
||
513 | "require": { |
||
514 | "doctrine/common": "~2.2", |
||
515 | "php": ">=5.3.2" |
||
516 | }, |
||
517 | "conflict": { |
||
518 | "doctrine/orm": "< 2.4" |
||
519 | }, |
||
520 | "require-dev": { |
||
521 | "doctrine/orm": "~2.4" |
||
522 | }, |
||
523 | "suggest": { |
||
524 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
525 | "doctrine/orm": "For loading ORM fixtures", |
||
526 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
527 | }, |
||
528 | "type": "library", |
||
529 | "extra": { |
||
530 | "branch-alias": { |
||
531 | "dev-master": "1.1.x-dev" |
||
532 | } |
||
533 | }, |
||
534 | "autoload": { |
||
535 | "psr-0": { |
||
536 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
537 | } |
||
538 | }, |
||
539 | "notification-url": "https://packagist.org/downloads/", |
||
540 | "license": [ |
||
541 | "MIT" |
||
542 | ], |
||
543 | "authors": [ |
||
544 | { |
||
545 | "name": "Jonathan Wage", |
||
546 | "email": "[email protected]" |
||
547 | } |
||
548 | ], |
||
549 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
550 | "homepage": "http://www.doctrine-project.org", |
||
551 | "keywords": [ |
||
552 | "database" |
||
553 | ], |
||
554 | "time": "2015-03-30 12:14:13" |
||
555 | }, |
||
556 | { |
||
557 | "name": "doctrine/dbal", |
||
558 | "version": "v2.5.4", |
||
559 | "source": { |
||
560 | "type": "git", |
||
561 | "url": "https://github.com/doctrine/dbal.git", |
||
562 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
563 | }, |
||
564 | "dist": { |
||
565 | "type": "zip", |
||
566 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
567 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
568 | "shasum": "" |
||
569 | }, |
||
570 | "require": { |
||
571 | "doctrine/common": ">=2.4,<2.7-dev", |
||
572 | "php": ">=5.3.2" |
||
573 | }, |
||
574 | "require-dev": { |
||
575 | "phpunit/phpunit": "4.*", |
||
576 | "symfony/console": "2.*" |
||
577 | }, |
||
578 | "suggest": { |
||
579 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
580 | }, |
||
581 | "bin": [ |
||
582 | "bin/doctrine-dbal" |
||
583 | ], |
||
584 | "type": "library", |
||
585 | "extra": { |
||
586 | "branch-alias": { |
||
587 | "dev-master": "2.5.x-dev" |
||
588 | } |
||
589 | }, |
||
590 | "autoload": { |
||
591 | "psr-0": { |
||
592 | "Doctrine\\DBAL\\": "lib/" |
||
593 | } |
||
594 | }, |
||
595 | "notification-url": "https://packagist.org/downloads/", |
||
596 | "license": [ |
||
597 | "MIT" |
||
598 | ], |
||
599 | "authors": [ |
||
600 | { |
||
601 | "name": "Roman Borschel", |
||
602 | "email": "[email protected]" |
||
603 | }, |
||
604 | { |
||
605 | "name": "Benjamin Eberlei", |
||
606 | "email": "[email protected]" |
||
607 | }, |
||
608 | { |
||
609 | "name": "Guilherme Blanco", |
||
610 | "email": "[email protected]" |
||
611 | }, |
||
612 | { |
||
613 | "name": "Jonathan Wage", |
||
614 | "email": "[email protected]" |
||
615 | } |
||
616 | ], |
||
617 | "description": "Database Abstraction Layer", |
||
618 | "homepage": "http://www.doctrine-project.org", |
||
619 | "keywords": [ |
||
620 | "database", |
||
621 | "dbal", |
||
622 | "persistence", |
||
623 | "queryobject" |
||
624 | ], |
||
625 | "time": "2016-01-05 22:11:12" |
||
626 | }, |
||
627 | { |
||
628 | "name": "doctrine/doctrine-bundle", |
||
629 | "version": "1.6.3", |
||
630 | "source": { |
||
631 | "type": "git", |
||
632 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
633 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1" |
||
634 | }, |
||
635 | "dist": { |
||
636 | "type": "zip", |
||
637 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
638 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
639 | "shasum": "" |
||
640 | }, |
||
641 | "require": { |
||
642 | "doctrine/dbal": "~2.3", |
||
643 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
644 | "jdorn/sql-formatter": "~1.1", |
||
645 | "php": ">=5.3.2", |
||
646 | "symfony/console": "~2.3|~3.0", |
||
647 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
648 | "symfony/framework-bundle": "~2.3|~3.0" |
||
649 | }, |
||
650 | "require-dev": { |
||
651 | "doctrine/orm": "~2.3", |
||
652 | "phpunit/phpunit": "~4", |
||
653 | "satooshi/php-coveralls": "~0.6.1", |
||
654 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
655 | "symfony/property-info": "~2.8|~3.0", |
||
656 | "symfony/validator": "~2.2|~3.0", |
||
657 | "symfony/yaml": "~2.2|~3.0", |
||
658 | "twig/twig": "~1.10" |
||
659 | }, |
||
660 | "suggest": { |
||
661 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
662 | "symfony/web-profiler-bundle": "To use the data collector." |
||
663 | }, |
||
664 | "type": "symfony-bundle", |
||
665 | "extra": { |
||
666 | "branch-alias": { |
||
667 | "dev-master": "1.6.x-dev" |
||
668 | } |
||
669 | }, |
||
670 | "autoload": { |
||
671 | "psr-4": { |
||
672 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
673 | } |
||
674 | }, |
||
675 | "notification-url": "https://packagist.org/downloads/", |
||
676 | "license": [ |
||
677 | "MIT" |
||
678 | ], |
||
679 | "authors": [ |
||
680 | { |
||
681 | "name": "Symfony Community", |
||
682 | "homepage": "http://symfony.com/contributors" |
||
683 | }, |
||
684 | { |
||
685 | "name": "Benjamin Eberlei", |
||
686 | "email": "[email protected]" |
||
687 | }, |
||
688 | { |
||
689 | "name": "Doctrine Project", |
||
690 | "homepage": "http://www.doctrine-project.org/" |
||
691 | }, |
||
692 | { |
||
693 | "name": "Fabien Potencier", |
||
694 | "email": "[email protected]" |
||
695 | } |
||
696 | ], |
||
697 | "description": "Symfony DoctrineBundle", |
||
698 | "homepage": "http://www.doctrine-project.org", |
||
699 | "keywords": [ |
||
700 | "database", |
||
701 | "dbal", |
||
702 | "orm", |
||
703 | "persistence" |
||
704 | ], |
||
705 | "time": "2016-04-21 19:55:56" |
||
706 | }, |
||
707 | { |
||
708 | "name": "doctrine/doctrine-cache-bundle", |
||
709 | "version": "1.3.0", |
||
710 | "source": { |
||
711 | "type": "git", |
||
712 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
713 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
714 | }, |
||
715 | "dist": { |
||
716 | "type": "zip", |
||
717 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
718 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
719 | "shasum": "" |
||
720 | }, |
||
721 | "require": { |
||
722 | "doctrine/cache": "^1.4.2", |
||
723 | "doctrine/inflector": "~1.0", |
||
724 | "php": ">=5.3.2", |
||
725 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
726 | }, |
||
727 | "require-dev": { |
||
728 | "instaclick/coding-standard": "~1.1", |
||
729 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
730 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
731 | "phpunit/phpunit": "~4", |
||
732 | "predis/predis": "~0.8", |
||
733 | "satooshi/php-coveralls": "~0.6.1", |
||
734 | "squizlabs/php_codesniffer": "~1.5", |
||
735 | "symfony/console": "~2.2|~3.0", |
||
736 | "symfony/finder": "~2.2|~3.0", |
||
737 | "symfony/framework-bundle": "~2.2|~3.0", |
||
738 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
739 | "symfony/security-acl": "~2.3|~3.0", |
||
740 | "symfony/validator": "~2.2|~3.0", |
||
741 | "symfony/yaml": "~2.2|~3.0" |
||
742 | }, |
||
743 | "suggest": { |
||
744 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
745 | }, |
||
746 | "type": "symfony-bundle", |
||
747 | "extra": { |
||
748 | "branch-alias": { |
||
749 | "dev-master": "1.2.x-dev" |
||
750 | } |
||
751 | }, |
||
752 | "autoload": { |
||
753 | "psr-4": { |
||
754 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
755 | } |
||
756 | }, |
||
757 | "notification-url": "https://packagist.org/downloads/", |
||
758 | "license": [ |
||
759 | "MIT" |
||
760 | ], |
||
761 | "authors": [ |
||
762 | { |
||
763 | "name": "Symfony Community", |
||
764 | "homepage": "http://symfony.com/contributors" |
||
765 | }, |
||
766 | { |
||
767 | "name": "Benjamin Eberlei", |
||
768 | "email": "[email protected]" |
||
769 | }, |
||
770 | { |
||
771 | "name": "Fabio B. Silva", |
||
772 | "email": "[email protected]" |
||
773 | }, |
||
774 | { |
||
775 | "name": "Guilherme Blanco", |
||
776 | "email": "[email protected]" |
||
777 | }, |
||
778 | { |
||
779 | "name": "Doctrine Project", |
||
780 | "homepage": "http://www.doctrine-project.org/" |
||
781 | }, |
||
782 | { |
||
783 | "name": "Fabien Potencier", |
||
784 | "email": "[email protected]" |
||
785 | } |
||
786 | ], |
||
787 | "description": "Symfony Bundle for Doctrine Cache", |
||
788 | "homepage": "http://www.doctrine-project.org", |
||
789 | "keywords": [ |
||
790 | "cache", |
||
791 | "caching" |
||
792 | ], |
||
793 | "time": "2016-01-26 17:28:51" |
||
794 | }, |
||
795 | { |
||
796 | "name": "doctrine/doctrine-fixtures-bundle", |
||
797 | "version": "2.3.0", |
||
798 | "source": { |
||
799 | "type": "git", |
||
800 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
801 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
802 | }, |
||
803 | "dist": { |
||
804 | "type": "zip", |
||
805 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
806 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
807 | "shasum": "" |
||
808 | }, |
||
809 | "require": { |
||
810 | "doctrine/data-fixtures": "~1.0", |
||
811 | "doctrine/doctrine-bundle": "~1.0", |
||
812 | "php": ">=5.3.2", |
||
813 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
814 | }, |
||
815 | "type": "symfony-bundle", |
||
816 | "extra": { |
||
817 | "branch-alias": { |
||
818 | "dev-master": "2.2.x-dev" |
||
819 | } |
||
820 | }, |
||
821 | "autoload": { |
||
822 | "psr-4": { |
||
823 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
824 | } |
||
825 | }, |
||
826 | "notification-url": "https://packagist.org/downloads/", |
||
827 | "license": [ |
||
828 | "MIT" |
||
829 | ], |
||
830 | "authors": [ |
||
831 | { |
||
832 | "name": "Symfony Community", |
||
833 | "homepage": "http://symfony.com/contributors" |
||
834 | }, |
||
835 | { |
||
836 | "name": "Doctrine Project", |
||
837 | "homepage": "http://www.doctrine-project.org" |
||
838 | }, |
||
839 | { |
||
840 | "name": "Fabien Potencier", |
||
841 | "email": "[email protected]" |
||
842 | } |
||
843 | ], |
||
844 | "description": "Symfony DoctrineFixturesBundle", |
||
845 | "homepage": "http://www.doctrine-project.org", |
||
846 | "keywords": [ |
||
847 | "Fixture", |
||
848 | "persistence" |
||
849 | ], |
||
850 | "time": "2015-11-04 21:23:23" |
||
851 | }, |
||
852 | { |
||
853 | "name": "doctrine/inflector", |
||
854 | "version": "v1.1.0", |
||
855 | "source": { |
||
856 | "type": "git", |
||
857 | "url": "https://github.com/doctrine/inflector.git", |
||
858 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
859 | }, |
||
860 | "dist": { |
||
861 | "type": "zip", |
||
862 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
863 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
864 | "shasum": "" |
||
865 | }, |
||
866 | "require": { |
||
867 | "php": ">=5.3.2" |
||
868 | }, |
||
869 | "require-dev": { |
||
870 | "phpunit/phpunit": "4.*" |
||
871 | }, |
||
872 | "type": "library", |
||
873 | "extra": { |
||
874 | "branch-alias": { |
||
875 | "dev-master": "1.1.x-dev" |
||
876 | } |
||
877 | }, |
||
878 | "autoload": { |
||
879 | "psr-0": { |
||
880 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
881 | } |
||
882 | }, |
||
883 | "notification-url": "https://packagist.org/downloads/", |
||
884 | "license": [ |
||
885 | "MIT" |
||
886 | ], |
||
887 | "authors": [ |
||
888 | { |
||
889 | "name": "Roman Borschel", |
||
890 | "email": "[email protected]" |
||
891 | }, |
||
892 | { |
||
893 | "name": "Benjamin Eberlei", |
||
894 | "email": "[email protected]" |
||
895 | }, |
||
896 | { |
||
897 | "name": "Guilherme Blanco", |
||
898 | "email": "[email protected]" |
||
899 | }, |
||
900 | { |
||
901 | "name": "Jonathan Wage", |
||
902 | "email": "[email protected]" |
||
903 | }, |
||
904 | { |
||
905 | "name": "Johannes Schmitt", |
||
906 | "email": "[email protected]" |
||
907 | } |
||
908 | ], |
||
909 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
910 | "homepage": "http://www.doctrine-project.org", |
||
911 | "keywords": [ |
||
912 | "inflection", |
||
913 | "pluralize", |
||
914 | "singularize", |
||
915 | "string" |
||
916 | ], |
||
917 | "time": "2015-11-06 14:35:42" |
||
918 | }, |
||
919 | { |
||
920 | "name": "doctrine/instantiator", |
||
921 | "version": "1.0.5", |
||
922 | "source": { |
||
923 | "type": "git", |
||
924 | "url": "https://github.com/doctrine/instantiator.git", |
||
925 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
926 | }, |
||
927 | "dist": { |
||
928 | "type": "zip", |
||
929 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
930 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
931 | "shasum": "" |
||
932 | }, |
||
933 | "require": { |
||
934 | "php": ">=5.3,<8.0-DEV" |
||
935 | }, |
||
936 | "require-dev": { |
||
937 | "athletic/athletic": "~0.1.8", |
||
938 | "ext-pdo": "*", |
||
939 | "ext-phar": "*", |
||
940 | "phpunit/phpunit": "~4.0", |
||
941 | "squizlabs/php_codesniffer": "~2.0" |
||
942 | }, |
||
943 | "type": "library", |
||
944 | "extra": { |
||
945 | "branch-alias": { |
||
946 | "dev-master": "1.0.x-dev" |
||
947 | } |
||
948 | }, |
||
949 | "autoload": { |
||
950 | "psr-4": { |
||
951 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
952 | } |
||
953 | }, |
||
954 | "notification-url": "https://packagist.org/downloads/", |
||
955 | "license": [ |
||
956 | "MIT" |
||
957 | ], |
||
958 | "authors": [ |
||
959 | { |
||
960 | "name": "Marco Pivetta", |
||
961 | "email": "[email protected]", |
||
962 | "homepage": "http://ocramius.github.com/" |
||
963 | } |
||
964 | ], |
||
965 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
966 | "homepage": "https://github.com/doctrine/instantiator", |
||
967 | "keywords": [ |
||
968 | "constructor", |
||
969 | "instantiate" |
||
970 | ], |
||
971 | "time": "2015-06-14 21:17:01" |
||
972 | }, |
||
973 | { |
||
974 | "name": "doctrine/lexer", |
||
975 | "version": "v1.0.1", |
||
976 | "source": { |
||
977 | "type": "git", |
||
978 | "url": "https://github.com/doctrine/lexer.git", |
||
979 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
980 | }, |
||
981 | "dist": { |
||
982 | "type": "zip", |
||
983 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
984 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
985 | "shasum": "" |
||
986 | }, |
||
987 | "require": { |
||
988 | "php": ">=5.3.2" |
||
989 | }, |
||
990 | "type": "library", |
||
991 | "extra": { |
||
992 | "branch-alias": { |
||
993 | "dev-master": "1.0.x-dev" |
||
994 | } |
||
995 | }, |
||
996 | "autoload": { |
||
997 | "psr-0": { |
||
998 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
999 | } |
||
1000 | }, |
||
1001 | "notification-url": "https://packagist.org/downloads/", |
||
1002 | "license": [ |
||
1003 | "MIT" |
||
1004 | ], |
||
1005 | "authors": [ |
||
1006 | { |
||
1007 | "name": "Roman Borschel", |
||
1008 | "email": "[email protected]" |
||
1009 | }, |
||
1010 | { |
||
1011 | "name": "Guilherme Blanco", |
||
1012 | "email": "[email protected]" |
||
1013 | }, |
||
1014 | { |
||
1015 | "name": "Johannes Schmitt", |
||
1016 | "email": "[email protected]" |
||
1017 | } |
||
1018 | ], |
||
1019 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1020 | "homepage": "http://www.doctrine-project.org", |
||
1021 | "keywords": [ |
||
1022 | "lexer", |
||
1023 | "parser" |
||
1024 | ], |
||
1025 | "time": "2014-09-09 13:34:57" |
||
1026 | }, |
||
1027 | { |
||
1028 | "name": "doctrine/mongodb", |
||
1029 | "version": "1.3.0", |
||
1030 | "source": { |
||
1031 | "type": "git", |
||
1032 | "url": "https://github.com/doctrine/mongodb.git", |
||
1033 | "reference": "b4eb8683d66d44de4e9e4e974149bdce327dc818" |
||
1034 | }, |
||
1035 | "dist": { |
||
1036 | "type": "zip", |
||
1037 | "url": "https://api.github.com/repos/doctrine/mongodb/zipball/b4eb8683d66d44de4e9e4e974149bdce327dc818", |
||
1038 | "reference": "b4eb8683d66d44de4e9e4e974149bdce327dc818", |
||
1039 | "shasum": "" |
||
1040 | }, |
||
1041 | "require": { |
||
1042 | "doctrine/common": "^2.2", |
||
1043 | "ext-mongo": "^1.5", |
||
1044 | "php": "^5.5 || ^7.0" |
||
1045 | }, |
||
1046 | "require-dev": { |
||
1047 | "jmikola/geojson": "^1.0", |
||
1048 | "phpunit/phpunit": "~4.8|~5.0" |
||
1049 | }, |
||
1050 | "suggest": { |
||
1051 | "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries" |
||
1052 | }, |
||
1053 | "type": "library", |
||
1054 | "extra": { |
||
1055 | "branch-alias": { |
||
1056 | "dev-master": "1.3.x-dev" |
||
1057 | } |
||
1058 | }, |
||
1059 | "autoload": { |
||
1060 | "psr-0": { |
||
1061 | "Doctrine\\MongoDB": "lib/" |
||
1062 | } |
||
1063 | }, |
||
1064 | "notification-url": "https://packagist.org/downloads/", |
||
1065 | "license": [ |
||
1066 | "MIT" |
||
1067 | ], |
||
1068 | "authors": [ |
||
1069 | { |
||
1070 | "name": "Jonathan H. Wage", |
||
1071 | "email": "[email protected]" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "Jeremy Mikola", |
||
1075 | "email": "[email protected]" |
||
1076 | }, |
||
1077 | { |
||
1078 | "name": "Bulat Shakirzyanov", |
||
1079 | "email": "[email protected]" |
||
1080 | }, |
||
1081 | { |
||
1082 | "name": "Kris Wallsmith", |
||
1083 | "email": "[email protected]" |
||
1084 | }, |
||
1085 | { |
||
1086 | "name": "Maciej Malarz", |
||
1087 | "email": "[email protected]" |
||
1088 | }, |
||
1089 | { |
||
1090 | "name": "Andreas Braun", |
||
1091 | "email": "[email protected]" |
||
1092 | } |
||
1093 | ], |
||
1094 | "description": "Doctrine MongoDB Abstraction Layer", |
||
1095 | "homepage": "http://www.doctrine-project.org", |
||
1096 | "keywords": [ |
||
1097 | "database", |
||
1098 | "mongodb", |
||
1099 | "persistence" |
||
1100 | ], |
||
1101 | "time": "2016-03-19 18:45:48" |
||
1102 | }, |
||
1103 | { |
||
1104 | "name": "doctrine/mongodb-odm", |
||
1105 | "version": "1.1.0", |
||
1106 | "source": { |
||
1107 | "type": "git", |
||
1108 | "url": "https://github.com/doctrine/mongodb-odm.git", |
||
1109 | "reference": "1137922032d098a2e284575f2ce30e83abbecea2" |
||
1110 | }, |
||
1111 | "dist": { |
||
1112 | "type": "zip", |
||
1113 | "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/1137922032d098a2e284575f2ce30e83abbecea2", |
||
1114 | "reference": "1137922032d098a2e284575f2ce30e83abbecea2", |
||
1115 | "shasum": "" |
||
1116 | }, |
||
1117 | "require": { |
||
1118 | "doctrine/annotations": "~1.0", |
||
1119 | "doctrine/cache": "~1.0", |
||
1120 | "doctrine/collections": "~1.1", |
||
1121 | "doctrine/common": "~2.4", |
||
1122 | "doctrine/inflector": "~1.0", |
||
1123 | "doctrine/instantiator": "~1.0.1", |
||
1124 | "doctrine/mongodb": "~1.3", |
||
1125 | "php": "^5.6 || ^7.0", |
||
1126 | "symfony/console": "~2.3|~3.0" |
||
1127 | }, |
||
1128 | "require-dev": { |
||
1129 | "phpunit/phpunit": "~4.8|~5.0", |
||
1130 | "symfony/yaml": "~2.3|~3.0" |
||
1131 | }, |
||
1132 | "suggest": { |
||
1133 | "symfony/yaml": "Enables the YAML metadata mapping driver" |
||
1134 | }, |
||
1135 | "type": "library", |
||
1136 | "extra": { |
||
1137 | "branch-alias": { |
||
1138 | "dev-master": "1.1.x-dev" |
||
1139 | } |
||
1140 | }, |
||
1141 | "autoload": { |
||
1142 | "psr-0": { |
||
1143 | "Doctrine\\ODM\\MongoDB": "lib/" |
||
1144 | } |
||
1145 | }, |
||
1146 | "notification-url": "https://packagist.org/downloads/", |
||
1147 | "license": [ |
||
1148 | "MIT" |
||
1149 | ], |
||
1150 | "authors": [ |
||
1151 | { |
||
1152 | "name": "Jonathan H. Wage", |
||
1153 | "email": "[email protected]" |
||
1154 | }, |
||
1155 | { |
||
1156 | "name": "Jeremy Mikola", |
||
1157 | "email": "[email protected]" |
||
1158 | }, |
||
1159 | { |
||
1160 | "name": "Bulat Shakirzyanov", |
||
1161 | "email": "[email protected]" |
||
1162 | }, |
||
1163 | { |
||
1164 | "name": "Kris Wallsmith", |
||
1165 | "email": "[email protected]" |
||
1166 | }, |
||
1167 | { |
||
1168 | "name": "Maciej Malarz", |
||
1169 | "email": "[email protected]" |
||
1170 | }, |
||
1171 | { |
||
1172 | "name": "Andreas Braun", |
||
1173 | "email": "[email protected]" |
||
1174 | } |
||
1175 | ], |
||
1176 | "description": "Doctrine MongoDB Object Document Mapper", |
||
1177 | "homepage": "http://www.doctrine-project.org", |
||
1178 | "keywords": [ |
||
1179 | "database", |
||
1180 | "mongodb", |
||
1181 | "odm", |
||
1182 | "persistence" |
||
1183 | ], |
||
1184 | "time": "2016-06-09 14:21:30" |
||
1185 | }, |
||
1186 | { |
||
1187 | "name": "doctrine/mongodb-odm-bundle", |
||
1188 | "version": "3.1.0", |
||
1189 | "source": { |
||
1190 | "type": "git", |
||
1191 | "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git", |
||
1192 | "reference": "5ecd5d553816a258bb5860a5a2eddb67b4446f75" |
||
1193 | }, |
||
1194 | "dist": { |
||
1195 | "type": "zip", |
||
1196 | "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/5ecd5d553816a258bb5860a5a2eddb67b4446f75", |
||
1197 | "reference": "5ecd5d553816a258bb5860a5a2eddb67b4446f75", |
||
1198 | "shasum": "" |
||
1199 | }, |
||
1200 | "require": { |
||
1201 | "doctrine/mongodb-odm": "^1.0", |
||
1202 | "php": "^5.5 || ^7.0", |
||
1203 | "psr/log": "^1.0", |
||
1204 | "symfony/config": "^2.7 || ^3.0", |
||
1205 | "symfony/console": "^2.7 || ^3.0", |
||
1206 | "symfony/dependency-injection": "^2.7 || ^3.0", |
||
1207 | "symfony/doctrine-bridge": "^2.7 || ^3.0", |
||
1208 | "symfony/framework-bundle": "^2.7 || ^3.0", |
||
1209 | "symfony/options-resolver": "^2.7 || ^3.0" |
||
1210 | }, |
||
1211 | "require-dev": { |
||
1212 | "doctrine/data-fixtures": "@dev", |
||
1213 | "symfony/form": "^2.7 || ^3.0", |
||
1214 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
1215 | "symfony/yaml": "^2.7 || ^3.0" |
||
1216 | }, |
||
1217 | "suggest": { |
||
1218 | "doctrine/data-fixtures": "Load data fixtures" |
||
1219 | }, |
||
1220 | "type": "symfony-bundle", |
||
1221 | "extra": { |
||
1222 | "branch-alias": { |
||
1223 | "dev-master": "3.1-dev" |
||
1224 | } |
||
1225 | }, |
||
1226 | "autoload": { |
||
1227 | "psr-4": { |
||
1228 | "Doctrine\\Bundle\\MongoDBBundle\\": "" |
||
1229 | } |
||
1230 | }, |
||
1231 | "notification-url": "https://packagist.org/downloads/", |
||
1232 | "license": [ |
||
1233 | "MIT" |
||
1234 | ], |
||
1235 | "authors": [ |
||
1236 | { |
||
1237 | "name": "Kris Wallsmith", |
||
1238 | "email": "[email protected]" |
||
1239 | }, |
||
1240 | { |
||
1241 | "name": "Jonathan H. Wage", |
||
1242 | "email": "[email protected]" |
||
1243 | }, |
||
1244 | { |
||
1245 | "name": "Bulat Shakirzyanov", |
||
1246 | "email": "[email protected]" |
||
1247 | } |
||
1248 | ], |
||
1249 | "description": "Symfony2 Doctrine MongoDB Bundle", |
||
1250 | "homepage": "http://www.doctrine-project.org", |
||
1251 | "keywords": [ |
||
1252 | "mongodb", |
||
1253 | "persistence", |
||
1254 | "symfony" |
||
1255 | ], |
||
1256 | "time": "2016-04-10 19:04:45" |
||
1257 | }, |
||
1258 | { |
||
1259 | "name": "doctrine/orm", |
||
1260 | "version": "v2.5.4", |
||
1261 | "source": { |
||
1262 | "type": "git", |
||
1263 | "url": "https://github.com/doctrine/doctrine2.git", |
||
1264 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
1265 | }, |
||
1266 | "dist": { |
||
1267 | "type": "zip", |
||
1268 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
1269 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
1270 | "shasum": "" |
||
1271 | }, |
||
1272 | "require": { |
||
1273 | "doctrine/cache": "~1.4", |
||
1274 | "doctrine/collections": "~1.2", |
||
1275 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
1276 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
1277 | "doctrine/instantiator": "~1.0.1", |
||
1278 | "ext-pdo": "*", |
||
1279 | "php": ">=5.4", |
||
1280 | "symfony/console": "~2.5|~3.0" |
||
1281 | }, |
||
1282 | "require-dev": { |
||
1283 | "phpunit/phpunit": "~4.0", |
||
1284 | "symfony/yaml": "~2.3|~3.0" |
||
1285 | }, |
||
1286 | "suggest": { |
||
1287 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
1288 | }, |
||
1289 | "bin": [ |
||
1290 | "bin/doctrine", |
||
1291 | "bin/doctrine.php" |
||
1292 | ], |
||
1293 | "type": "library", |
||
1294 | "extra": { |
||
1295 | "branch-alias": { |
||
1296 | "dev-master": "2.6.x-dev" |
||
1297 | } |
||
1298 | }, |
||
1299 | "autoload": { |
||
1300 | "psr-0": { |
||
1301 | "Doctrine\\ORM\\": "lib/" |
||
1302 | } |
||
1303 | }, |
||
1304 | "notification-url": "https://packagist.org/downloads/", |
||
1305 | "license": [ |
||
1306 | "MIT" |
||
1307 | ], |
||
1308 | "authors": [ |
||
1309 | { |
||
1310 | "name": "Roman Borschel", |
||
1311 | "email": "[email protected]" |
||
1312 | }, |
||
1313 | { |
||
1314 | "name": "Benjamin Eberlei", |
||
1315 | "email": "[email protected]" |
||
1316 | }, |
||
1317 | { |
||
1318 | "name": "Guilherme Blanco", |
||
1319 | "email": "[email protected]" |
||
1320 | }, |
||
1321 | { |
||
1322 | "name": "Jonathan Wage", |
||
1323 | "email": "[email protected]" |
||
1324 | } |
||
1325 | ], |
||
1326 | "description": "Object-Relational-Mapper for PHP", |
||
1327 | "homepage": "http://www.doctrine-project.org", |
||
1328 | "keywords": [ |
||
1329 | "database", |
||
1330 | "orm" |
||
1331 | ], |
||
1332 | "time": "2016-01-05 21:34:58" |
||
1333 | }, |
||
1334 | { |
||
1335 | "name": "eo/airbrake-bundle", |
||
1336 | "version": "dev-master", |
||
1337 | "source": { |
||
1338 | "type": "git", |
||
1339 | "url": "https://github.com/eymengunay/EoAirbrakeBundle.git", |
||
1340 | "reference": "2533069dca7ae359a2de6d495aec8b64f07d2cee" |
||
1341 | }, |
||
1342 | "dist": { |
||
1343 | "type": "zip", |
||
1344 | "url": "https://api.github.com/repos/eymengunay/EoAirbrakeBundle/zipball/2533069dca7ae359a2de6d495aec8b64f07d2cee", |
||
1345 | "reference": "2533069dca7ae359a2de6d495aec8b64f07d2cee", |
||
1346 | "shasum": "" |
||
1347 | }, |
||
1348 | "require": { |
||
1349 | "dbtlr/php-airbrake": "~1.1", |
||
1350 | "symfony/symfony": "~2.1" |
||
1351 | }, |
||
1352 | "type": "symfony-bundle", |
||
1353 | "extra": { |
||
1354 | "branch-alias": { |
||
1355 | "dev-master": "1.0.x-dev" |
||
1356 | } |
||
1357 | }, |
||
1358 | "autoload": { |
||
1359 | "psr-4": { |
||
1360 | "Eo\\AirbrakeBundle\\": "" |
||
1361 | } |
||
1362 | }, |
||
1363 | "notification-url": "https://packagist.org/downloads/", |
||
1364 | "license": [ |
||
1365 | "MIT" |
||
1366 | ], |
||
1367 | "authors": [ |
||
1368 | { |
||
1369 | "name": "Eymen Gunay", |
||
1370 | "email": "[email protected]" |
||
1371 | } |
||
1372 | ], |
||
1373 | "description": "Airbrake.io integration for Symfony2", |
||
1374 | "keywords": [ |
||
1375 | "airbrake", |
||
1376 | "errbit", |
||
1377 | "exception" |
||
1378 | ], |
||
1379 | "time": "2016-02-02 11:43:50" |
||
1380 | }, |
||
1381 | { |
||
1382 | "name": "exercise/htmlpurifier-bundle", |
||
1383 | "version": "v0.2.3", |
||
1384 | "source": { |
||
1385 | "type": "git", |
||
1386 | "url": "https://github.com/Exercise/HTMLPurifierBundle.git", |
||
1387 | "reference": "3b5842de5e7ffee2c360eb7746519797a2fbb0f6" |
||
1388 | }, |
||
1389 | "dist": { |
||
1390 | "type": "zip", |
||
1391 | "url": "https://api.github.com/repos/Exercise/HTMLPurifierBundle/zipball/3b5842de5e7ffee2c360eb7746519797a2fbb0f6", |
||
1392 | "reference": "3b5842de5e7ffee2c360eb7746519797a2fbb0f6", |
||
1393 | "shasum": "" |
||
1394 | }, |
||
1395 | "require": { |
||
1396 | "ezyang/htmlpurifier": "~4.0", |
||
1397 | "php": ">=5.3.2", |
||
1398 | "symfony/framework-bundle": "~2.0|~3.0" |
||
1399 | }, |
||
1400 | "require-dev": { |
||
1401 | "symfony/form": "~2.0", |
||
1402 | "twig/twig": "~1.3" |
||
1403 | }, |
||
1404 | "type": "symfony-bundle", |
||
1405 | "extra": { |
||
1406 | "branch-alias": { |
||
1407 | "dev-master": "1.0.x-dev" |
||
1408 | } |
||
1409 | }, |
||
1410 | "autoload": { |
||
1411 | "psr-4": { |
||
1412 | "Exercise\\HTMLPurifierBundle\\": "" |
||
1413 | } |
||
1414 | }, |
||
1415 | "notification-url": "https://packagist.org/downloads/", |
||
1416 | "license": [ |
||
1417 | "MIT" |
||
1418 | ], |
||
1419 | "authors": [ |
||
1420 | { |
||
1421 | "name": "contributors", |
||
1422 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" |
||
1423 | } |
||
1424 | ], |
||
1425 | "description": "HTMLPurifier integration for your Symfony2 project", |
||
1426 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle", |
||
1427 | "keywords": [ |
||
1428 | "htmlpurifier" |
||
1429 | ], |
||
1430 | "time": "2015-12-01 17:32:26" |
||
1431 | }, |
||
1432 | { |
||
1433 | "name": "ezyang/htmlpurifier", |
||
1434 | "version": "v4.7.0", |
||
1435 | "source": { |
||
1436 | "type": "git", |
||
1437 | "url": "https://github.com/ezyang/htmlpurifier.git", |
||
1438 | "reference": "ae1828d955112356f7677c465f94f7deb7d27a40" |
||
1439 | }, |
||
1440 | "dist": { |
||
1441 | "type": "zip", |
||
1442 | "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40", |
||
1443 | "reference": "ae1828d955112356f7677c465f94f7deb7d27a40", |
||
1444 | "shasum": "" |
||
1445 | }, |
||
1446 | "require": { |
||
1447 | "php": ">=5.2" |
||
1448 | }, |
||
1449 | "type": "library", |
||
1450 | "autoload": { |
||
1451 | "psr-0": { |
||
1452 | "HTMLPurifier": "library/" |
||
1453 | }, |
||
1454 | "files": [ |
||
1455 | "library/HTMLPurifier.composer.php" |
||
1456 | ] |
||
1457 | }, |
||
1458 | "notification-url": "https://packagist.org/downloads/", |
||
1459 | "license": [ |
||
1460 | "LGPL" |
||
1461 | ], |
||
1462 | "authors": [ |
||
1463 | { |
||
1464 | "name": "Edward Z. Yang", |
||
1465 | "email": "[email protected]", |
||
1466 | "homepage": "http://ezyang.com" |
||
1467 | } |
||
1468 | ], |
||
1469 | "description": "Standards compliant HTML filter written in PHP", |
||
1470 | "homepage": "http://htmlpurifier.org/", |
||
1471 | "keywords": [ |
||
1472 | "html" |
||
1473 | ], |
||
1474 | "time": "2015-08-05 01:03:42" |
||
1475 | }, |
||
1476 | { |
||
1477 | "name": "gedmo/doctrine-extensions", |
||
1478 | "version": "v2.4.13", |
||
1479 | "source": { |
||
1480 | "type": "git", |
||
1481 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", |
||
1482 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1" |
||
1483 | }, |
||
1484 | "dist": { |
||
1485 | "type": "zip", |
||
1486 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1", |
||
1487 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1", |
||
1488 | "shasum": "" |
||
1489 | }, |
||
1490 | "require": { |
||
1491 | "behat/transliterator": "~1.0", |
||
1492 | "doctrine/common": "~2.4", |
||
1493 | "php": ">=5.3.2" |
||
1494 | }, |
||
1495 | "require-dev": { |
||
1496 | "doctrine/common": ">=2.5.0", |
||
1497 | "doctrine/mongodb-odm": ">=1.0.2", |
||
1498 | "doctrine/orm": ">=2.5.0", |
||
1499 | "phpunit/phpunit": "~4.4", |
||
1500 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1501 | "symfony/yaml": "~2.6" |
||
1502 | }, |
||
1503 | "suggest": { |
||
1504 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
||
1505 | "doctrine/orm": "to use the extensions with the ORM" |
||
1506 | }, |
||
1507 | "type": "library", |
||
1508 | "extra": { |
||
1509 | "branch-alias": { |
||
1510 | "dev-master": "2.4.x-dev" |
||
1511 | } |
||
1512 | }, |
||
1513 | "autoload": { |
||
1514 | "psr-0": { |
||
1515 | "Gedmo\\": "lib/" |
||
1516 | } |
||
1517 | }, |
||
1518 | "notification-url": "https://packagist.org/downloads/", |
||
1519 | "license": [ |
||
1520 | "MIT" |
||
1521 | ], |
||
1522 | "authors": [ |
||
1523 | { |
||
1524 | "name": "David Buchmann", |
||
1525 | "email": "[email protected]" |
||
1526 | }, |
||
1527 | { |
||
1528 | "name": "Gediminas Morkevicius", |
||
1529 | "email": "[email protected]" |
||
1530 | }, |
||
1531 | { |
||
1532 | "name": "Gustavo Falco", |
||
1533 | "email": "[email protected]" |
||
1534 | } |
||
1535 | ], |
||
1536 | "description": "Doctrine2 behavioral extensions", |
||
1537 | "homepage": "http://gediminasm.org/", |
||
1538 | "keywords": [ |
||
1539 | "Blameable", |
||
1540 | "behaviors", |
||
1541 | "doctrine2", |
||
1542 | "extensions", |
||
1543 | "gedmo", |
||
1544 | "loggable", |
||
1545 | "nestedset", |
||
1546 | "sluggable", |
||
1547 | "sortable", |
||
1548 | "timestampable", |
||
1549 | "translatable", |
||
1550 | "tree", |
||
1551 | "uploadable" |
||
1552 | ], |
||
1553 | "time": "2016-02-18 15:33:43" |
||
1554 | }, |
||
1555 | { |
||
1556 | "name": "graviton/deploy-scripts", |
||
1557 | "version": "v0.4.0", |
||
1558 | "source": { |
||
1559 | "type": "git", |
||
1560 | "url": "https://github.com/libgraviton/deploy-scripts.git", |
||
1561 | "reference": "1b083bb0038c9958b44c5bd85e4b354d8dd680ff" |
||
1562 | }, |
||
1563 | "dist": { |
||
1564 | "type": "zip", |
||
1565 | "url": "https://api.github.com/repos/libgraviton/deploy-scripts/zipball/1b083bb0038c9958b44c5bd85e4b354d8dd680ff", |
||
1566 | "reference": "1b083bb0038c9958b44c5bd85e4b354d8dd680ff", |
||
1567 | "shasum": "" |
||
1568 | }, |
||
1569 | "require": { |
||
1570 | "incenteev/composer-parameter-handler": "^2.1", |
||
1571 | "symfony/config": "^2.6", |
||
1572 | "symfony/console": "^2.6", |
||
1573 | "symfony/process": "^2.6" |
||
1574 | }, |
||
1575 | "require-dev": { |
||
1576 | "kherge/box": "^2.5", |
||
1577 | "libgraviton/codesniffer": "~1.3", |
||
1578 | "phpunit/phpunit": "~4.6", |
||
1579 | "squizlabs/php_codesniffer": "~2.2" |
||
1580 | }, |
||
1581 | "bin": [ |
||
1582 | "bin/deploy" |
||
1583 | ], |
||
1584 | "type": "library", |
||
1585 | "extra": { |
||
1586 | "incenteev-parameters": { |
||
1587 | "parameter-key": "deploy-scripts", |
||
1588 | "file": "app/config/deploy.yml", |
||
1589 | "env-map": { |
||
1590 | "cf_bin": "CF_BIN", |
||
1591 | "cf_process_timeout": "CF_PROCESS_TIMEOUT", |
||
1592 | "cf_api_url": "CF_API_URL", |
||
1593 | "cf_username": "CF_USERNAME", |
||
1594 | "cf_password": "CF_PASSWORD", |
||
1595 | "cf_org": "CF_ORG", |
||
1596 | "cf_space": "CF_SPACE", |
||
1597 | "cf_domain": "CF_DOMAIN", |
||
1598 | "cf_services": "CF_SERVICES" |
||
1599 | } |
||
1600 | } |
||
1601 | }, |
||
1602 | "autoload": { |
||
1603 | "psr-4": { |
||
1604 | "Graviton\\Deployment\\": "src/" |
||
1605 | } |
||
1606 | }, |
||
1607 | "notification-url": "https://packagist.org/downloads/", |
||
1608 | "license": [ |
||
1609 | "GPL" |
||
1610 | ], |
||
1611 | "authors": [ |
||
1612 | { |
||
1613 | "name": "List of contributors", |
||
1614 | "homepage": "https://github.com/libgraviton/deploy-scripts/graphs/contributors" |
||
1615 | } |
||
1616 | ], |
||
1617 | "description": "low level deploy helpers", |
||
1618 | "time": "2015-09-13 13:50:48" |
||
1619 | }, |
||
1620 | { |
||
1621 | "name": "graviton/json-schema", |
||
1622 | "version": "v1.2.0", |
||
1623 | "source": { |
||
1624 | "type": "git", |
||
1625 | "url": "https://github.com/libgraviton/json-schema.git", |
||
1626 | "reference": "e6acd829194fc441820d07deeee2df8b8ce820d8" |
||
1627 | }, |
||
1628 | "dist": { |
||
1629 | "type": "zip", |
||
1630 | "url": "https://api.github.com/repos/libgraviton/json-schema/zipball/e6acd829194fc441820d07deeee2df8b8ce820d8", |
||
1631 | "reference": "e6acd829194fc441820d07deeee2df8b8ce820d8", |
||
1632 | "shasum": "" |
||
1633 | }, |
||
1634 | "require": { |
||
1635 | "justinrainbow/json-schema": "~2.0", |
||
1636 | "symfony/symfony": "^2.8.6" |
||
1637 | }, |
||
1638 | "require-dev": { |
||
1639 | "libgraviton/codesniffer": "~1.3", |
||
1640 | "phpunit/phpunit": "~5.2", |
||
1641 | "squizlabs/php_codesniffer": "~2.2", |
||
1642 | "symfony/phpunit-bridge": "^3.0" |
||
1643 | }, |
||
1644 | "bin": [ |
||
1645 | "bin/graviton-validate-directory", |
||
1646 | "bin/graviton-validate-file" |
||
1647 | ], |
||
1648 | "type": "library", |
||
1649 | "autoload": { |
||
1650 | "psr-0": { |
||
1651 | "Graviton": "src/" |
||
1652 | } |
||
1653 | }, |
||
1654 | "notification-url": "https://packagist.org/downloads/", |
||
1655 | "license": [ |
||
1656 | "GPL" |
||
1657 | ], |
||
1658 | "authors": [ |
||
1659 | { |
||
1660 | "name": "List of contributors", |
||
1661 | "homepage": "https://github.com/libgraviton/json-schema/graphs/contributors" |
||
1662 | } |
||
1663 | ], |
||
1664 | "description": "JSON Schemas describing the Graviton specific JSON formats", |
||
1665 | "time": "2016-07-14 09:10:17" |
||
1666 | }, |
||
1667 | { |
||
1668 | "name": "graviton/php-rql-parser", |
||
1669 | "version": "v2.0.3", |
||
1670 | "source": { |
||
1671 | "type": "git", |
||
1672 | "url": "https://github.com/libgraviton/php-rql-parser.git", |
||
1673 | "reference": "1db68fc3d5ec29ca481bcb8e9807354e232d1062" |
||
1674 | }, |
||
1675 | "dist": { |
||
1676 | "type": "zip", |
||
1677 | "url": "https://api.github.com/repos/libgraviton/php-rql-parser/zipball/1db68fc3d5ec29ca481bcb8e9807354e232d1062", |
||
1678 | "reference": "1db68fc3d5ec29ca481bcb8e9807354e232d1062", |
||
1679 | "shasum": "" |
||
1680 | }, |
||
1681 | "require": { |
||
1682 | "doctrine/mongodb-odm": "~1.0@beta", |
||
1683 | "php": "~5.4", |
||
1684 | "symfony/event-dispatcher": "^2.6", |
||
1685 | "xiag/rql-parser": "^1.0.2" |
||
1686 | }, |
||
1687 | "require-dev": { |
||
1688 | "doctrine/data-fixtures": "~1.0", |
||
1689 | "libgraviton/codesniffer": "~1.3", |
||
1690 | "phpunit/phpunit": "*", |
||
1691 | "squizlabs/php_codesniffer": "~2.2", |
||
1692 | "xiag/rql-command": "^1.0" |
||
1693 | }, |
||
1694 | "type": "library", |
||
1695 | "autoload": { |
||
1696 | "psr-4": { |
||
1697 | "Graviton\\Rql\\": "src/" |
||
1698 | } |
||
1699 | }, |
||
1700 | "notification-url": "https://packagist.org/downloads/", |
||
1701 | "license": [ |
||
1702 | "GPL" |
||
1703 | ], |
||
1704 | "authors": [ |
||
1705 | { |
||
1706 | "name": "List of contributors", |
||
1707 | "homepage": "https://github.com/libgraviton/php-rql-parser/graphs/contributors" |
||
1708 | } |
||
1709 | ], |
||
1710 | "description": "doctrine-odm query building wrapper to xiag-ag/rql-parser", |
||
1711 | "homepage": "https://github.com/libgraviton/php-rql-parser", |
||
1712 | "keywords": [ |
||
1713 | "language", |
||
1714 | "mongo", |
||
1715 | "mongodb", |
||
1716 | "parser", |
||
1717 | "query", |
||
1718 | "resource", |
||
1719 | "rest", |
||
1720 | "rql" |
||
1721 | ], |
||
1722 | "time": "2016-07-04 12:45:12" |
||
1723 | }, |
||
1724 | { |
||
1725 | "name": "graviton/rql-parser-bundle", |
||
1726 | "version": "v0.11.0", |
||
1727 | "source": { |
||
1728 | "type": "git", |
||
1729 | "url": "https://github.com/libgraviton/GravitonRqlParserBundle.git", |
||
1730 | "reference": "b492988e72a20785a1df2a767c41867ca7999691" |
||
1731 | }, |
||
1732 | "dist": { |
||
1733 | "type": "zip", |
||
1734 | "url": "https://api.github.com/repos/libgraviton/GravitonRqlParserBundle/zipball/b492988e72a20785a1df2a767c41867ca7999691", |
||
1735 | "reference": "b492988e72a20785a1df2a767c41867ca7999691", |
||
1736 | "shasum": "" |
||
1737 | }, |
||
1738 | "require": { |
||
1739 | "graviton/php-rql-parser": ">=2.0.0-alpha15", |
||
1740 | "php": "~5.4", |
||
1741 | "symfony/http-kernel": "~2.6" |
||
1742 | }, |
||
1743 | "require-dev": { |
||
1744 | "doctrine/mongodb-odm": "~1.0@beta", |
||
1745 | "libgraviton/codesniffer": "~1.3", |
||
1746 | "phpunit/phpunit": "~4.7", |
||
1747 | "squizlabs/php_codesniffer": "~2.2", |
||
1748 | "symfony/framework-bundle": "~2.7" |
||
1749 | }, |
||
1750 | "type": "library", |
||
1751 | "autoload": { |
||
1752 | "psr-4": { |
||
1753 | "Graviton\\RqlParserBundle\\": "src/" |
||
1754 | } |
||
1755 | }, |
||
1756 | "notification-url": "https://packagist.org/downloads/", |
||
1757 | "license": [ |
||
1758 | "GPL" |
||
1759 | ], |
||
1760 | "authors": [ |
||
1761 | { |
||
1762 | "name": "List of contributors", |
||
1763 | "homepage": "https://github.com/libgraviton/GravitonRqlParserBundle/graphs/contributors" |
||
1764 | } |
||
1765 | ], |
||
1766 | "description": "Port of the php-rql-parser into the world of Symfony 2.", |
||
1767 | "time": "2016-04-15 12:56:32" |
||
1768 | }, |
||
1769 | { |
||
1770 | "name": "guzzle/guzzle", |
||
1771 | "version": "v3.9.3", |
||
1772 | "source": { |
||
1773 | "type": "git", |
||
1774 | "url": "https://github.com/guzzle/guzzle3.git", |
||
1775 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
1776 | }, |
||
1777 | "dist": { |
||
1778 | "type": "zip", |
||
1779 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
1780 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
1781 | "shasum": "" |
||
1782 | }, |
||
1783 | "require": { |
||
1784 | "ext-curl": "*", |
||
1785 | "php": ">=5.3.3", |
||
1786 | "symfony/event-dispatcher": "~2.1" |
||
1787 | }, |
||
1788 | "replace": { |
||
1789 | "guzzle/batch": "self.version", |
||
1790 | "guzzle/cache": "self.version", |
||
1791 | "guzzle/common": "self.version", |
||
1792 | "guzzle/http": "self.version", |
||
1793 | "guzzle/inflection": "self.version", |
||
1794 | "guzzle/iterator": "self.version", |
||
1795 | "guzzle/log": "self.version", |
||
1796 | "guzzle/parser": "self.version", |
||
1797 | "guzzle/plugin": "self.version", |
||
1798 | "guzzle/plugin-async": "self.version", |
||
1799 | "guzzle/plugin-backoff": "self.version", |
||
1800 | "guzzle/plugin-cache": "self.version", |
||
1801 | "guzzle/plugin-cookie": "self.version", |
||
1802 | "guzzle/plugin-curlauth": "self.version", |
||
1803 | "guzzle/plugin-error-response": "self.version", |
||
1804 | "guzzle/plugin-history": "self.version", |
||
1805 | "guzzle/plugin-log": "self.version", |
||
1806 | "guzzle/plugin-md5": "self.version", |
||
1807 | "guzzle/plugin-mock": "self.version", |
||
1808 | "guzzle/plugin-oauth": "self.version", |
||
1809 | "guzzle/service": "self.version", |
||
1810 | "guzzle/stream": "self.version" |
||
1811 | }, |
||
1812 | "require-dev": { |
||
1813 | "doctrine/cache": "~1.3", |
||
1814 | "monolog/monolog": "~1.0", |
||
1815 | "phpunit/phpunit": "3.7.*", |
||
1816 | "psr/log": "~1.0", |
||
1817 | "symfony/class-loader": "~2.1", |
||
1818 | "zendframework/zend-cache": "2.*,<2.3", |
||
1819 | "zendframework/zend-log": "2.*,<2.3" |
||
1820 | }, |
||
1821 | "suggest": { |
||
1822 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
1823 | }, |
||
1824 | "type": "library", |
||
1825 | "extra": { |
||
1826 | "branch-alias": { |
||
1827 | "dev-master": "3.9-dev" |
||
1828 | } |
||
1829 | }, |
||
1830 | "autoload": { |
||
1831 | "psr-0": { |
||
1832 | "Guzzle": "src/", |
||
1833 | "Guzzle\\Tests": "tests/" |
||
1834 | } |
||
1835 | }, |
||
1836 | "notification-url": "https://packagist.org/downloads/", |
||
1837 | "license": [ |
||
1838 | "MIT" |
||
1839 | ], |
||
1840 | "authors": [ |
||
1841 | { |
||
1842 | "name": "Michael Dowling", |
||
1843 | "email": "[email protected]", |
||
1844 | "homepage": "https://github.com/mtdowling" |
||
1845 | }, |
||
1846 | { |
||
1847 | "name": "Guzzle Community", |
||
1848 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
1849 | } |
||
1850 | ], |
||
1851 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
1852 | "homepage": "http://guzzlephp.org/", |
||
1853 | "keywords": [ |
||
1854 | "client", |
||
1855 | "curl", |
||
1856 | "framework", |
||
1857 | "http", |
||
1858 | "http client", |
||
1859 | "rest", |
||
1860 | "web service" |
||
1861 | ], |
||
1862 | "abandoned": "guzzlehttp/guzzle", |
||
1863 | "time": "2015-03-18 18:23:50" |
||
1864 | }, |
||
1865 | { |
||
1866 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1867 | "version": "6.2.0", |
||
1868 | "source": { |
||
1869 | "type": "git", |
||
1870 | "url": "https://github.com/guzzle/guzzle.git", |
||
1871 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
1872 | }, |
||
1873 | "dist": { |
||
1874 | "type": "zip", |
||
1875 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
1876 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
1877 | "shasum": "" |
||
1878 | }, |
||
1879 | "require": { |
||
1880 | "guzzlehttp/promises": "~1.0", |
||
1881 | "guzzlehttp/psr7": "~1.1", |
||
1882 | "php": ">=5.5.0" |
||
1883 | }, |
||
1884 | "require-dev": { |
||
1885 | "ext-curl": "*", |
||
1886 | "phpunit/phpunit": "~4.0", |
||
1887 | "psr/log": "~1.0" |
||
1888 | }, |
||
1889 | "type": "library", |
||
1890 | "extra": { |
||
1891 | "branch-alias": { |
||
1892 | "dev-master": "6.2-dev" |
||
1893 | } |
||
1894 | }, |
||
1895 | "autoload": { |
||
1896 | "files": [ |
||
1897 | "src/functions_include.php" |
||
1898 | ], |
||
1899 | "psr-4": { |
||
1900 | "GuzzleHttp\\": "src/" |
||
1901 | } |
||
1902 | }, |
||
1903 | "notification-url": "https://packagist.org/downloads/", |
||
1904 | "license": [ |
||
1905 | "MIT" |
||
1906 | ], |
||
1907 | "authors": [ |
||
1908 | { |
||
1909 | "name": "Michael Dowling", |
||
1910 | "email": "[email protected]", |
||
1911 | "homepage": "https://github.com/mtdowling" |
||
1912 | } |
||
1913 | ], |
||
1914 | "description": "Guzzle is a PHP HTTP client library", |
||
1915 | "homepage": "http://guzzlephp.org/", |
||
1916 | "keywords": [ |
||
1917 | "client", |
||
1918 | "curl", |
||
1919 | "framework", |
||
1920 | "http", |
||
1921 | "http client", |
||
1922 | "rest", |
||
1923 | "web service" |
||
1924 | ], |
||
1925 | "time": "2016-03-21 20:02:09" |
||
1926 | }, |
||
1927 | { |
||
1928 | "name": "guzzlehttp/promises", |
||
1929 | "version": "1.2.0", |
||
1930 | "source": { |
||
1931 | "type": "git", |
||
1932 | "url": "https://github.com/guzzle/promises.git", |
||
1933 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" |
||
1934 | }, |
||
1935 | "dist": { |
||
1936 | "type": "zip", |
||
1937 | "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
1938 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
1939 | "shasum": "" |
||
1940 | }, |
||
1941 | "require": { |
||
1942 | "php": ">=5.5.0" |
||
1943 | }, |
||
1944 | "require-dev": { |
||
1945 | "phpunit/phpunit": "~4.0" |
||
1946 | }, |
||
1947 | "type": "library", |
||
1948 | "extra": { |
||
1949 | "branch-alias": { |
||
1950 | "dev-master": "1.0-dev" |
||
1951 | } |
||
1952 | }, |
||
1953 | "autoload": { |
||
1954 | "psr-4": { |
||
1955 | "GuzzleHttp\\Promise\\": "src/" |
||
1956 | }, |
||
1957 | "files": [ |
||
1958 | "src/functions_include.php" |
||
1959 | ] |
||
1960 | }, |
||
1961 | "notification-url": "https://packagist.org/downloads/", |
||
1962 | "license": [ |
||
1963 | "MIT" |
||
1964 | ], |
||
1965 | "authors": [ |
||
1966 | { |
||
1967 | "name": "Michael Dowling", |
||
1968 | "email": "[email protected]", |
||
1969 | "homepage": "https://github.com/mtdowling" |
||
1970 | } |
||
1971 | ], |
||
1972 | "description": "Guzzle promises library", |
||
1973 | "keywords": [ |
||
1974 | "promise" |
||
1975 | ], |
||
1976 | "time": "2016-05-18 16:56:05" |
||
1977 | }, |
||
1978 | { |
||
1979 | "name": "guzzlehttp/psr7", |
||
1980 | "version": "1.3.0", |
||
1981 | "source": { |
||
1982 | "type": "git", |
||
1983 | "url": "https://github.com/guzzle/psr7.git", |
||
1984 | "reference": "31382fef2889136415751badebbd1cb022a4ed72" |
||
1985 | }, |
||
1986 | "dist": { |
||
1987 | "type": "zip", |
||
1988 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", |
||
1989 | "reference": "31382fef2889136415751badebbd1cb022a4ed72", |
||
1990 | "shasum": "" |
||
1991 | }, |
||
1992 | "require": { |
||
1993 | "php": ">=5.4.0", |
||
1994 | "psr/http-message": "~1.0" |
||
1995 | }, |
||
1996 | "provide": { |
||
1997 | "psr/http-message-implementation": "1.0" |
||
1998 | }, |
||
1999 | "require-dev": { |
||
2000 | "phpunit/phpunit": "~4.0" |
||
2001 | }, |
||
2002 | "type": "library", |
||
2003 | "extra": { |
||
2004 | "branch-alias": { |
||
2005 | "dev-master": "1.0-dev" |
||
2006 | } |
||
2007 | }, |
||
2008 | "autoload": { |
||
2009 | "psr-4": { |
||
2010 | "GuzzleHttp\\Psr7\\": "src/" |
||
2011 | }, |
||
2012 | "files": [ |
||
2013 | "src/functions_include.php" |
||
2014 | ] |
||
2015 | }, |
||
2016 | "notification-url": "https://packagist.org/downloads/", |
||
2017 | "license": [ |
||
2018 | "MIT" |
||
2019 | ], |
||
2020 | "authors": [ |
||
2021 | { |
||
2022 | "name": "Michael Dowling", |
||
2023 | "email": "[email protected]", |
||
2024 | "homepage": "https://github.com/mtdowling" |
||
2025 | } |
||
2026 | ], |
||
2027 | "description": "PSR-7 message implementation", |
||
2028 | "keywords": [ |
||
2029 | "http", |
||
2030 | "message", |
||
2031 | "stream", |
||
2032 | "uri" |
||
2033 | ], |
||
2034 | "time": "2016-04-13 19:56:01" |
||
2035 | }, |
||
2036 | { |
||
2037 | "name": "hwi/oauth-bundle", |
||
2038 | "version": "0.4.1", |
||
2039 | "source": { |
||
2040 | "type": "git", |
||
2041 | "url": "https://github.com/hwi/HWIOAuthBundle.git", |
||
2042 | "reference": "ae741802c8e99d8fa52de927fd483d0299911293" |
||
2043 | }, |
||
2044 | "dist": { |
||
2045 | "type": "zip", |
||
2046 | "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ae741802c8e99d8fa52de927fd483d0299911293", |
||
2047 | "reference": "ae741802c8e99d8fa52de927fd483d0299911293", |
||
2048 | "shasum": "" |
||
2049 | }, |
||
2050 | "require": { |
||
2051 | "kriswallsmith/buzz": "~0.13", |
||
2052 | "php": ">=5.3.3", |
||
2053 | "symfony/form": "~2.3", |
||
2054 | "symfony/framework-bundle": "~2.3", |
||
2055 | "symfony/options-resolver": "~2.3", |
||
2056 | "symfony/security-bundle": "~2.3", |
||
2057 | "symfony/yaml": "~2.3" |
||
2058 | }, |
||
2059 | "conflict": { |
||
2060 | "twig/twig": "<1.12" |
||
2061 | }, |
||
2062 | "require-dev": { |
||
2063 | "doctrine/orm": "~2.3", |
||
2064 | "friendsofsymfony/user-bundle": "~1.3|~2.0", |
||
2065 | "phpunit/phpunit": "~4.8|~5.0", |
||
2066 | "symfony/phpunit-bridge": "~2.7", |
||
2067 | "symfony/property-access": "~2.3", |
||
2068 | "symfony/twig-bundle": "~2.3", |
||
2069 | "symfony/validator": "~2.3" |
||
2070 | }, |
||
2071 | "suggest": { |
||
2072 | "doctrine/doctrine-bundle": "to use Doctrine user provider", |
||
2073 | "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", |
||
2074 | "symfony/property-access": "to use FOSUB integration with this bundle", |
||
2075 | "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions" |
||
2076 | }, |
||
2077 | "type": "symfony-bundle", |
||
2078 | "extra": { |
||
2079 | "branch-alias": { |
||
2080 | "dev-master": "0.4-dev" |
||
2081 | } |
||
2082 | }, |
||
2083 | "autoload": { |
||
2084 | "psr-4": { |
||
2085 | "HWI\\Bundle\\OAuthBundle\\": "" |
||
2086 | } |
||
2087 | }, |
||
2088 | "notification-url": "https://packagist.org/downloads/", |
||
2089 | "license": [ |
||
2090 | "MIT" |
||
2091 | ], |
||
2092 | "authors": [ |
||
2093 | { |
||
2094 | "name": "Contributors", |
||
2095 | "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" |
||
2096 | }, |
||
2097 | { |
||
2098 | "name": "Joseph Bielawski", |
||
2099 | "email": "[email protected]" |
||
2100 | }, |
||
2101 | { |
||
2102 | "name": "Alexander", |
||
2103 | "email": "[email protected]" |
||
2104 | }, |
||
2105 | { |
||
2106 | "name": "Geoffrey Bachelet", |
||
2107 | "email": "[email protected]" |
||
2108 | } |
||
2109 | ], |
||
2110 | "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.", |
||
2111 | "homepage": "http://github.com/hwi/HWIOAuthBundle", |
||
2112 | "keywords": [ |
||
2113 | "37signals", |
||
2114 | "Authentication", |
||
2115 | "Deezer", |
||
2116 | "EVE Online", |
||
2117 | "amazon", |
||
2118 | "auth0", |
||
2119 | "azure", |
||
2120 | "bitbucket", |
||
2121 | "bitly", |
||
2122 | "box", |
||
2123 | "bufferapp", |
||
2124 | "dailymotion", |
||
2125 | "deviantart", |
||
2126 | "discogs", |
||
2127 | "disqus", |
||
2128 | "dropbox", |
||
2129 | "eventbrite", |
||
2130 | "facebook", |
||
2131 | "firewall", |
||
2132 | "fiware", |
||
2133 | "flickr", |
||
2134 | "foursquare", |
||
2135 | "github", |
||
2136 | "google", |
||
2137 | "hubic", |
||
2138 | "instagram", |
||
2139 | "jira", |
||
2140 | "linkedin", |
||
2141 | "mail.ru", |
||
2142 | "oauth", |
||
2143 | "oauth1", |
||
2144 | "oauth2", |
||
2145 | "odnoklassniki", |
||
2146 | "paypal", |
||
2147 | "qq", |
||
2148 | "reddit", |
||
2149 | "runkeeper", |
||
2150 | "salesforce", |
||
2151 | "security", |
||
2152 | "sensio connect", |
||
2153 | "sina weibo", |
||
2154 | "slack", |
||
2155 | "sound cloud", |
||
2156 | "spotify", |
||
2157 | "stack exchange", |
||
2158 | "stereomood", |
||
2159 | "strava", |
||
2160 | "toshl", |
||
2161 | "trakt", |
||
2162 | "trello", |
||
2163 | "twitch", |
||
2164 | "twitter", |
||
2165 | "vkontakte", |
||
2166 | "wechat", |
||
2167 | "windows live", |
||
2168 | "wordpress", |
||
2169 | "xing", |
||
2170 | "yahoo", |
||
2171 | "yandex", |
||
2172 | "youtube" |
||
2173 | ], |
||
2174 | "time": "2016-03-08 08:00:04" |
||
2175 | }, |
||
2176 | { |
||
2177 | "name": "incenteev/composer-parameter-handler", |
||
2178 | "version": "v2.1.2", |
||
2179 | "source": { |
||
2180 | "type": "git", |
||
2181 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
2182 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
2183 | }, |
||
2184 | "dist": { |
||
2185 | "type": "zip", |
||
2186 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
2187 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
2188 | "shasum": "" |
||
2189 | }, |
||
2190 | "require": { |
||
2191 | "php": ">=5.3.3", |
||
2192 | "symfony/yaml": "~2.3|~3.0" |
||
2193 | }, |
||
2194 | "require-dev": { |
||
2195 | "composer/composer": "1.0.*@dev", |
||
2196 | "phpspec/prophecy-phpunit": "~1.0", |
||
2197 | "symfony/filesystem": "~2.2" |
||
2198 | }, |
||
2199 | "type": "library", |
||
2200 | "extra": { |
||
2201 | "branch-alias": { |
||
2202 | "dev-master": "2.1.x-dev" |
||
2203 | } |
||
2204 | }, |
||
2205 | "autoload": { |
||
2206 | "psr-4": { |
||
2207 | "Incenteev\\ParameterHandler\\": "" |
||
2208 | } |
||
2209 | }, |
||
2210 | "notification-url": "https://packagist.org/downloads/", |
||
2211 | "license": [ |
||
2212 | "MIT" |
||
2213 | ], |
||
2214 | "authors": [ |
||
2215 | { |
||
2216 | "name": "Christophe Coevoet", |
||
2217 | "email": "[email protected]" |
||
2218 | } |
||
2219 | ], |
||
2220 | "description": "Composer script handling your ignored parameter file", |
||
2221 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
2222 | "keywords": [ |
||
2223 | "parameters management" |
||
2224 | ], |
||
2225 | "time": "2015-11-10 17:04:01" |
||
2226 | }, |
||
2227 | { |
||
2228 | "name": "ircmaxell/password-compat", |
||
2229 | "version": "v1.0.4", |
||
2230 | "source": { |
||
2231 | "type": "git", |
||
2232 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
2233 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
2234 | }, |
||
2235 | "dist": { |
||
2236 | "type": "zip", |
||
2237 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
2238 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
2239 | "shasum": "" |
||
2240 | }, |
||
2241 | "require-dev": { |
||
2242 | "phpunit/phpunit": "4.*" |
||
2243 | }, |
||
2244 | "type": "library", |
||
2245 | "autoload": { |
||
2246 | "files": [ |
||
2247 | "lib/password.php" |
||
2248 | ] |
||
2249 | }, |
||
2250 | "notification-url": "https://packagist.org/downloads/", |
||
2251 | "license": [ |
||
2252 | "MIT" |
||
2253 | ], |
||
2254 | "authors": [ |
||
2255 | { |
||
2256 | "name": "Anthony Ferrara", |
||
2257 | "email": "[email protected]", |
||
2258 | "homepage": "http://blog.ircmaxell.com" |
||
2259 | } |
||
2260 | ], |
||
2261 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
2262 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
2263 | "keywords": [ |
||
2264 | "hashing", |
||
2265 | "password" |
||
2266 | ], |
||
2267 | "time": "2014-11-20 16:49:30" |
||
2268 | }, |
||
2269 | { |
||
2270 | "name": "jdorn/sql-formatter", |
||
2271 | "version": "v1.2.17", |
||
2272 | "source": { |
||
2273 | "type": "git", |
||
2274 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
2275 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
2276 | }, |
||
2277 | "dist": { |
||
2278 | "type": "zip", |
||
2279 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
2280 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
2281 | "shasum": "" |
||
2282 | }, |
||
2283 | "require": { |
||
2284 | "php": ">=5.2.4" |
||
2285 | }, |
||
2286 | "require-dev": { |
||
2287 | "phpunit/phpunit": "3.7.*" |
||
2288 | }, |
||
2289 | "type": "library", |
||
2290 | "extra": { |
||
2291 | "branch-alias": { |
||
2292 | "dev-master": "1.3.x-dev" |
||
2293 | } |
||
2294 | }, |
||
2295 | "autoload": { |
||
2296 | "classmap": [ |
||
2297 | "lib" |
||
2298 | ] |
||
2299 | }, |
||
2300 | "notification-url": "https://packagist.org/downloads/", |
||
2301 | "license": [ |
||
2302 | "MIT" |
||
2303 | ], |
||
2304 | "authors": [ |
||
2305 | { |
||
2306 | "name": "Jeremy Dorn", |
||
2307 | "email": "[email protected]", |
||
2308 | "homepage": "http://jeremydorn.com/" |
||
2309 | } |
||
2310 | ], |
||
2311 | "description": "a PHP SQL highlighting library", |
||
2312 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
2313 | "keywords": [ |
||
2314 | "highlight", |
||
2315 | "sql" |
||
2316 | ], |
||
2317 | "time": "2014-01-12 16:20:24" |
||
2318 | }, |
||
2319 | { |
||
2320 | "name": "jenssegers/proxy", |
||
2321 | "version": "v3.0.0-beta2", |
||
2322 | "source": { |
||
2323 | "type": "git", |
||
2324 | "url": "https://github.com/jenssegers/php-proxy.git", |
||
2325 | "reference": "e29cbee6cbd35df012eb854016dbd0460974ec92" |
||
2326 | }, |
||
2327 | "dist": { |
||
2328 | "type": "zip", |
||
2329 | "url": "https://api.github.com/repos/jenssegers/php-proxy/zipball/e29cbee6cbd35df012eb854016dbd0460974ec92", |
||
2330 | "reference": "e29cbee6cbd35df012eb854016dbd0460974ec92", |
||
2331 | "shasum": "" |
||
2332 | }, |
||
2333 | "require": { |
||
2334 | "guzzlehttp/guzzle": "~6.0", |
||
2335 | "psr/http-message": "^1.0", |
||
2336 | "relay/relay": "^0.2.0", |
||
2337 | "zendframework/zend-diactoros": "~1.0" |
||
2338 | }, |
||
2339 | "require-dev": { |
||
2340 | "mockery/mockery": "~0.9", |
||
2341 | "phpunit/phpunit": "~4.4", |
||
2342 | "satooshi/php-coveralls": "~0.6" |
||
2343 | }, |
||
2344 | "type": "library", |
||
2345 | "autoload": { |
||
2346 | "psr-4": { |
||
2347 | "Proxy\\": "src" |
||
2348 | } |
||
2349 | }, |
||
2350 | "notification-url": "https://packagist.org/downloads/", |
||
2351 | "license": [ |
||
2352 | "MIT" |
||
2353 | ], |
||
2354 | "authors": [ |
||
2355 | { |
||
2356 | "name": "Jens Segers", |
||
2357 | "homepage": "http://jenssegers.be" |
||
2358 | }, |
||
2359 | { |
||
2360 | "name": "Ota Mares", |
||
2361 | "email": "[email protected]", |
||
2362 | "homepage": "http://www.rebuy.de" |
||
2363 | } |
||
2364 | ], |
||
2365 | "description": "Proxy library that forwards requests to the desired url and returns the response.", |
||
2366 | "homepage": "https://github.com/jenssegers/php-proxy", |
||
2367 | "keywords": [ |
||
2368 | "proxy" |
||
2369 | ], |
||
2370 | "time": "2015-10-30 18:45:42" |
||
2371 | }, |
||
2372 | { |
||
2373 | "name": "jms/aop-bundle", |
||
2374 | "version": "1.2.0", |
||
2375 | "source": { |
||
2376 | "type": "git", |
||
2377 | "url": "https://github.com/schmittjoh/JMSAopBundle.git", |
||
2378 | "reference": "78000d007e74283cc564a58e184d7f62548ad394" |
||
2379 | }, |
||
2380 | "dist": { |
||
2381 | "type": "zip", |
||
2382 | "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394", |
||
2383 | "reference": "78000d007e74283cc564a58e184d7f62548ad394", |
||
2384 | "shasum": "" |
||
2385 | }, |
||
2386 | "require": { |
||
2387 | "jms/cg": "^1.1", |
||
2388 | "php": ">=5.3.9", |
||
2389 | "symfony/framework-bundle": "^2.3|^3.0" |
||
2390 | }, |
||
2391 | "require-dev": { |
||
2392 | "symfony/phpunit-bridge": "^2.7" |
||
2393 | }, |
||
2394 | "type": "symfony-bundle", |
||
2395 | "extra": { |
||
2396 | "branch-alias": { |
||
2397 | "dev-master": "1.1.x-dev" |
||
2398 | } |
||
2399 | }, |
||
2400 | "autoload": { |
||
2401 | "psr-4": { |
||
2402 | "JMS\\AopBundle\\": "" |
||
2403 | } |
||
2404 | }, |
||
2405 | "notification-url": "https://packagist.org/downloads/", |
||
2406 | "license": [ |
||
2407 | "Apache-2.0" |
||
2408 | ], |
||
2409 | "authors": [ |
||
2410 | { |
||
2411 | "name": "Johannes M. Schmitt", |
||
2412 | "email": "[email protected]" |
||
2413 | } |
||
2414 | ], |
||
2415 | "description": "Adds AOP capabilities to Symfony2", |
||
2416 | "keywords": [ |
||
2417 | "annotations", |
||
2418 | "aop" |
||
2419 | ], |
||
2420 | "time": "2015-12-09 16:30:46" |
||
2421 | }, |
||
2422 | { |
||
2423 | "name": "jms/cg", |
||
2424 | "version": "1.1.0", |
||
2425 | "source": { |
||
2426 | "type": "git", |
||
2427 | "url": "https://github.com/schmittjoh/cg-library.git", |
||
2428 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c" |
||
2429 | }, |
||
2430 | "dist": { |
||
2431 | "type": "zip", |
||
2432 | "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
2433 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
2434 | "shasum": "" |
||
2435 | }, |
||
2436 | "require": { |
||
2437 | "php": ">=5.3.0" |
||
2438 | }, |
||
2439 | "type": "library", |
||
2440 | "extra": { |
||
2441 | "branch-alias": { |
||
2442 | "dev-master": "1.1-dev" |
||
2443 | } |
||
2444 | }, |
||
2445 | "autoload": { |
||
2446 | "psr-0": { |
||
2447 | "CG\\": "src/" |
||
2448 | } |
||
2449 | }, |
||
2450 | "notification-url": "https://packagist.org/downloads/", |
||
2451 | "license": [ |
||
2452 | "Apache2" |
||
2453 | ], |
||
2454 | "authors": [ |
||
2455 | { |
||
2456 | "name": "Johannes M. Schmitt", |
||
2457 | "email": "[email protected]" |
||
2458 | } |
||
2459 | ], |
||
2460 | "description": "Toolset for generating PHP code", |
||
2461 | "keywords": [ |
||
2462 | "code generation" |
||
2463 | ], |
||
2464 | "time": "2015-09-13 08:54:43" |
||
2465 | }, |
||
2466 | { |
||
2467 | "name": "jms/di-extra-bundle", |
||
2468 | "version": "1.7.1", |
||
2469 | "source": { |
||
2470 | "type": "git", |
||
2471 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
||
2472 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d" |
||
2473 | }, |
||
2474 | "dist": { |
||
2475 | "type": "zip", |
||
2476 | "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
2477 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
2478 | "shasum": "" |
||
2479 | }, |
||
2480 | "require": { |
||
2481 | "jms/aop-bundle": "~1.1", |
||
2482 | "jms/metadata": "~1.0", |
||
2483 | "php": "~5.3|~7.0", |
||
2484 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2485 | "symfony/finder": "~2.3|~3.0", |
||
2486 | "symfony/framework-bundle": "~2.3|~3.0", |
||
2487 | "symfony/http-kernel": "^2.3.24|~3.0", |
||
2488 | "symfony/process": "~2.3|~3.0", |
||
2489 | "symfony/routing": "~2.3|~3.0" |
||
2490 | }, |
||
2491 | "require-dev": { |
||
2492 | "doctrine/doctrine-bundle": "~1.5", |
||
2493 | "doctrine/orm": "~2.3", |
||
2494 | "jms/security-extra-bundle": "~1.0", |
||
2495 | "phpcollection/phpcollection": ">=0.2,<0.3-dev", |
||
2496 | "sensio/framework-extra-bundle": "~2.0|~3.0", |
||
2497 | "symfony/browser-kit": "~2.3|~3.0", |
||
2498 | "symfony/class-loader": "~2.3|~3.0", |
||
2499 | "symfony/form": "~2.3|~3.0", |
||
2500 | "symfony/phpunit-bridge": "~2.7", |
||
2501 | "symfony/security-bundle": "~2.3", |
||
2502 | "symfony/twig-bundle": "~2.3|~3.0", |
||
2503 | "symfony/validator": "~2.3|~3.0", |
||
2504 | "symfony/yaml": "~2.3|~3.0" |
||
2505 | }, |
||
2506 | "type": "symfony-bundle", |
||
2507 | "extra": { |
||
2508 | "branch-alias": { |
||
2509 | "dev-master": "1.7-dev" |
||
2510 | } |
||
2511 | }, |
||
2512 | "autoload": { |
||
2513 | "psr-4": { |
||
2514 | "JMS\\DiExtraBundle\\": "" |
||
2515 | } |
||
2516 | }, |
||
2517 | "notification-url": "https://packagist.org/downloads/", |
||
2518 | "license": [ |
||
2519 | "Apache-2.0" |
||
2520 | ], |
||
2521 | "authors": [ |
||
2522 | { |
||
2523 | "name": "Johannes M. Schmitt", |
||
2524 | "email": "[email protected]" |
||
2525 | } |
||
2526 | ], |
||
2527 | "description": "Allows to configure dependency injection using annotations", |
||
2528 | "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
||
2529 | "keywords": [ |
||
2530 | "annotations", |
||
2531 | "dependency injection" |
||
2532 | ], |
||
2533 | "time": "2016-04-18 22:27:09" |
||
2534 | }, |
||
2535 | { |
||
2536 | "name": "jms/metadata", |
||
2537 | "version": "1.5.1", |
||
2538 | "source": { |
||
2539 | "type": "git", |
||
2540 | "url": "https://github.com/schmittjoh/metadata.git", |
||
2541 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
2542 | }, |
||
2543 | "dist": { |
||
2544 | "type": "zip", |
||
2545 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
2546 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
2547 | "shasum": "" |
||
2548 | }, |
||
2549 | "require": { |
||
2550 | "php": ">=5.3.0" |
||
2551 | }, |
||
2552 | "require-dev": { |
||
2553 | "doctrine/cache": "~1.0" |
||
2554 | }, |
||
2555 | "type": "library", |
||
2556 | "extra": { |
||
2557 | "branch-alias": { |
||
2558 | "dev-master": "1.5.x-dev" |
||
2559 | } |
||
2560 | }, |
||
2561 | "autoload": { |
||
2562 | "psr-0": { |
||
2563 | "Metadata\\": "src/" |
||
2564 | } |
||
2565 | }, |
||
2566 | "notification-url": "https://packagist.org/downloads/", |
||
2567 | "license": [ |
||
2568 | "Apache" |
||
2569 | ], |
||
2570 | "authors": [ |
||
2571 | { |
||
2572 | "name": "Johannes Schmitt", |
||
2573 | "email": "[email protected]", |
||
2574 | "homepage": "https://github.com/schmittjoh", |
||
2575 | "role": "Developer of wrapped JMSSerializerBundle" |
||
2576 | } |
||
2577 | ], |
||
2578 | "description": "Class/method/property metadata management in PHP", |
||
2579 | "keywords": [ |
||
2580 | "annotations", |
||
2581 | "metadata", |
||
2582 | "xml", |
||
2583 | "yaml" |
||
2584 | ], |
||
2585 | "time": "2014-07-12 07:13:19" |
||
2586 | }, |
||
2587 | { |
||
2588 | "name": "jms/parser-lib", |
||
2589 | "version": "1.0.0", |
||
2590 | "source": { |
||
2591 | "type": "git", |
||
2592 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
2593 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
2594 | }, |
||
2595 | "dist": { |
||
2596 | "type": "zip", |
||
2597 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
2598 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
2599 | "shasum": "" |
||
2600 | }, |
||
2601 | "require": { |
||
2602 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
2603 | }, |
||
2604 | "type": "library", |
||
2605 | "extra": { |
||
2606 | "branch-alias": { |
||
2607 | "dev-master": "1.0-dev" |
||
2608 | } |
||
2609 | }, |
||
2610 | "autoload": { |
||
2611 | "psr-0": { |
||
2612 | "JMS\\": "src/" |
||
2613 | } |
||
2614 | }, |
||
2615 | "notification-url": "https://packagist.org/downloads/", |
||
2616 | "license": [ |
||
2617 | "Apache2" |
||
2618 | ], |
||
2619 | "description": "A library for easily creating recursive-descent parsers.", |
||
2620 | "time": "2012-11-18 18:08:43" |
||
2621 | }, |
||
2622 | { |
||
2623 | "name": "jms/serializer", |
||
2624 | "version": "1.1.0", |
||
2625 | "source": { |
||
2626 | "type": "git", |
||
2627 | "url": "https://github.com/schmittjoh/serializer.git", |
||
2628 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48" |
||
2629 | }, |
||
2630 | "dist": { |
||
2631 | "type": "zip", |
||
2632 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
2633 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
2634 | "shasum": "" |
||
2635 | }, |
||
2636 | "require": { |
||
2637 | "doctrine/annotations": "1.*", |
||
2638 | "doctrine/instantiator": "~1.0.3", |
||
2639 | "jms/metadata": "~1.1", |
||
2640 | "jms/parser-lib": "1.*", |
||
2641 | "php": ">=5.4.0", |
||
2642 | "phpcollection/phpcollection": "~0.1" |
||
2643 | }, |
||
2644 | "conflict": { |
||
2645 | "twig/twig": "<1.12" |
||
2646 | }, |
||
2647 | "require-dev": { |
||
2648 | "doctrine/orm": "~2.1", |
||
2649 | "doctrine/phpcr-odm": "~1.0.1", |
||
2650 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
2651 | "phpunit/phpunit": "~4.0", |
||
2652 | "propel/propel1": "~1.7", |
||
2653 | "symfony/filesystem": "2.*", |
||
2654 | "symfony/form": "~2.1", |
||
2655 | "symfony/translation": "~2.0", |
||
2656 | "symfony/validator": "~2.0", |
||
2657 | "symfony/yaml": "2.*", |
||
2658 | "twig/twig": "~1.12|~2.0" |
||
2659 | }, |
||
2660 | "suggest": { |
||
2661 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
2662 | }, |
||
2663 | "type": "library", |
||
2664 | "extra": { |
||
2665 | "branch-alias": { |
||
2666 | "dev-master": "1.1-dev" |
||
2667 | } |
||
2668 | }, |
||
2669 | "autoload": { |
||
2670 | "psr-0": { |
||
2671 | "JMS\\Serializer": "src/" |
||
2672 | } |
||
2673 | }, |
||
2674 | "notification-url": "https://packagist.org/downloads/", |
||
2675 | "license": [ |
||
2676 | "Apache2" |
||
2677 | ], |
||
2678 | "authors": [ |
||
2679 | { |
||
2680 | "name": "Johannes M. Schmitt", |
||
2681 | "email": "[email protected]" |
||
2682 | } |
||
2683 | ], |
||
2684 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
2685 | "homepage": "http://jmsyst.com/libs/serializer", |
||
2686 | "keywords": [ |
||
2687 | "deserialization", |
||
2688 | "jaxb", |
||
2689 | "json", |
||
2690 | "serialization", |
||
2691 | "xml" |
||
2692 | ], |
||
2693 | "time": "2015-10-27 09:24:41" |
||
2694 | }, |
||
2695 | { |
||
2696 | "name": "jms/serializer-bundle", |
||
2697 | "version": "1.1.0", |
||
2698 | "target-dir": "JMS/SerializerBundle", |
||
2699 | "source": { |
||
2700 | "type": "git", |
||
2701 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
||
2702 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" |
||
2703 | }, |
||
2704 | "dist": { |
||
2705 | "type": "zip", |
||
2706 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
2707 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
2708 | "shasum": "" |
||
2709 | }, |
||
2710 | "require": { |
||
2711 | "jms/serializer": "^1.0.0", |
||
2712 | "php": ">=5.4.0", |
||
2713 | "phpoption/phpoption": "^1.1.0", |
||
2714 | "symfony/framework-bundle": "~2.3|~3.0" |
||
2715 | }, |
||
2716 | "require-dev": { |
||
2717 | "doctrine/doctrine-bundle": "*", |
||
2718 | "doctrine/orm": "*", |
||
2719 | "symfony/browser-kit": "*", |
||
2720 | "symfony/class-loader": "*", |
||
2721 | "symfony/css-selector": "*", |
||
2722 | "symfony/finder": "*", |
||
2723 | "symfony/form": "*", |
||
2724 | "symfony/process": "*", |
||
2725 | "symfony/stopwatch": "*", |
||
2726 | "symfony/twig-bundle": "*", |
||
2727 | "symfony/validator": "*", |
||
2728 | "symfony/yaml": "*" |
||
2729 | }, |
||
2730 | "suggest": { |
||
2731 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" |
||
2732 | }, |
||
2733 | "type": "symfony-bundle", |
||
2734 | "extra": { |
||
2735 | "branch-alias": { |
||
2736 | "dev-master": "1.1-dev" |
||
2737 | } |
||
2738 | }, |
||
2739 | "autoload": { |
||
2740 | "psr-0": { |
||
2741 | "JMS\\SerializerBundle": "" |
||
2742 | } |
||
2743 | }, |
||
2744 | "notification-url": "https://packagist.org/downloads/", |
||
2745 | "license": [ |
||
2746 | "Apache2" |
||
2747 | ], |
||
2748 | "authors": [ |
||
2749 | { |
||
2750 | "name": "Johannes M. Schmitt", |
||
2751 | "email": "[email protected]" |
||
2752 | } |
||
2753 | ], |
||
2754 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
||
2755 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
||
2756 | "keywords": [ |
||
2757 | "deserialization", |
||
2758 | "jaxb", |
||
2759 | "json", |
||
2760 | "serialization", |
||
2761 | "xml" |
||
2762 | ], |
||
2763 | "time": "2015-11-10 12:26:42" |
||
2764 | }, |
||
2765 | { |
||
2766 | "name": "justinrainbow/json-schema", |
||
2767 | "version": "2.0.5", |
||
2768 | "source": { |
||
2769 | "type": "git", |
||
2770 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
2771 | "reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67" |
||
2772 | }, |
||
2773 | "dist": { |
||
2774 | "type": "zip", |
||
2775 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/6b2a33e6a768f96bdc2ead5600af0822eed17d67", |
||
2776 | "reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67", |
||
2777 | "shasum": "" |
||
2778 | }, |
||
2779 | "require": { |
||
2780 | "php": ">=5.3.3" |
||
2781 | }, |
||
2782 | "require-dev": { |
||
2783 | "json-schema/json-schema-test-suite": "1.2.0", |
||
2784 | "phpdocumentor/phpdocumentor": "~2", |
||
2785 | "phpunit/phpunit": "^4.8.22" |
||
2786 | }, |
||
2787 | "bin": [ |
||
2788 | "bin/validate-json" |
||
2789 | ], |
||
2790 | "type": "library", |
||
2791 | "extra": { |
||
2792 | "branch-alias": { |
||
2793 | "dev-master": "2.0.x-dev" |
||
2794 | } |
||
2795 | }, |
||
2796 | "autoload": { |
||
2797 | "psr-4": { |
||
2798 | "JsonSchema\\": "src/JsonSchema/" |
||
2799 | } |
||
2800 | }, |
||
2801 | "notification-url": "https://packagist.org/downloads/", |
||
2802 | "license": [ |
||
2803 | "MIT" |
||
2804 | ], |
||
2805 | "authors": [ |
||
2806 | { |
||
2807 | "name": "Bruno Prieto Reis", |
||
2808 | "email": "[email protected]" |
||
2809 | }, |
||
2810 | { |
||
2811 | "name": "Justin Rainbow", |
||
2812 | "email": "[email protected]" |
||
2813 | }, |
||
2814 | { |
||
2815 | "name": "Igor Wiedler", |
||
2816 | "email": "[email protected]" |
||
2817 | }, |
||
2818 | { |
||
2819 | "name": "Robert Schönthal", |
||
2820 | "email": "[email protected]" |
||
2821 | } |
||
2822 | ], |
||
2823 | "description": "A library to validate a json schema.", |
||
2824 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
2825 | "keywords": [ |
||
2826 | "json", |
||
2827 | "schema" |
||
2828 | ], |
||
2829 | "time": "2016-06-02 10:59:52" |
||
2830 | }, |
||
2831 | { |
||
2832 | "name": "knplabs/gaufrette", |
||
2833 | "version": "0.2.1", |
||
2834 | "source": { |
||
2835 | "type": "git", |
||
2836 | "url": "https://github.com/KnpLabs/Gaufrette.git", |
||
2837 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e" |
||
2838 | }, |
||
2839 | "dist": { |
||
2840 | "type": "zip", |
||
2841 | "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
2842 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
2843 | "shasum": "" |
||
2844 | }, |
||
2845 | "require": { |
||
2846 | "php": ">=5.3.2" |
||
2847 | }, |
||
2848 | "require-dev": { |
||
2849 | "amazonwebservices/aws-sdk-for-php": "1.5.*", |
||
2850 | "aws/aws-sdk-php": "~2", |
||
2851 | "doctrine/dbal": ">=2.3", |
||
2852 | "dropbox-php/dropbox-php": "*", |
||
2853 | "google/apiclient": "~1.1.3", |
||
2854 | "herzult/php-ssh": "*", |
||
2855 | "microsoft/windowsazure": "dev-master", |
||
2856 | "mikey179/vfsstream": "~1.2.0", |
||
2857 | "phpseclib/phpseclib": "^2.0", |
||
2858 | "phpspec/phpspec": "2.0.*", |
||
2859 | "phpunit/phpunit": "3.7.*", |
||
2860 | "rackspace/php-opencloud": "1.9.*" |
||
2861 | }, |
||
2862 | "suggest": { |
||
2863 | "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters", |
||
2864 | "aws/aws-sdk-php": "to use the Amazon S3 adapter", |
||
2865 | "doctrine/dbal": "to use the Doctrine DBAL adapter", |
||
2866 | "dropbox-php/dropbox-php": "to use the Dropbox adapter", |
||
2867 | "ext-apc": "to use the APC adapter", |
||
2868 | "ext-curl": "*", |
||
2869 | "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", |
||
2870 | "ext-mbstring": "*", |
||
2871 | "ext-mongo": "*", |
||
2872 | "ext-zip": "to use the Zip adapter", |
||
2873 | "google/apiclient": "to use GoogleCloudStorage adapter", |
||
2874 | "herzult/php-ssh": "to use SFtp adapter", |
||
2875 | "knplabs/knp-gaufrette-bundle": "to use with Symfony2", |
||
2876 | "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter", |
||
2877 | "phpseclib/phpseclib": "to use PhpseclibSftp adapter", |
||
2878 | "rackspace/php-opencloud": "to use Opencloud adapter" |
||
2879 | }, |
||
2880 | "type": "library", |
||
2881 | "extra": { |
||
2882 | "branch-alias": { |
||
2883 | "dev-master": "0.4.x-dev" |
||
2884 | } |
||
2885 | }, |
||
2886 | "autoload": { |
||
2887 | "psr-0": { |
||
2888 | "Gaufrette": "src/" |
||
2889 | } |
||
2890 | }, |
||
2891 | "notification-url": "https://packagist.org/downloads/", |
||
2892 | "license": [ |
||
2893 | "MIT" |
||
2894 | ], |
||
2895 | "authors": [ |
||
2896 | { |
||
2897 | "name": "The contributors", |
||
2898 | "homepage": "http://github.com/knplabs/Gaufrette/contributors" |
||
2899 | }, |
||
2900 | { |
||
2901 | "name": "KnpLabs Team", |
||
2902 | "homepage": "http://knplabs.com" |
||
2903 | } |
||
2904 | ], |
||
2905 | "description": "PHP5 library that provides a filesystem abstraction layer", |
||
2906 | "homepage": "http://knplabs.com", |
||
2907 | "keywords": [ |
||
2908 | "abstraction", |
||
2909 | "file", |
||
2910 | "filesystem", |
||
2911 | "media" |
||
2912 | ], |
||
2913 | "time": "2016-03-03 09:36:22" |
||
2914 | }, |
||
2915 | { |
||
2916 | "name": "knplabs/knp-components", |
||
2917 | "version": "1.3.3", |
||
2918 | "source": { |
||
2919 | "type": "git", |
||
2920 | "url": "https://github.com/KnpLabs/knp-components.git", |
||
2921 | "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da" |
||
2922 | }, |
||
2923 | "dist": { |
||
2924 | "type": "zip", |
||
2925 | "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da", |
||
2926 | "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da", |
||
2927 | "shasum": "" |
||
2928 | }, |
||
2929 | "require": { |
||
2930 | "php": ">=5.3.2" |
||
2931 | }, |
||
2932 | "require-dev": { |
||
2933 | "doctrine/mongodb-odm": "~1.0@beta", |
||
2934 | "doctrine/orm": "~2.4", |
||
2935 | "doctrine/phpcr-odm": "~1.2", |
||
2936 | "jackalope/jackalope-doctrine-dbal": "~1.2", |
||
2937 | "phpunit/phpunit": "~4.2", |
||
2938 | "ruflin/elastica": "~1.0", |
||
2939 | "symfony/event-dispatcher": "~2.5" |
||
2940 | }, |
||
2941 | "suggest": { |
||
2942 | "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", |
||
2943 | "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB", |
||
2944 | "doctrine/orm": "to allow usage pagination with Doctrine ORM", |
||
2945 | "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR", |
||
2946 | "propel/propel1": "to allow usage pagination with Propel ORM", |
||
2947 | "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client", |
||
2948 | "solarium/solarium": "to allow usage pagination with Solarium Client" |
||
2949 | }, |
||
2950 | "type": "library", |
||
2951 | "extra": { |
||
2952 | "branch-alias": { |
||
2953 | "dev-master": "1.3.x-dev" |
||
2954 | } |
||
2955 | }, |
||
2956 | "autoload": { |
||
2957 | "psr-0": { |
||
2958 | "Knp\\Component": "src" |
||
2959 | } |
||
2960 | }, |
||
2961 | "notification-url": "https://packagist.org/downloads/", |
||
2962 | "license": [ |
||
2963 | "MIT" |
||
2964 | ], |
||
2965 | "authors": [ |
||
2966 | { |
||
2967 | "name": "KnpLabs Team", |
||
2968 | "homepage": "http://knplabs.com" |
||
2969 | }, |
||
2970 | { |
||
2971 | "name": "Symfony Community", |
||
2972 | "homepage": "http://github.com/KnpLabs/knp-components/contributors" |
||
2973 | } |
||
2974 | ], |
||
2975 | "description": "Knplabs component library", |
||
2976 | "homepage": "http://github.com/KnpLabs/knp-components", |
||
2977 | "keywords": [ |
||
2978 | "components", |
||
2979 | "knp", |
||
2980 | "knplabs", |
||
2981 | "pager", |
||
2982 | "paginator" |
||
2983 | ], |
||
2984 | "time": "2016-04-21 06:26:20" |
||
2985 | }, |
||
2986 | { |
||
2987 | "name": "knplabs/knp-gaufrette-bundle", |
||
2988 | "version": "0.3.0", |
||
2989 | "source": { |
||
2990 | "type": "git", |
||
2991 | "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", |
||
2992 | "reference": "44cf552e14031517516458b0e394f16dd36a131b" |
||
2993 | }, |
||
2994 | "dist": { |
||
2995 | "type": "zip", |
||
2996 | "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b", |
||
2997 | "reference": "44cf552e14031517516458b0e394f16dd36a131b", |
||
2998 | "shasum": "" |
||
2999 | }, |
||
3000 | "require": { |
||
3001 | "knplabs/gaufrette": "~0.1.7|~0.2", |
||
3002 | "symfony/framework-bundle": "~2.0|~3.0" |
||
3003 | }, |
||
3004 | "require-dev": { |
||
3005 | "phpunit/phpunit": "~4.2", |
||
3006 | "symfony/console": "~2.0|~3.0", |
||
3007 | "symfony/yaml": "~2.0|~3.0" |
||
3008 | }, |
||
3009 | "type": "symfony-bundle", |
||
3010 | "extra": { |
||
3011 | "branch-alias": { |
||
3012 | "dev-master": "0.4.x-dev" |
||
3013 | } |
||
3014 | }, |
||
3015 | "autoload": { |
||
3016 | "psr-4": { |
||
3017 | "Knp\\Bundle\\GaufretteBundle\\": "" |
||
3018 | } |
||
3019 | }, |
||
3020 | "notification-url": "https://packagist.org/downloads/", |
||
3021 | "license": [ |
||
3022 | "MIT" |
||
3023 | ], |
||
3024 | "authors": [ |
||
3025 | { |
||
3026 | "name": "The contributors", |
||
3027 | "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" |
||
3028 | }, |
||
3029 | { |
||
3030 | "name": "Antoine Hérault", |
||
3031 | "email": "[email protected]" |
||
3032 | } |
||
3033 | ], |
||
3034 | "description": "Allows to easily use the Gaufrette library in a Symfony project", |
||
3035 | "homepage": "http://knplabs.com", |
||
3036 | "keywords": [ |
||
3037 | "abstraction", |
||
3038 | "file", |
||
3039 | "filesystem", |
||
3040 | "media" |
||
3041 | ], |
||
3042 | "time": "2016-01-16 00:12:11" |
||
3043 | }, |
||
3044 | { |
||
3045 | "name": "knplabs/knp-paginator-bundle", |
||
3046 | "version": "2.5.3", |
||
3047 | "source": { |
||
3048 | "type": "git", |
||
3049 | "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git", |
||
3050 | "reference": "c988761005504007c6c87d6a557641281194a0e5" |
||
3051 | }, |
||
3052 | "dist": { |
||
3053 | "type": "zip", |
||
3054 | "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5", |
||
3055 | "reference": "c988761005504007c6c87d6a557641281194a0e5", |
||
3056 | "shasum": "" |
||
3057 | }, |
||
3058 | "require": { |
||
3059 | "knplabs/knp-components": "~1.2", |
||
3060 | "php": ">=5.3.3", |
||
3061 | "symfony/framework-bundle": "~2.3|~3.0", |
||
3062 | "twig/twig": "~1.12|~2" |
||
3063 | }, |
||
3064 | "require-dev": { |
||
3065 | "symfony/expression-language": "~2.4|~3.0" |
||
3066 | }, |
||
3067 | "type": "symfony-bundle", |
||
3068 | "extra": { |
||
3069 | "branch-alias": { |
||
3070 | "dev-master": "2.5.x-dev" |
||
3071 | } |
||
3072 | }, |
||
3073 | "autoload": { |
||
3074 | "psr-4": { |
||
3075 | "Knp\\Bundle\\PaginatorBundle\\": "" |
||
3076 | } |
||
3077 | }, |
||
3078 | "notification-url": "https://packagist.org/downloads/", |
||
3079 | "license": [ |
||
3080 | "MIT" |
||
3081 | ], |
||
3082 | "authors": [ |
||
3083 | { |
||
3084 | "name": "KnpLabs Team", |
||
3085 | "homepage": "http://knplabs.com" |
||
3086 | }, |
||
3087 | { |
||
3088 | "name": "Symfony2 Community", |
||
3089 | "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors" |
||
3090 | } |
||
3091 | ], |
||
3092 | "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features", |
||
3093 | "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle", |
||
3094 | "keywords": [ |
||
3095 | "Symfony2", |
||
3096 | "bundle", |
||
3097 | "knp", |
||
3098 | "knplabs", |
||
3099 | "pager", |
||
3100 | "pagination", |
||
3101 | "paginator" |
||
3102 | ], |
||
3103 | "time": "2016-04-20 11:40:30" |
||
3104 | }, |
||
3105 | { |
||
3106 | "name": "kriswallsmith/assetic", |
||
3107 | "version": "v1.3.2", |
||
3108 | "source": { |
||
3109 | "type": "git", |
||
3110 | "url": "https://github.com/kriswallsmith/assetic.git", |
||
3111 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5" |
||
3112 | }, |
||
3113 | "dist": { |
||
3114 | "type": "zip", |
||
3115 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5", |
||
3116 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5", |
||
3117 | "shasum": "" |
||
3118 | }, |
||
3119 | "require": { |
||
3120 | "php": ">=5.3.1", |
||
3121 | "symfony/process": "~2.1|~3.0" |
||
3122 | }, |
||
3123 | "conflict": { |
||
3124 | "twig/twig": "<1.23" |
||
3125 | }, |
||
3126 | "require-dev": { |
||
3127 | "cssmin/cssmin": "3.0.1", |
||
3128 | "joliclic/javascript-packer": "1.1", |
||
3129 | "kamicane/packager": "1.0", |
||
3130 | "leafo/lessphp": "^0.3.7", |
||
3131 | "leafo/scssphp": "~0.1", |
||
3132 | "mrclay/minify": "~2.2", |
||
3133 | "patchwork/jsqueeze": "~1.0|~2.0", |
||
3134 | "phpunit/phpunit": "~4.8", |
||
3135 | "psr/log": "~1.0", |
||
3136 | "ptachoire/cssembed": "~1.0", |
||
3137 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
3138 | "twig/twig": "~1.8|~2.0" |
||
3139 | }, |
||
3140 | "suggest": { |
||
3141 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
||
3142 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", |
||
3143 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", |
||
3144 | "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", |
||
3145 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", |
||
3146 | "twig/twig": "Assetic provides the integration with the Twig templating engine" |
||
3147 | }, |
||
3148 | "type": "library", |
||
3149 | "extra": { |
||
3150 | "branch-alias": { |
||
3151 | "dev-master": "1.4-dev" |
||
3152 | } |
||
3153 | }, |
||
3154 | "autoload": { |
||
3155 | "psr-0": { |
||
3156 | "Assetic": "src/" |
||
3157 | }, |
||
3158 | "files": [ |
||
3159 | "src/functions.php" |
||
3160 | ] |
||
3161 | }, |
||
3162 | "notification-url": "https://packagist.org/downloads/", |
||
3163 | "license": [ |
||
3164 | "MIT" |
||
3165 | ], |
||
3166 | "authors": [ |
||
3167 | { |
||
3168 | "name": "Kris Wallsmith", |
||
3169 | "email": "[email protected]", |
||
3170 | "homepage": "http://kriswallsmith.net/" |
||
3171 | } |
||
3172 | ], |
||
3173 | "description": "Asset Management for PHP", |
||
3174 | "homepage": "https://github.com/kriswallsmith/assetic", |
||
3175 | "keywords": [ |
||
3176 | "assets", |
||
3177 | "compression", |
||
3178 | "minification" |
||
3179 | ], |
||
3180 | "time": "2015-11-12 13:51:40" |
||
3181 | }, |
||
3182 | { |
||
3183 | "name": "kriswallsmith/buzz", |
||
3184 | "version": "v0.15", |
||
3185 | "source": { |
||
3186 | "type": "git", |
||
3187 | "url": "https://github.com/kriswallsmith/Buzz.git", |
||
3188 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8" |
||
3189 | }, |
||
3190 | "dist": { |
||
3191 | "type": "zip", |
||
3192 | "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
3193 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
3194 | "shasum": "" |
||
3195 | }, |
||
3196 | "require": { |
||
3197 | "php": ">=5.3.0" |
||
3198 | }, |
||
3199 | "require-dev": { |
||
3200 | "phpunit/phpunit": "3.7.*" |
||
3201 | }, |
||
3202 | "suggest": { |
||
3203 | "ext-curl": "*" |
||
3204 | }, |
||
3205 | "type": "library", |
||
3206 | "autoload": { |
||
3207 | "psr-0": { |
||
3208 | "Buzz": "lib/" |
||
3209 | } |
||
3210 | }, |
||
3211 | "notification-url": "https://packagist.org/downloads/", |
||
3212 | "license": [ |
||
3213 | "MIT" |
||
3214 | ], |
||
3215 | "authors": [ |
||
3216 | { |
||
3217 | "name": "Kris Wallsmith", |
||
3218 | "email": "[email protected]", |
||
3219 | "homepage": "http://kriswallsmith.net/" |
||
3220 | } |
||
3221 | ], |
||
3222 | "description": "Lightweight HTTP client", |
||
3223 | "homepage": "https://github.com/kriswallsmith/Buzz", |
||
3224 | "keywords": [ |
||
3225 | "curl", |
||
3226 | "http client" |
||
3227 | ], |
||
3228 | "time": "2015-06-25 17:26:56" |
||
3229 | }, |
||
3230 | { |
||
3231 | "name": "misd/guzzle-bundle", |
||
3232 | "version": "v1.1.5", |
||
3233 | "source": { |
||
3234 | "type": "git", |
||
3235 | "url": "https://github.com/misd-service-development/guzzle-bundle.git", |
||
3236 | "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084" |
||
3237 | }, |
||
3238 | "dist": { |
||
3239 | "type": "zip", |
||
3240 | "url": "https://api.github.com/repos/misd-service-development/guzzle-bundle/zipball/555c105ef4ac66597a029fe634dee0fe4f9cb084", |
||
3241 | "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084", |
||
3242 | "shasum": "" |
||
3243 | }, |
||
3244 | "require": { |
||
3245 | "guzzle/guzzle": "~3.0", |
||
3246 | "php": ">=5.3.3", |
||
3247 | "symfony/framework-bundle": "~2.2" |
||
3248 | }, |
||
3249 | "conflict": { |
||
3250 | "jms/serializer-bundle": "<0.11-dev", |
||
3251 | "sensio/framework-extra-bundle": ">=4.0-dev" |
||
3252 | }, |
||
3253 | "require-dev": { |
||
3254 | "doctrine/cache": "~1.0", |
||
3255 | "jms/serializer-bundle": "~0.11", |
||
3256 | "phpunit/phpunit": "~4.3", |
||
3257 | "sensio/framework-extra-bundle": "~2.2", |
||
3258 | "symfony/monolog-bundle": "~2.2", |
||
3259 | "symfony/yaml": "~2.2" |
||
3260 | }, |
||
3261 | "suggest": { |
||
3262 | "jms/serializer-bundle": "Serialize/deserialize objects to/from XML, JSON and YAML", |
||
3263 | "sensio/framework-extra-bundle": "Provides a parameter converter", |
||
3264 | "symfony/monolog-bundle": "Log requests" |
||
3265 | }, |
||
3266 | "type": "symfony-bundle", |
||
3267 | "extra": { |
||
3268 | "branch-alias": { |
||
3269 | "dev-master": "1.1.x-dev" |
||
3270 | } |
||
3271 | }, |
||
3272 | "autoload": { |
||
3273 | "psr-4": { |
||
3274 | "Misd\\GuzzleBundle\\": "" |
||
3275 | } |
||
3276 | }, |
||
3277 | "notification-url": "https://packagist.org/downloads/", |
||
3278 | "license": [ |
||
3279 | "MIT" |
||
3280 | ], |
||
3281 | "authors": [ |
||
3282 | { |
||
3283 | "name": "Chris Wilkinson", |
||
3284 | "email": "[email protected]" |
||
3285 | } |
||
3286 | ], |
||
3287 | "description": "Integrates Guzzle into your Symfony2 application", |
||
3288 | "homepage": "https://github.com/misd-service-development/guzzle-bundle", |
||
3289 | "keywords": [ |
||
3290 | "Guzzle", |
||
3291 | "api", |
||
3292 | "bundle", |
||
3293 | "client", |
||
3294 | "curl", |
||
3295 | "http", |
||
3296 | "http client", |
||
3297 | "rest", |
||
3298 | "web service" |
||
3299 | ], |
||
3300 | "abandoned": true, |
||
3301 | "time": "2014-12-01 08:29:51" |
||
3302 | }, |
||
3303 | { |
||
3304 | "name": "monolog/monolog", |
||
3305 | "version": "1.19.0", |
||
3306 | "source": { |
||
3307 | "type": "git", |
||
3308 | "url": "https://github.com/Seldaek/monolog.git", |
||
3309 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" |
||
3310 | }, |
||
3311 | "dist": { |
||
3312 | "type": "zip", |
||
3313 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
3314 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
3315 | "shasum": "" |
||
3316 | }, |
||
3317 | "require": { |
||
3318 | "php": ">=5.3.0", |
||
3319 | "psr/log": "~1.0" |
||
3320 | }, |
||
3321 | "provide": { |
||
3322 | "psr/log-implementation": "1.0.0" |
||
3323 | }, |
||
3324 | "require-dev": { |
||
3325 | "aws/aws-sdk-php": "^2.4.9", |
||
3326 | "doctrine/couchdb": "~1.0@dev", |
||
3327 | "graylog2/gelf-php": "~1.0", |
||
3328 | "jakub-onderka/php-parallel-lint": "0.9", |
||
3329 | "php-amqplib/php-amqplib": "~2.4", |
||
3330 | "php-console/php-console": "^3.1.3", |
||
3331 | "phpunit/phpunit": "~4.5", |
||
3332 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
3333 | "raven/raven": "^0.13", |
||
3334 | "ruflin/elastica": ">=0.90 <3.0", |
||
3335 | "swiftmailer/swiftmailer": "~5.3" |
||
3336 | }, |
||
3337 | "suggest": { |
||
3338 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
3339 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
3340 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
3341 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
3342 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
3343 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
3344 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
3345 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
3346 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
3347 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
3348 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
3349 | }, |
||
3350 | "type": "library", |
||
3351 | "extra": { |
||
3352 | "branch-alias": { |
||
3353 | "dev-master": "2.0.x-dev" |
||
3354 | } |
||
3355 | }, |
||
3356 | "autoload": { |
||
3357 | "psr-4": { |
||
3358 | "Monolog\\": "src/Monolog" |
||
3359 | } |
||
3360 | }, |
||
3361 | "notification-url": "https://packagist.org/downloads/", |
||
3362 | "license": [ |
||
3363 | "MIT" |
||
3364 | ], |
||
3365 | "authors": [ |
||
3366 | { |
||
3367 | "name": "Jordi Boggiano", |
||
3368 | "email": "[email protected]", |
||
3369 | "homepage": "http://seld.be" |
||
3370 | } |
||
3371 | ], |
||
3372 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
3373 | "homepage": "http://github.com/Seldaek/monolog", |
||
3374 | "keywords": [ |
||
3375 | "log", |
||
3376 | "logging", |
||
3377 | "psr-3" |
||
3378 | ], |
||
3379 | "time": "2016-04-12 18:29:35" |
||
3380 | }, |
||
3381 | { |
||
3382 | "name": "paragonie/random_compat", |
||
3383 | "version": "v2.0.2", |
||
3384 | "source": { |
||
3385 | "type": "git", |
||
3386 | "url": "https://github.com/paragonie/random_compat.git", |
||
3387 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
3388 | }, |
||
3389 | "dist": { |
||
3390 | "type": "zip", |
||
3391 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
3392 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
3393 | "shasum": "" |
||
3394 | }, |
||
3395 | "require": { |
||
3396 | "php": ">=5.2.0" |
||
3397 | }, |
||
3398 | "require-dev": { |
||
3399 | "phpunit/phpunit": "4.*|5.*" |
||
3400 | }, |
||
3401 | "suggest": { |
||
3402 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
3403 | }, |
||
3404 | "type": "library", |
||
3405 | "autoload": { |
||
3406 | "files": [ |
||
3407 | "lib/random.php" |
||
3408 | ] |
||
3409 | }, |
||
3410 | "notification-url": "https://packagist.org/downloads/", |
||
3411 | "license": [ |
||
3412 | "MIT" |
||
3413 | ], |
||
3414 | "authors": [ |
||
3415 | { |
||
3416 | "name": "Paragon Initiative Enterprises", |
||
3417 | "email": "[email protected]", |
||
3418 | "homepage": "https://paragonie.com" |
||
3419 | } |
||
3420 | ], |
||
3421 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
3422 | "keywords": [ |
||
3423 | "csprng", |
||
3424 | "pseudorandom", |
||
3425 | "random" |
||
3426 | ], |
||
3427 | "time": "2016-04-03 06:00:07" |
||
3428 | }, |
||
3429 | { |
||
3430 | "name": "php-amqplib/php-amqplib", |
||
3431 | "version": "v2.6.3", |
||
3432 | "source": { |
||
3433 | "type": "git", |
||
3434 | "url": "https://github.com/php-amqplib/php-amqplib.git", |
||
3435 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6" |
||
3436 | }, |
||
3437 | "dist": { |
||
3438 | "type": "zip", |
||
3439 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
3440 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
3441 | "shasum": "" |
||
3442 | }, |
||
3443 | "require": { |
||
3444 | "ext-bcmath": "*", |
||
3445 | "ext-mbstring": "*", |
||
3446 | "php": ">=5.3.0" |
||
3447 | }, |
||
3448 | "replace": { |
||
3449 | "videlalvaro/php-amqplib": "self.version" |
||
3450 | }, |
||
3451 | "require-dev": { |
||
3452 | "phpunit/phpunit": "^4.8", |
||
3453 | "scrutinizer/ocular": "^1.1", |
||
3454 | "squizlabs/php_codesniffer": "^2.5" |
||
3455 | }, |
||
3456 | "suggest": { |
||
3457 | "ext-sockets": "Use AMQPSocketConnection" |
||
3458 | }, |
||
3459 | "type": "library", |
||
3460 | "extra": { |
||
3461 | "branch-alias": { |
||
3462 | "dev-master": "2.7-dev" |
||
3463 | } |
||
3464 | }, |
||
3465 | "autoload": { |
||
3466 | "psr-4": { |
||
3467 | "PhpAmqpLib\\": "PhpAmqpLib/" |
||
3468 | } |
||
3469 | }, |
||
3470 | "notification-url": "https://packagist.org/downloads/", |
||
3471 | "license": [ |
||
3472 | "LGPL-2.1" |
||
3473 | ], |
||
3474 | "authors": [ |
||
3475 | { |
||
3476 | "name": "Alvaro Videla", |
||
3477 | "role": "Original Maintainer" |
||
3478 | }, |
||
3479 | { |
||
3480 | "name": "John Kelly", |
||
3481 | "email": "[email protected]", |
||
3482 | "role": "Maintainer" |
||
3483 | }, |
||
3484 | { |
||
3485 | "name": "Raúl Araya", |
||
3486 | "email": "[email protected]", |
||
3487 | "role": "Maintainer" |
||
3488 | } |
||
3489 | ], |
||
3490 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", |
||
3491 | "homepage": "https://github.com/php-amqplib/php-amqplib/", |
||
3492 | "keywords": [ |
||
3493 | "message", |
||
3494 | "queue", |
||
3495 | "rabbitmq" |
||
3496 | ], |
||
3497 | "time": "2016-04-11 14:30:01" |
||
3498 | }, |
||
3499 | { |
||
3500 | "name": "php-amqplib/rabbitmq-bundle", |
||
3501 | "version": "v1.10.0", |
||
3502 | "source": { |
||
3503 | "type": "git", |
||
3504 | "url": "https://github.com/php-amqplib/RabbitMqBundle.git", |
||
3505 | "reference": "8c6f74b545b8162b24ef951b567e9c7d581ee512" |
||
3506 | }, |
||
3507 | "dist": { |
||
3508 | "type": "zip", |
||
3509 | "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/8c6f74b545b8162b24ef951b567e9c7d581ee512", |
||
3510 | "reference": "8c6f74b545b8162b24ef951b567e9c7d581ee512", |
||
3511 | "shasum": "" |
||
3512 | }, |
||
3513 | "require": { |
||
3514 | "php": ">=5.3.0", |
||
3515 | "php-amqplib/php-amqplib": "~2.6", |
||
3516 | "psr/log": "~1.0", |
||
3517 | "symfony/config": "~2.3 || ~3.0", |
||
3518 | "symfony/console": "~2.3 || ~3.0", |
||
3519 | "symfony/dependency-injection": "~2.3 || ~3.0", |
||
3520 | "symfony/event-dispatcher": "~2.3 || ~3.0", |
||
3521 | "symfony/yaml": "~2.3 || ~3.0" |
||
3522 | }, |
||
3523 | "replace": { |
||
3524 | "oldsound/rabbitmq-bundle": "self.version" |
||
3525 | }, |
||
3526 | "require-dev": { |
||
3527 | "phpunit/phpunit": "~4.8 || ~5.0", |
||
3528 | "symfony/debug": "~2.3 || ~3.0", |
||
3529 | "symfony/serializer": "~2.3 || ~3.0" |
||
3530 | }, |
||
3531 | "suggest": { |
||
3532 | "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector" |
||
3533 | }, |
||
3534 | "type": "symfony-bundle", |
||
3535 | "extra": { |
||
3536 | "branch-alias": { |
||
3537 | "dev-master": "1.10.x-dev" |
||
3538 | } |
||
3539 | }, |
||
3540 | "autoload": { |
||
3541 | "psr-4": { |
||
3542 | "OldSound\\RabbitMqBundle\\": "" |
||
3543 | } |
||
3544 | }, |
||
3545 | "notification-url": "https://packagist.org/downloads/", |
||
3546 | "license": [ |
||
3547 | "MIT" |
||
3548 | ], |
||
3549 | "authors": [ |
||
3550 | { |
||
3551 | "name": "Alvaro Videla" |
||
3552 | } |
||
3553 | ], |
||
3554 | "description": "Integrates php-amqplib with Symfony2|3 and RabbitMq. Formerly oldsound/rabbitmq-bundle.", |
||
3555 | "keywords": [ |
||
3556 | "AMQP", |
||
3557 | "Symfony2", |
||
3558 | "message", |
||
3559 | "queue", |
||
3560 | "rabbitmq" |
||
3561 | ], |
||
3562 | "time": "2016-05-31 11:36:12" |
||
3563 | }, |
||
3564 | { |
||
3565 | "name": "php-jsonpatch/php-jsonpatch", |
||
3566 | "version": "v1.2.6", |
||
3567 | "source": { |
||
3568 | "type": "git", |
||
3569 | "url": "https://github.com/raphaelstolt/php-jsonpatch.git", |
||
3570 | "reference": "03b07d29980bfec04e3e9eb398e1b4ce8691b524" |
||
3571 | }, |
||
3572 | "dist": { |
||
3573 | "type": "zip", |
||
3574 | "url": "https://api.github.com/repos/raphaelstolt/php-jsonpatch/zipball/03b07d29980bfec04e3e9eb398e1b4ce8691b524", |
||
3575 | "reference": "03b07d29980bfec04e3e9eb398e1b4ce8691b524", |
||
3576 | "shasum": "" |
||
3577 | }, |
||
3578 | "require": { |
||
3579 | "php": ">=5.3.0", |
||
3580 | "php-jsonpointer/php-jsonpointer": "1.1.*", |
||
3581 | "symfony/polyfill-mbstring": "^1.1" |
||
3582 | }, |
||
3583 | "require-dev": { |
||
3584 | "phpunit/phpunit": "4.6.*" |
||
3585 | }, |
||
3586 | "type": "library", |
||
3587 | "extra": { |
||
3588 | "branch-alias": { |
||
3589 | "dev-master": "1.2.x-dev" |
||
3590 | } |
||
3591 | }, |
||
3592 | "autoload": { |
||
3593 | "psr-0": { |
||
3594 | "Rs\\Json": "src/" |
||
3595 | } |
||
3596 | }, |
||
3597 | "notification-url": "https://packagist.org/downloads/", |
||
3598 | "license": [ |
||
3599 | "MIT" |
||
3600 | ], |
||
3601 | "authors": [ |
||
3602 | { |
||
3603 | "name": "Raphael Stolt", |
||
3604 | "email": "[email protected]", |
||
3605 | "homepage": "http://raphaelstolt.blogspot.com" |
||
3606 | } |
||
3607 | ], |
||
3608 | "description": "Implementation of JSON Patch (http://tools.ietf.org/html/rfc6902)", |
||
3609 | "homepage": "https://github.com/raphaelstolt/php-jsonpatch", |
||
3610 | "keywords": [ |
||
3611 | "json", |
||
3612 | "json modification", |
||
3613 | "json patch" |
||
3614 | ], |
||
3615 | "time": "2016-04-08 00:37:11" |
||
3616 | }, |
||
3617 | { |
||
3618 | "name": "php-jsonpointer/php-jsonpointer", |
||
3619 | "version": "v1.1.0", |
||
3620 | "source": { |
||
3621 | "type": "git", |
||
3622 | "url": "https://github.com/raphaelstolt/php-jsonpointer.git", |
||
3623 | "reference": "e79ac0e91752b74d1535aa95becc33c6f7e01a82" |
||
3624 | }, |
||
3625 | "dist": { |
||
3626 | "type": "zip", |
||
3627 | "url": "https://api.github.com/repos/raphaelstolt/php-jsonpointer/zipball/e79ac0e91752b74d1535aa95becc33c6f7e01a82", |
||
3628 | "reference": "e79ac0e91752b74d1535aa95becc33c6f7e01a82", |
||
3629 | "shasum": "" |
||
3630 | }, |
||
3631 | "require": { |
||
3632 | "php": ">=5.3.0" |
||
3633 | }, |
||
3634 | "type": "library", |
||
3635 | "extra": { |
||
3636 | "branch-alias": { |
||
3637 | "dev-master": "1.1.x-dev" |
||
3638 | } |
||
3639 | }, |
||
3640 | "autoload": { |
||
3641 | "psr-0": { |
||
3642 | "Rs\\Json": "src/" |
||
3643 | } |
||
3644 | }, |
||
3645 | "notification-url": "https://packagist.org/downloads/", |
||
3646 | "license": [ |
||
3647 | "MIT" |
||
3648 | ], |
||
3649 | "authors": [ |
||
3650 | { |
||
3651 | "name": "Raphael Stolt", |
||
3652 | "email": "[email protected]", |
||
3653 | "homepage": "http://raphaelstolt.blogspot.com/" |
||
3654 | } |
||
3655 | ], |
||
3656 | "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)", |
||
3657 | "homepage": "https://github.com/raphaelstolt/php-jsonpointer", |
||
3658 | "keywords": [ |
||
3659 | "json", |
||
3660 | "json pointer", |
||
3661 | "json traversal" |
||
3662 | ], |
||
3663 | "time": "2015-05-20 23:07:34" |
||
3664 | }, |
||
3665 | { |
||
3666 | "name": "phpcollection/phpcollection", |
||
3667 | "version": "0.4.0", |
||
3668 | "source": { |
||
3669 | "type": "git", |
||
3670 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
3671 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" |
||
3672 | }, |
||
3673 | "dist": { |
||
3674 | "type": "zip", |
||
3675 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
3676 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
3677 | "shasum": "" |
||
3678 | }, |
||
3679 | "require": { |
||
3680 | "phpoption/phpoption": "1.*" |
||
3681 | }, |
||
3682 | "type": "library", |
||
3683 | "extra": { |
||
3684 | "branch-alias": { |
||
3685 | "dev-master": "0.3-dev" |
||
3686 | } |
||
3687 | }, |
||
3688 | "autoload": { |
||
3689 | "psr-0": { |
||
3690 | "PhpCollection": "src/" |
||
3691 | } |
||
3692 | }, |
||
3693 | "notification-url": "https://packagist.org/downloads/", |
||
3694 | "license": [ |
||
3695 | "Apache2" |
||
3696 | ], |
||
3697 | "authors": [ |
||
3698 | { |
||
3699 | "name": "Johannes Schmitt", |
||
3700 | "email": "[email protected]", |
||
3701 | "homepage": "https://github.com/schmittjoh", |
||
3702 | "role": "Developer of wrapped JMSSerializerBundle" |
||
3703 | } |
||
3704 | ], |
||
3705 | "description": "General-Purpose Collection Library for PHP", |
||
3706 | "keywords": [ |
||
3707 | "collection", |
||
3708 | "list", |
||
3709 | "map", |
||
3710 | "sequence", |
||
3711 | "set" |
||
3712 | ], |
||
3713 | "time": "2014-03-11 13:46:42" |
||
3714 | }, |
||
3715 | { |
||
3716 | "name": "phpoption/phpoption", |
||
3717 | "version": "1.5.0", |
||
3718 | "source": { |
||
3719 | "type": "git", |
||
3720 | "url": "https://github.com/schmittjoh/php-option.git", |
||
3721 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
3722 | }, |
||
3723 | "dist": { |
||
3724 | "type": "zip", |
||
3725 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
3726 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
3727 | "shasum": "" |
||
3728 | }, |
||
3729 | "require": { |
||
3730 | "php": ">=5.3.0" |
||
3731 | }, |
||
3732 | "require-dev": { |
||
3733 | "phpunit/phpunit": "4.7.*" |
||
3734 | }, |
||
3735 | "type": "library", |
||
3736 | "extra": { |
||
3737 | "branch-alias": { |
||
3738 | "dev-master": "1.3-dev" |
||
3739 | } |
||
3740 | }, |
||
3741 | "autoload": { |
||
3742 | "psr-0": { |
||
3743 | "PhpOption\\": "src/" |
||
3744 | } |
||
3745 | }, |
||
3746 | "notification-url": "https://packagist.org/downloads/", |
||
3747 | "license": [ |
||
3748 | "Apache2" |
||
3749 | ], |
||
3750 | "authors": [ |
||
3751 | { |
||
3752 | "name": "Johannes M. Schmitt", |
||
3753 | "email": "[email protected]" |
||
3754 | } |
||
3755 | ], |
||
3756 | "description": "Option Type for PHP", |
||
3757 | "keywords": [ |
||
3758 | "language", |
||
3759 | "option", |
||
3760 | "php", |
||
3761 | "type" |
||
3762 | ], |
||
3763 | "time": "2015-07-25 16:39:46" |
||
3764 | }, |
||
3765 | { |
||
3766 | "name": "psr/http-message", |
||
3767 | "version": "1.0", |
||
3768 | "source": { |
||
3769 | "type": "git", |
||
3770 | "url": "https://github.com/php-fig/http-message.git", |
||
3771 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
3772 | }, |
||
3773 | "dist": { |
||
3774 | "type": "zip", |
||
3775 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
3776 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
3777 | "shasum": "" |
||
3778 | }, |
||
3779 | "require": { |
||
3780 | "php": ">=5.3.0" |
||
3781 | }, |
||
3782 | "type": "library", |
||
3783 | "extra": { |
||
3784 | "branch-alias": { |
||
3785 | "dev-master": "1.0.x-dev" |
||
3786 | } |
||
3787 | }, |
||
3788 | "autoload": { |
||
3789 | "psr-4": { |
||
3790 | "Psr\\Http\\Message\\": "src/" |
||
3791 | } |
||
3792 | }, |
||
3793 | "notification-url": "https://packagist.org/downloads/", |
||
3794 | "license": [ |
||
3795 | "MIT" |
||
3796 | ], |
||
3797 | "authors": [ |
||
3798 | { |
||
3799 | "name": "PHP-FIG", |
||
3800 | "homepage": "http://www.php-fig.org/" |
||
3801 | } |
||
3802 | ], |
||
3803 | "description": "Common interface for HTTP messages", |
||
3804 | "keywords": [ |
||
3805 | "http", |
||
3806 | "http-message", |
||
3807 | "psr", |
||
3808 | "psr-7", |
||
3809 | "request", |
||
3810 | "response" |
||
3811 | ], |
||
3812 | "time": "2015-05-04 20:22:00" |
||
3813 | }, |
||
3814 | { |
||
3815 | "name": "psr/log", |
||
3816 | "version": "1.0.0", |
||
3817 | "source": { |
||
3818 | "type": "git", |
||
3819 | "url": "https://github.com/php-fig/log.git", |
||
3820 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
3821 | }, |
||
3822 | "dist": { |
||
3823 | "type": "zip", |
||
3824 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
3825 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
3826 | "shasum": "" |
||
3827 | }, |
||
3828 | "type": "library", |
||
3829 | "autoload": { |
||
3830 | "psr-0": { |
||
3831 | "Psr\\Log\\": "" |
||
3832 | } |
||
3833 | }, |
||
3834 | "notification-url": "https://packagist.org/downloads/", |
||
3835 | "license": [ |
||
3836 | "MIT" |
||
3837 | ], |
||
3838 | "authors": [ |
||
3839 | { |
||
3840 | "name": "PHP-FIG", |
||
3841 | "homepage": "http://www.php-fig.org/" |
||
3842 | } |
||
3843 | ], |
||
3844 | "description": "Common interface for logging libraries", |
||
3845 | "keywords": [ |
||
3846 | "log", |
||
3847 | "psr", |
||
3848 | "psr-3" |
||
3849 | ], |
||
3850 | "time": "2012-12-21 11:40:51" |
||
3851 | }, |
||
3852 | { |
||
3853 | "name": "relay/relay", |
||
3854 | "version": "0.2.0", |
||
3855 | "source": { |
||
3856 | "type": "git", |
||
3857 | "url": "https://github.com/relayphp/Relay.Relay.git", |
||
3858 | "reference": "6f1f1e2392ea690d8d4402495d1104017bfa9062" |
||
3859 | }, |
||
3860 | "dist": { |
||
3861 | "type": "zip", |
||
3862 | "url": "https://api.github.com/repos/relayphp/Relay.Relay/zipball/6f1f1e2392ea690d8d4402495d1104017bfa9062", |
||
3863 | "reference": "6f1f1e2392ea690d8d4402495d1104017bfa9062", |
||
3864 | "shasum": "" |
||
3865 | }, |
||
3866 | "require": { |
||
3867 | "php": ">=5.5.0", |
||
3868 | "psr/http-message": "~1.0" |
||
3869 | }, |
||
3870 | "require-dev": { |
||
3871 | "zendframework/zend-diactoros": "~1.0" |
||
3872 | }, |
||
3873 | "type": "library", |
||
3874 | "autoload": { |
||
3875 | "psr-4": { |
||
3876 | "Relay\\": "src/" |
||
3877 | } |
||
3878 | }, |
||
3879 | "notification-url": "https://packagist.org/downloads/", |
||
3880 | "license": [ |
||
3881 | "MIT" |
||
3882 | ], |
||
3883 | "authors": [ |
||
3884 | { |
||
3885 | "name": "Relay.Relay Contributors", |
||
3886 | "homepage": "https://github.com/relayphp/Relay.Relay/contributors" |
||
3887 | } |
||
3888 | ], |
||
3889 | "description": "A PSR-7 middleware dispatcher.", |
||
3890 | "homepage": "https://github.com/relayphp/Relay.Relay", |
||
3891 | "keywords": [ |
||
3892 | "middleware", |
||
3893 | "psr-7" |
||
3894 | ], |
||
3895 | "time": "2015-06-25 14:27:22" |
||
3896 | }, |
||
3897 | { |
||
3898 | "name": "sensio/distribution-bundle", |
||
3899 | "version": "v3.0.36", |
||
3900 | "target-dir": "Sensio/Bundle/DistributionBundle", |
||
3901 | "source": { |
||
3902 | "type": "git", |
||
3903 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
3904 | "reference": "964a56e855acac38d4a81920b3a86543f7e8492f" |
||
3905 | }, |
||
3906 | "dist": { |
||
3907 | "type": "zip", |
||
3908 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f", |
||
3909 | "reference": "964a56e855acac38d4a81920b3a86543f7e8492f", |
||
3910 | "shasum": "" |
||
3911 | }, |
||
3912 | "require": { |
||
3913 | "php": ">=5.3.3", |
||
3914 | "sensiolabs/security-checker": "~3.0", |
||
3915 | "symfony/class-loader": "~2.2", |
||
3916 | "symfony/framework-bundle": "~2.3", |
||
3917 | "symfony/process": "~2.2" |
||
3918 | }, |
||
3919 | "require-dev": { |
||
3920 | "symfony/form": "~2.2", |
||
3921 | "symfony/validator": "~2.2", |
||
3922 | "symfony/yaml": "~2.2" |
||
3923 | }, |
||
3924 | "suggest": { |
||
3925 | "symfony/form": "If you want to use the configurator", |
||
3926 | "symfony/validator": "If you want to use the configurator", |
||
3927 | "symfony/yaml": "If you want to use the configurator" |
||
3928 | }, |
||
3929 | "type": "symfony-bundle", |
||
3930 | "extra": { |
||
3931 | "branch-alias": { |
||
3932 | "dev-master": "3.0.x-dev" |
||
3933 | } |
||
3934 | }, |
||
3935 | "autoload": { |
||
3936 | "psr-0": { |
||
3937 | "Sensio\\Bundle\\DistributionBundle": "" |
||
3938 | } |
||
3939 | }, |
||
3940 | "notification-url": "https://packagist.org/downloads/", |
||
3941 | "license": [ |
||
3942 | "MIT" |
||
3943 | ], |
||
3944 | "authors": [ |
||
3945 | { |
||
3946 | "name": "Fabien Potencier", |
||
3947 | "email": "[email protected]" |
||
3948 | } |
||
3949 | ], |
||
3950 | "description": "Base bundle for Symfony Distributions", |
||
3951 | "keywords": [ |
||
3952 | "configuration", |
||
3953 | "distribution" |
||
3954 | ], |
||
3955 | "time": "2016-04-25 20:46:43" |
||
3956 | }, |
||
3957 | { |
||
3958 | "name": "sensio/framework-extra-bundle", |
||
3959 | "version": "v3.0.16", |
||
3960 | "source": { |
||
3961 | "type": "git", |
||
3962 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
3963 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
3964 | }, |
||
3965 | "dist": { |
||
3966 | "type": "zip", |
||
3967 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
3968 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
3969 | "shasum": "" |
||
3970 | }, |
||
3971 | "require": { |
||
3972 | "doctrine/common": "~2.2", |
||
3973 | "symfony/dependency-injection": "~2.3|~3.0", |
||
3974 | "symfony/framework-bundle": "~2.3|~3.0" |
||
3975 | }, |
||
3976 | "require-dev": { |
||
3977 | "symfony/browser-kit": "~2.3|~3.0", |
||
3978 | "symfony/dom-crawler": "~2.3|~3.0", |
||
3979 | "symfony/expression-language": "~2.4|~3.0", |
||
3980 | "symfony/finder": "~2.3|~3.0", |
||
3981 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
3982 | "symfony/security-bundle": "~2.4|~3.0", |
||
3983 | "symfony/twig-bundle": "~2.3|~3.0", |
||
3984 | "twig/twig": "~1.11|~2.0" |
||
3985 | }, |
||
3986 | "suggest": { |
||
3987 | "symfony/expression-language": "", |
||
3988 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
3989 | "symfony/security-bundle": "" |
||
3990 | }, |
||
3991 | "type": "symfony-bundle", |
||
3992 | "extra": { |
||
3993 | "branch-alias": { |
||
3994 | "dev-master": "3.0.x-dev" |
||
3995 | } |
||
3996 | }, |
||
3997 | "autoload": { |
||
3998 | "psr-4": { |
||
3999 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
4000 | } |
||
4001 | }, |
||
4002 | "notification-url": "https://packagist.org/downloads/", |
||
4003 | "license": [ |
||
4004 | "MIT" |
||
4005 | ], |
||
4006 | "authors": [ |
||
4007 | { |
||
4008 | "name": "Fabien Potencier", |
||
4009 | "email": "[email protected]" |
||
4010 | } |
||
4011 | ], |
||
4012 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
4013 | "keywords": [ |
||
4014 | "annotations", |
||
4015 | "controllers" |
||
4016 | ], |
||
4017 | "time": "2016-03-25 17:08:27" |
||
4018 | }, |
||
4019 | { |
||
4020 | "name": "sensio/generator-bundle", |
||
4021 | "version": "v3.0.6", |
||
4022 | "source": { |
||
4023 | "type": "git", |
||
4024 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
4025 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4" |
||
4026 | }, |
||
4027 | "dist": { |
||
4028 | "type": "zip", |
||
4029 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
4030 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
4031 | "shasum": "" |
||
4032 | }, |
||
4033 | "require": { |
||
4034 | "symfony/console": "~2.7|~3.0", |
||
4035 | "symfony/framework-bundle": "~2.7|~3.0", |
||
4036 | "symfony/process": "~2.7|~3.0", |
||
4037 | "symfony/yaml": "~2.7|~3.0" |
||
4038 | }, |
||
4039 | "require-dev": { |
||
4040 | "doctrine/orm": "~2.4", |
||
4041 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
4042 | "twig/twig": "~1.18" |
||
4043 | }, |
||
4044 | "type": "symfony-bundle", |
||
4045 | "extra": { |
||
4046 | "branch-alias": { |
||
4047 | "dev-master": "3.0.x-dev" |
||
4048 | } |
||
4049 | }, |
||
4050 | "autoload": { |
||
4051 | "psr-4": { |
||
4052 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
4053 | }, |
||
4054 | "exclude-from-classmap": [ |
||
4055 | "/Tests/" |
||
4056 | ] |
||
4057 | }, |
||
4058 | "notification-url": "https://packagist.org/downloads/", |
||
4059 | "license": [ |
||
4060 | "MIT" |
||
4061 | ], |
||
4062 | "authors": [ |
||
4063 | { |
||
4064 | "name": "Fabien Potencier", |
||
4065 | "email": "[email protected]" |
||
4066 | } |
||
4067 | ], |
||
4068 | "description": "This bundle generates code for you", |
||
4069 | "time": "2016-02-26 04:36:01" |
||
4070 | }, |
||
4071 | { |
||
4072 | "name": "sensiolabs/security-checker", |
||
4073 | "version": "v3.0.2", |
||
4074 | "source": { |
||
4075 | "type": "git", |
||
4076 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
4077 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93" |
||
4078 | }, |
||
4079 | "dist": { |
||
4080 | "type": "zip", |
||
4081 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
4082 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
4083 | "shasum": "" |
||
4084 | }, |
||
4085 | "require": { |
||
4086 | "symfony/console": "~2.0|~3.0" |
||
4087 | }, |
||
4088 | "bin": [ |
||
4089 | "security-checker" |
||
4090 | ], |
||
4091 | "type": "library", |
||
4092 | "extra": { |
||
4093 | "branch-alias": { |
||
4094 | "dev-master": "3.0-dev" |
||
4095 | } |
||
4096 | }, |
||
4097 | "autoload": { |
||
4098 | "psr-0": { |
||
4099 | "SensioLabs\\Security": "" |
||
4100 | } |
||
4101 | }, |
||
4102 | "notification-url": "https://packagist.org/downloads/", |
||
4103 | "license": [ |
||
4104 | "MIT" |
||
4105 | ], |
||
4106 | "authors": [ |
||
4107 | { |
||
4108 | "name": "Fabien Potencier", |
||
4109 | "email": "[email protected]" |
||
4110 | } |
||
4111 | ], |
||
4112 | "description": "A security checker for your composer.lock", |
||
4113 | "time": "2015-11-07 08:07:40" |
||
4114 | }, |
||
4115 | { |
||
4116 | "name": "stof/doctrine-extensions-bundle", |
||
4117 | "version": "v1.2.2", |
||
4118 | "source": { |
||
4119 | "type": "git", |
||
4120 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", |
||
4121 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25" |
||
4122 | }, |
||
4123 | "dist": { |
||
4124 | "type": "zip", |
||
4125 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
4126 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
4127 | "shasum": "" |
||
4128 | }, |
||
4129 | "require": { |
||
4130 | "gedmo/doctrine-extensions": "^2.3.1", |
||
4131 | "php": ">=5.3.2", |
||
4132 | "symfony/framework-bundle": "~2.1|~3.0" |
||
4133 | }, |
||
4134 | "suggest": { |
||
4135 | "doctrine/doctrine-bundle": "to use the ORM extensions", |
||
4136 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" |
||
4137 | }, |
||
4138 | "type": "symfony-bundle", |
||
4139 | "extra": { |
||
4140 | "branch-alias": { |
||
4141 | "dev-master": "1.2.x-dev" |
||
4142 | } |
||
4143 | }, |
||
4144 | "autoload": { |
||
4145 | "psr-4": { |
||
4146 | "Stof\\DoctrineExtensionsBundle\\": "" |
||
4147 | } |
||
4148 | }, |
||
4149 | "notification-url": "https://packagist.org/downloads/", |
||
4150 | "license": [ |
||
4151 | "MIT" |
||
4152 | ], |
||
4153 | "authors": [ |
||
4154 | { |
||
4155 | "name": "Christophe Coevoet", |
||
4156 | "email": "[email protected]" |
||
4157 | } |
||
4158 | ], |
||
4159 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", |
||
4160 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", |
||
4161 | "keywords": [ |
||
4162 | "behaviors", |
||
4163 | "doctrine2", |
||
4164 | "extensions", |
||
4165 | "gedmo", |
||
4166 | "loggable", |
||
4167 | "nestedset", |
||
4168 | "sluggable", |
||
4169 | "sortable", |
||
4170 | "timestampable", |
||
4171 | "translatable", |
||
4172 | "tree" |
||
4173 | ], |
||
4174 | "time": "2016-01-26 23:58:32" |
||
4175 | }, |
||
4176 | { |
||
4177 | "name": "swiftmailer/swiftmailer", |
||
4178 | "version": "v5.4.2", |
||
4179 | "source": { |
||
4180 | "type": "git", |
||
4181 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
4182 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" |
||
4183 | }, |
||
4184 | "dist": { |
||
4185 | "type": "zip", |
||
4186 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", |
||
4187 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", |
||
4188 | "shasum": "" |
||
4189 | }, |
||
4190 | "require": { |
||
4191 | "php": ">=5.3.3" |
||
4192 | }, |
||
4193 | "require-dev": { |
||
4194 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
4195 | }, |
||
4196 | "type": "library", |
||
4197 | "extra": { |
||
4198 | "branch-alias": { |
||
4199 | "dev-master": "5.4-dev" |
||
4200 | } |
||
4201 | }, |
||
4202 | "autoload": { |
||
4203 | "files": [ |
||
4204 | "lib/swift_required.php" |
||
4205 | ] |
||
4206 | }, |
||
4207 | "notification-url": "https://packagist.org/downloads/", |
||
4208 | "license": [ |
||
4209 | "MIT" |
||
4210 | ], |
||
4211 | "authors": [ |
||
4212 | { |
||
4213 | "name": "Chris Corbyn" |
||
4214 | }, |
||
4215 | { |
||
4216 | "name": "Fabien Potencier", |
||
4217 | "email": "[email protected]" |
||
4218 | } |
||
4219 | ], |
||
4220 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
4221 | "homepage": "http://swiftmailer.org", |
||
4222 | "keywords": [ |
||
4223 | "email", |
||
4224 | "mail", |
||
4225 | "mailer" |
||
4226 | ], |
||
4227 | "time": "2016-05-01 08:45:47" |
||
4228 | }, |
||
4229 | { |
||
4230 | "name": "symfony/assetic-bundle", |
||
4231 | "version": "v2.8.0", |
||
4232 | "source": { |
||
4233 | "type": "git", |
||
4234 | "url": "https://github.com/symfony/assetic-bundle.git", |
||
4235 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d" |
||
4236 | }, |
||
4237 | "dist": { |
||
4238 | "type": "zip", |
||
4239 | "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d", |
||
4240 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d", |
||
4241 | "shasum": "" |
||
4242 | }, |
||
4243 | "require": { |
||
4244 | "kriswallsmith/assetic": "~1.3", |
||
4245 | "php": ">=5.3.0", |
||
4246 | "symfony/console": "~2.3|~3.0", |
||
4247 | "symfony/dependency-injection": "~2.3|~3.0", |
||
4248 | "symfony/framework-bundle": "~2.3|~3.0", |
||
4249 | "symfony/yaml": "~2.3|~3.0" |
||
4250 | }, |
||
4251 | "conflict": { |
||
4252 | "kriswallsmith/spork": "<=0.2", |
||
4253 | "twig/twig": "<1.20" |
||
4254 | }, |
||
4255 | "require-dev": { |
||
4256 | "kriswallsmith/spork": "~0.3", |
||
4257 | "patchwork/jsqueeze": "~1.0", |
||
4258 | "symfony/class-loader": "~2.3|~3.0", |
||
4259 | "symfony/css-selector": "~2.3|~3.0", |
||
4260 | "symfony/dom-crawler": "~2.3|~3.0", |
||
4261 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
4262 | "symfony/twig-bundle": "~2.3|~3.0" |
||
4263 | }, |
||
4264 | "suggest": { |
||
4265 | "kriswallsmith/spork": "to be able to dump assets in parallel", |
||
4266 | "symfony/twig-bundle": "to use the Twig integration" |
||
4267 | }, |
||
4268 | "type": "symfony-bundle", |
||
4269 | "extra": { |
||
4270 | "branch-alias": { |
||
4271 | "dev-master": "2.7-dev" |
||
4272 | } |
||
4273 | }, |
||
4274 | "autoload": { |
||
4275 | "psr-4": { |
||
4276 | "Symfony\\Bundle\\AsseticBundle\\": "" |
||
4277 | } |
||
4278 | }, |
||
4279 | "notification-url": "https://packagist.org/downloads/", |
||
4280 | "license": [ |
||
4281 | "MIT" |
||
4282 | ], |
||
4283 | "authors": [ |
||
4284 | { |
||
4285 | "name": "Kris Wallsmith", |
||
4286 | "email": "[email protected]", |
||
4287 | "homepage": "http://kriswallsmith.net/" |
||
4288 | } |
||
4289 | ], |
||
4290 | "description": "Integrates Assetic into Symfony2", |
||
4291 | "homepage": "https://github.com/symfony/AsseticBundle", |
||
4292 | "keywords": [ |
||
4293 | "assets", |
||
4294 | "compression", |
||
4295 | "minification" |
||
4296 | ], |
||
4297 | "time": "2015-12-28 13:12:39" |
||
4298 | }, |
||
4299 | { |
||
4300 | "name": "symfony/monolog-bundle", |
||
4301 | "version": "2.11.1", |
||
4302 | "source": { |
||
4303 | "type": "git", |
||
4304 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
4305 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
4306 | }, |
||
4307 | "dist": { |
||
4308 | "type": "zip", |
||
4309 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
4310 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
4311 | "shasum": "" |
||
4312 | }, |
||
4313 | "require": { |
||
4314 | "monolog/monolog": "~1.18", |
||
4315 | "php": ">=5.3.2", |
||
4316 | "symfony/config": "~2.3|~3.0", |
||
4317 | "symfony/dependency-injection": "~2.3|~3.0", |
||
4318 | "symfony/http-kernel": "~2.3|~3.0", |
||
4319 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
4320 | }, |
||
4321 | "require-dev": { |
||
4322 | "phpunit/phpunit": "^4.8", |
||
4323 | "symfony/console": "~2.3|~3.0", |
||
4324 | "symfony/yaml": "~2.3|~3.0" |
||
4325 | }, |
||
4326 | "type": "symfony-bundle", |
||
4327 | "extra": { |
||
4328 | "branch-alias": { |
||
4329 | "dev-master": "2.x-dev" |
||
4330 | } |
||
4331 | }, |
||
4332 | "autoload": { |
||
4333 | "psr-4": { |
||
4334 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
4335 | } |
||
4336 | }, |
||
4337 | "notification-url": "https://packagist.org/downloads/", |
||
4338 | "license": [ |
||
4339 | "MIT" |
||
4340 | ], |
||
4341 | "authors": [ |
||
4342 | { |
||
4343 | "name": "Symfony Community", |
||
4344 | "homepage": "http://symfony.com/contributors" |
||
4345 | }, |
||
4346 | { |
||
4347 | "name": "Fabien Potencier", |
||
4348 | "email": "[email protected]" |
||
4349 | } |
||
4350 | ], |
||
4351 | "description": "Symfony MonologBundle", |
||
4352 | "homepage": "http://symfony.com", |
||
4353 | "keywords": [ |
||
4354 | "log", |
||
4355 | "logging" |
||
4356 | ], |
||
4357 | "time": "2016-04-13 16:21:01" |
||
4358 | }, |
||
4359 | { |
||
4360 | "name": "symfony/polyfill-apcu", |
||
4361 | "version": "v1.2.0", |
||
4362 | "source": { |
||
4363 | "type": "git", |
||
4364 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
4365 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b" |
||
4366 | }, |
||
4367 | "dist": { |
||
4368 | "type": "zip", |
||
4369 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
4370 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
4371 | "shasum": "" |
||
4372 | }, |
||
4373 | "require": { |
||
4374 | "php": ">=5.3.3" |
||
4375 | }, |
||
4376 | "type": "library", |
||
4377 | "extra": { |
||
4378 | "branch-alias": { |
||
4379 | "dev-master": "1.2-dev" |
||
4380 | } |
||
4381 | }, |
||
4382 | "autoload": { |
||
4383 | "files": [ |
||
4384 | "bootstrap.php" |
||
4385 | ] |
||
4386 | }, |
||
4387 | "notification-url": "https://packagist.org/downloads/", |
||
4388 | "license": [ |
||
4389 | "MIT" |
||
4390 | ], |
||
4391 | "authors": [ |
||
4392 | { |
||
4393 | "name": "Nicolas Grekas", |
||
4394 | "email": "[email protected]" |
||
4395 | }, |
||
4396 | { |
||
4397 | "name": "Symfony Community", |
||
4398 | "homepage": "https://symfony.com/contributors" |
||
4399 | } |
||
4400 | ], |
||
4401 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
4402 | "homepage": "https://symfony.com", |
||
4403 | "keywords": [ |
||
4404 | "apcu", |
||
4405 | "compatibility", |
||
4406 | "polyfill", |
||
4407 | "portable", |
||
4408 | "shim" |
||
4409 | ], |
||
4410 | "time": "2016-05-18 14:26:46" |
||
4411 | }, |
||
4412 | { |
||
4413 | "name": "symfony/polyfill-intl-icu", |
||
4414 | "version": "v1.2.0", |
||
4415 | "source": { |
||
4416 | "type": "git", |
||
4417 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
4418 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
4419 | }, |
||
4420 | "dist": { |
||
4421 | "type": "zip", |
||
4422 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
4423 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
4424 | "shasum": "" |
||
4425 | }, |
||
4426 | "require": { |
||
4427 | "php": ">=5.3.3", |
||
4428 | "symfony/intl": "~2.3|~3.0" |
||
4429 | }, |
||
4430 | "suggest": { |
||
4431 | "ext-intl": "For best performance" |
||
4432 | }, |
||
4433 | "type": "library", |
||
4434 | "extra": { |
||
4435 | "branch-alias": { |
||
4436 | "dev-master": "1.2-dev" |
||
4437 | } |
||
4438 | }, |
||
4439 | "autoload": { |
||
4440 | "files": [ |
||
4441 | "bootstrap.php" |
||
4442 | ] |
||
4443 | }, |
||
4444 | "notification-url": "https://packagist.org/downloads/", |
||
4445 | "license": [ |
||
4446 | "MIT" |
||
4447 | ], |
||
4448 | "authors": [ |
||
4449 | { |
||
4450 | "name": "Nicolas Grekas", |
||
4451 | "email": "[email protected]" |
||
4452 | }, |
||
4453 | { |
||
4454 | "name": "Symfony Community", |
||
4455 | "homepage": "https://symfony.com/contributors" |
||
4456 | } |
||
4457 | ], |
||
4458 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
4459 | "homepage": "https://symfony.com", |
||
4460 | "keywords": [ |
||
4461 | "compatibility", |
||
4462 | "icu", |
||
4463 | "intl", |
||
4464 | "polyfill", |
||
4465 | "portable", |
||
4466 | "shim" |
||
4467 | ], |
||
4468 | "time": "2016-05-18 14:26:46" |
||
4469 | }, |
||
4470 | { |
||
4471 | "name": "symfony/polyfill-mbstring", |
||
4472 | "version": "v1.2.0", |
||
4473 | "source": { |
||
4474 | "type": "git", |
||
4475 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
4476 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
4477 | }, |
||
4478 | "dist": { |
||
4479 | "type": "zip", |
||
4480 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
4481 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
4482 | "shasum": "" |
||
4483 | }, |
||
4484 | "require": { |
||
4485 | "php": ">=5.3.3" |
||
4486 | }, |
||
4487 | "suggest": { |
||
4488 | "ext-mbstring": "For best performance" |
||
4489 | }, |
||
4490 | "type": "library", |
||
4491 | "extra": { |
||
4492 | "branch-alias": { |
||
4493 | "dev-master": "1.2-dev" |
||
4494 | } |
||
4495 | }, |
||
4496 | "autoload": { |
||
4497 | "psr-4": { |
||
4498 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
4499 | }, |
||
4500 | "files": [ |
||
4501 | "bootstrap.php" |
||
4502 | ] |
||
4503 | }, |
||
4504 | "notification-url": "https://packagist.org/downloads/", |
||
4505 | "license": [ |
||
4506 | "MIT" |
||
4507 | ], |
||
4508 | "authors": [ |
||
4509 | { |
||
4510 | "name": "Nicolas Grekas", |
||
4511 | "email": "[email protected]" |
||
4512 | }, |
||
4513 | { |
||
4514 | "name": "Symfony Community", |
||
4515 | "homepage": "https://symfony.com/contributors" |
||
4516 | } |
||
4517 | ], |
||
4518 | "description": "Symfony polyfill for the Mbstring extension", |
||
4519 | "homepage": "https://symfony.com", |
||
4520 | "keywords": [ |
||
4521 | "compatibility", |
||
4522 | "mbstring", |
||
4523 | "polyfill", |
||
4524 | "portable", |
||
4525 | "shim" |
||
4526 | ], |
||
4527 | "time": "2016-05-18 14:26:46" |
||
4528 | }, |
||
4529 | { |
||
4530 | "name": "symfony/polyfill-php54", |
||
4531 | "version": "v1.2.0", |
||
4532 | "source": { |
||
4533 | "type": "git", |
||
4534 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
4535 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1" |
||
4536 | }, |
||
4537 | "dist": { |
||
4538 | "type": "zip", |
||
4539 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
4540 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
4541 | "shasum": "" |
||
4542 | }, |
||
4543 | "require": { |
||
4544 | "php": ">=5.3.3" |
||
4545 | }, |
||
4546 | "type": "library", |
||
4547 | "extra": { |
||
4548 | "branch-alias": { |
||
4549 | "dev-master": "1.2-dev" |
||
4550 | } |
||
4551 | }, |
||
4552 | "autoload": { |
||
4553 | "psr-4": { |
||
4554 | "Symfony\\Polyfill\\Php54\\": "" |
||
4555 | }, |
||
4556 | "files": [ |
||
4557 | "bootstrap.php" |
||
4558 | ], |
||
4559 | "classmap": [ |
||
4560 | "Resources/stubs" |
||
4561 | ] |
||
4562 | }, |
||
4563 | "notification-url": "https://packagist.org/downloads/", |
||
4564 | "license": [ |
||
4565 | "MIT" |
||
4566 | ], |
||
4567 | "authors": [ |
||
4568 | { |
||
4569 | "name": "Nicolas Grekas", |
||
4570 | "email": "[email protected]" |
||
4571 | }, |
||
4572 | { |
||
4573 | "name": "Symfony Community", |
||
4574 | "homepage": "https://symfony.com/contributors" |
||
4575 | } |
||
4576 | ], |
||
4577 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
4578 | "homepage": "https://symfony.com", |
||
4579 | "keywords": [ |
||
4580 | "compatibility", |
||
4581 | "polyfill", |
||
4582 | "portable", |
||
4583 | "shim" |
||
4584 | ], |
||
4585 | "time": "2016-05-18 14:26:46" |
||
4586 | }, |
||
4587 | { |
||
4588 | "name": "symfony/polyfill-php55", |
||
4589 | "version": "v1.2.0", |
||
4590 | "source": { |
||
4591 | "type": "git", |
||
4592 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
4593 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d" |
||
4594 | }, |
||
4595 | "dist": { |
||
4596 | "type": "zip", |
||
4597 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
4598 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
4599 | "shasum": "" |
||
4600 | }, |
||
4601 | "require": { |
||
4602 | "ircmaxell/password-compat": "~1.0", |
||
4603 | "php": ">=5.3.3" |
||
4604 | }, |
||
4605 | "type": "library", |
||
4606 | "extra": { |
||
4607 | "branch-alias": { |
||
4608 | "dev-master": "1.2-dev" |
||
4609 | } |
||
4610 | }, |
||
4611 | "autoload": { |
||
4612 | "psr-4": { |
||
4613 | "Symfony\\Polyfill\\Php55\\": "" |
||
4614 | }, |
||
4615 | "files": [ |
||
4616 | "bootstrap.php" |
||
4617 | ] |
||
4618 | }, |
||
4619 | "notification-url": "https://packagist.org/downloads/", |
||
4620 | "license": [ |
||
4621 | "MIT" |
||
4622 | ], |
||
4623 | "authors": [ |
||
4624 | { |
||
4625 | "name": "Nicolas Grekas", |
||
4626 | "email": "[email protected]" |
||
4627 | }, |
||
4628 | { |
||
4629 | "name": "Symfony Community", |
||
4630 | "homepage": "https://symfony.com/contributors" |
||
4631 | } |
||
4632 | ], |
||
4633 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
4634 | "homepage": "https://symfony.com", |
||
4635 | "keywords": [ |
||
4636 | "compatibility", |
||
4637 | "polyfill", |
||
4638 | "portable", |
||
4639 | "shim" |
||
4640 | ], |
||
4641 | "time": "2016-05-18 14:26:46" |
||
4642 | }, |
||
4643 | { |
||
4644 | "name": "symfony/polyfill-php56", |
||
4645 | "version": "v1.2.0", |
||
4646 | "source": { |
||
4647 | "type": "git", |
||
4648 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
4649 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
4650 | }, |
||
4651 | "dist": { |
||
4652 | "type": "zip", |
||
4653 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
4654 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
4655 | "shasum": "" |
||
4656 | }, |
||
4657 | "require": { |
||
4658 | "php": ">=5.3.3", |
||
4659 | "symfony/polyfill-util": "~1.0" |
||
4660 | }, |
||
4661 | "type": "library", |
||
4662 | "extra": { |
||
4663 | "branch-alias": { |
||
4664 | "dev-master": "1.2-dev" |
||
4665 | } |
||
4666 | }, |
||
4667 | "autoload": { |
||
4668 | "psr-4": { |
||
4669 | "Symfony\\Polyfill\\Php56\\": "" |
||
4670 | }, |
||
4671 | "files": [ |
||
4672 | "bootstrap.php" |
||
4673 | ] |
||
4674 | }, |
||
4675 | "notification-url": "https://packagist.org/downloads/", |
||
4676 | "license": [ |
||
4677 | "MIT" |
||
4678 | ], |
||
4679 | "authors": [ |
||
4680 | { |
||
4681 | "name": "Nicolas Grekas", |
||
4682 | "email": "[email protected]" |
||
4683 | }, |
||
4684 | { |
||
4685 | "name": "Symfony Community", |
||
4686 | "homepage": "https://symfony.com/contributors" |
||
4687 | } |
||
4688 | ], |
||
4689 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
4690 | "homepage": "https://symfony.com", |
||
4691 | "keywords": [ |
||
4692 | "compatibility", |
||
4693 | "polyfill", |
||
4694 | "portable", |
||
4695 | "shim" |
||
4696 | ], |
||
4697 | "time": "2016-05-18 14:26:46" |
||
4698 | }, |
||
4699 | { |
||
4700 | "name": "symfony/polyfill-php70", |
||
4701 | "version": "v1.2.0", |
||
4702 | "source": { |
||
4703 | "type": "git", |
||
4704 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
4705 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
4706 | }, |
||
4707 | "dist": { |
||
4708 | "type": "zip", |
||
4709 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
4710 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
4711 | "shasum": "" |
||
4712 | }, |
||
4713 | "require": { |
||
4714 | "paragonie/random_compat": "~1.0|~2.0", |
||
4715 | "php": ">=5.3.3" |
||
4716 | }, |
||
4717 | "type": "library", |
||
4718 | "extra": { |
||
4719 | "branch-alias": { |
||
4720 | "dev-master": "1.2-dev" |
||
4721 | } |
||
4722 | }, |
||
4723 | "autoload": { |
||
4724 | "psr-4": { |
||
4725 | "Symfony\\Polyfill\\Php70\\": "" |
||
4726 | }, |
||
4727 | "files": [ |
||
4728 | "bootstrap.php" |
||
4729 | ], |
||
4730 | "classmap": [ |
||
4731 | "Resources/stubs" |
||
4732 | ] |
||
4733 | }, |
||
4734 | "notification-url": "https://packagist.org/downloads/", |
||
4735 | "license": [ |
||
4736 | "MIT" |
||
4737 | ], |
||
4738 | "authors": [ |
||
4739 | { |
||
4740 | "name": "Nicolas Grekas", |
||
4741 | "email": "[email protected]" |
||
4742 | }, |
||
4743 | { |
||
4744 | "name": "Symfony Community", |
||
4745 | "homepage": "https://symfony.com/contributors" |
||
4746 | } |
||
4747 | ], |
||
4748 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
4749 | "homepage": "https://symfony.com", |
||
4750 | "keywords": [ |
||
4751 | "compatibility", |
||
4752 | "polyfill", |
||
4753 | "portable", |
||
4754 | "shim" |
||
4755 | ], |
||
4756 | "time": "2016-05-18 14:26:46" |
||
4757 | }, |
||
4758 | { |
||
4759 | "name": "symfony/polyfill-util", |
||
4760 | "version": "v1.2.0", |
||
4761 | "source": { |
||
4762 | "type": "git", |
||
4763 | "url": "https://github.com/symfony/polyfill-util.git", |
||
4764 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
4765 | }, |
||
4766 | "dist": { |
||
4767 | "type": "zip", |
||
4768 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
4769 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
4770 | "shasum": "" |
||
4771 | }, |
||
4772 | "require": { |
||
4773 | "php": ">=5.3.3" |
||
4774 | }, |
||
4775 | "type": "library", |
||
4776 | "extra": { |
||
4777 | "branch-alias": { |
||
4778 | "dev-master": "1.2-dev" |
||
4779 | } |
||
4780 | }, |
||
4781 | "autoload": { |
||
4782 | "psr-4": { |
||
4783 | "Symfony\\Polyfill\\Util\\": "" |
||
4784 | } |
||
4785 | }, |
||
4786 | "notification-url": "https://packagist.org/downloads/", |
||
4787 | "license": [ |
||
4788 | "MIT" |
||
4789 | ], |
||
4790 | "authors": [ |
||
4791 | { |
||
4792 | "name": "Nicolas Grekas", |
||
4793 | "email": "[email protected]" |
||
4794 | }, |
||
4795 | { |
||
4796 | "name": "Symfony Community", |
||
4797 | "homepage": "https://symfony.com/contributors" |
||
4798 | } |
||
4799 | ], |
||
4800 | "description": "Symfony utilities for portability of PHP codes", |
||
4801 | "homepage": "https://symfony.com", |
||
4802 | "keywords": [ |
||
4803 | "compat", |
||
4804 | "compatibility", |
||
4805 | "polyfill", |
||
4806 | "shim" |
||
4807 | ], |
||
4808 | "time": "2016-05-18 14:26:46" |
||
4809 | }, |
||
4810 | { |
||
4811 | "name": "symfony/psr-http-message-bridge", |
||
4812 | "version": "v0.2", |
||
4813 | "source": { |
||
4814 | "type": "git", |
||
4815 | "url": "https://github.com/symfony/psr-http-message-bridge.git", |
||
4816 | "reference": "dc7e308e1dc2898a46776e2221a643cb08315453" |
||
4817 | }, |
||
4818 | "dist": { |
||
4819 | "type": "zip", |
||
4820 | "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453", |
||
4821 | "reference": "dc7e308e1dc2898a46776e2221a643cb08315453", |
||
4822 | "shasum": "" |
||
4823 | }, |
||
4824 | "require": { |
||
4825 | "php": ">=5.3.3", |
||
4826 | "psr/http-message": "~1.0", |
||
4827 | "symfony/http-foundation": "~2.3|~3.0" |
||
4828 | }, |
||
4829 | "require-dev": { |
||
4830 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
4831 | }, |
||
4832 | "suggest": { |
||
4833 | "zendframework/zend-diactoros": "To use the Zend Diactoros factory" |
||
4834 | }, |
||
4835 | "type": "symfony-bridge", |
||
4836 | "autoload": { |
||
4837 | "psr-4": { |
||
4838 | "Symfony\\Bridge\\PsrHttpMessage\\": "" |
||
4839 | } |
||
4840 | }, |
||
4841 | "notification-url": "https://packagist.org/downloads/", |
||
4842 | "license": [ |
||
4843 | "MIT" |
||
4844 | ], |
||
4845 | "authors": [ |
||
4846 | { |
||
4847 | "name": "Symfony Community", |
||
4848 | "homepage": "http://symfony.com/contributors" |
||
4849 | }, |
||
4850 | { |
||
4851 | "name": "Fabien Potencier", |
||
4852 | "email": "[email protected]" |
||
4853 | } |
||
4854 | ], |
||
4855 | "description": "PSR HTTP message bridge", |
||
4856 | "homepage": "http://symfony.com", |
||
4857 | "keywords": [ |
||
4858 | "http", |
||
4859 | "http-message", |
||
4860 | "psr-7" |
||
4861 | ], |
||
4862 | "time": "2015-05-29 17:57:12" |
||
4863 | }, |
||
4864 | { |
||
4865 | "name": "symfony/security-acl", |
||
4866 | "version": "v3.0.0", |
||
4867 | "source": { |
||
4868 | "type": "git", |
||
4869 | "url": "https://github.com/symfony/security-acl.git", |
||
4870 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1" |
||
4871 | }, |
||
4872 | "dist": { |
||
4873 | "type": "zip", |
||
4874 | "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1", |
||
4875 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1", |
||
4876 | "shasum": "" |
||
4877 | }, |
||
4878 | "require": { |
||
4879 | "php": ">=5.5.9", |
||
4880 | "symfony/security-core": "~2.8|~3.0" |
||
4881 | }, |
||
4882 | "require-dev": { |
||
4883 | "doctrine/common": "~2.2", |
||
4884 | "doctrine/dbal": "~2.2", |
||
4885 | "psr/log": "~1.0", |
||
4886 | "symfony/phpunit-bridge": "~2.8|~3.0" |
||
4887 | }, |
||
4888 | "suggest": { |
||
4889 | "doctrine/dbal": "For using the built-in ACL implementation", |
||
4890 | "symfony/class-loader": "For using the ACL generateSql script", |
||
4891 | "symfony/finder": "For using the ACL generateSql script" |
||
4892 | }, |
||
4893 | "type": "library", |
||
4894 | "extra": { |
||
4895 | "branch-alias": { |
||
4896 | "dev-master": "3.0-dev" |
||
4897 | } |
||
4898 | }, |
||
4899 | "autoload": { |
||
4900 | "psr-4": { |
||
4901 | "Symfony\\Component\\Security\\Acl\\": "" |
||
4902 | }, |
||
4903 | "exclude-from-classmap": [ |
||
4904 | "/Tests/" |
||
4905 | ] |
||
4906 | }, |
||
4907 | "notification-url": "https://packagist.org/downloads/", |
||
4908 | "license": [ |
||
4909 | "MIT" |
||
4910 | ], |
||
4911 | "authors": [ |
||
4912 | { |
||
4913 | "name": "Fabien Potencier", |
||
4914 | "email": "[email protected]" |
||
4915 | }, |
||
4916 | { |
||
4917 | "name": "Symfony Community", |
||
4918 | "homepage": "https://symfony.com/contributors" |
||
4919 | } |
||
4920 | ], |
||
4921 | "description": "Symfony Security Component - ACL (Access Control List)", |
||
4922 | "homepage": "https://symfony.com", |
||
4923 | "time": "2015-12-28 09:39:46" |
||
4924 | }, |
||
4925 | { |
||
4926 | "name": "symfony/swiftmailer-bundle", |
||
4927 | "version": "v2.3.11", |
||
4928 | "source": { |
||
4929 | "type": "git", |
||
4930 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
4931 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" |
||
4932 | }, |
||
4933 | "dist": { |
||
4934 | "type": "zip", |
||
4935 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
4936 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
4937 | "shasum": "" |
||
4938 | }, |
||
4939 | "require": { |
||
4940 | "php": ">=5.3.2", |
||
4941 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
4942 | "symfony/config": "~2.3|~3.0", |
||
4943 | "symfony/dependency-injection": "~2.3|~3.0", |
||
4944 | "symfony/http-kernel": "~2.3|~3.0", |
||
4945 | "symfony/yaml": "~2.3|~3.0" |
||
4946 | }, |
||
4947 | "require-dev": { |
||
4948 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
4949 | }, |
||
4950 | "suggest": { |
||
4951 | "psr/log": "Allows logging" |
||
4952 | }, |
||
4953 | "type": "symfony-bundle", |
||
4954 | "extra": { |
||
4955 | "branch-alias": { |
||
4956 | "dev-master": "2.3-dev" |
||
4957 | } |
||
4958 | }, |
||
4959 | "autoload": { |
||
4960 | "psr-4": { |
||
4961 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
4962 | } |
||
4963 | }, |
||
4964 | "notification-url": "https://packagist.org/downloads/", |
||
4965 | "license": [ |
||
4966 | "MIT" |
||
4967 | ], |
||
4968 | "authors": [ |
||
4969 | { |
||
4970 | "name": "Symfony Community", |
||
4971 | "homepage": "http://symfony.com/contributors" |
||
4972 | }, |
||
4973 | { |
||
4974 | "name": "Fabien Potencier", |
||
4975 | "email": "[email protected]" |
||
4976 | } |
||
4977 | ], |
||
4978 | "description": "Symfony SwiftmailerBundle", |
||
4979 | "homepage": "http://symfony.com", |
||
4980 | "time": "2016-01-15 16:41:20" |
||
4981 | }, |
||
4982 | { |
||
4983 | "name": "symfony/symfony", |
||
4984 | "version": "v2.8.7", |
||
4985 | "source": { |
||
4986 | "type": "git", |
||
4987 | "url": "https://github.com/symfony/symfony.git", |
||
4988 | "reference": "663b2d6202c3149515b39cfe50a174a130acb8e2" |
||
4989 | }, |
||
4990 | "dist": { |
||
4991 | "type": "zip", |
||
4992 | "url": "https://api.github.com/repos/symfony/symfony/zipball/663b2d6202c3149515b39cfe50a174a130acb8e2", |
||
4993 | "reference": "663b2d6202c3149515b39cfe50a174a130acb8e2", |
||
4994 | "shasum": "" |
||
4995 | }, |
||
4996 | "require": { |
||
4997 | "doctrine/common": "~2.4", |
||
4998 | "php": ">=5.3.9", |
||
4999 | "psr/log": "~1.0", |
||
5000 | "symfony/polyfill-apcu": "~1.1", |
||
5001 | "symfony/polyfill-intl-icu": "~1.0", |
||
5002 | "symfony/polyfill-mbstring": "~1.0", |
||
5003 | "symfony/polyfill-php54": "~1.0", |
||
5004 | "symfony/polyfill-php55": "~1.0", |
||
5005 | "symfony/polyfill-php56": "~1.0", |
||
5006 | "symfony/polyfill-php70": "~1.0", |
||
5007 | "symfony/polyfill-util": "~1.0", |
||
5008 | "symfony/security-acl": "~2.7|~3.0.0", |
||
5009 | "twig/twig": "~1.23|~2.0" |
||
5010 | }, |
||
5011 | "conflict": { |
||
5012 | "phpdocumentor/reflection": "<1.0.7" |
||
5013 | }, |
||
5014 | "replace": { |
||
5015 | "symfony/asset": "self.version", |
||
5016 | "symfony/browser-kit": "self.version", |
||
5017 | "symfony/class-loader": "self.version", |
||
5018 | "symfony/config": "self.version", |
||
5019 | "symfony/console": "self.version", |
||
5020 | "symfony/css-selector": "self.version", |
||
5021 | "symfony/debug": "self.version", |
||
5022 | "symfony/debug-bundle": "self.version", |
||
5023 | "symfony/dependency-injection": "self.version", |
||
5024 | "symfony/doctrine-bridge": "self.version", |
||
5025 | "symfony/dom-crawler": "self.version", |
||
5026 | "symfony/event-dispatcher": "self.version", |
||
5027 | "symfony/expression-language": "self.version", |
||
5028 | "symfony/filesystem": "self.version", |
||
5029 | "symfony/finder": "self.version", |
||
5030 | "symfony/form": "self.version", |
||
5031 | "symfony/framework-bundle": "self.version", |
||
5032 | "symfony/http-foundation": "self.version", |
||
5033 | "symfony/http-kernel": "self.version", |
||
5034 | "symfony/intl": "self.version", |
||
5035 | "symfony/ldap": "self.version", |
||
5036 | "symfony/locale": "self.version", |
||
5037 | "symfony/monolog-bridge": "self.version", |
||
5038 | "symfony/options-resolver": "self.version", |
||
5039 | "symfony/process": "self.version", |
||
5040 | "symfony/property-access": "self.version", |
||
5041 | "symfony/property-info": "self.version", |
||
5042 | "symfony/proxy-manager-bridge": "self.version", |
||
5043 | "symfony/routing": "self.version", |
||
5044 | "symfony/security": "self.version", |
||
5045 | "symfony/security-bundle": "self.version", |
||
5046 | "symfony/security-core": "self.version", |
||
5047 | "symfony/security-csrf": "self.version", |
||
5048 | "symfony/security-guard": "self.version", |
||
5049 | "symfony/security-http": "self.version", |
||
5050 | "symfony/serializer": "self.version", |
||
5051 | "symfony/stopwatch": "self.version", |
||
5052 | "symfony/swiftmailer-bridge": "self.version", |
||
5053 | "symfony/templating": "self.version", |
||
5054 | "symfony/translation": "self.version", |
||
5055 | "symfony/twig-bridge": "self.version", |
||
5056 | "symfony/twig-bundle": "self.version", |
||
5057 | "symfony/validator": "self.version", |
||
5058 | "symfony/var-dumper": "self.version", |
||
5059 | "symfony/web-profiler-bundle": "self.version", |
||
5060 | "symfony/yaml": "self.version" |
||
5061 | }, |
||
5062 | "require-dev": { |
||
5063 | "doctrine/data-fixtures": "1.0.*", |
||
5064 | "doctrine/dbal": "~2.4", |
||
5065 | "doctrine/doctrine-bundle": "~1.2", |
||
5066 | "doctrine/orm": "~2.4,>=2.4.5", |
||
5067 | "egulias/email-validator": "~1.2", |
||
5068 | "monolog/monolog": "~1.11", |
||
5069 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
5070 | "phpdocumentor/reflection": "^1.0.7" |
||
5071 | }, |
||
5072 | "type": "library", |
||
5073 | "extra": { |
||
5074 | "branch-alias": { |
||
5075 | "dev-master": "2.8-dev" |
||
5076 | } |
||
5077 | }, |
||
5078 | "autoload": { |
||
5079 | "psr-4": { |
||
5080 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
5081 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
5082 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
5083 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
5084 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
5085 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
5086 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
5087 | }, |
||
5088 | "classmap": [ |
||
5089 | "src/Symfony/Component/Intl/Resources/stubs" |
||
5090 | ], |
||
5091 | "exclude-from-classmap": [ |
||
5092 | "**/Tests/" |
||
5093 | ] |
||
5094 | }, |
||
5095 | "notification-url": "https://packagist.org/downloads/", |
||
5096 | "license": [ |
||
5097 | "MIT" |
||
5098 | ], |
||
5099 | "authors": [ |
||
5100 | { |
||
5101 | "name": "Fabien Potencier", |
||
5102 | "email": "[email protected]" |
||
5103 | }, |
||
5104 | { |
||
5105 | "name": "Symfony Community", |
||
5106 | "homepage": "https://symfony.com/contributors" |
||
5107 | } |
||
5108 | ], |
||
5109 | "description": "The Symfony PHP framework", |
||
5110 | "homepage": "https://symfony.com", |
||
5111 | "keywords": [ |
||
5112 | "framework" |
||
5113 | ], |
||
5114 | "time": "2016-06-06 16:05:37" |
||
5115 | }, |
||
5116 | { |
||
5117 | "name": "thefrozenfire/swagger", |
||
5118 | "version": "2.0.7", |
||
5119 | "source": { |
||
5120 | "type": "git", |
||
5121 | "url": "https://github.com/TheFrozenFire/PHP-Swagger-Parser.git", |
||
5122 | "reference": "8007be78295f5a3f174f7e18421a9f6604067edf" |
||
5123 | }, |
||
5124 | "dist": { |
||
5125 | "type": "zip", |
||
5126 | "url": "https://api.github.com/repos/TheFrozenFire/PHP-Swagger-Parser/zipball/8007be78295f5a3f174f7e18421a9f6604067edf", |
||
5127 | "reference": "8007be78295f5a3f174f7e18421a9f6604067edf", |
||
5128 | "shasum": "" |
||
5129 | }, |
||
5130 | "require-dev": { |
||
5131 | "phpunit/phpunit": "~3.7.22", |
||
5132 | "satooshi/php-coveralls": "~0.6" |
||
5133 | }, |
||
5134 | "type": "library", |
||
5135 | "autoload": { |
||
5136 | "psr-0": { |
||
5137 | "Swagger": "src/" |
||
5138 | }, |
||
5139 | "classmap": [ |
||
5140 | "tests/" |
||
5141 | ] |
||
5142 | }, |
||
5143 | "notification-url": "https://packagist.org/downloads/", |
||
5144 | "authors": [ |
||
5145 | { |
||
5146 | "name": "Justin Martin", |
||
5147 | "email": "[email protected]" |
||
5148 | } |
||
5149 | ], |
||
5150 | "description": "Swagger parser for PHP", |
||
5151 | "time": "2015-09-23 22:52:23" |
||
5152 | }, |
||
5153 | { |
||
5154 | "name": "twig/extensions", |
||
5155 | "version": "v1.3.0", |
||
5156 | "source": { |
||
5157 | "type": "git", |
||
5158 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
5159 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" |
||
5160 | }, |
||
5161 | "dist": { |
||
5162 | "type": "zip", |
||
5163 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", |
||
5164 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", |
||
5165 | "shasum": "" |
||
5166 | }, |
||
5167 | "require": { |
||
5168 | "twig/twig": "~1.20|~2.0" |
||
5169 | }, |
||
5170 | "require-dev": { |
||
5171 | "symfony/translation": "~2.3" |
||
5172 | }, |
||
5173 | "suggest": { |
||
5174 | "symfony/translation": "Allow the time_diff output to be translated" |
||
5175 | }, |
||
5176 | "type": "library", |
||
5177 | "extra": { |
||
5178 | "branch-alias": { |
||
5179 | "dev-master": "1.3-dev" |
||
5180 | } |
||
5181 | }, |
||
5182 | "autoload": { |
||
5183 | "psr-0": { |
||
5184 | "Twig_Extensions_": "lib/" |
||
5185 | } |
||
5186 | }, |
||
5187 | "notification-url": "https://packagist.org/downloads/", |
||
5188 | "license": [ |
||
5189 | "MIT" |
||
5190 | ], |
||
5191 | "authors": [ |
||
5192 | { |
||
5193 | "name": "Fabien Potencier", |
||
5194 | "email": "[email protected]" |
||
5195 | } |
||
5196 | ], |
||
5197 | "description": "Common additional features for Twig that do not directly belong in core", |
||
5198 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
5199 | "keywords": [ |
||
5200 | "i18n", |
||
5201 | "text" |
||
5202 | ], |
||
5203 | "time": "2015-08-22 16:38:35" |
||
5204 | }, |
||
5205 | { |
||
5206 | "name": "twig/twig", |
||
5207 | "version": "v1.24.1", |
||
5208 | "source": { |
||
5209 | "type": "git", |
||
5210 | "url": "https://github.com/twigphp/Twig.git", |
||
5211 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" |
||
5212 | }, |
||
5213 | "dist": { |
||
5214 | "type": "zip", |
||
5215 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
5216 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
5217 | "shasum": "" |
||
5218 | }, |
||
5219 | "require": { |
||
5220 | "php": ">=5.2.7" |
||
5221 | }, |
||
5222 | "require-dev": { |
||
5223 | "symfony/debug": "~2.7", |
||
5224 | "symfony/phpunit-bridge": "~2.7" |
||
5225 | }, |
||
5226 | "type": "library", |
||
5227 | "extra": { |
||
5228 | "branch-alias": { |
||
5229 | "dev-master": "1.24-dev" |
||
5230 | } |
||
5231 | }, |
||
5232 | "autoload": { |
||
5233 | "psr-0": { |
||
5234 | "Twig_": "lib/" |
||
5235 | } |
||
5236 | }, |
||
5237 | "notification-url": "https://packagist.org/downloads/", |
||
5238 | "license": [ |
||
5239 | "BSD-3-Clause" |
||
5240 | ], |
||
5241 | "authors": [ |
||
5242 | { |
||
5243 | "name": "Fabien Potencier", |
||
5244 | "email": "[email protected]", |
||
5245 | "homepage": "http://fabien.potencier.org", |
||
5246 | "role": "Lead Developer" |
||
5247 | }, |
||
5248 | { |
||
5249 | "name": "Armin Ronacher", |
||
5250 | "email": "[email protected]", |
||
5251 | "role": "Project Founder" |
||
5252 | }, |
||
5253 | { |
||
5254 | "name": "Twig Team", |
||
5255 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
5256 | "role": "Contributors" |
||
5257 | } |
||
5258 | ], |
||
5259 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
5260 | "homepage": "http://twig.sensiolabs.org", |
||
5261 | "keywords": [ |
||
5262 | "templating" |
||
5263 | ], |
||
5264 | "time": "2016-05-30 09:11:59" |
||
5265 | }, |
||
5266 | { |
||
5267 | "name": "xiag/rql-parser", |
||
5268 | "version": "v1.0.2", |
||
5269 | "source": { |
||
5270 | "type": "git", |
||
5271 | "url": "https://github.com/xiag-ag/rql-parser.git", |
||
5272 | "reference": "82eb4155983775b6afec48a9c32f6bc8332161a6" |
||
5273 | }, |
||
5274 | "dist": { |
||
5275 | "type": "zip", |
||
5276 | "url": "https://api.github.com/repos/xiag-ag/rql-parser/zipball/82eb4155983775b6afec48a9c32f6bc8332161a6", |
||
5277 | "reference": "82eb4155983775b6afec48a9c32f6bc8332161a6", |
||
5278 | "shasum": "" |
||
5279 | }, |
||
5280 | "require": { |
||
5281 | "php": ">=5.4" |
||
5282 | }, |
||
5283 | "require-dev": { |
||
5284 | "phpunit/phpunit": "*" |
||
5285 | }, |
||
5286 | "suggest": { |
||
5287 | "xiag/rql-command": "Console commands to visualize your RQL code" |
||
5288 | }, |
||
5289 | "type": "library", |
||
5290 | "autoload": { |
||
5291 | "psr-4": { |
||
5292 | "Xiag\\Rql\\Parser\\": "src/" |
||
5293 | } |
||
5294 | }, |
||
5295 | "notification-url": "https://packagist.org/downloads/", |
||
5296 | "license": [ |
||
5297 | "GPL-2.0" |
||
5298 | ], |
||
5299 | "keywords": [ |
||
5300 | "language", |
||
5301 | "parser", |
||
5302 | "query", |
||
5303 | "resource", |
||
5304 | "rest", |
||
5305 | "rql" |
||
5306 | ], |
||
5307 | "time": "2016-07-03 08:43:00" |
||
5308 | }, |
||
5309 | { |
||
5310 | "name": "zendframework/zend-diactoros", |
||
5311 | "version": "1.3.5", |
||
5312 | "source": { |
||
5313 | "type": "git", |
||
5314 | "url": "https://github.com/zendframework/zend-diactoros.git", |
||
5315 | "reference": "b1d59735b672865dbeb930805029c24f226e3e77" |
||
5316 | }, |
||
5317 | "dist": { |
||
5318 | "type": "zip", |
||
5319 | "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b1d59735b672865dbeb930805029c24f226e3e77", |
||
5320 | "reference": "b1d59735b672865dbeb930805029c24f226e3e77", |
||
5321 | "shasum": "" |
||
5322 | }, |
||
5323 | "require": { |
||
5324 | "php": "^5.4 || ^7.0", |
||
5325 | "psr/http-message": "~1.0" |
||
5326 | }, |
||
5327 | "provide": { |
||
5328 | "psr/http-message-implementation": "~1.0.0" |
||
5329 | }, |
||
5330 | "require-dev": { |
||
5331 | "phpunit/phpunit": "~4.6", |
||
5332 | "squizlabs/php_codesniffer": "^2.3.1" |
||
5333 | }, |
||
5334 | "type": "library", |
||
5335 | "extra": { |
||
5336 | "branch-alias": { |
||
5337 | "dev-master": "1.3-dev", |
||
5338 | "dev-develop": "1.4-dev" |
||
5339 | } |
||
5340 | }, |
||
5341 | "autoload": { |
||
5342 | "psr-4": { |
||
5343 | "Zend\\Diactoros\\": "src/" |
||
5344 | } |
||
5345 | }, |
||
5346 | "notification-url": "https://packagist.org/downloads/", |
||
5347 | "license": [ |
||
5348 | "BSD-2-Clause" |
||
5349 | ], |
||
5350 | "description": "PSR HTTP Message implementations", |
||
5351 | "homepage": "https://github.com/zendframework/zend-diactoros", |
||
5352 | "keywords": [ |
||
5353 | "http", |
||
5354 | "psr", |
||
5355 | "psr-7" |
||
5356 | ], |
||
5357 | "time": "2016-03-17 18:02:05" |
||
5358 | } |
||
5359 | ], |
||
5360 | "packages-dev": [ |
||
5361 | { |
||
5362 | "name": "graviton/test-services-bundle", |
||
5363 | "version": "v0.20.0", |
||
5364 | "source": { |
||
5365 | "type": "git", |
||
5366 | "url": "https://github.com/libgraviton/GravitonTestServicesBundle.git", |
||
5367 | "reference": "13801b596d97f1bfa6f9f5f2db716414345faf5c" |
||
5368 | }, |
||
5369 | "dist": { |
||
5370 | "type": "zip", |
||
5371 | "url": "https://api.github.com/repos/libgraviton/GravitonTestServicesBundle/zipball/13801b596d97f1bfa6f9f5f2db716414345faf5c", |
||
5372 | "reference": "13801b596d97f1bfa6f9f5f2db716414345faf5c", |
||
5373 | "shasum": "" |
||
5374 | }, |
||
5375 | "type": "library", |
||
5376 | "autoload": { |
||
5377 | "psr-4": { |
||
5378 | "Graviton\\TestServicesBundle\\": "src/" |
||
5379 | } |
||
5380 | }, |
||
5381 | "license": [ |
||
5382 | "GPL" |
||
5383 | ], |
||
5384 | "authors": [ |
||
5385 | { |
||
5386 | "name": "Lucas Bickel", |
||
5387 | "email": "[email protected]" |
||
5388 | } |
||
5389 | ], |
||
5390 | "description": "Graviton service bundle containing some service definitions useful for testing.", |
||
5391 | "support": { |
||
5392 | "source": "https://github.com/libgraviton/GravitonTestServicesBundle/tree/v0.20.0", |
||
5393 | "issues": "https://github.com/libgraviton/GravitonTestServicesBundle/issues" |
||
5394 | }, |
||
5395 | "time": "2016-07-06 11:43:17" |
||
5396 | }, |
||
5397 | { |
||
5398 | "name": "johnkary/phpunit-speedtrap", |
||
5399 | "version": "v1.0.1", |
||
5400 | "source": { |
||
5401 | "type": "git", |
||
5402 | "url": "https://github.com/johnkary/phpunit-speedtrap.git", |
||
5403 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326" |
||
5404 | }, |
||
5405 | "dist": { |
||
5406 | "type": "zip", |
||
5407 | "url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326", |
||
5408 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326", |
||
5409 | "shasum": "" |
||
5410 | }, |
||
5411 | "require": { |
||
5412 | "php": ">=5.3.0" |
||
5413 | }, |
||
5414 | "require-dev": { |
||
5415 | "phpunit/phpunit": "3.7.*|~4.0" |
||
5416 | }, |
||
5417 | "type": "library", |
||
5418 | "extra": { |
||
5419 | "branch-alias": { |
||
5420 | "dev-master": "1.0-dev" |
||
5421 | } |
||
5422 | }, |
||
5423 | "autoload": { |
||
5424 | "psr-0": { |
||
5425 | "JohnKary": "src/" |
||
5426 | } |
||
5427 | }, |
||
5428 | "notification-url": "https://packagist.org/downloads/", |
||
5429 | "license": [ |
||
5430 | "MIT" |
||
5431 | ], |
||
5432 | "authors": [ |
||
5433 | { |
||
5434 | "name": "John Kary", |
||
5435 | "email": "[email protected]" |
||
5436 | } |
||
5437 | ], |
||
5438 | "description": "Find slow tests in your PHPUnit test suite", |
||
5439 | "homepage": "https://github.com/johnkary/phpunit-speedtrap", |
||
5440 | "keywords": [ |
||
5441 | "phpunit", |
||
5442 | "profile", |
||
5443 | "slow" |
||
5444 | ], |
||
5445 | "time": "2015-09-13 19:01:00" |
||
5446 | }, |
||
5447 | { |
||
5448 | "name": "lapistano/proxy-object", |
||
5449 | "version": "dev-master", |
||
5450 | "source": { |
||
5451 | "type": "git", |
||
5452 | "url": "https://github.com/lapistano/proxy-object.git", |
||
5453 | "reference": "d7184a479f502d5a0f96d0bae73566dbb498da8f" |
||
5454 | }, |
||
5455 | "dist": { |
||
5456 | "type": "zip", |
||
5457 | "url": "https://api.github.com/repos/lapistano/proxy-object/zipball/d7184a479f502d5a0f96d0bae73566dbb498da8f", |
||
5458 | "reference": "d7184a479f502d5a0f96d0bae73566dbb498da8f", |
||
5459 | "shasum": "" |
||
5460 | }, |
||
5461 | "require": { |
||
5462 | "php": ">=5.3.2" |
||
5463 | }, |
||
5464 | "require-dev": { |
||
5465 | "phpunit/phpunit": "@stable" |
||
5466 | }, |
||
5467 | "type": "library", |
||
5468 | "autoload": { |
||
5469 | "psr-0": { |
||
5470 | "lapistano\\ProxyObject": "src/" |
||
5471 | } |
||
5472 | }, |
||
5473 | "notification-url": "https://packagist.org/downloads/", |
||
5474 | "license": [ |
||
5475 | "Apache 2.0" |
||
5476 | ], |
||
5477 | "authors": [ |
||
5478 | { |
||
5479 | "name": "Bastian Feder", |
||
5480 | "email": "[email protected]", |
||
5481 | "homepage": "http://blog.bastian-feder.de" |
||
5482 | } |
||
5483 | ], |
||
5484 | "description": "A library that makes it much easier to generate a proxy of your system under test (SUT)", |
||
5485 | "homepage": "http://www.github.com/lapistano/proxy-object", |
||
5486 | "keywords": [ |
||
5487 | "phpunit", |
||
5488 | "proxy-object", |
||
5489 | "testing" |
||
5490 | ], |
||
5491 | "time": "2015-06-24 09:27:33" |
||
5492 | }, |
||
5493 | { |
||
5494 | "name": "libgraviton/codesniffer", |
||
5495 | "version": "v1.3.0", |
||
5496 | "target-dir": "CodeSniffer/Standards/ENTB", |
||
5497 | "source": { |
||
5498 | "type": "git", |
||
5499 | "url": "https://github.com/libgraviton/codesniffer-ruleset-entb.git", |
||
5500 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8" |
||
5501 | }, |
||
5502 | "dist": { |
||
5503 | "type": "zip", |
||
5504 | "url": "https://api.github.com/repos/libgraviton/codesniffer-ruleset-entb/zipball/6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
5505 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
5506 | "shasum": "" |
||
5507 | }, |
||
5508 | "type": "phpcs-standard", |
||
5509 | "notification-url": "https://packagist.org/downloads/", |
||
5510 | "license": [ |
||
5511 | "BSD-3-Clause", |
||
5512 | "GPL-3.0+" |
||
5513 | ], |
||
5514 | "keywords": [ |
||
5515 | "codesniffer", |
||
5516 | "libgraviton" |
||
5517 | ], |
||
5518 | "time": "2015-02-23 21:52:18" |
||
5519 | }, |
||
5520 | { |
||
5521 | "name": "liip/functional-test-bundle", |
||
5522 | "version": "1.6.3", |
||
5523 | "source": { |
||
5524 | "type": "git", |
||
5525 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
5526 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e" |
||
5527 | }, |
||
5528 | "dist": { |
||
5529 | "type": "zip", |
||
5530 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
5531 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
5532 | "shasum": "" |
||
5533 | }, |
||
5534 | "require": { |
||
5535 | "doctrine/common": "~2.0", |
||
5536 | "php": "^5.3.9|^7.0", |
||
5537 | "symfony/browser-kit": "~2.3|~3.0", |
||
5538 | "symfony/framework-bundle": "2.3.*|~2.7|~3.0" |
||
5539 | }, |
||
5540 | "require-dev": { |
||
5541 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
5542 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
5543 | "doctrine/orm": "^2.4.8", |
||
5544 | "doctrine/phpcr-bundle": "~1.3", |
||
5545 | "doctrine/phpcr-odm": "~1.3", |
||
5546 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
5547 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
5548 | "nelmio/alice": "~1.7|~2.0", |
||
5549 | "phpunit/phpunit": "4.8.*|~5.2", |
||
5550 | "symfony/assetic-bundle": "~2.3", |
||
5551 | "symfony/monolog-bundle": "~2.4", |
||
5552 | "symfony/symfony": "~2.3.1|~2.7|~3.0", |
||
5553 | "twig/twig": "~1.12" |
||
5554 | }, |
||
5555 | "suggest": { |
||
5556 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
5557 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
5558 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
5559 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
5560 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
5561 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
5562 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
5563 | }, |
||
5564 | "type": "symfony-bundle", |
||
5565 | "extra": { |
||
5566 | "branch-alias": { |
||
5567 | "dev-master": "1.6.x-dev" |
||
5568 | } |
||
5569 | }, |
||
5570 | "autoload": { |
||
5571 | "psr-4": { |
||
5572 | "Liip\\FunctionalTestBundle\\": "" |
||
5573 | } |
||
5574 | }, |
||
5575 | "notification-url": "https://packagist.org/downloads/", |
||
5576 | "license": [ |
||
5577 | "MIT" |
||
5578 | ], |
||
5579 | "authors": [ |
||
5580 | { |
||
5581 | "name": "Liip AG", |
||
5582 | "homepage": "http://www.liip.ch/" |
||
5583 | }, |
||
5584 | { |
||
5585 | "name": "Community contributions", |
||
5586 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
5587 | } |
||
5588 | ], |
||
5589 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
5590 | "keywords": [ |
||
5591 | "Symfony2" |
||
5592 | ], |
||
5593 | "time": "2016-05-10 22:04:27" |
||
5594 | }, |
||
5595 | { |
||
5596 | "name": "myclabs/deep-copy", |
||
5597 | "version": "1.5.1", |
||
5598 | "source": { |
||
5599 | "type": "git", |
||
5600 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
5601 | "reference": "a8773992b362b58498eed24bf85005f363c34771" |
||
5602 | }, |
||
5603 | "dist": { |
||
5604 | "type": "zip", |
||
5605 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771", |
||
5606 | "reference": "a8773992b362b58498eed24bf85005f363c34771", |
||
5607 | "shasum": "" |
||
5608 | }, |
||
5609 | "require": { |
||
5610 | "php": ">=5.4.0" |
||
5611 | }, |
||
5612 | "require-dev": { |
||
5613 | "doctrine/collections": "1.*", |
||
5614 | "phpunit/phpunit": "~4.1" |
||
5615 | }, |
||
5616 | "type": "library", |
||
5617 | "autoload": { |
||
5618 | "psr-4": { |
||
5619 | "DeepCopy\\": "src/DeepCopy/" |
||
5620 | } |
||
5621 | }, |
||
5622 | "notification-url": "https://packagist.org/downloads/", |
||
5623 | "license": [ |
||
5624 | "MIT" |
||
5625 | ], |
||
5626 | "description": "Create deep copies (clones) of your objects", |
||
5627 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
5628 | "keywords": [ |
||
5629 | "clone", |
||
5630 | "copy", |
||
5631 | "duplicate", |
||
5632 | "object", |
||
5633 | "object graph" |
||
5634 | ], |
||
5635 | "time": "2015-11-20 12:04:31" |
||
5636 | }, |
||
5637 | { |
||
5638 | "name": "phpdocumentor/reflection-common", |
||
5639 | "version": "1.0", |
||
5640 | "source": { |
||
5641 | "type": "git", |
||
5642 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
5643 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
5644 | }, |
||
5645 | "dist": { |
||
5646 | "type": "zip", |
||
5647 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
5648 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
5649 | "shasum": "" |
||
5650 | }, |
||
5651 | "require": { |
||
5652 | "php": ">=5.5" |
||
5653 | }, |
||
5654 | "require-dev": { |
||
5655 | "phpunit/phpunit": "^4.6" |
||
5656 | }, |
||
5657 | "type": "library", |
||
5658 | "extra": { |
||
5659 | "branch-alias": { |
||
5660 | "dev-master": "1.0.x-dev" |
||
5661 | } |
||
5662 | }, |
||
5663 | "autoload": { |
||
5664 | "psr-4": { |
||
5665 | "phpDocumentor\\Reflection\\": [ |
||
5666 | "src" |
||
5667 | ] |
||
5668 | } |
||
5669 | }, |
||
5670 | "notification-url": "https://packagist.org/downloads/", |
||
5671 | "license": [ |
||
5672 | "MIT" |
||
5673 | ], |
||
5674 | "authors": [ |
||
5675 | { |
||
5676 | "name": "Jaap van Otterdijk", |
||
5677 | "email": "[email protected]" |
||
5678 | } |
||
5679 | ], |
||
5680 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
5681 | "homepage": "http://www.phpdoc.org", |
||
5682 | "keywords": [ |
||
5683 | "FQSEN", |
||
5684 | "phpDocumentor", |
||
5685 | "phpdoc", |
||
5686 | "reflection", |
||
5687 | "static analysis" |
||
5688 | ], |
||
5689 | "time": "2015-12-27 11:43:31" |
||
5690 | }, |
||
5691 | { |
||
5692 | "name": "phpdocumentor/reflection-docblock", |
||
5693 | "version": "3.1.0", |
||
5694 | "source": { |
||
5695 | "type": "git", |
||
5696 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
5697 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
5698 | }, |
||
5699 | "dist": { |
||
5700 | "type": "zip", |
||
5701 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
5702 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
5703 | "shasum": "" |
||
5704 | }, |
||
5705 | "require": { |
||
5706 | "php": ">=5.5", |
||
5707 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
5708 | "phpdocumentor/type-resolver": "^0.2.0", |
||
5709 | "webmozart/assert": "^1.0" |
||
5710 | }, |
||
5711 | "require-dev": { |
||
5712 | "mockery/mockery": "^0.9.4", |
||
5713 | "phpunit/phpunit": "^4.4" |
||
5714 | }, |
||
5715 | "type": "library", |
||
5716 | "autoload": { |
||
5717 | "psr-4": { |
||
5718 | "phpDocumentor\\Reflection\\": [ |
||
5719 | "src/" |
||
5720 | ] |
||
5721 | } |
||
5722 | }, |
||
5723 | "notification-url": "https://packagist.org/downloads/", |
||
5724 | "license": [ |
||
5725 | "MIT" |
||
5726 | ], |
||
5727 | "authors": [ |
||
5728 | { |
||
5729 | "name": "Mike van Riel", |
||
5730 | "email": "[email protected]" |
||
5731 | } |
||
5732 | ], |
||
5733 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
5734 | "time": "2016-06-10 09:48:41" |
||
5735 | }, |
||
5736 | { |
||
5737 | "name": "phpdocumentor/type-resolver", |
||
5738 | "version": "0.2", |
||
5739 | "source": { |
||
5740 | "type": "git", |
||
5741 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
5742 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
5743 | }, |
||
5744 | "dist": { |
||
5745 | "type": "zip", |
||
5746 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
5747 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
5748 | "shasum": "" |
||
5749 | }, |
||
5750 | "require": { |
||
5751 | "php": ">=5.5", |
||
5752 | "phpdocumentor/reflection-common": "^1.0" |
||
5753 | }, |
||
5754 | "require-dev": { |
||
5755 | "mockery/mockery": "^0.9.4", |
||
5756 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
5757 | }, |
||
5758 | "type": "library", |
||
5759 | "extra": { |
||
5760 | "branch-alias": { |
||
5761 | "dev-master": "1.0.x-dev" |
||
5762 | } |
||
5763 | }, |
||
5764 | "autoload": { |
||
5765 | "psr-4": { |
||
5766 | "phpDocumentor\\Reflection\\": [ |
||
5767 | "src/" |
||
5768 | ] |
||
5769 | } |
||
5770 | }, |
||
5771 | "notification-url": "https://packagist.org/downloads/", |
||
5772 | "license": [ |
||
5773 | "MIT" |
||
5774 | ], |
||
5775 | "authors": [ |
||
5776 | { |
||
5777 | "name": "Mike van Riel", |
||
5778 | "email": "[email protected]" |
||
5779 | } |
||
5780 | ], |
||
5781 | "time": "2016-06-10 07:14:17" |
||
5782 | }, |
||
5783 | { |
||
5784 | "name": "phpspec/prophecy", |
||
5785 | "version": "v1.6.1", |
||
5786 | "source": { |
||
5787 | "type": "git", |
||
5788 | "url": "https://github.com/phpspec/prophecy.git", |
||
5789 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
5790 | }, |
||
5791 | "dist": { |
||
5792 | "type": "zip", |
||
5793 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
5794 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
5795 | "shasum": "" |
||
5796 | }, |
||
5797 | "require": { |
||
5798 | "doctrine/instantiator": "^1.0.2", |
||
5799 | "php": "^5.3|^7.0", |
||
5800 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
5801 | "sebastian/comparator": "^1.1", |
||
5802 | "sebastian/recursion-context": "^1.0" |
||
5803 | }, |
||
5804 | "require-dev": { |
||
5805 | "phpspec/phpspec": "^2.0" |
||
5806 | }, |
||
5807 | "type": "library", |
||
5808 | "extra": { |
||
5809 | "branch-alias": { |
||
5810 | "dev-master": "1.6.x-dev" |
||
5811 | } |
||
5812 | }, |
||
5813 | "autoload": { |
||
5814 | "psr-0": { |
||
5815 | "Prophecy\\": "src/" |
||
5816 | } |
||
5817 | }, |
||
5818 | "notification-url": "https://packagist.org/downloads/", |
||
5819 | "license": [ |
||
5820 | "MIT" |
||
5821 | ], |
||
5822 | "authors": [ |
||
5823 | { |
||
5824 | "name": "Konstantin Kudryashov", |
||
5825 | "email": "[email protected]", |
||
5826 | "homepage": "http://everzet.com" |
||
5827 | }, |
||
5828 | { |
||
5829 | "name": "Marcello Duarte", |
||
5830 | "email": "[email protected]" |
||
5831 | } |
||
5832 | ], |
||
5833 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
5834 | "homepage": "https://github.com/phpspec/prophecy", |
||
5835 | "keywords": [ |
||
5836 | "Double", |
||
5837 | "Dummy", |
||
5838 | "fake", |
||
5839 | "mock", |
||
5840 | "spy", |
||
5841 | "stub" |
||
5842 | ], |
||
5843 | "time": "2016-06-07 08:13:47" |
||
5844 | }, |
||
5845 | { |
||
5846 | "name": "phpunit/php-code-coverage", |
||
5847 | "version": "4.0.0", |
||
5848 | "source": { |
||
5849 | "type": "git", |
||
5850 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
5851 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9" |
||
5852 | }, |
||
5853 | "dist": { |
||
5854 | "type": "zip", |
||
5855 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
5856 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
5857 | "shasum": "" |
||
5858 | }, |
||
5859 | "require": { |
||
5860 | "php": "^5.6 || ^7.0", |
||
5861 | "phpunit/php-file-iterator": "~1.3", |
||
5862 | "phpunit/php-text-template": "~1.2", |
||
5863 | "phpunit/php-token-stream": "^1.4.2", |
||
5864 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
5865 | "sebastian/environment": "^1.3.2", |
||
5866 | "sebastian/version": "~1.0|~2.0" |
||
5867 | }, |
||
5868 | "require-dev": { |
||
5869 | "ext-xdebug": ">=2.1.4", |
||
5870 | "phpunit/phpunit": "^5.4" |
||
5871 | }, |
||
5872 | "suggest": { |
||
5873 | "ext-dom": "*", |
||
5874 | "ext-xdebug": ">=2.4.0", |
||
5875 | "ext-xmlwriter": "*" |
||
5876 | }, |
||
5877 | "type": "library", |
||
5878 | "extra": { |
||
5879 | "branch-alias": { |
||
5880 | "dev-master": "4.0.x-dev" |
||
5881 | } |
||
5882 | }, |
||
5883 | "autoload": { |
||
5884 | "classmap": [ |
||
5885 | "src/" |
||
5886 | ] |
||
5887 | }, |
||
5888 | "notification-url": "https://packagist.org/downloads/", |
||
5889 | "license": [ |
||
5890 | "BSD-3-Clause" |
||
5891 | ], |
||
5892 | "authors": [ |
||
5893 | { |
||
5894 | "name": "Sebastian Bergmann", |
||
5895 | "email": "[email protected]", |
||
5896 | "role": "lead" |
||
5897 | } |
||
5898 | ], |
||
5899 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
5900 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
5901 | "keywords": [ |
||
5902 | "coverage", |
||
5903 | "testing", |
||
5904 | "xunit" |
||
5905 | ], |
||
5906 | "time": "2016-06-03 05:03:56" |
||
5907 | }, |
||
5908 | { |
||
5909 | "name": "phpunit/php-file-iterator", |
||
5910 | "version": "1.4.1", |
||
5911 | "source": { |
||
5912 | "type": "git", |
||
5913 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
5914 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
5915 | }, |
||
5916 | "dist": { |
||
5917 | "type": "zip", |
||
5918 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
5919 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
5920 | "shasum": "" |
||
5921 | }, |
||
5922 | "require": { |
||
5923 | "php": ">=5.3.3" |
||
5924 | }, |
||
5925 | "type": "library", |
||
5926 | "extra": { |
||
5927 | "branch-alias": { |
||
5928 | "dev-master": "1.4.x-dev" |
||
5929 | } |
||
5930 | }, |
||
5931 | "autoload": { |
||
5932 | "classmap": [ |
||
5933 | "src/" |
||
5934 | ] |
||
5935 | }, |
||
5936 | "notification-url": "https://packagist.org/downloads/", |
||
5937 | "license": [ |
||
5938 | "BSD-3-Clause" |
||
5939 | ], |
||
5940 | "authors": [ |
||
5941 | { |
||
5942 | "name": "Sebastian Bergmann", |
||
5943 | "email": "[email protected]", |
||
5944 | "role": "lead" |
||
5945 | } |
||
5946 | ], |
||
5947 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
5948 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
5949 | "keywords": [ |
||
5950 | "filesystem", |
||
5951 | "iterator" |
||
5952 | ], |
||
5953 | "time": "2015-06-21 13:08:43" |
||
5954 | }, |
||
5955 | { |
||
5956 | "name": "phpunit/php-text-template", |
||
5957 | "version": "1.2.1", |
||
5958 | "source": { |
||
5959 | "type": "git", |
||
5960 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
5961 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
5962 | }, |
||
5963 | "dist": { |
||
5964 | "type": "zip", |
||
5965 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
5966 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
5967 | "shasum": "" |
||
5968 | }, |
||
5969 | "require": { |
||
5970 | "php": ">=5.3.3" |
||
5971 | }, |
||
5972 | "type": "library", |
||
5973 | "autoload": { |
||
5974 | "classmap": [ |
||
5975 | "src/" |
||
5976 | ] |
||
5977 | }, |
||
5978 | "notification-url": "https://packagist.org/downloads/", |
||
5979 | "license": [ |
||
5980 | "BSD-3-Clause" |
||
5981 | ], |
||
5982 | "authors": [ |
||
5983 | { |
||
5984 | "name": "Sebastian Bergmann", |
||
5985 | "email": "[email protected]", |
||
5986 | "role": "lead" |
||
5987 | } |
||
5988 | ], |
||
5989 | "description": "Simple template engine.", |
||
5990 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
5991 | "keywords": [ |
||
5992 | "template" |
||
5993 | ], |
||
5994 | "time": "2015-06-21 13:50:34" |
||
5995 | }, |
||
5996 | { |
||
5997 | "name": "phpunit/php-timer", |
||
5998 | "version": "1.0.8", |
||
5999 | "source": { |
||
6000 | "type": "git", |
||
6001 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
6002 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
6003 | }, |
||
6004 | "dist": { |
||
6005 | "type": "zip", |
||
6006 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
6007 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
6008 | "shasum": "" |
||
6009 | }, |
||
6010 | "require": { |
||
6011 | "php": ">=5.3.3" |
||
6012 | }, |
||
6013 | "require-dev": { |
||
6014 | "phpunit/phpunit": "~4|~5" |
||
6015 | }, |
||
6016 | "type": "library", |
||
6017 | "autoload": { |
||
6018 | "classmap": [ |
||
6019 | "src/" |
||
6020 | ] |
||
6021 | }, |
||
6022 | "notification-url": "https://packagist.org/downloads/", |
||
6023 | "license": [ |
||
6024 | "BSD-3-Clause" |
||
6025 | ], |
||
6026 | "authors": [ |
||
6027 | { |
||
6028 | "name": "Sebastian Bergmann", |
||
6029 | "email": "[email protected]", |
||
6030 | "role": "lead" |
||
6031 | } |
||
6032 | ], |
||
6033 | "description": "Utility class for timing", |
||
6034 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
6035 | "keywords": [ |
||
6036 | "timer" |
||
6037 | ], |
||
6038 | "time": "2016-05-12 18:03:57" |
||
6039 | }, |
||
6040 | { |
||
6041 | "name": "phpunit/php-token-stream", |
||
6042 | "version": "1.4.8", |
||
6043 | "source": { |
||
6044 | "type": "git", |
||
6045 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
6046 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
6047 | }, |
||
6048 | "dist": { |
||
6049 | "type": "zip", |
||
6050 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
6051 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
6052 | "shasum": "" |
||
6053 | }, |
||
6054 | "require": { |
||
6055 | "ext-tokenizer": "*", |
||
6056 | "php": ">=5.3.3" |
||
6057 | }, |
||
6058 | "require-dev": { |
||
6059 | "phpunit/phpunit": "~4.2" |
||
6060 | }, |
||
6061 | "type": "library", |
||
6062 | "extra": { |
||
6063 | "branch-alias": { |
||
6064 | "dev-master": "1.4-dev" |
||
6065 | } |
||
6066 | }, |
||
6067 | "autoload": { |
||
6068 | "classmap": [ |
||
6069 | "src/" |
||
6070 | ] |
||
6071 | }, |
||
6072 | "notification-url": "https://packagist.org/downloads/", |
||
6073 | "license": [ |
||
6074 | "BSD-3-Clause" |
||
6075 | ], |
||
6076 | "authors": [ |
||
6077 | { |
||
6078 | "name": "Sebastian Bergmann", |
||
6079 | "email": "[email protected]" |
||
6080 | } |
||
6081 | ], |
||
6082 | "description": "Wrapper around PHP's tokenizer extension.", |
||
6083 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
6084 | "keywords": [ |
||
6085 | "tokenizer" |
||
6086 | ], |
||
6087 | "time": "2015-09-15 10:49:45" |
||
6088 | }, |
||
6089 | { |
||
6090 | "name": "phpunit/phpunit", |
||
6091 | "version": "5.4.5", |
||
6092 | "source": { |
||
6093 | "type": "git", |
||
6094 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
6095 | "reference": "744a50838ef373be00fb658ce9544905cf587c17" |
||
6096 | }, |
||
6097 | "dist": { |
||
6098 | "type": "zip", |
||
6099 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/744a50838ef373be00fb658ce9544905cf587c17", |
||
6100 | "reference": "744a50838ef373be00fb658ce9544905cf587c17", |
||
6101 | "shasum": "" |
||
6102 | }, |
||
6103 | "require": { |
||
6104 | "ext-dom": "*", |
||
6105 | "ext-json": "*", |
||
6106 | "ext-pcre": "*", |
||
6107 | "ext-reflection": "*", |
||
6108 | "ext-spl": "*", |
||
6109 | "myclabs/deep-copy": "~1.3", |
||
6110 | "php": "^5.6 || ^7.0", |
||
6111 | "phpspec/prophecy": "^1.3.1", |
||
6112 | "phpunit/php-code-coverage": "^4.0", |
||
6113 | "phpunit/php-file-iterator": "~1.4", |
||
6114 | "phpunit/php-text-template": "~1.2", |
||
6115 | "phpunit/php-timer": "^1.0.6", |
||
6116 | "phpunit/phpunit-mock-objects": "^3.2", |
||
6117 | "sebastian/comparator": "~1.1", |
||
6118 | "sebastian/diff": "~1.2", |
||
6119 | "sebastian/environment": "^1.3 || ^2.0", |
||
6120 | "sebastian/exporter": "~1.2", |
||
6121 | "sebastian/global-state": "~1.0", |
||
6122 | "sebastian/object-enumerator": "~1.0", |
||
6123 | "sebastian/resource-operations": "~1.0", |
||
6124 | "sebastian/version": "~1.0|~2.0", |
||
6125 | "symfony/yaml": "~2.1|~3.0" |
||
6126 | }, |
||
6127 | "conflict": { |
||
6128 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
6129 | }, |
||
6130 | "suggest": { |
||
6131 | "phpunit/php-invoker": "~1.1" |
||
6132 | }, |
||
6133 | "bin": [ |
||
6134 | "phpunit" |
||
6135 | ], |
||
6136 | "type": "library", |
||
6137 | "extra": { |
||
6138 | "branch-alias": { |
||
6139 | "dev-master": "5.4.x-dev" |
||
6140 | } |
||
6141 | }, |
||
6142 | "autoload": { |
||
6143 | "classmap": [ |
||
6144 | "src/" |
||
6145 | ] |
||
6146 | }, |
||
6147 | "notification-url": "https://packagist.org/downloads/", |
||
6148 | "license": [ |
||
6149 | "BSD-3-Clause" |
||
6150 | ], |
||
6151 | "authors": [ |
||
6152 | { |
||
6153 | "name": "Sebastian Bergmann", |
||
6154 | "email": "[email protected]", |
||
6155 | "role": "lead" |
||
6156 | } |
||
6157 | ], |
||
6158 | "description": "The PHP Unit Testing framework.", |
||
6159 | "homepage": "https://phpunit.de/", |
||
6160 | "keywords": [ |
||
6161 | "phpunit", |
||
6162 | "testing", |
||
6163 | "xunit" |
||
6164 | ], |
||
6165 | "time": "2016-06-15 07:20:05" |
||
6166 | }, |
||
6167 | { |
||
6168 | "name": "phpunit/phpunit-mock-objects", |
||
6169 | "version": "3.2.3", |
||
6170 | "source": { |
||
6171 | "type": "git", |
||
6172 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
6173 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52" |
||
6174 | }, |
||
6175 | "dist": { |
||
6176 | "type": "zip", |
||
6177 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52", |
||
6178 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52", |
||
6179 | "shasum": "" |
||
6180 | }, |
||
6181 | "require": { |
||
6182 | "doctrine/instantiator": "^1.0.2", |
||
6183 | "php": "^5.6 || ^7.0", |
||
6184 | "phpunit/php-text-template": "^1.2", |
||
6185 | "sebastian/exporter": "^1.2" |
||
6186 | }, |
||
6187 | "conflict": { |
||
6188 | "phpunit/phpunit": "<5.4.0" |
||
6189 | }, |
||
6190 | "require-dev": { |
||
6191 | "phpunit/phpunit": "^5.4" |
||
6192 | }, |
||
6193 | "suggest": { |
||
6194 | "ext-soap": "*" |
||
6195 | }, |
||
6196 | "type": "library", |
||
6197 | "extra": { |
||
6198 | "branch-alias": { |
||
6199 | "dev-master": "3.2.x-dev" |
||
6200 | } |
||
6201 | }, |
||
6202 | "autoload": { |
||
6203 | "classmap": [ |
||
6204 | "src/" |
||
6205 | ] |
||
6206 | }, |
||
6207 | "notification-url": "https://packagist.org/downloads/", |
||
6208 | "license": [ |
||
6209 | "BSD-3-Clause" |
||
6210 | ], |
||
6211 | "authors": [ |
||
6212 | { |
||
6213 | "name": "Sebastian Bergmann", |
||
6214 | "email": "[email protected]", |
||
6215 | "role": "lead" |
||
6216 | } |
||
6217 | ], |
||
6218 | "description": "Mock Object library for PHPUnit", |
||
6219 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
6220 | "keywords": [ |
||
6221 | "mock", |
||
6222 | "xunit" |
||
6223 | ], |
||
6224 | "time": "2016-06-12 07:37:26" |
||
6225 | }, |
||
6226 | { |
||
6227 | "name": "sebastian/code-unit-reverse-lookup", |
||
6228 | "version": "1.0.0", |
||
6229 | "source": { |
||
6230 | "type": "git", |
||
6231 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
6232 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
6233 | }, |
||
6234 | "dist": { |
||
6235 | "type": "zip", |
||
6236 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
6237 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
6238 | "shasum": "" |
||
6239 | }, |
||
6240 | "require": { |
||
6241 | "php": ">=5.6" |
||
6242 | }, |
||
6243 | "require-dev": { |
||
6244 | "phpunit/phpunit": "~5" |
||
6245 | }, |
||
6246 | "type": "library", |
||
6247 | "extra": { |
||
6248 | "branch-alias": { |
||
6249 | "dev-master": "1.0.x-dev" |
||
6250 | } |
||
6251 | }, |
||
6252 | "autoload": { |
||
6253 | "classmap": [ |
||
6254 | "src/" |
||
6255 | ] |
||
6256 | }, |
||
6257 | "notification-url": "https://packagist.org/downloads/", |
||
6258 | "license": [ |
||
6259 | "BSD-3-Clause" |
||
6260 | ], |
||
6261 | "authors": [ |
||
6262 | { |
||
6263 | "name": "Sebastian Bergmann", |
||
6264 | "email": "[email protected]" |
||
6265 | } |
||
6266 | ], |
||
6267 | "description": "Looks up which function or method a line of code belongs to", |
||
6268 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
6269 | "time": "2016-02-13 06:45:14" |
||
6270 | }, |
||
6271 | { |
||
6272 | "name": "sebastian/comparator", |
||
6273 | "version": "1.2.0", |
||
6274 | "source": { |
||
6275 | "type": "git", |
||
6276 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
6277 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
6278 | }, |
||
6279 | "dist": { |
||
6280 | "type": "zip", |
||
6281 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
6282 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
6283 | "shasum": "" |
||
6284 | }, |
||
6285 | "require": { |
||
6286 | "php": ">=5.3.3", |
||
6287 | "sebastian/diff": "~1.2", |
||
6288 | "sebastian/exporter": "~1.2" |
||
6289 | }, |
||
6290 | "require-dev": { |
||
6291 | "phpunit/phpunit": "~4.4" |
||
6292 | }, |
||
6293 | "type": "library", |
||
6294 | "extra": { |
||
6295 | "branch-alias": { |
||
6296 | "dev-master": "1.2.x-dev" |
||
6297 | } |
||
6298 | }, |
||
6299 | "autoload": { |
||
6300 | "classmap": [ |
||
6301 | "src/" |
||
6302 | ] |
||
6303 | }, |
||
6304 | "notification-url": "https://packagist.org/downloads/", |
||
6305 | "license": [ |
||
6306 | "BSD-3-Clause" |
||
6307 | ], |
||
6308 | "authors": [ |
||
6309 | { |
||
6310 | "name": "Jeff Welch", |
||
6311 | "email": "[email protected]" |
||
6312 | }, |
||
6313 | { |
||
6314 | "name": "Volker Dusch", |
||
6315 | "email": "[email protected]" |
||
6316 | }, |
||
6317 | { |
||
6318 | "name": "Bernhard Schussek", |
||
6319 | "email": "[email protected]" |
||
6320 | }, |
||
6321 | { |
||
6322 | "name": "Sebastian Bergmann", |
||
6323 | "email": "[email protected]" |
||
6324 | } |
||
6325 | ], |
||
6326 | "description": "Provides the functionality to compare PHP values for equality", |
||
6327 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
6328 | "keywords": [ |
||
6329 | "comparator", |
||
6330 | "compare", |
||
6331 | "equality" |
||
6332 | ], |
||
6333 | "time": "2015-07-26 15:48:44" |
||
6334 | }, |
||
6335 | { |
||
6336 | "name": "sebastian/diff", |
||
6337 | "version": "1.4.1", |
||
6338 | "source": { |
||
6339 | "type": "git", |
||
6340 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
6341 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
6342 | }, |
||
6343 | "dist": { |
||
6344 | "type": "zip", |
||
6345 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
6346 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
6347 | "shasum": "" |
||
6348 | }, |
||
6349 | "require": { |
||
6350 | "php": ">=5.3.3" |
||
6351 | }, |
||
6352 | "require-dev": { |
||
6353 | "phpunit/phpunit": "~4.8" |
||
6354 | }, |
||
6355 | "type": "library", |
||
6356 | "extra": { |
||
6357 | "branch-alias": { |
||
6358 | "dev-master": "1.4-dev" |
||
6359 | } |
||
6360 | }, |
||
6361 | "autoload": { |
||
6362 | "classmap": [ |
||
6363 | "src/" |
||
6364 | ] |
||
6365 | }, |
||
6366 | "notification-url": "https://packagist.org/downloads/", |
||
6367 | "license": [ |
||
6368 | "BSD-3-Clause" |
||
6369 | ], |
||
6370 | "authors": [ |
||
6371 | { |
||
6372 | "name": "Kore Nordmann", |
||
6373 | "email": "[email protected]" |
||
6374 | }, |
||
6375 | { |
||
6376 | "name": "Sebastian Bergmann", |
||
6377 | "email": "[email protected]" |
||
6378 | } |
||
6379 | ], |
||
6380 | "description": "Diff implementation", |
||
6381 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
6382 | "keywords": [ |
||
6383 | "diff" |
||
6384 | ], |
||
6385 | "time": "2015-12-08 07:14:41" |
||
6386 | }, |
||
6387 | { |
||
6388 | "name": "sebastian/environment", |
||
6389 | "version": "1.3.7", |
||
6390 | "source": { |
||
6391 | "type": "git", |
||
6392 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
6393 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
6394 | }, |
||
6395 | "dist": { |
||
6396 | "type": "zip", |
||
6397 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
6398 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
6399 | "shasum": "" |
||
6400 | }, |
||
6401 | "require": { |
||
6402 | "php": ">=5.3.3" |
||
6403 | }, |
||
6404 | "require-dev": { |
||
6405 | "phpunit/phpunit": "~4.4" |
||
6406 | }, |
||
6407 | "type": "library", |
||
6408 | "extra": { |
||
6409 | "branch-alias": { |
||
6410 | "dev-master": "1.3.x-dev" |
||
6411 | } |
||
6412 | }, |
||
6413 | "autoload": { |
||
6414 | "classmap": [ |
||
6415 | "src/" |
||
6416 | ] |
||
6417 | }, |
||
6418 | "notification-url": "https://packagist.org/downloads/", |
||
6419 | "license": [ |
||
6420 | "BSD-3-Clause" |
||
6421 | ], |
||
6422 | "authors": [ |
||
6423 | { |
||
6424 | "name": "Sebastian Bergmann", |
||
6425 | "email": "[email protected]" |
||
6426 | } |
||
6427 | ], |
||
6428 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
6429 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
6430 | "keywords": [ |
||
6431 | "Xdebug", |
||
6432 | "environment", |
||
6433 | "hhvm" |
||
6434 | ], |
||
6435 | "time": "2016-05-17 03:18:57" |
||
6436 | }, |
||
6437 | { |
||
6438 | "name": "sebastian/exporter", |
||
6439 | "version": "1.2.1", |
||
6440 | "source": { |
||
6441 | "type": "git", |
||
6442 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
6443 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
6444 | }, |
||
6445 | "dist": { |
||
6446 | "type": "zip", |
||
6447 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
6448 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
6449 | "shasum": "" |
||
6450 | }, |
||
6451 | "require": { |
||
6452 | "php": ">=5.3.3", |
||
6453 | "sebastian/recursion-context": "~1.0" |
||
6454 | }, |
||
6455 | "require-dev": { |
||
6456 | "phpunit/phpunit": "~4.4" |
||
6457 | }, |
||
6458 | "type": "library", |
||
6459 | "extra": { |
||
6460 | "branch-alias": { |
||
6461 | "dev-master": "1.2.x-dev" |
||
6462 | } |
||
6463 | }, |
||
6464 | "autoload": { |
||
6465 | "classmap": [ |
||
6466 | "src/" |
||
6467 | ] |
||
6468 | }, |
||
6469 | "notification-url": "https://packagist.org/downloads/", |
||
6470 | "license": [ |
||
6471 | "BSD-3-Clause" |
||
6472 | ], |
||
6473 | "authors": [ |
||
6474 | { |
||
6475 | "name": "Jeff Welch", |
||
6476 | "email": "[email protected]" |
||
6477 | }, |
||
6478 | { |
||
6479 | "name": "Volker Dusch", |
||
6480 | "email": "[email protected]" |
||
6481 | }, |
||
6482 | { |
||
6483 | "name": "Bernhard Schussek", |
||
6484 | "email": "[email protected]" |
||
6485 | }, |
||
6486 | { |
||
6487 | "name": "Sebastian Bergmann", |
||
6488 | "email": "[email protected]" |
||
6489 | }, |
||
6490 | { |
||
6491 | "name": "Adam Harvey", |
||
6492 | "email": "[email protected]" |
||
6493 | } |
||
6494 | ], |
||
6495 | "description": "Provides the functionality to export PHP variables for visualization", |
||
6496 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
6497 | "keywords": [ |
||
6498 | "export", |
||
6499 | "exporter" |
||
6500 | ], |
||
6501 | "time": "2015-06-21 07:55:53" |
||
6502 | }, |
||
6503 | { |
||
6504 | "name": "sebastian/global-state", |
||
6505 | "version": "1.1.1", |
||
6506 | "source": { |
||
6507 | "type": "git", |
||
6508 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
6509 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
6510 | }, |
||
6511 | "dist": { |
||
6512 | "type": "zip", |
||
6513 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
6514 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
6515 | "shasum": "" |
||
6516 | }, |
||
6517 | "require": { |
||
6518 | "php": ">=5.3.3" |
||
6519 | }, |
||
6520 | "require-dev": { |
||
6521 | "phpunit/phpunit": "~4.2" |
||
6522 | }, |
||
6523 | "suggest": { |
||
6524 | "ext-uopz": "*" |
||
6525 | }, |
||
6526 | "type": "library", |
||
6527 | "extra": { |
||
6528 | "branch-alias": { |
||
6529 | "dev-master": "1.0-dev" |
||
6530 | } |
||
6531 | }, |
||
6532 | "autoload": { |
||
6533 | "classmap": [ |
||
6534 | "src/" |
||
6535 | ] |
||
6536 | }, |
||
6537 | "notification-url": "https://packagist.org/downloads/", |
||
6538 | "license": [ |
||
6539 | "BSD-3-Clause" |
||
6540 | ], |
||
6541 | "authors": [ |
||
6542 | { |
||
6543 | "name": "Sebastian Bergmann", |
||
6544 | "email": "[email protected]" |
||
6545 | } |
||
6546 | ], |
||
6547 | "description": "Snapshotting of global state", |
||
6548 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
6549 | "keywords": [ |
||
6550 | "global state" |
||
6551 | ], |
||
6552 | "time": "2015-10-12 03:26:01" |
||
6553 | }, |
||
6554 | { |
||
6555 | "name": "sebastian/object-enumerator", |
||
6556 | "version": "1.0.0", |
||
6557 | "source": { |
||
6558 | "type": "git", |
||
6559 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
6560 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
6561 | }, |
||
6562 | "dist": { |
||
6563 | "type": "zip", |
||
6564 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
6565 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
6566 | "shasum": "" |
||
6567 | }, |
||
6568 | "require": { |
||
6569 | "php": ">=5.6", |
||
6570 | "sebastian/recursion-context": "~1.0" |
||
6571 | }, |
||
6572 | "require-dev": { |
||
6573 | "phpunit/phpunit": "~5" |
||
6574 | }, |
||
6575 | "type": "library", |
||
6576 | "extra": { |
||
6577 | "branch-alias": { |
||
6578 | "dev-master": "1.0.x-dev" |
||
6579 | } |
||
6580 | }, |
||
6581 | "autoload": { |
||
6582 | "classmap": [ |
||
6583 | "src/" |
||
6584 | ] |
||
6585 | }, |
||
6586 | "notification-url": "https://packagist.org/downloads/", |
||
6587 | "license": [ |
||
6588 | "BSD-3-Clause" |
||
6589 | ], |
||
6590 | "authors": [ |
||
6591 | { |
||
6592 | "name": "Sebastian Bergmann", |
||
6593 | "email": "[email protected]" |
||
6594 | } |
||
6595 | ], |
||
6596 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
6597 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
6598 | "time": "2016-01-28 13:25:10" |
||
6599 | }, |
||
6600 | { |
||
6601 | "name": "sebastian/recursion-context", |
||
6602 | "version": "1.0.2", |
||
6603 | "source": { |
||
6604 | "type": "git", |
||
6605 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
6606 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
6607 | }, |
||
6608 | "dist": { |
||
6609 | "type": "zip", |
||
6610 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
6611 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
6612 | "shasum": "" |
||
6613 | }, |
||
6614 | "require": { |
||
6615 | "php": ">=5.3.3" |
||
6616 | }, |
||
6617 | "require-dev": { |
||
6618 | "phpunit/phpunit": "~4.4" |
||
6619 | }, |
||
6620 | "type": "library", |
||
6621 | "extra": { |
||
6622 | "branch-alias": { |
||
6623 | "dev-master": "1.0.x-dev" |
||
6624 | } |
||
6625 | }, |
||
6626 | "autoload": { |
||
6627 | "classmap": [ |
||
6628 | "src/" |
||
6629 | ] |
||
6630 | }, |
||
6631 | "notification-url": "https://packagist.org/downloads/", |
||
6632 | "license": [ |
||
6633 | "BSD-3-Clause" |
||
6634 | ], |
||
6635 | "authors": [ |
||
6636 | { |
||
6637 | "name": "Jeff Welch", |
||
6638 | "email": "[email protected]" |
||
6639 | }, |
||
6640 | { |
||
6641 | "name": "Sebastian Bergmann", |
||
6642 | "email": "[email protected]" |
||
6643 | }, |
||
6644 | { |
||
6645 | "name": "Adam Harvey", |
||
6646 | "email": "[email protected]" |
||
6647 | } |
||
6648 | ], |
||
6649 | "description": "Provides functionality to recursively process PHP variables", |
||
6650 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
6651 | "time": "2015-11-11 19:50:13" |
||
6652 | }, |
||
6653 | { |
||
6654 | "name": "sebastian/resource-operations", |
||
6655 | "version": "1.0.0", |
||
6656 | "source": { |
||
6657 | "type": "git", |
||
6658 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
6659 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
6660 | }, |
||
6661 | "dist": { |
||
6662 | "type": "zip", |
||
6663 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
6664 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
6665 | "shasum": "" |
||
6666 | }, |
||
6667 | "require": { |
||
6668 | "php": ">=5.6.0" |
||
6669 | }, |
||
6670 | "type": "library", |
||
6671 | "extra": { |
||
6672 | "branch-alias": { |
||
6673 | "dev-master": "1.0.x-dev" |
||
6674 | } |
||
6675 | }, |
||
6676 | "autoload": { |
||
6677 | "classmap": [ |
||
6678 | "src/" |
||
6679 | ] |
||
6680 | }, |
||
6681 | "notification-url": "https://packagist.org/downloads/", |
||
6682 | "license": [ |
||
6683 | "BSD-3-Clause" |
||
6684 | ], |
||
6685 | "authors": [ |
||
6686 | { |
||
6687 | "name": "Sebastian Bergmann", |
||
6688 | "email": "[email protected]" |
||
6689 | } |
||
6690 | ], |
||
6691 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
6692 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
6693 | "time": "2015-07-28 20:34:47" |
||
6694 | }, |
||
6695 | { |
||
6696 | "name": "sebastian/version", |
||
6697 | "version": "2.0.0", |
||
6698 | "source": { |
||
6699 | "type": "git", |
||
6700 | "url": "https://github.com/sebastianbergmann/version.git", |
||
6701 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
6702 | }, |
||
6703 | "dist": { |
||
6704 | "type": "zip", |
||
6705 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
6706 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
6707 | "shasum": "" |
||
6708 | }, |
||
6709 | "require": { |
||
6710 | "php": ">=5.6" |
||
6711 | }, |
||
6712 | "type": "library", |
||
6713 | "extra": { |
||
6714 | "branch-alias": { |
||
6715 | "dev-master": "2.0.x-dev" |
||
6716 | } |
||
6717 | }, |
||
6718 | "autoload": { |
||
6719 | "classmap": [ |
||
6720 | "src/" |
||
6721 | ] |
||
6722 | }, |
||
6723 | "notification-url": "https://packagist.org/downloads/", |
||
6724 | "license": [ |
||
6725 | "BSD-3-Clause" |
||
6726 | ], |
||
6727 | "authors": [ |
||
6728 | { |
||
6729 | "name": "Sebastian Bergmann", |
||
6730 | "email": "[email protected]", |
||
6731 | "role": "lead" |
||
6732 | } |
||
6733 | ], |
||
6734 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
6735 | "homepage": "https://github.com/sebastianbergmann/version", |
||
6736 | "time": "2016-02-04 12:56:52" |
||
6737 | }, |
||
6738 | { |
||
6739 | "name": "squizlabs/php_codesniffer", |
||
6740 | "version": "2.6.1", |
||
6741 | "source": { |
||
6742 | "type": "git", |
||
6743 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
6744 | "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d" |
||
6745 | }, |
||
6746 | "dist": { |
||
6747 | "type": "zip", |
||
6748 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", |
||
6749 | "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", |
||
6750 | "shasum": "" |
||
6751 | }, |
||
6752 | "require": { |
||
6753 | "ext-simplexml": "*", |
||
6754 | "ext-tokenizer": "*", |
||
6755 | "ext-xmlwriter": "*", |
||
6756 | "php": ">=5.1.2" |
||
6757 | }, |
||
6758 | "require-dev": { |
||
6759 | "phpunit/phpunit": "~4.0" |
||
6760 | }, |
||
6761 | "bin": [ |
||
6762 | "scripts/phpcs", |
||
6763 | "scripts/phpcbf" |
||
6764 | ], |
||
6765 | "type": "library", |
||
6766 | "extra": { |
||
6767 | "branch-alias": { |
||
6768 | "dev-master": "2.x-dev" |
||
6769 | } |
||
6770 | }, |
||
6771 | "autoload": { |
||
6772 | "classmap": [ |
||
6773 | "CodeSniffer.php", |
||
6774 | "CodeSniffer/CLI.php", |
||
6775 | "CodeSniffer/Exception.php", |
||
6776 | "CodeSniffer/File.php", |
||
6777 | "CodeSniffer/Fixer.php", |
||
6778 | "CodeSniffer/Report.php", |
||
6779 | "CodeSniffer/Reporting.php", |
||
6780 | "CodeSniffer/Sniff.php", |
||
6781 | "CodeSniffer/Tokens.php", |
||
6782 | "CodeSniffer/Reports/", |
||
6783 | "CodeSniffer/Tokenizers/", |
||
6784 | "CodeSniffer/DocGenerators/", |
||
6785 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
6786 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
6787 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
6788 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
6789 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
6790 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
6791 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
6792 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
6793 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
6794 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
6795 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
6796 | ] |
||
6797 | }, |
||
6798 | "notification-url": "https://packagist.org/downloads/", |
||
6799 | "license": [ |
||
6800 | "BSD-3-Clause" |
||
6801 | ], |
||
6802 | "authors": [ |
||
6803 | { |
||
6804 | "name": "Greg Sherwood", |
||
6805 | "role": "lead" |
||
6806 | } |
||
6807 | ], |
||
6808 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
6809 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
6810 | "keywords": [ |
||
6811 | "phpcs", |
||
6812 | "standards" |
||
6813 | ], |
||
6814 | "time": "2016-05-30 22:24:32" |
||
6815 | }, |
||
6816 | { |
||
6817 | "name": "symfony/phpunit-bridge", |
||
6818 | "version": "v3.1.1", |
||
6819 | "source": { |
||
6820 | "type": "git", |
||
6821 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
6822 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074" |
||
6823 | }, |
||
6824 | "dist": { |
||
6825 | "type": "zip", |
||
6826 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
6827 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
6828 | "shasum": "" |
||
6829 | }, |
||
6830 | "require": { |
||
6831 | "php": ">=5.3.3" |
||
6832 | }, |
||
6833 | "suggest": { |
||
6834 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
6835 | }, |
||
6836 | "type": "symfony-bridge", |
||
6837 | "extra": { |
||
6838 | "branch-alias": { |
||
6839 | "dev-master": "3.1-dev" |
||
6840 | } |
||
6841 | }, |
||
6842 | "autoload": { |
||
6843 | "files": [ |
||
6844 | "bootstrap.php" |
||
6845 | ], |
||
6846 | "psr-4": { |
||
6847 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
6848 | }, |
||
6849 | "exclude-from-classmap": [ |
||
6850 | "/Tests/" |
||
6851 | ] |
||
6852 | }, |
||
6853 | "notification-url": "https://packagist.org/downloads/", |
||
6854 | "license": [ |
||
6855 | "MIT" |
||
6856 | ], |
||
6857 | "authors": [ |
||
6858 | { |
||
6859 | "name": "Nicolas Grekas", |
||
6860 | "email": "[email protected]" |
||
6861 | }, |
||
6862 | { |
||
6863 | "name": "Symfony Community", |
||
6864 | "homepage": "https://symfony.com/contributors" |
||
6865 | } |
||
6866 | ], |
||
6867 | "description": "Symfony PHPUnit Bridge", |
||
6868 | "homepage": "https://symfony.com", |
||
6869 | "time": "2016-04-12 18:27:47" |
||
6870 | }, |
||
6871 | { |
||
6872 | "name": "webmozart/assert", |
||
6873 | "version": "1.0.2", |
||
6874 | "source": { |
||
6875 | "type": "git", |
||
6876 | "url": "https://github.com/webmozart/assert.git", |
||
6877 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
6878 | }, |
||
6879 | "dist": { |
||
6880 | "type": "zip", |
||
6881 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
6882 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
6883 | "shasum": "" |
||
6884 | }, |
||
6885 | "require": { |
||
6886 | "php": ">=5.3.3" |
||
6887 | }, |
||
6888 | "require-dev": { |
||
6889 | "phpunit/phpunit": "^4.6" |
||
6890 | }, |
||
6891 | "type": "library", |
||
6892 | "extra": { |
||
6893 | "branch-alias": { |
||
6894 | "dev-master": "1.0-dev" |
||
6895 | } |
||
6896 | }, |
||
6897 | "autoload": { |
||
6898 | "psr-4": { |
||
6899 | "Webmozart\\Assert\\": "src/" |
||
6900 | } |
||
6901 | }, |
||
6902 | "notification-url": "https://packagist.org/downloads/", |
||
6903 | "license": [ |
||
6904 | "MIT" |
||
6905 | ], |
||
6906 | "authors": [ |
||
6907 | { |
||
6908 | "name": "Bernhard Schussek", |
||
6909 | "email": "[email protected]" |
||
6910 | } |
||
6911 | ], |
||
6912 | "description": "Assertions to validate method input/output with nice error messages.", |
||
6913 | "keywords": [ |
||
6914 | "assert", |
||
6915 | "check", |
||
6916 | "validate" |
||
6917 | ], |
||
6918 | "time": "2015-08-24 13:29:44" |
||
6919 | } |
||
6920 | ], |
||
6921 | "aliases": [], |
||
6922 | "minimum-stability": "dev", |
||
6923 | "stability-flags": { |
||
6924 | "lapistano/proxy-object": 20 |
||
6925 | }, |
||
6926 | "prefer-stable": true, |
||
6927 | "prefer-lowest": false, |
||
6928 | "platform": { |
||
6929 | "php": ">=5.6" |
||
6930 | }, |
||
6931 | "platform-dev": [] |
||
6932 | } |
||
6933 |