This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "0ed4617d710f8a3608e54d5aa741f33b", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "composer/ca-bundle", |
||
11 | "version": "1.0.8", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/composer/ca-bundle.git", |
||
15 | "reference": "9dd73a03951357922d8aee6cc084500de93e2343" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343", |
||
20 | "reference": "9dd73a03951357922d8aee6cc084500de93e2343", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "ext-openssl": "*", |
||
25 | "ext-pcre": "*", |
||
26 | "php": "^5.3.2 || ^7.0" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "phpunit/phpunit": "^4.5", |
||
30 | "psr/log": "^1.0", |
||
31 | "symfony/process": "^2.5 || ^3.0" |
||
32 | }, |
||
33 | "suggest": { |
||
34 | "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" |
||
35 | }, |
||
36 | "type": "library", |
||
37 | "extra": { |
||
38 | "branch-alias": { |
||
39 | "dev-master": "1.x-dev" |
||
40 | } |
||
41 | }, |
||
42 | "autoload": { |
||
43 | "psr-4": { |
||
44 | "Composer\\CaBundle\\": "src" |
||
45 | } |
||
46 | }, |
||
47 | "notification-url": "https://packagist.org/downloads/", |
||
48 | "license": [ |
||
49 | "MIT" |
||
50 | ], |
||
51 | "authors": [ |
||
52 | { |
||
53 | "name": "Jordi Boggiano", |
||
54 | "email": "[email protected]", |
||
55 | "homepage": "http://seld.be" |
||
56 | } |
||
57 | ], |
||
58 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
59 | "keywords": [ |
||
60 | "cabundle", |
||
61 | "cacert", |
||
62 | "certificate", |
||
63 | "ssl", |
||
64 | "tls" |
||
65 | ], |
||
66 | "time": "2017-09-11T07:24:36+00:00" |
||
67 | }, |
||
68 | { |
||
69 | "name": "doctrine/annotations", |
||
70 | "version": "v1.5.0", |
||
71 | "source": { |
||
72 | "type": "git", |
||
73 | "url": "https://github.com/doctrine/annotations.git", |
||
74 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f" |
||
75 | }, |
||
76 | "dist": { |
||
77 | "type": "zip", |
||
78 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
79 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
80 | "shasum": "" |
||
81 | }, |
||
82 | "require": { |
||
83 | "doctrine/lexer": "1.*", |
||
84 | "php": "^7.1" |
||
85 | }, |
||
86 | "require-dev": { |
||
87 | "doctrine/cache": "1.*", |
||
88 | "phpunit/phpunit": "^5.7" |
||
89 | }, |
||
90 | "type": "library", |
||
91 | "extra": { |
||
92 | "branch-alias": { |
||
93 | "dev-master": "1.5.x-dev" |
||
94 | } |
||
95 | }, |
||
96 | "autoload": { |
||
97 | "psr-4": { |
||
98 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
99 | } |
||
100 | }, |
||
101 | "notification-url": "https://packagist.org/downloads/", |
||
102 | "license": [ |
||
103 | "MIT" |
||
104 | ], |
||
105 | "authors": [ |
||
106 | { |
||
107 | "name": "Roman Borschel", |
||
108 | "email": "[email protected]" |
||
109 | }, |
||
110 | { |
||
111 | "name": "Benjamin Eberlei", |
||
112 | "email": "[email protected]" |
||
113 | }, |
||
114 | { |
||
115 | "name": "Guilherme Blanco", |
||
116 | "email": "[email protected]" |
||
117 | }, |
||
118 | { |
||
119 | "name": "Jonathan Wage", |
||
120 | "email": "[email protected]" |
||
121 | }, |
||
122 | { |
||
123 | "name": "Johannes Schmitt", |
||
124 | "email": "[email protected]" |
||
125 | } |
||
126 | ], |
||
127 | "description": "Docblock Annotations Parser", |
||
128 | "homepage": "http://www.doctrine-project.org", |
||
129 | "keywords": [ |
||
130 | "annotations", |
||
131 | "docblock", |
||
132 | "parser" |
||
133 | ], |
||
134 | "time": "2017-07-22T10:58:02+00:00" |
||
135 | }, |
||
136 | { |
||
137 | "name": "doctrine/cache", |
||
138 | "version": "v1.7.1", |
||
139 | "source": { |
||
140 | "type": "git", |
||
141 | "url": "https://github.com/doctrine/cache.git", |
||
142 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
143 | }, |
||
144 | "dist": { |
||
145 | "type": "zip", |
||
146 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
147 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
148 | "shasum": "" |
||
149 | }, |
||
150 | "require": { |
||
151 | "php": "~7.1" |
||
152 | }, |
||
153 | "conflict": { |
||
154 | "doctrine/common": ">2.2,<2.4" |
||
155 | }, |
||
156 | "require-dev": { |
||
157 | "alcaeus/mongo-php-adapter": "^1.1", |
||
158 | "mongodb/mongodb": "^1.1", |
||
159 | "phpunit/phpunit": "^5.7", |
||
160 | "predis/predis": "~1.0" |
||
161 | }, |
||
162 | "suggest": { |
||
163 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
164 | }, |
||
165 | "type": "library", |
||
166 | "extra": { |
||
167 | "branch-alias": { |
||
168 | "dev-master": "1.7.x-dev" |
||
169 | } |
||
170 | }, |
||
171 | "autoload": { |
||
172 | "psr-4": { |
||
173 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
174 | } |
||
175 | }, |
||
176 | "notification-url": "https://packagist.org/downloads/", |
||
177 | "license": [ |
||
178 | "MIT" |
||
179 | ], |
||
180 | "authors": [ |
||
181 | { |
||
182 | "name": "Roman Borschel", |
||
183 | "email": "[email protected]" |
||
184 | }, |
||
185 | { |
||
186 | "name": "Benjamin Eberlei", |
||
187 | "email": "[email protected]" |
||
188 | }, |
||
189 | { |
||
190 | "name": "Guilherme Blanco", |
||
191 | "email": "[email protected]" |
||
192 | }, |
||
193 | { |
||
194 | "name": "Jonathan Wage", |
||
195 | "email": "[email protected]" |
||
196 | }, |
||
197 | { |
||
198 | "name": "Johannes Schmitt", |
||
199 | "email": "[email protected]" |
||
200 | } |
||
201 | ], |
||
202 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
203 | "homepage": "http://www.doctrine-project.org", |
||
204 | "keywords": [ |
||
205 | "cache", |
||
206 | "caching" |
||
207 | ], |
||
208 | "time": "2017-08-25T07:02:50+00:00" |
||
209 | }, |
||
210 | { |
||
211 | "name": "doctrine/collections", |
||
212 | "version": "v1.5.0", |
||
213 | "source": { |
||
214 | "type": "git", |
||
215 | "url": "https://github.com/doctrine/collections.git", |
||
216 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
217 | }, |
||
218 | "dist": { |
||
219 | "type": "zip", |
||
220 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
221 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
222 | "shasum": "" |
||
223 | }, |
||
224 | "require": { |
||
225 | "php": "^7.1" |
||
226 | }, |
||
227 | "require-dev": { |
||
228 | "doctrine/coding-standard": "~0.1@dev", |
||
229 | "phpunit/phpunit": "^5.7" |
||
230 | }, |
||
231 | "type": "library", |
||
232 | "extra": { |
||
233 | "branch-alias": { |
||
234 | "dev-master": "1.3.x-dev" |
||
235 | } |
||
236 | }, |
||
237 | "autoload": { |
||
238 | "psr-0": { |
||
239 | "Doctrine\\Common\\Collections\\": "lib/" |
||
240 | } |
||
241 | }, |
||
242 | "notification-url": "https://packagist.org/downloads/", |
||
243 | "license": [ |
||
244 | "MIT" |
||
245 | ], |
||
246 | "authors": [ |
||
247 | { |
||
248 | "name": "Roman Borschel", |
||
249 | "email": "[email protected]" |
||
250 | }, |
||
251 | { |
||
252 | "name": "Benjamin Eberlei", |
||
253 | "email": "[email protected]" |
||
254 | }, |
||
255 | { |
||
256 | "name": "Guilherme Blanco", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Jonathan Wage", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Johannes Schmitt", |
||
265 | "email": "[email protected]" |
||
266 | } |
||
267 | ], |
||
268 | "description": "Collections Abstraction library", |
||
269 | "homepage": "http://www.doctrine-project.org", |
||
270 | "keywords": [ |
||
271 | "array", |
||
272 | "collections", |
||
273 | "iterator" |
||
274 | ], |
||
275 | "time": "2017-07-22T10:37:32+00:00" |
||
276 | }, |
||
277 | { |
||
278 | "name": "doctrine/common", |
||
279 | "version": "v2.8.1", |
||
280 | "source": { |
||
281 | "type": "git", |
||
282 | "url": "https://github.com/doctrine/common.git", |
||
283 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
284 | }, |
||
285 | "dist": { |
||
286 | "type": "zip", |
||
287 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
288 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
289 | "shasum": "" |
||
290 | }, |
||
291 | "require": { |
||
292 | "doctrine/annotations": "1.*", |
||
293 | "doctrine/cache": "1.*", |
||
294 | "doctrine/collections": "1.*", |
||
295 | "doctrine/inflector": "1.*", |
||
296 | "doctrine/lexer": "1.*", |
||
297 | "php": "~7.1" |
||
298 | }, |
||
299 | "require-dev": { |
||
300 | "phpunit/phpunit": "^5.7" |
||
301 | }, |
||
302 | "type": "library", |
||
303 | "extra": { |
||
304 | "branch-alias": { |
||
305 | "dev-master": "2.8.x-dev" |
||
306 | } |
||
307 | }, |
||
308 | "autoload": { |
||
309 | "psr-4": { |
||
310 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
311 | } |
||
312 | }, |
||
313 | "notification-url": "https://packagist.org/downloads/", |
||
314 | "license": [ |
||
315 | "MIT" |
||
316 | ], |
||
317 | "authors": [ |
||
318 | { |
||
319 | "name": "Roman Borschel", |
||
320 | "email": "[email protected]" |
||
321 | }, |
||
322 | { |
||
323 | "name": "Benjamin Eberlei", |
||
324 | "email": "[email protected]" |
||
325 | }, |
||
326 | { |
||
327 | "name": "Guilherme Blanco", |
||
328 | "email": "[email protected]" |
||
329 | }, |
||
330 | { |
||
331 | "name": "Jonathan Wage", |
||
332 | "email": "[email protected]" |
||
333 | }, |
||
334 | { |
||
335 | "name": "Johannes Schmitt", |
||
336 | "email": "[email protected]" |
||
337 | } |
||
338 | ], |
||
339 | "description": "Common Library for Doctrine projects", |
||
340 | "homepage": "http://www.doctrine-project.org", |
||
341 | "keywords": [ |
||
342 | "annotations", |
||
343 | "collections", |
||
344 | "eventmanager", |
||
345 | "persistence", |
||
346 | "spl" |
||
347 | ], |
||
348 | "time": "2017-08-31T08:43:38+00:00" |
||
349 | }, |
||
350 | { |
||
351 | "name": "doctrine/dbal", |
||
352 | "version": "v2.6.2", |
||
353 | "source": { |
||
354 | "type": "git", |
||
355 | "url": "https://github.com/doctrine/dbal.git", |
||
356 | "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e" |
||
357 | }, |
||
358 | "dist": { |
||
359 | "type": "zip", |
||
360 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e", |
||
361 | "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e", |
||
362 | "shasum": "" |
||
363 | }, |
||
364 | "require": { |
||
365 | "doctrine/common": "^2.7.1", |
||
366 | "ext-pdo": "*", |
||
367 | "php": "^7.1" |
||
368 | }, |
||
369 | "require-dev": { |
||
370 | "phpunit/phpunit": "^5.4.6", |
||
371 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
372 | "symfony/console": "2.*||^3.0" |
||
373 | }, |
||
374 | "suggest": { |
||
375 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
376 | }, |
||
377 | "bin": [ |
||
378 | "bin/doctrine-dbal" |
||
379 | ], |
||
380 | "type": "library", |
||
381 | "extra": { |
||
382 | "branch-alias": { |
||
383 | "dev-master": "2.6.x-dev" |
||
384 | } |
||
385 | }, |
||
386 | "autoload": { |
||
387 | "psr-0": { |
||
388 | "Doctrine\\DBAL\\": "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 | "description": "Database Abstraction Layer", |
||
414 | "homepage": "http://www.doctrine-project.org", |
||
415 | "keywords": [ |
||
416 | "database", |
||
417 | "dbal", |
||
418 | "persistence", |
||
419 | "queryobject" |
||
420 | ], |
||
421 | "time": "2017-08-28T11:02:56+00:00" |
||
422 | }, |
||
423 | { |
||
424 | "name": "doctrine/doctrine-bundle", |
||
425 | "version": "1.7.0", |
||
426 | "source": { |
||
427 | "type": "git", |
||
428 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
429 | "reference": "629d2a8b16f99a0b2ba6868f7af9986afee5fea7" |
||
430 | }, |
||
431 | "dist": { |
||
432 | "type": "zip", |
||
433 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/629d2a8b16f99a0b2ba6868f7af9986afee5fea7", |
||
434 | "reference": "629d2a8b16f99a0b2ba6868f7af9986afee5fea7", |
||
435 | "shasum": "" |
||
436 | }, |
||
437 | "require": { |
||
438 | "doctrine/dbal": "^2.5.12", |
||
439 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
440 | "jdorn/sql-formatter": "~1.1", |
||
441 | "php": "^7.1", |
||
442 | "symfony/console": "~2.7|~3.0|~4.0", |
||
443 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
444 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
445 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
446 | }, |
||
447 | "require-dev": { |
||
448 | "doctrine/orm": "~2.3", |
||
449 | "phpunit/phpunit": "^6.1", |
||
450 | "satooshi/php-coveralls": "^1.0", |
||
451 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
452 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
453 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
454 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
455 | "twig/twig": "~1.12|~2.0" |
||
456 | }, |
||
457 | "suggest": { |
||
458 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
459 | "symfony/web-profiler-bundle": "To use the data collector." |
||
460 | }, |
||
461 | "type": "symfony-bundle", |
||
462 | "extra": { |
||
463 | "branch-alias": { |
||
464 | "dev-master": "1.7.x-dev" |
||
465 | } |
||
466 | }, |
||
467 | "autoload": { |
||
468 | "psr-4": { |
||
469 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
470 | } |
||
471 | }, |
||
472 | "notification-url": "https://packagist.org/downloads/", |
||
473 | "license": [ |
||
474 | "MIT" |
||
475 | ], |
||
476 | "authors": [ |
||
477 | { |
||
478 | "name": "Symfony Community", |
||
479 | "homepage": "http://symfony.com/contributors" |
||
480 | }, |
||
481 | { |
||
482 | "name": "Benjamin Eberlei", |
||
483 | "email": "[email protected]" |
||
484 | }, |
||
485 | { |
||
486 | "name": "Doctrine Project", |
||
487 | "homepage": "http://www.doctrine-project.org/" |
||
488 | }, |
||
489 | { |
||
490 | "name": "Fabien Potencier", |
||
491 | "email": "[email protected]" |
||
492 | } |
||
493 | ], |
||
494 | "description": "Symfony DoctrineBundle", |
||
495 | "homepage": "http://www.doctrine-project.org", |
||
496 | "keywords": [ |
||
497 | "database", |
||
498 | "dbal", |
||
499 | "orm", |
||
500 | "persistence" |
||
501 | ], |
||
502 | "time": "2017-07-28T20:57:50+00:00" |
||
503 | }, |
||
504 | { |
||
505 | "name": "doctrine/doctrine-cache-bundle", |
||
506 | "version": "1.3.0", |
||
507 | "source": { |
||
508 | "type": "git", |
||
509 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
510 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
511 | }, |
||
512 | "dist": { |
||
513 | "type": "zip", |
||
514 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
515 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
516 | "shasum": "" |
||
517 | }, |
||
518 | "require": { |
||
519 | "doctrine/cache": "^1.4.2", |
||
520 | "doctrine/inflector": "~1.0", |
||
521 | "php": ">=5.3.2", |
||
522 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
523 | }, |
||
524 | "require-dev": { |
||
525 | "instaclick/coding-standard": "~1.1", |
||
526 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
527 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
528 | "phpunit/phpunit": "~4", |
||
529 | "predis/predis": "~0.8", |
||
530 | "satooshi/php-coveralls": "~0.6.1", |
||
531 | "squizlabs/php_codesniffer": "~1.5", |
||
532 | "symfony/console": "~2.2|~3.0", |
||
533 | "symfony/finder": "~2.2|~3.0", |
||
534 | "symfony/framework-bundle": "~2.2|~3.0", |
||
535 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
536 | "symfony/security-acl": "~2.3|~3.0", |
||
537 | "symfony/validator": "~2.2|~3.0", |
||
538 | "symfony/yaml": "~2.2|~3.0" |
||
539 | }, |
||
540 | "suggest": { |
||
541 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
542 | }, |
||
543 | "type": "symfony-bundle", |
||
544 | "extra": { |
||
545 | "branch-alias": { |
||
546 | "dev-master": "1.2.x-dev" |
||
547 | } |
||
548 | }, |
||
549 | "autoload": { |
||
550 | "psr-4": { |
||
551 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
552 | } |
||
553 | }, |
||
554 | "notification-url": "https://packagist.org/downloads/", |
||
555 | "license": [ |
||
556 | "MIT" |
||
557 | ], |
||
558 | "authors": [ |
||
559 | { |
||
560 | "name": "Symfony Community", |
||
561 | "homepage": "http://symfony.com/contributors" |
||
562 | }, |
||
563 | { |
||
564 | "name": "Benjamin Eberlei", |
||
565 | "email": "[email protected]" |
||
566 | }, |
||
567 | { |
||
568 | "name": "Fabio B. Silva", |
||
569 | "email": "[email protected]" |
||
570 | }, |
||
571 | { |
||
572 | "name": "Guilherme Blanco", |
||
573 | "email": "[email protected]" |
||
574 | }, |
||
575 | { |
||
576 | "name": "Doctrine Project", |
||
577 | "homepage": "http://www.doctrine-project.org/" |
||
578 | }, |
||
579 | { |
||
580 | "name": "Fabien Potencier", |
||
581 | "email": "[email protected]" |
||
582 | } |
||
583 | ], |
||
584 | "description": "Symfony Bundle for Doctrine Cache", |
||
585 | "homepage": "http://www.doctrine-project.org", |
||
586 | "keywords": [ |
||
587 | "cache", |
||
588 | "caching" |
||
589 | ], |
||
590 | "time": "2016-01-26T17:28:51+00:00" |
||
591 | }, |
||
592 | { |
||
593 | "name": "doctrine/inflector", |
||
594 | "version": "v1.2.0", |
||
595 | "source": { |
||
596 | "type": "git", |
||
597 | "url": "https://github.com/doctrine/inflector.git", |
||
598 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" |
||
599 | }, |
||
600 | "dist": { |
||
601 | "type": "zip", |
||
602 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
603 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
604 | "shasum": "" |
||
605 | }, |
||
606 | "require": { |
||
607 | "php": "^7.0" |
||
608 | }, |
||
609 | "require-dev": { |
||
610 | "phpunit/phpunit": "^6.2" |
||
611 | }, |
||
612 | "type": "library", |
||
613 | "extra": { |
||
614 | "branch-alias": { |
||
615 | "dev-master": "1.2.x-dev" |
||
616 | } |
||
617 | }, |
||
618 | "autoload": { |
||
619 | "psr-4": { |
||
620 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
621 | } |
||
622 | }, |
||
623 | "notification-url": "https://packagist.org/downloads/", |
||
624 | "license": [ |
||
625 | "MIT" |
||
626 | ], |
||
627 | "authors": [ |
||
628 | { |
||
629 | "name": "Roman Borschel", |
||
630 | "email": "[email protected]" |
||
631 | }, |
||
632 | { |
||
633 | "name": "Benjamin Eberlei", |
||
634 | "email": "[email protected]" |
||
635 | }, |
||
636 | { |
||
637 | "name": "Guilherme Blanco", |
||
638 | "email": "[email protected]" |
||
639 | }, |
||
640 | { |
||
641 | "name": "Jonathan Wage", |
||
642 | "email": "[email protected]" |
||
643 | }, |
||
644 | { |
||
645 | "name": "Johannes Schmitt", |
||
646 | "email": "[email protected]" |
||
647 | } |
||
648 | ], |
||
649 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
650 | "homepage": "http://www.doctrine-project.org", |
||
651 | "keywords": [ |
||
652 | "inflection", |
||
653 | "pluralize", |
||
654 | "singularize", |
||
655 | "string" |
||
656 | ], |
||
657 | "time": "2017-07-22T12:18:28+00:00" |
||
658 | }, |
||
659 | { |
||
660 | "name": "doctrine/instantiator", |
||
661 | "version": "1.0.5", |
||
662 | "source": { |
||
663 | "type": "git", |
||
664 | "url": "https://github.com/doctrine/instantiator.git", |
||
665 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
666 | }, |
||
667 | "dist": { |
||
668 | "type": "zip", |
||
669 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
670 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
671 | "shasum": "" |
||
672 | }, |
||
673 | "require": { |
||
674 | "php": ">=5.3,<8.0-DEV" |
||
675 | }, |
||
676 | "require-dev": { |
||
677 | "athletic/athletic": "~0.1.8", |
||
678 | "ext-pdo": "*", |
||
679 | "ext-phar": "*", |
||
680 | "phpunit/phpunit": "~4.0", |
||
681 | "squizlabs/php_codesniffer": "~2.0" |
||
682 | }, |
||
683 | "type": "library", |
||
684 | "extra": { |
||
685 | "branch-alias": { |
||
686 | "dev-master": "1.0.x-dev" |
||
687 | } |
||
688 | }, |
||
689 | "autoload": { |
||
690 | "psr-4": { |
||
691 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
692 | } |
||
693 | }, |
||
694 | "notification-url": "https://packagist.org/downloads/", |
||
695 | "license": [ |
||
696 | "MIT" |
||
697 | ], |
||
698 | "authors": [ |
||
699 | { |
||
700 | "name": "Marco Pivetta", |
||
701 | "email": "[email protected]", |
||
702 | "homepage": "http://ocramius.github.com/" |
||
703 | } |
||
704 | ], |
||
705 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
706 | "homepage": "https://github.com/doctrine/instantiator", |
||
707 | "keywords": [ |
||
708 | "constructor", |
||
709 | "instantiate" |
||
710 | ], |
||
711 | "time": "2015-06-14T21:17:01+00:00" |
||
712 | }, |
||
713 | { |
||
714 | "name": "doctrine/lexer", |
||
715 | "version": "v1.0.1", |
||
716 | "source": { |
||
717 | "type": "git", |
||
718 | "url": "https://github.com/doctrine/lexer.git", |
||
719 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
720 | }, |
||
721 | "dist": { |
||
722 | "type": "zip", |
||
723 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
724 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
725 | "shasum": "" |
||
726 | }, |
||
727 | "require": { |
||
728 | "php": ">=5.3.2" |
||
729 | }, |
||
730 | "type": "library", |
||
731 | "extra": { |
||
732 | "branch-alias": { |
||
733 | "dev-master": "1.0.x-dev" |
||
734 | } |
||
735 | }, |
||
736 | "autoload": { |
||
737 | "psr-0": { |
||
738 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
739 | } |
||
740 | }, |
||
741 | "notification-url": "https://packagist.org/downloads/", |
||
742 | "license": [ |
||
743 | "MIT" |
||
744 | ], |
||
745 | "authors": [ |
||
746 | { |
||
747 | "name": "Roman Borschel", |
||
748 | "email": "[email protected]" |
||
749 | }, |
||
750 | { |
||
751 | "name": "Guilherme Blanco", |
||
752 | "email": "[email protected]" |
||
753 | }, |
||
754 | { |
||
755 | "name": "Johannes Schmitt", |
||
756 | "email": "[email protected]" |
||
757 | } |
||
758 | ], |
||
759 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
760 | "homepage": "http://www.doctrine-project.org", |
||
761 | "keywords": [ |
||
762 | "lexer", |
||
763 | "parser" |
||
764 | ], |
||
765 | "time": "2014-09-09T13:34:57+00:00" |
||
766 | }, |
||
767 | { |
||
768 | "name": "doctrine/orm", |
||
769 | "version": "v2.5.10", |
||
770 | "source": { |
||
771 | "type": "git", |
||
772 | "url": "https://github.com/doctrine/doctrine2.git", |
||
773 | "reference": "c78afd51721804f4f76ff30d9b6f6159eb046161" |
||
774 | }, |
||
775 | "dist": { |
||
776 | "type": "zip", |
||
777 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/c78afd51721804f4f76ff30d9b6f6159eb046161", |
||
778 | "reference": "c78afd51721804f4f76ff30d9b6f6159eb046161", |
||
779 | "shasum": "" |
||
780 | }, |
||
781 | "require": { |
||
782 | "doctrine/cache": "~1.4", |
||
783 | "doctrine/collections": "~1.2", |
||
784 | "doctrine/common": ">=2.5-dev,<2.9-dev", |
||
785 | "doctrine/dbal": ">=2.5-dev,<2.7-dev", |
||
786 | "doctrine/instantiator": "~1.0.1", |
||
787 | "ext-pdo": "*", |
||
788 | "php": ">=5.4", |
||
789 | "symfony/console": "~2.5|~3.0" |
||
790 | }, |
||
791 | "require-dev": { |
||
792 | "phpunit/phpunit": "~4.0", |
||
793 | "symfony/yaml": "~2.3|~3.0" |
||
794 | }, |
||
795 | "suggest": { |
||
796 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
797 | }, |
||
798 | "bin": [ |
||
799 | "bin/doctrine", |
||
800 | "bin/doctrine.php" |
||
801 | ], |
||
802 | "type": "library", |
||
803 | "extra": { |
||
804 | "branch-alias": { |
||
805 | "dev-master": "2.6.x-dev" |
||
806 | } |
||
807 | }, |
||
808 | "autoload": { |
||
809 | "psr-0": { |
||
810 | "Doctrine\\ORM\\": "lib/" |
||
811 | } |
||
812 | }, |
||
813 | "notification-url": "https://packagist.org/downloads/", |
||
814 | "license": [ |
||
815 | "MIT" |
||
816 | ], |
||
817 | "authors": [ |
||
818 | { |
||
819 | "name": "Roman Borschel", |
||
820 | "email": "[email protected]" |
||
821 | }, |
||
822 | { |
||
823 | "name": "Benjamin Eberlei", |
||
824 | "email": "[email protected]" |
||
825 | }, |
||
826 | { |
||
827 | "name": "Guilherme Blanco", |
||
828 | "email": "[email protected]" |
||
829 | }, |
||
830 | { |
||
831 | "name": "Jonathan Wage", |
||
832 | "email": "[email protected]" |
||
833 | } |
||
834 | ], |
||
835 | "description": "Object-Relational-Mapper for PHP", |
||
836 | "homepage": "http://www.doctrine-project.org", |
||
837 | "keywords": [ |
||
838 | "database", |
||
839 | "orm" |
||
840 | ], |
||
841 | "time": "2017-08-18T19:17:35+00:00" |
||
842 | }, |
||
843 | { |
||
844 | "name": "exercise/htmlpurifier-bundle", |
||
845 | "version": "v0.2.4", |
||
846 | "source": { |
||
847 | "type": "git", |
||
848 | "url": "https://github.com/Exercise/HTMLPurifierBundle.git", |
||
849 | "reference": "07c1ab56741c0b9771f30a45fed63a63b1c87b5d" |
||
850 | }, |
||
851 | "dist": { |
||
852 | "type": "zip", |
||
853 | "url": "https://api.github.com/repos/Exercise/HTMLPurifierBundle/zipball/07c1ab56741c0b9771f30a45fed63a63b1c87b5d", |
||
854 | "reference": "07c1ab56741c0b9771f30a45fed63a63b1c87b5d", |
||
855 | "shasum": "" |
||
856 | }, |
||
857 | "require": { |
||
858 | "ezyang/htmlpurifier": "~4.0", |
||
859 | "php": ">=5.3.2", |
||
860 | "symfony/framework-bundle": "~2.0|~3.0" |
||
861 | }, |
||
862 | "require-dev": { |
||
863 | "symfony/form": "~2.0", |
||
864 | "twig/twig": "~1.3" |
||
865 | }, |
||
866 | "type": "symfony-bundle", |
||
867 | "extra": { |
||
868 | "branch-alias": { |
||
869 | "dev-master": "1.0.x-dev" |
||
870 | } |
||
871 | }, |
||
872 | "autoload": { |
||
873 | "psr-4": { |
||
874 | "Exercise\\HTMLPurifierBundle\\": "" |
||
875 | } |
||
876 | }, |
||
877 | "notification-url": "https://packagist.org/downloads/", |
||
878 | "license": [ |
||
879 | "MIT" |
||
880 | ], |
||
881 | "authors": [ |
||
882 | { |
||
883 | "name": "contributors", |
||
884 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" |
||
885 | } |
||
886 | ], |
||
887 | "description": "HTMLPurifier integration for your Symfony2 project", |
||
888 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle", |
||
889 | "keywords": [ |
||
890 | "htmlpurifier" |
||
891 | ], |
||
892 | "time": "2016-08-25T13:24:39+00:00" |
||
893 | }, |
||
894 | { |
||
895 | "name": "ezyang/htmlpurifier", |
||
896 | "version": "v4.9.3", |
||
897 | "source": { |
||
898 | "type": "git", |
||
899 | "url": "https://github.com/ezyang/htmlpurifier.git", |
||
900 | "reference": "95e1bae3182efc0f3422896a3236e991049dac69" |
||
901 | }, |
||
902 | "dist": { |
||
903 | "type": "zip", |
||
904 | "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", |
||
905 | "reference": "95e1bae3182efc0f3422896a3236e991049dac69", |
||
906 | "shasum": "" |
||
907 | }, |
||
908 | "require": { |
||
909 | "php": ">=5.2" |
||
910 | }, |
||
911 | "require-dev": { |
||
912 | "simpletest/simpletest": "^1.1" |
||
913 | }, |
||
914 | "type": "library", |
||
915 | "autoload": { |
||
916 | "psr-0": { |
||
917 | "HTMLPurifier": "library/" |
||
918 | }, |
||
919 | "files": [ |
||
920 | "library/HTMLPurifier.composer.php" |
||
921 | ] |
||
922 | }, |
||
923 | "notification-url": "https://packagist.org/downloads/", |
||
924 | "license": [ |
||
925 | "LGPL" |
||
926 | ], |
||
927 | "authors": [ |
||
928 | { |
||
929 | "name": "Edward Z. Yang", |
||
930 | "email": "[email protected]", |
||
931 | "homepage": "http://ezyang.com" |
||
932 | } |
||
933 | ], |
||
934 | "description": "Standards compliant HTML filter written in PHP", |
||
935 | "homepage": "http://htmlpurifier.org/", |
||
936 | "keywords": [ |
||
937 | "html" |
||
938 | ], |
||
939 | "time": "2017-06-03T02:28:16+00:00" |
||
940 | }, |
||
941 | { |
||
942 | "name": "fig/link-util", |
||
943 | "version": "1.0.0", |
||
944 | "source": { |
||
945 | "type": "git", |
||
946 | "url": "https://github.com/php-fig/link-util.git", |
||
947 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
948 | }, |
||
949 | "dist": { |
||
950 | "type": "zip", |
||
951 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
952 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
953 | "shasum": "" |
||
954 | }, |
||
955 | "require": { |
||
956 | "php": ">=5.5.0", |
||
957 | "psr/link": "~1.0@dev" |
||
958 | }, |
||
959 | "require-dev": { |
||
960 | "phpunit/phpunit": "^5.1", |
||
961 | "squizlabs/php_codesniffer": "^2.3.1" |
||
962 | }, |
||
963 | "type": "library", |
||
964 | "extra": { |
||
965 | "branch-alias": { |
||
966 | "dev-master": "1.0.x-dev" |
||
967 | } |
||
968 | }, |
||
969 | "autoload": { |
||
970 | "psr-4": { |
||
971 | "Fig\\Link\\": "src/" |
||
972 | } |
||
973 | }, |
||
974 | "notification-url": "https://packagist.org/downloads/", |
||
975 | "license": [ |
||
976 | "MIT" |
||
977 | ], |
||
978 | "authors": [ |
||
979 | { |
||
980 | "name": "PHP-FIG", |
||
981 | "homepage": "http://www.php-fig.org/" |
||
982 | } |
||
983 | ], |
||
984 | "description": "Common utility implementations for HTTP links", |
||
985 | "keywords": [ |
||
986 | "http", |
||
987 | "http-link", |
||
988 | "link", |
||
989 | "psr", |
||
990 | "psr-13", |
||
991 | "rest" |
||
992 | ], |
||
993 | "time": "2016-10-17T18:31:11+00:00" |
||
994 | }, |
||
995 | { |
||
996 | "name": "friendsofsymfony/rest-bundle", |
||
997 | "version": "2.2.0", |
||
998 | "source": { |
||
999 | "type": "git", |
||
1000 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
||
1001 | "reference": "d62a6c0f4bc699f899865d7e7bc7a4186aef9a86" |
||
1002 | }, |
||
1003 | "dist": { |
||
1004 | "type": "zip", |
||
1005 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/d62a6c0f4bc699f899865d7e7bc7a4186aef9a86", |
||
1006 | "reference": "d62a6c0f4bc699f899865d7e7bc7a4186aef9a86", |
||
1007 | "shasum": "" |
||
1008 | }, |
||
1009 | "require": { |
||
1010 | "doctrine/inflector": "^1.0", |
||
1011 | "php": "^5.5.9|~7.0", |
||
1012 | "psr/log": "^1.0", |
||
1013 | "symfony/config": "^2.7|^3.0", |
||
1014 | "symfony/debug": "^2.7|^3.0", |
||
1015 | "symfony/dependency-injection": "^2.7|^3.0", |
||
1016 | "symfony/event-dispatcher": "^2.7|^3.0", |
||
1017 | "symfony/finder": "^2.7|^3.0", |
||
1018 | "symfony/framework-bundle": "^2.7|^3.0", |
||
1019 | "symfony/http-foundation": "^2.7|^3.0", |
||
1020 | "symfony/http-kernel": "^2.7|^3.0", |
||
1021 | "symfony/routing": "^2.7|^3.0", |
||
1022 | "symfony/security-core": "^2.7|^3.0", |
||
1023 | "symfony/templating": "^2.7|^3.0", |
||
1024 | "willdurand/jsonp-callback-validator": "^1.0", |
||
1025 | "willdurand/negotiation": "^2.0" |
||
1026 | }, |
||
1027 | "conflict": { |
||
1028 | "jms/serializer": "1.3.0", |
||
1029 | "sensio/framework-extra-bundle": "<3.0.13" |
||
1030 | }, |
||
1031 | "require-dev": { |
||
1032 | "jms/serializer-bundle": "^1.0", |
||
1033 | "phpoption/phpoption": "^1.1", |
||
1034 | "psr/http-message": "^1.0", |
||
1035 | "sensio/framework-extra-bundle": "^3.0.13", |
||
1036 | "symfony/asset": "^2.7|^3.0", |
||
1037 | "symfony/browser-kit": "^2.7|^3.0", |
||
1038 | "symfony/css-selector": "^2.7|^3.0", |
||
1039 | "symfony/dependency-injection": "^2.7|^3.0", |
||
1040 | "symfony/expression-language": "~2.7|^3.0", |
||
1041 | "symfony/form": "^2.7|^3.0", |
||
1042 | "symfony/phpunit-bridge": "^3.2", |
||
1043 | "symfony/security-bundle": "^2.7|^3.0", |
||
1044 | "symfony/serializer": "^2.7.11|^3.0.4", |
||
1045 | "symfony/twig-bundle": "^2.7|^3.0", |
||
1046 | "symfony/validator": "^2.7|^3.0", |
||
1047 | "symfony/web-profiler-bundle": "^2.7|^3.0", |
||
1048 | "symfony/yaml": "^2.7|^3.0" |
||
1049 | }, |
||
1050 | "suggest": { |
||
1051 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0", |
||
1052 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0", |
||
1053 | "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0", |
||
1054 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", |
||
1055 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" |
||
1056 | }, |
||
1057 | "type": "symfony-bundle", |
||
1058 | "extra": { |
||
1059 | "branch-alias": { |
||
1060 | "dev-master": "2.2-dev" |
||
1061 | } |
||
1062 | }, |
||
1063 | "autoload": { |
||
1064 | "psr-4": { |
||
1065 | "FOS\\RestBundle\\": "" |
||
1066 | }, |
||
1067 | "exclude-from-classmap": [ |
||
1068 | "Tests/" |
||
1069 | ] |
||
1070 | }, |
||
1071 | "notification-url": "https://packagist.org/downloads/", |
||
1072 | "license": [ |
||
1073 | "MIT" |
||
1074 | ], |
||
1075 | "authors": [ |
||
1076 | { |
||
1077 | "name": "Lukas Kahwe Smith", |
||
1078 | "email": "[email protected]" |
||
1079 | }, |
||
1080 | { |
||
1081 | "name": "FriendsOfSymfony Community", |
||
1082 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" |
||
1083 | }, |
||
1084 | { |
||
1085 | "name": "Konstantin Kudryashov", |
||
1086 | "email": "[email protected]" |
||
1087 | } |
||
1088 | ], |
||
1089 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", |
||
1090 | "homepage": "http://friendsofsymfony.github.com", |
||
1091 | "keywords": [ |
||
1092 | "rest" |
||
1093 | ], |
||
1094 | "time": "2017-04-06T12:55:03+00:00" |
||
1095 | }, |
||
1096 | { |
||
1097 | "name": "friendsofsymfony/user-bundle", |
||
1098 | "version": "dev-master", |
||
1099 | "source": { |
||
1100 | "type": "git", |
||
1101 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", |
||
1102 | "reference": "315f837576d66f40e5e002d0caacfe1cfb5a58ba" |
||
1103 | }, |
||
1104 | "dist": { |
||
1105 | "type": "zip", |
||
1106 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/315f837576d66f40e5e002d0caacfe1cfb5a58ba", |
||
1107 | "reference": "315f837576d66f40e5e002d0caacfe1cfb5a58ba", |
||
1108 | "shasum": "" |
||
1109 | }, |
||
1110 | "require": { |
||
1111 | "paragonie/random_compat": "^1 || ^2", |
||
1112 | "php": "^5.5.9 || ^7.0", |
||
1113 | "symfony/form": "^2.7 || ^3.0", |
||
1114 | "symfony/framework-bundle": "^2.7 || ^3.0", |
||
1115 | "symfony/security-bundle": "^2.7 || ^3.0", |
||
1116 | "symfony/templating": "^2.7 || ^3.0", |
||
1117 | "symfony/twig-bundle": "^2.7 || ^3.0", |
||
1118 | "twig/twig": "^1.28 || ^2.0" |
||
1119 | }, |
||
1120 | "conflict": { |
||
1121 | "doctrine/doctrine-bundle": "<1.3", |
||
1122 | "symfony/doctrine-bridge": "<2.7" |
||
1123 | }, |
||
1124 | "require-dev": { |
||
1125 | "doctrine/doctrine-bundle": "^1.3", |
||
1126 | "friendsofphp/php-cs-fixer": "^1.11", |
||
1127 | "phpunit/phpunit": "~4.8|~5.0", |
||
1128 | "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", |
||
1129 | "symfony/console": "^2.7 || ^3.0", |
||
1130 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
1131 | "symfony/validator": "^2.7 || ^3.0", |
||
1132 | "symfony/yaml": "^2.7 || ^3.0" |
||
1133 | }, |
||
1134 | "type": "symfony-bundle", |
||
1135 | "extra": { |
||
1136 | "branch-alias": { |
||
1137 | "dev-master": "2.0.x-dev" |
||
1138 | } |
||
1139 | }, |
||
1140 | "autoload": { |
||
1141 | "psr-4": { |
||
1142 | "FOS\\UserBundle\\": "" |
||
1143 | }, |
||
1144 | "exclude-from-classmap": [ |
||
1145 | "/Tests/" |
||
1146 | ] |
||
1147 | }, |
||
1148 | "notification-url": "https://packagist.org/downloads/", |
||
1149 | "license": [ |
||
1150 | "MIT" |
||
1151 | ], |
||
1152 | "authors": [ |
||
1153 | { |
||
1154 | "name": "Christophe Coevoet", |
||
1155 | "email": "[email protected]" |
||
1156 | }, |
||
1157 | { |
||
1158 | "name": "FriendsOfSymfony Community", |
||
1159 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" |
||
1160 | }, |
||
1161 | { |
||
1162 | "name": "Thibault Duplessis", |
||
1163 | "email": "[email protected]" |
||
1164 | } |
||
1165 | ], |
||
1166 | "description": "Symfony FOSUserBundle", |
||
1167 | "homepage": "http://friendsofsymfony.github.com", |
||
1168 | "keywords": [ |
||
1169 | "User management" |
||
1170 | ], |
||
1171 | "time": "2017-08-11 10:26:53" |
||
1172 | }, |
||
1173 | { |
||
1174 | "name": "guzzlehttp/guzzle", |
||
1175 | "version": "6.3.0", |
||
1176 | "source": { |
||
1177 | "type": "git", |
||
1178 | "url": "https://github.com/guzzle/guzzle.git", |
||
1179 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
1180 | }, |
||
1181 | "dist": { |
||
1182 | "type": "zip", |
||
1183 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1184 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1185 | "shasum": "" |
||
1186 | }, |
||
1187 | "require": { |
||
1188 | "guzzlehttp/promises": "^1.0", |
||
1189 | "guzzlehttp/psr7": "^1.4", |
||
1190 | "php": ">=5.5" |
||
1191 | }, |
||
1192 | "require-dev": { |
||
1193 | "ext-curl": "*", |
||
1194 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
1195 | "psr/log": "^1.0" |
||
1196 | }, |
||
1197 | "suggest": { |
||
1198 | "psr/log": "Required for using the Log middleware" |
||
1199 | }, |
||
1200 | "type": "library", |
||
1201 | "extra": { |
||
1202 | "branch-alias": { |
||
1203 | "dev-master": "6.2-dev" |
||
1204 | } |
||
1205 | }, |
||
1206 | "autoload": { |
||
1207 | "files": [ |
||
1208 | "src/functions_include.php" |
||
1209 | ], |
||
1210 | "psr-4": { |
||
1211 | "GuzzleHttp\\": "src/" |
||
1212 | } |
||
1213 | }, |
||
1214 | "notification-url": "https://packagist.org/downloads/", |
||
1215 | "license": [ |
||
1216 | "MIT" |
||
1217 | ], |
||
1218 | "authors": [ |
||
1219 | { |
||
1220 | "name": "Michael Dowling", |
||
1221 | "email": "[email protected]", |
||
1222 | "homepage": "https://github.com/mtdowling" |
||
1223 | } |
||
1224 | ], |
||
1225 | "description": "Guzzle is a PHP HTTP client library", |
||
1226 | "homepage": "http://guzzlephp.org/", |
||
1227 | "keywords": [ |
||
1228 | "client", |
||
1229 | "curl", |
||
1230 | "framework", |
||
1231 | "http", |
||
1232 | "http client", |
||
1233 | "rest", |
||
1234 | "web service" |
||
1235 | ], |
||
1236 | "time": "2017-06-22T18:50:49+00:00" |
||
1237 | }, |
||
1238 | { |
||
1239 | "name": "guzzlehttp/promises", |
||
1240 | "version": "v1.3.1", |
||
1241 | "source": { |
||
1242 | "type": "git", |
||
1243 | "url": "https://github.com/guzzle/promises.git", |
||
1244 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1245 | }, |
||
1246 | "dist": { |
||
1247 | "type": "zip", |
||
1248 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1249 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1250 | "shasum": "" |
||
1251 | }, |
||
1252 | "require": { |
||
1253 | "php": ">=5.5.0" |
||
1254 | }, |
||
1255 | "require-dev": { |
||
1256 | "phpunit/phpunit": "^4.0" |
||
1257 | }, |
||
1258 | "type": "library", |
||
1259 | "extra": { |
||
1260 | "branch-alias": { |
||
1261 | "dev-master": "1.4-dev" |
||
1262 | } |
||
1263 | }, |
||
1264 | "autoload": { |
||
1265 | "psr-4": { |
||
1266 | "GuzzleHttp\\Promise\\": "src/" |
||
1267 | }, |
||
1268 | "files": [ |
||
1269 | "src/functions_include.php" |
||
1270 | ] |
||
1271 | }, |
||
1272 | "notification-url": "https://packagist.org/downloads/", |
||
1273 | "license": [ |
||
1274 | "MIT" |
||
1275 | ], |
||
1276 | "authors": [ |
||
1277 | { |
||
1278 | "name": "Michael Dowling", |
||
1279 | "email": "[email protected]", |
||
1280 | "homepage": "https://github.com/mtdowling" |
||
1281 | } |
||
1282 | ], |
||
1283 | "description": "Guzzle promises library", |
||
1284 | "keywords": [ |
||
1285 | "promise" |
||
1286 | ], |
||
1287 | "time": "2016-12-20T10:07:11+00:00" |
||
1288 | }, |
||
1289 | { |
||
1290 | "name": "guzzlehttp/psr7", |
||
1291 | "version": "1.4.2", |
||
1292 | "source": { |
||
1293 | "type": "git", |
||
1294 | "url": "https://github.com/guzzle/psr7.git", |
||
1295 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
1296 | }, |
||
1297 | "dist": { |
||
1298 | "type": "zip", |
||
1299 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1300 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1301 | "shasum": "" |
||
1302 | }, |
||
1303 | "require": { |
||
1304 | "php": ">=5.4.0", |
||
1305 | "psr/http-message": "~1.0" |
||
1306 | }, |
||
1307 | "provide": { |
||
1308 | "psr/http-message-implementation": "1.0" |
||
1309 | }, |
||
1310 | "require-dev": { |
||
1311 | "phpunit/phpunit": "~4.0" |
||
1312 | }, |
||
1313 | "type": "library", |
||
1314 | "extra": { |
||
1315 | "branch-alias": { |
||
1316 | "dev-master": "1.4-dev" |
||
1317 | } |
||
1318 | }, |
||
1319 | "autoload": { |
||
1320 | "psr-4": { |
||
1321 | "GuzzleHttp\\Psr7\\": "src/" |
||
1322 | }, |
||
1323 | "files": [ |
||
1324 | "src/functions_include.php" |
||
1325 | ] |
||
1326 | }, |
||
1327 | "notification-url": "https://packagist.org/downloads/", |
||
1328 | "license": [ |
||
1329 | "MIT" |
||
1330 | ], |
||
1331 | "authors": [ |
||
1332 | { |
||
1333 | "name": "Michael Dowling", |
||
1334 | "email": "[email protected]", |
||
1335 | "homepage": "https://github.com/mtdowling" |
||
1336 | }, |
||
1337 | { |
||
1338 | "name": "Tobias Schultze", |
||
1339 | "homepage": "https://github.com/Tobion" |
||
1340 | } |
||
1341 | ], |
||
1342 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
1343 | "keywords": [ |
||
1344 | "http", |
||
1345 | "message", |
||
1346 | "request", |
||
1347 | "response", |
||
1348 | "stream", |
||
1349 | "uri", |
||
1350 | "url" |
||
1351 | ], |
||
1352 | "time": "2017-03-20T17:10:46+00:00" |
||
1353 | }, |
||
1354 | { |
||
1355 | "name": "incenteev/composer-parameter-handler", |
||
1356 | "version": "v2.1.2", |
||
1357 | "source": { |
||
1358 | "type": "git", |
||
1359 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
1360 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
1361 | }, |
||
1362 | "dist": { |
||
1363 | "type": "zip", |
||
1364 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1365 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1366 | "shasum": "" |
||
1367 | }, |
||
1368 | "require": { |
||
1369 | "php": ">=5.3.3", |
||
1370 | "symfony/yaml": "~2.3|~3.0" |
||
1371 | }, |
||
1372 | "require-dev": { |
||
1373 | "composer/composer": "1.0.*@dev", |
||
1374 | "phpspec/prophecy-phpunit": "~1.0", |
||
1375 | "symfony/filesystem": "~2.2" |
||
1376 | }, |
||
1377 | "type": "library", |
||
1378 | "extra": { |
||
1379 | "branch-alias": { |
||
1380 | "dev-master": "2.1.x-dev" |
||
1381 | } |
||
1382 | }, |
||
1383 | "autoload": { |
||
1384 | "psr-4": { |
||
1385 | "Incenteev\\ParameterHandler\\": "" |
||
1386 | } |
||
1387 | }, |
||
1388 | "notification-url": "https://packagist.org/downloads/", |
||
1389 | "license": [ |
||
1390 | "MIT" |
||
1391 | ], |
||
1392 | "authors": [ |
||
1393 | { |
||
1394 | "name": "Christophe Coevoet", |
||
1395 | "email": "[email protected]" |
||
1396 | } |
||
1397 | ], |
||
1398 | "description": "Composer script handling your ignored parameter file", |
||
1399 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
1400 | "keywords": [ |
||
1401 | "parameters management" |
||
1402 | ], |
||
1403 | "time": "2015-11-10T17:04:01+00:00" |
||
1404 | }, |
||
1405 | { |
||
1406 | "name": "jdorn/sql-formatter", |
||
1407 | "version": "v1.2.17", |
||
1408 | "source": { |
||
1409 | "type": "git", |
||
1410 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1411 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1412 | }, |
||
1413 | "dist": { |
||
1414 | "type": "zip", |
||
1415 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1416 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1417 | "shasum": "" |
||
1418 | }, |
||
1419 | "require": { |
||
1420 | "php": ">=5.2.4" |
||
1421 | }, |
||
1422 | "require-dev": { |
||
1423 | "phpunit/phpunit": "3.7.*" |
||
1424 | }, |
||
1425 | "type": "library", |
||
1426 | "extra": { |
||
1427 | "branch-alias": { |
||
1428 | "dev-master": "1.3.x-dev" |
||
1429 | } |
||
1430 | }, |
||
1431 | "autoload": { |
||
1432 | "classmap": [ |
||
1433 | "lib" |
||
1434 | ] |
||
1435 | }, |
||
1436 | "notification-url": "https://packagist.org/downloads/", |
||
1437 | "license": [ |
||
1438 | "MIT" |
||
1439 | ], |
||
1440 | "authors": [ |
||
1441 | { |
||
1442 | "name": "Jeremy Dorn", |
||
1443 | "email": "[email protected]", |
||
1444 | "homepage": "http://jeremydorn.com/" |
||
1445 | } |
||
1446 | ], |
||
1447 | "description": "a PHP SQL highlighting library", |
||
1448 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1449 | "keywords": [ |
||
1450 | "highlight", |
||
1451 | "sql" |
||
1452 | ], |
||
1453 | "time": "2014-01-12T16:20:24+00:00" |
||
1454 | }, |
||
1455 | { |
||
1456 | "name": "lexik/jwt-authentication-bundle", |
||
1457 | "version": "v2.4.1", |
||
1458 | "source": { |
||
1459 | "type": "git", |
||
1460 | "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git", |
||
1461 | "reference": "7f213110d12315514879d44d8b90134ec99c24be" |
||
1462 | }, |
||
1463 | "dist": { |
||
1464 | "type": "zip", |
||
1465 | "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/7f213110d12315514879d44d8b90134ec99c24be", |
||
1466 | "reference": "7f213110d12315514879d44d8b90134ec99c24be", |
||
1467 | "shasum": "" |
||
1468 | }, |
||
1469 | "require": { |
||
1470 | "namshi/jose": "^7.2", |
||
1471 | "php": "^5.5|^7.0", |
||
1472 | "symfony/console": "^2.8|^3.0", |
||
1473 | "symfony/framework-bundle": "^2.8|^3.0", |
||
1474 | "symfony/security-bundle": "^2.8|^3.0" |
||
1475 | }, |
||
1476 | "require-dev": { |
||
1477 | "friendsofphp/php-cs-fixer": "^1.1", |
||
1478 | "lcobucci/jwt": "~3.2", |
||
1479 | "phpunit/phpunit": "^4.8|^5.0", |
||
1480 | "symfony/browser-kit": "^2.8|^3.0", |
||
1481 | "symfony/dom-crawler": "^2.8|^3.0", |
||
1482 | "symfony/phpunit-bridge": "~3.2", |
||
1483 | "symfony/yaml": "^2.8|^3.0" |
||
1484 | }, |
||
1485 | "suggest": { |
||
1486 | "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", |
||
1487 | "lcobucci/jwt": "For using the LcobucciJWTEncoder", |
||
1488 | "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" |
||
1489 | }, |
||
1490 | "type": "symfony-bundle", |
||
1491 | "extra": { |
||
1492 | "branch-alias": { |
||
1493 | "dev-master": "2.x-dev" |
||
1494 | } |
||
1495 | }, |
||
1496 | "autoload": { |
||
1497 | "psr-4": { |
||
1498 | "Lexik\\Bundle\\JWTAuthenticationBundle\\": "" |
||
1499 | }, |
||
1500 | "exclude-from-classmap": [ |
||
1501 | "/Tests/" |
||
1502 | ] |
||
1503 | }, |
||
1504 | "notification-url": "https://packagist.org/downloads/", |
||
1505 | "license": [ |
||
1506 | "MIT" |
||
1507 | ], |
||
1508 | "authors": [ |
||
1509 | { |
||
1510 | "name": "Robin Chalas", |
||
1511 | "email": "[email protected]", |
||
1512 | "homepage": "https://github.com/chalasr" |
||
1513 | }, |
||
1514 | { |
||
1515 | "name": "Jeremy Barthe", |
||
1516 | "email": "[email protected]", |
||
1517 | "homepage": "https://github.com/jeremyb" |
||
1518 | }, |
||
1519 | { |
||
1520 | "name": "Nicolas Cabot", |
||
1521 | "email": "[email protected]", |
||
1522 | "homepage": "https://github.com/slashfan" |
||
1523 | }, |
||
1524 | { |
||
1525 | "name": "Cedric Girard", |
||
1526 | "email": "[email protected]", |
||
1527 | "homepage": "https://github.com/cedric-g" |
||
1528 | }, |
||
1529 | { |
||
1530 | "name": "Lexik Community", |
||
1531 | "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors" |
||
1532 | }, |
||
1533 | { |
||
1534 | "name": "Dev Lexik", |
||
1535 | "email": "[email protected]", |
||
1536 | "homepage": "https://github.com/lexik" |
||
1537 | } |
||
1538 | ], |
||
1539 | "description": "This bundle provides JWT authentication for your Symfony REST API", |
||
1540 | "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle", |
||
1541 | "keywords": [ |
||
1542 | "Authentication", |
||
1543 | "JWS", |
||
1544 | "api", |
||
1545 | "bundle", |
||
1546 | "jwt", |
||
1547 | "rest", |
||
1548 | "symfony" |
||
1549 | ], |
||
1550 | "time": "2017-06-29T13:44:14+00:00" |
||
1551 | }, |
||
1552 | { |
||
1553 | "name": "michelf/php-markdown", |
||
1554 | "version": "1.7.0", |
||
1555 | "source": { |
||
1556 | "type": "git", |
||
1557 | "url": "https://github.com/michelf/php-markdown.git", |
||
1558 | "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" |
||
1559 | }, |
||
1560 | "dist": { |
||
1561 | "type": "zip", |
||
1562 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", |
||
1563 | "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", |
||
1564 | "shasum": "" |
||
1565 | }, |
||
1566 | "require": { |
||
1567 | "php": ">=5.3.0" |
||
1568 | }, |
||
1569 | "type": "library", |
||
1570 | "extra": { |
||
1571 | "branch-alias": { |
||
1572 | "dev-lib": "1.4.x-dev" |
||
1573 | } |
||
1574 | }, |
||
1575 | "autoload": { |
||
1576 | "psr-0": { |
||
1577 | "Michelf": "" |
||
1578 | } |
||
1579 | }, |
||
1580 | "notification-url": "https://packagist.org/downloads/", |
||
1581 | "license": [ |
||
1582 | "BSD-3-Clause" |
||
1583 | ], |
||
1584 | "authors": [ |
||
1585 | { |
||
1586 | "name": "Michel Fortin", |
||
1587 | "email": "[email protected]", |
||
1588 | "homepage": "https://michelf.ca/", |
||
1589 | "role": "Developer" |
||
1590 | }, |
||
1591 | { |
||
1592 | "name": "John Gruber", |
||
1593 | "homepage": "https://daringfireball.net/" |
||
1594 | } |
||
1595 | ], |
||
1596 | "description": "PHP Markdown", |
||
1597 | "homepage": "https://michelf.ca/projects/php-markdown/", |
||
1598 | "keywords": [ |
||
1599 | "markdown" |
||
1600 | ], |
||
1601 | "time": "2016-10-29T18:58:20+00:00" |
||
1602 | }, |
||
1603 | { |
||
1604 | "name": "monolog/monolog", |
||
1605 | "version": "1.23.0", |
||
1606 | "source": { |
||
1607 | "type": "git", |
||
1608 | "url": "https://github.com/Seldaek/monolog.git", |
||
1609 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
1610 | }, |
||
1611 | "dist": { |
||
1612 | "type": "zip", |
||
1613 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1614 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1615 | "shasum": "" |
||
1616 | }, |
||
1617 | "require": { |
||
1618 | "php": ">=5.3.0", |
||
1619 | "psr/log": "~1.0" |
||
1620 | }, |
||
1621 | "provide": { |
||
1622 | "psr/log-implementation": "1.0.0" |
||
1623 | }, |
||
1624 | "require-dev": { |
||
1625 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1626 | "doctrine/couchdb": "~1.0@dev", |
||
1627 | "graylog2/gelf-php": "~1.0", |
||
1628 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1629 | "php-amqplib/php-amqplib": "~2.4", |
||
1630 | "php-console/php-console": "^3.1.3", |
||
1631 | "phpunit/phpunit": "~4.5", |
||
1632 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1633 | "ruflin/elastica": ">=0.90 <3.0", |
||
1634 | "sentry/sentry": "^0.13", |
||
1635 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
1636 | }, |
||
1637 | "suggest": { |
||
1638 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1639 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1640 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1641 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1642 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1643 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1644 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1645 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1646 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1647 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1648 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1649 | }, |
||
1650 | "type": "library", |
||
1651 | "extra": { |
||
1652 | "branch-alias": { |
||
1653 | "dev-master": "2.0.x-dev" |
||
1654 | } |
||
1655 | }, |
||
1656 | "autoload": { |
||
1657 | "psr-4": { |
||
1658 | "Monolog\\": "src/Monolog" |
||
1659 | } |
||
1660 | }, |
||
1661 | "notification-url": "https://packagist.org/downloads/", |
||
1662 | "license": [ |
||
1663 | "MIT" |
||
1664 | ], |
||
1665 | "authors": [ |
||
1666 | { |
||
1667 | "name": "Jordi Boggiano", |
||
1668 | "email": "[email protected]", |
||
1669 | "homepage": "http://seld.be" |
||
1670 | } |
||
1671 | ], |
||
1672 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1673 | "homepage": "http://github.com/Seldaek/monolog", |
||
1674 | "keywords": [ |
||
1675 | "log", |
||
1676 | "logging", |
||
1677 | "psr-3" |
||
1678 | ], |
||
1679 | "time": "2017-06-19T01:22:40+00:00" |
||
1680 | }, |
||
1681 | { |
||
1682 | "name": "namshi/jose", |
||
1683 | "version": "7.2.3", |
||
1684 | "source": { |
||
1685 | "type": "git", |
||
1686 | "url": "https://github.com/namshi/jose.git", |
||
1687 | "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" |
||
1688 | }, |
||
1689 | "dist": { |
||
1690 | "type": "zip", |
||
1691 | "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", |
||
1692 | "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", |
||
1693 | "shasum": "" |
||
1694 | }, |
||
1695 | "require": { |
||
1696 | "ext-date": "*", |
||
1697 | "ext-hash": "*", |
||
1698 | "ext-json": "*", |
||
1699 | "ext-pcre": "*", |
||
1700 | "ext-spl": "*", |
||
1701 | "php": ">=5.5", |
||
1702 | "symfony/polyfill-php56": "^1.0" |
||
1703 | }, |
||
1704 | "require-dev": { |
||
1705 | "phpseclib/phpseclib": "^2.0", |
||
1706 | "phpunit/phpunit": "^4.5|^5.0", |
||
1707 | "satooshi/php-coveralls": "^1.0" |
||
1708 | }, |
||
1709 | "suggest": { |
||
1710 | "ext-openssl": "Allows to use OpenSSL as crypto engine.", |
||
1711 | "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." |
||
1712 | }, |
||
1713 | "type": "library", |
||
1714 | "autoload": { |
||
1715 | "psr-4": { |
||
1716 | "Namshi\\JOSE\\": "src/Namshi/JOSE/" |
||
1717 | } |
||
1718 | }, |
||
1719 | "notification-url": "https://packagist.org/downloads/", |
||
1720 | "license": [ |
||
1721 | "MIT" |
||
1722 | ], |
||
1723 | "authors": [ |
||
1724 | { |
||
1725 | "name": "Alessandro Nadalin", |
||
1726 | "email": "[email protected]" |
||
1727 | }, |
||
1728 | { |
||
1729 | "name": "Alessandro Cinelli (cirpo)", |
||
1730 | "email": "[email protected]" |
||
1731 | } |
||
1732 | ], |
||
1733 | "description": "JSON Object Signing and Encryption library for PHP.", |
||
1734 | "keywords": [ |
||
1735 | "JSON Web Signature", |
||
1736 | "JSON Web Token", |
||
1737 | "JWS", |
||
1738 | "json", |
||
1739 | "jwt", |
||
1740 | "token" |
||
1741 | ], |
||
1742 | "time": "2016-12-05T07:27:31+00:00" |
||
1743 | }, |
||
1744 | { |
||
1745 | "name": "nelmio/api-doc-bundle", |
||
1746 | "version": "2.13.2", |
||
1747 | "target-dir": "Nelmio/ApiDocBundle", |
||
1748 | "source": { |
||
1749 | "type": "git", |
||
1750 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", |
||
1751 | "reference": "adcdd91950db72346be4a8af82cc05883b97cef3" |
||
1752 | }, |
||
1753 | "dist": { |
||
1754 | "type": "zip", |
||
1755 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/adcdd91950db72346be4a8af82cc05883b97cef3", |
||
1756 | "reference": "adcdd91950db72346be4a8af82cc05883b97cef3", |
||
1757 | "shasum": "" |
||
1758 | }, |
||
1759 | "require": { |
||
1760 | "michelf/php-markdown": "~1.4", |
||
1761 | "php": ">=5.4", |
||
1762 | "symfony/console": "~2.3|~3.0", |
||
1763 | "symfony/framework-bundle": "~2.3|~3.0", |
||
1764 | "symfony/twig-bundle": "~2.3|~3.0" |
||
1765 | }, |
||
1766 | "conflict": { |
||
1767 | "jms/serializer": "<0.12", |
||
1768 | "jms/serializer-bundle": "<0.11", |
||
1769 | "symfony/symfony": "~2.7.8", |
||
1770 | "twig/twig": "<1.12" |
||
1771 | }, |
||
1772 | "require-dev": { |
||
1773 | "doctrine/doctrine-bundle": "~1.5", |
||
1774 | "doctrine/orm": "~2.3", |
||
1775 | "dunglas/api-bundle": "~1.0@dev", |
||
1776 | "friendsofsymfony/rest-bundle": "~1.0|~2.0", |
||
1777 | "jms/serializer-bundle": ">=0.11", |
||
1778 | "sensio/framework-extra-bundle": "~3.0", |
||
1779 | "symfony/browser-kit": "~2.3|~3.0", |
||
1780 | "symfony/css-selector": "~2.3|~3.0", |
||
1781 | "symfony/finder": "~2.3|~3.0", |
||
1782 | "symfony/form": "~2.3|~3.0", |
||
1783 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
1784 | "symfony/serializer": "~2.7|~3.0", |
||
1785 | "symfony/validator": "~2.3|~3.0", |
||
1786 | "symfony/yaml": "~2.3|~3.0" |
||
1787 | }, |
||
1788 | "suggest": { |
||
1789 | "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.", |
||
1790 | "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.", |
||
1791 | "jms/serializer": "For making use of serializer information in the doc.", |
||
1792 | "symfony/form": "For using form definitions as input.", |
||
1793 | "symfony/validator": "For making use of validator information in the doc." |
||
1794 | }, |
||
1795 | "type": "symfony-bundle", |
||
1796 | "extra": { |
||
1797 | "branch-alias": { |
||
1798 | "dev-master": "2.13-dev" |
||
1799 | } |
||
1800 | }, |
||
1801 | "autoload": { |
||
1802 | "psr-0": { |
||
1803 | "Nelmio\\ApiDocBundle": "" |
||
1804 | } |
||
1805 | }, |
||
1806 | "notification-url": "https://packagist.org/downloads/", |
||
1807 | "license": [ |
||
1808 | "MIT" |
||
1809 | ], |
||
1810 | "authors": [ |
||
1811 | { |
||
1812 | "name": "Nelmio", |
||
1813 | "homepage": "http://nelm.io" |
||
1814 | }, |
||
1815 | { |
||
1816 | "name": "Symfony Community", |
||
1817 | "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" |
||
1818 | } |
||
1819 | ], |
||
1820 | "description": "Generates documentation for your REST API from annotations", |
||
1821 | "keywords": [ |
||
1822 | "api", |
||
1823 | "doc", |
||
1824 | "documentation", |
||
1825 | "rest" |
||
1826 | ], |
||
1827 | "time": "2017-05-13T14:53:58+00:00" |
||
1828 | }, |
||
1829 | { |
||
1830 | "name": "paragonie/random_compat", |
||
1831 | "version": "v2.0.10", |
||
1832 | "source": { |
||
1833 | "type": "git", |
||
1834 | "url": "https://github.com/paragonie/random_compat.git", |
||
1835 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
1836 | }, |
||
1837 | "dist": { |
||
1838 | "type": "zip", |
||
1839 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
1840 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
1841 | "shasum": "" |
||
1842 | }, |
||
1843 | "require": { |
||
1844 | "php": ">=5.2.0" |
||
1845 | }, |
||
1846 | "require-dev": { |
||
1847 | "phpunit/phpunit": "4.*|5.*" |
||
1848 | }, |
||
1849 | "suggest": { |
||
1850 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1851 | }, |
||
1852 | "type": "library", |
||
1853 | "autoload": { |
||
1854 | "files": [ |
||
1855 | "lib/random.php" |
||
1856 | ] |
||
1857 | }, |
||
1858 | "notification-url": "https://packagist.org/downloads/", |
||
1859 | "license": [ |
||
1860 | "MIT" |
||
1861 | ], |
||
1862 | "authors": [ |
||
1863 | { |
||
1864 | "name": "Paragon Initiative Enterprises", |
||
1865 | "email": "[email protected]", |
||
1866 | "homepage": "https://paragonie.com" |
||
1867 | } |
||
1868 | ], |
||
1869 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1870 | "keywords": [ |
||
1871 | "csprng", |
||
1872 | "pseudorandom", |
||
1873 | "random" |
||
1874 | ], |
||
1875 | "time": "2017-03-13T16:27:32+00:00" |
||
1876 | }, |
||
1877 | { |
||
1878 | "name": "php-amqplib/php-amqplib", |
||
1879 | "version": "v2.6.3", |
||
1880 | "source": { |
||
1881 | "type": "git", |
||
1882 | "url": "https://github.com/php-amqplib/php-amqplib.git", |
||
1883 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6" |
||
1884 | }, |
||
1885 | "dist": { |
||
1886 | "type": "zip", |
||
1887 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
1888 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
1889 | "shasum": "" |
||
1890 | }, |
||
1891 | "require": { |
||
1892 | "ext-bcmath": "*", |
||
1893 | "ext-mbstring": "*", |
||
1894 | "php": ">=5.3.0" |
||
1895 | }, |
||
1896 | "replace": { |
||
1897 | "videlalvaro/php-amqplib": "self.version" |
||
1898 | }, |
||
1899 | "require-dev": { |
||
1900 | "phpunit/phpunit": "^4.8", |
||
1901 | "scrutinizer/ocular": "^1.1", |
||
1902 | "squizlabs/php_codesniffer": "^2.5" |
||
1903 | }, |
||
1904 | "suggest": { |
||
1905 | "ext-sockets": "Use AMQPSocketConnection" |
||
1906 | }, |
||
1907 | "type": "library", |
||
1908 | "extra": { |
||
1909 | "branch-alias": { |
||
1910 | "dev-master": "2.7-dev" |
||
1911 | } |
||
1912 | }, |
||
1913 | "autoload": { |
||
1914 | "psr-4": { |
||
1915 | "PhpAmqpLib\\": "PhpAmqpLib/" |
||
1916 | } |
||
1917 | }, |
||
1918 | "notification-url": "https://packagist.org/downloads/", |
||
1919 | "license": [ |
||
1920 | "LGPL-2.1" |
||
1921 | ], |
||
1922 | "authors": [ |
||
1923 | { |
||
1924 | "name": "Alvaro Videla", |
||
1925 | "role": "Original Maintainer" |
||
1926 | }, |
||
1927 | { |
||
1928 | "name": "John Kelly", |
||
1929 | "email": "[email protected]", |
||
1930 | "role": "Maintainer" |
||
1931 | }, |
||
1932 | { |
||
1933 | "name": "Raúl Araya", |
||
1934 | "email": "[email protected]", |
||
1935 | "role": "Maintainer" |
||
1936 | } |
||
1937 | ], |
||
1938 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", |
||
1939 | "homepage": "https://github.com/php-amqplib/php-amqplib/", |
||
1940 | "keywords": [ |
||
1941 | "message", |
||
1942 | "queue", |
||
1943 | "rabbitmq" |
||
1944 | ], |
||
1945 | "time": "2016-04-11T14:30:01+00:00" |
||
1946 | }, |
||
1947 | { |
||
1948 | "name": "psr/cache", |
||
1949 | "version": "1.0.1", |
||
1950 | "source": { |
||
1951 | "type": "git", |
||
1952 | "url": "https://github.com/php-fig/cache.git", |
||
1953 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1954 | }, |
||
1955 | "dist": { |
||
1956 | "type": "zip", |
||
1957 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1958 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1959 | "shasum": "" |
||
1960 | }, |
||
1961 | "require": { |
||
1962 | "php": ">=5.3.0" |
||
1963 | }, |
||
1964 | "type": "library", |
||
1965 | "extra": { |
||
1966 | "branch-alias": { |
||
1967 | "dev-master": "1.0.x-dev" |
||
1968 | } |
||
1969 | }, |
||
1970 | "autoload": { |
||
1971 | "psr-4": { |
||
1972 | "Psr\\Cache\\": "src/" |
||
1973 | } |
||
1974 | }, |
||
1975 | "notification-url": "https://packagist.org/downloads/", |
||
1976 | "license": [ |
||
1977 | "MIT" |
||
1978 | ], |
||
1979 | "authors": [ |
||
1980 | { |
||
1981 | "name": "PHP-FIG", |
||
1982 | "homepage": "http://www.php-fig.org/" |
||
1983 | } |
||
1984 | ], |
||
1985 | "description": "Common interface for caching libraries", |
||
1986 | "keywords": [ |
||
1987 | "cache", |
||
1988 | "psr", |
||
1989 | "psr-6" |
||
1990 | ], |
||
1991 | "time": "2016-08-06T20:24:11+00:00" |
||
1992 | }, |
||
1993 | { |
||
1994 | "name": "psr/container", |
||
1995 | "version": "1.0.0", |
||
1996 | "source": { |
||
1997 | "type": "git", |
||
1998 | "url": "https://github.com/php-fig/container.git", |
||
1999 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
2000 | }, |
||
2001 | "dist": { |
||
2002 | "type": "zip", |
||
2003 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
2004 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
2005 | "shasum": "" |
||
2006 | }, |
||
2007 | "require": { |
||
2008 | "php": ">=5.3.0" |
||
2009 | }, |
||
2010 | "type": "library", |
||
2011 | "extra": { |
||
2012 | "branch-alias": { |
||
2013 | "dev-master": "1.0.x-dev" |
||
2014 | } |
||
2015 | }, |
||
2016 | "autoload": { |
||
2017 | "psr-4": { |
||
2018 | "Psr\\Container\\": "src/" |
||
2019 | } |
||
2020 | }, |
||
2021 | "notification-url": "https://packagist.org/downloads/", |
||
2022 | "license": [ |
||
2023 | "MIT" |
||
2024 | ], |
||
2025 | "authors": [ |
||
2026 | { |
||
2027 | "name": "PHP-FIG", |
||
2028 | "homepage": "http://www.php-fig.org/" |
||
2029 | } |
||
2030 | ], |
||
2031 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
2032 | "homepage": "https://github.com/php-fig/container", |
||
2033 | "keywords": [ |
||
2034 | "PSR-11", |
||
2035 | "container", |
||
2036 | "container-interface", |
||
2037 | "container-interop", |
||
2038 | "psr" |
||
2039 | ], |
||
2040 | "time": "2017-02-14T16:28:37+00:00" |
||
2041 | }, |
||
2042 | { |
||
2043 | "name": "psr/http-message", |
||
2044 | "version": "1.0.1", |
||
2045 | "source": { |
||
2046 | "type": "git", |
||
2047 | "url": "https://github.com/php-fig/http-message.git", |
||
2048 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
2049 | }, |
||
2050 | "dist": { |
||
2051 | "type": "zip", |
||
2052 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2053 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2054 | "shasum": "" |
||
2055 | }, |
||
2056 | "require": { |
||
2057 | "php": ">=5.3.0" |
||
2058 | }, |
||
2059 | "type": "library", |
||
2060 | "extra": { |
||
2061 | "branch-alias": { |
||
2062 | "dev-master": "1.0.x-dev" |
||
2063 | } |
||
2064 | }, |
||
2065 | "autoload": { |
||
2066 | "psr-4": { |
||
2067 | "Psr\\Http\\Message\\": "src/" |
||
2068 | } |
||
2069 | }, |
||
2070 | "notification-url": "https://packagist.org/downloads/", |
||
2071 | "license": [ |
||
2072 | "MIT" |
||
2073 | ], |
||
2074 | "authors": [ |
||
2075 | { |
||
2076 | "name": "PHP-FIG", |
||
2077 | "homepage": "http://www.php-fig.org/" |
||
2078 | } |
||
2079 | ], |
||
2080 | "description": "Common interface for HTTP messages", |
||
2081 | "homepage": "https://github.com/php-fig/http-message", |
||
2082 | "keywords": [ |
||
2083 | "http", |
||
2084 | "http-message", |
||
2085 | "psr", |
||
2086 | "psr-7", |
||
2087 | "request", |
||
2088 | "response" |
||
2089 | ], |
||
2090 | "time": "2016-08-06T14:39:51+00:00" |
||
2091 | }, |
||
2092 | { |
||
2093 | "name": "psr/link", |
||
2094 | "version": "1.0.0", |
||
2095 | "source": { |
||
2096 | "type": "git", |
||
2097 | "url": "https://github.com/php-fig/link.git", |
||
2098 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
2099 | }, |
||
2100 | "dist": { |
||
2101 | "type": "zip", |
||
2102 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
2103 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
2104 | "shasum": "" |
||
2105 | }, |
||
2106 | "require": { |
||
2107 | "php": ">=5.3.0" |
||
2108 | }, |
||
2109 | "type": "library", |
||
2110 | "extra": { |
||
2111 | "branch-alias": { |
||
2112 | "dev-master": "1.0.x-dev" |
||
2113 | } |
||
2114 | }, |
||
2115 | "autoload": { |
||
2116 | "psr-4": { |
||
2117 | "Psr\\Link\\": "src/" |
||
2118 | } |
||
2119 | }, |
||
2120 | "notification-url": "https://packagist.org/downloads/", |
||
2121 | "license": [ |
||
2122 | "MIT" |
||
2123 | ], |
||
2124 | "authors": [ |
||
2125 | { |
||
2126 | "name": "PHP-FIG", |
||
2127 | "homepage": "http://www.php-fig.org/" |
||
2128 | } |
||
2129 | ], |
||
2130 | "description": "Common interfaces for HTTP links", |
||
2131 | "keywords": [ |
||
2132 | "http", |
||
2133 | "http-link", |
||
2134 | "link", |
||
2135 | "psr", |
||
2136 | "psr-13", |
||
2137 | "rest" |
||
2138 | ], |
||
2139 | "time": "2016-10-28T16:06:13+00:00" |
||
2140 | }, |
||
2141 | { |
||
2142 | "name": "psr/log", |
||
2143 | "version": "1.0.2", |
||
2144 | "source": { |
||
2145 | "type": "git", |
||
2146 | "url": "https://github.com/php-fig/log.git", |
||
2147 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
2148 | }, |
||
2149 | "dist": { |
||
2150 | "type": "zip", |
||
2151 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2152 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2153 | "shasum": "" |
||
2154 | }, |
||
2155 | "require": { |
||
2156 | "php": ">=5.3.0" |
||
2157 | }, |
||
2158 | "type": "library", |
||
2159 | "extra": { |
||
2160 | "branch-alias": { |
||
2161 | "dev-master": "1.0.x-dev" |
||
2162 | } |
||
2163 | }, |
||
2164 | "autoload": { |
||
2165 | "psr-4": { |
||
2166 | "Psr\\Log\\": "Psr/Log/" |
||
2167 | } |
||
2168 | }, |
||
2169 | "notification-url": "https://packagist.org/downloads/", |
||
2170 | "license": [ |
||
2171 | "MIT" |
||
2172 | ], |
||
2173 | "authors": [ |
||
2174 | { |
||
2175 | "name": "PHP-FIG", |
||
2176 | "homepage": "http://www.php-fig.org/" |
||
2177 | } |
||
2178 | ], |
||
2179 | "description": "Common interface for logging libraries", |
||
2180 | "homepage": "https://github.com/php-fig/log", |
||
2181 | "keywords": [ |
||
2182 | "log", |
||
2183 | "psr", |
||
2184 | "psr-3" |
||
2185 | ], |
||
2186 | "time": "2016-10-10T12:19:37+00:00" |
||
2187 | }, |
||
2188 | { |
||
2189 | "name": "psr/simple-cache", |
||
2190 | "version": "1.0.0", |
||
2191 | "source": { |
||
2192 | "type": "git", |
||
2193 | "url": "https://github.com/php-fig/simple-cache.git", |
||
2194 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
2195 | }, |
||
2196 | "dist": { |
||
2197 | "type": "zip", |
||
2198 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2199 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2200 | "shasum": "" |
||
2201 | }, |
||
2202 | "require": { |
||
2203 | "php": ">=5.3.0" |
||
2204 | }, |
||
2205 | "type": "library", |
||
2206 | "extra": { |
||
2207 | "branch-alias": { |
||
2208 | "dev-master": "1.0.x-dev" |
||
2209 | } |
||
2210 | }, |
||
2211 | "autoload": { |
||
2212 | "psr-4": { |
||
2213 | "Psr\\SimpleCache\\": "src/" |
||
2214 | } |
||
2215 | }, |
||
2216 | "notification-url": "https://packagist.org/downloads/", |
||
2217 | "license": [ |
||
2218 | "MIT" |
||
2219 | ], |
||
2220 | "authors": [ |
||
2221 | { |
||
2222 | "name": "PHP-FIG", |
||
2223 | "homepage": "http://www.php-fig.org/" |
||
2224 | } |
||
2225 | ], |
||
2226 | "description": "Common interfaces for simple caching", |
||
2227 | "keywords": [ |
||
2228 | "cache", |
||
2229 | "caching", |
||
2230 | "psr", |
||
2231 | "psr-16", |
||
2232 | "simple-cache" |
||
2233 | ], |
||
2234 | "time": "2017-01-02T13:31:39+00:00" |
||
2235 | }, |
||
2236 | { |
||
2237 | "name": "ramsey/uuid", |
||
2238 | "version": "3.7.0", |
||
2239 | "source": { |
||
2240 | "type": "git", |
||
2241 | "url": "https://github.com/ramsey/uuid.git", |
||
2242 | "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e" |
||
2243 | }, |
||
2244 | "dist": { |
||
2245 | "type": "zip", |
||
2246 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/0ef23d1b10cf1bc576e9d865a7e9c47982c5715e", |
||
2247 | "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e", |
||
2248 | "shasum": "" |
||
2249 | }, |
||
2250 | "require": { |
||
2251 | "paragonie/random_compat": "^1.0|^2.0", |
||
2252 | "php": "^5.4 || ^7.0" |
||
2253 | }, |
||
2254 | "replace": { |
||
2255 | "rhumsaa/uuid": "self.version" |
||
2256 | }, |
||
2257 | "require-dev": { |
||
2258 | "apigen/apigen": "^4.1", |
||
2259 | "codeception/aspect-mock": "^1.0 | ^2.0", |
||
2260 | "doctrine/annotations": "~1.2.0", |
||
2261 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
2262 | "ircmaxell/random-lib": "^1.1", |
||
2263 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
2264 | "mockery/mockery": "^0.9.4", |
||
2265 | "moontoast/math": "^1.1", |
||
2266 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
2267 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
2268 | "satooshi/php-coveralls": "^0.6.1", |
||
2269 | "squizlabs/php_codesniffer": "^2.3" |
||
2270 | }, |
||
2271 | "suggest": { |
||
2272 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
2273 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
2274 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
2275 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
2276 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
2277 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
2278 | }, |
||
2279 | "type": "library", |
||
2280 | "extra": { |
||
2281 | "branch-alias": { |
||
2282 | "dev-master": "3.x-dev" |
||
2283 | } |
||
2284 | }, |
||
2285 | "autoload": { |
||
2286 | "psr-4": { |
||
2287 | "Ramsey\\Uuid\\": "src/" |
||
2288 | } |
||
2289 | }, |
||
2290 | "notification-url": "https://packagist.org/downloads/", |
||
2291 | "license": [ |
||
2292 | "MIT" |
||
2293 | ], |
||
2294 | "authors": [ |
||
2295 | { |
||
2296 | "name": "Marijn Huizendveld", |
||
2297 | "email": "[email protected]" |
||
2298 | }, |
||
2299 | { |
||
2300 | "name": "Thibaud Fabre", |
||
2301 | "email": "[email protected]" |
||
2302 | }, |
||
2303 | { |
||
2304 | "name": "Ben Ramsey", |
||
2305 | "email": "[email protected]", |
||
2306 | "homepage": "https://benramsey.com" |
||
2307 | } |
||
2308 | ], |
||
2309 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2310 | "homepage": "https://github.com/ramsey/uuid", |
||
2311 | "keywords": [ |
||
2312 | "guid", |
||
2313 | "identifier", |
||
2314 | "uuid" |
||
2315 | ], |
||
2316 | "time": "2017-08-04T13:39:04+00:00" |
||
2317 | }, |
||
2318 | { |
||
2319 | "name": "sendwithus/api", |
||
2320 | "version": "v2.14.0", |
||
2321 | "source": { |
||
2322 | "type": "git", |
||
2323 | "url": "https://github.com/sendwithus/sendwithus_php.git", |
||
2324 | "reference": "19d3a57e685b6b44dddea3b072b0eea68348c300" |
||
2325 | }, |
||
2326 | "dist": { |
||
2327 | "type": "zip", |
||
2328 | "url": "https://api.github.com/repos/sendwithus/sendwithus_php/zipball/19d3a57e685b6b44dddea3b072b0eea68348c300", |
||
2329 | "reference": "19d3a57e685b6b44dddea3b072b0eea68348c300", |
||
2330 | "shasum": "" |
||
2331 | }, |
||
2332 | "type": "library", |
||
2333 | "autoload": { |
||
2334 | "classmap": [ |
||
2335 | "lib" |
||
2336 | ] |
||
2337 | }, |
||
2338 | "notification-url": "https://packagist.org/downloads/", |
||
2339 | "description": "sendwithus.com PHP Client", |
||
2340 | "time": "2016-09-12T22:19:47+00:00" |
||
2341 | }, |
||
2342 | { |
||
2343 | "name": "sensio/distribution-bundle", |
||
2344 | "version": "v5.0.21", |
||
2345 | "source": { |
||
2346 | "type": "git", |
||
2347 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
2348 | "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a" |
||
2349 | }, |
||
2350 | "dist": { |
||
2351 | "type": "zip", |
||
2352 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a", |
||
2353 | "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a", |
||
2354 | "shasum": "" |
||
2355 | }, |
||
2356 | "require": { |
||
2357 | "php": ">=5.3.9", |
||
2358 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
2359 | "symfony/class-loader": "~2.3|~3.0", |
||
2360 | "symfony/config": "~2.3|~3.0", |
||
2361 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2362 | "symfony/filesystem": "~2.3|~3.0", |
||
2363 | "symfony/http-kernel": "~2.3|~3.0", |
||
2364 | "symfony/process": "~2.3|~3.0" |
||
2365 | }, |
||
2366 | "type": "symfony-bundle", |
||
2367 | "extra": { |
||
2368 | "branch-alias": { |
||
2369 | "dev-master": "5.0.x-dev" |
||
2370 | } |
||
2371 | }, |
||
2372 | "autoload": { |
||
2373 | "psr-4": { |
||
2374 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
2375 | } |
||
2376 | }, |
||
2377 | "notification-url": "https://packagist.org/downloads/", |
||
2378 | "license": [ |
||
2379 | "MIT" |
||
2380 | ], |
||
2381 | "authors": [ |
||
2382 | { |
||
2383 | "name": "Fabien Potencier", |
||
2384 | "email": "[email protected]" |
||
2385 | } |
||
2386 | ], |
||
2387 | "description": "Base bundle for Symfony Distributions", |
||
2388 | "keywords": [ |
||
2389 | "configuration", |
||
2390 | "distribution" |
||
2391 | ], |
||
2392 | "time": "2017-08-25T16:55:44+00:00" |
||
2393 | }, |
||
2394 | { |
||
2395 | "name": "sensio/framework-extra-bundle", |
||
2396 | "version": "v3.0.27", |
||
2397 | "source": { |
||
2398 | "type": "git", |
||
2399 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
2400 | "reference": "2651d2c70c5fec10beaa670c61fd8ff1e8b3869a" |
||
2401 | }, |
||
2402 | "dist": { |
||
2403 | "type": "zip", |
||
2404 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2651d2c70c5fec10beaa670c61fd8ff1e8b3869a", |
||
2405 | "reference": "2651d2c70c5fec10beaa670c61fd8ff1e8b3869a", |
||
2406 | "shasum": "" |
||
2407 | }, |
||
2408 | "require": { |
||
2409 | "doctrine/common": "~2.2", |
||
2410 | "symfony/dependency-injection": "~2.3|~3.0|~4.0", |
||
2411 | "symfony/framework-bundle": "~2.3|~3.0|~4.0" |
||
2412 | }, |
||
2413 | "require-dev": { |
||
2414 | "doctrine/doctrine-bundle": "~1.5", |
||
2415 | "doctrine/orm": "~2.4,>=2.4.5", |
||
2416 | "symfony/asset": "~2.7|~3.0|~4.0", |
||
2417 | "symfony/browser-kit": "~2.3|~3.0|~4.0", |
||
2418 | "symfony/dom-crawler": "~2.3|~3.0|~4.0", |
||
2419 | "symfony/expression-language": "~2.4|~3.0|~4.0", |
||
2420 | "symfony/finder": "~2.3|~3.0|~4.0", |
||
2421 | "symfony/phpunit-bridge": "~3.2|~4.0", |
||
2422 | "symfony/psr-http-message-bridge": "^0.3|^1.0", |
||
2423 | "symfony/security-bundle": "~2.4|~3.0|~4.0", |
||
2424 | "symfony/templating": "~2.3|~3.0|~4.0", |
||
2425 | "symfony/translation": "~2.3|~3.0|~4.0", |
||
2426 | "symfony/twig-bundle": "~2.3|~3.0|~4.0", |
||
2427 | "symfony/yaml": "~2.3|~3.0|~4.0", |
||
2428 | "twig/twig": "~1.12|~2.0", |
||
2429 | "zendframework/zend-diactoros": "^1.3" |
||
2430 | }, |
||
2431 | "suggest": { |
||
2432 | "symfony/expression-language": "", |
||
2433 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
2434 | "symfony/security-bundle": "" |
||
2435 | }, |
||
2436 | "type": "symfony-bundle", |
||
2437 | "extra": { |
||
2438 | "branch-alias": { |
||
2439 | "dev-master": "3.0.x-dev" |
||
2440 | } |
||
2441 | }, |
||
2442 | "autoload": { |
||
2443 | "psr-4": { |
||
2444 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
2445 | } |
||
2446 | }, |
||
2447 | "notification-url": "https://packagist.org/downloads/", |
||
2448 | "license": [ |
||
2449 | "MIT" |
||
2450 | ], |
||
2451 | "authors": [ |
||
2452 | { |
||
2453 | "name": "Fabien Potencier", |
||
2454 | "email": "[email protected]" |
||
2455 | } |
||
2456 | ], |
||
2457 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
2458 | "keywords": [ |
||
2459 | "annotations", |
||
2460 | "controllers" |
||
2461 | ], |
||
2462 | "time": "2017-08-23T12:40:59+00:00" |
||
2463 | }, |
||
2464 | { |
||
2465 | "name": "sensiolabs/security-checker", |
||
2466 | "version": "v4.1.5", |
||
2467 | "source": { |
||
2468 | "type": "git", |
||
2469 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
2470 | "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68" |
||
2471 | }, |
||
2472 | "dist": { |
||
2473 | "type": "zip", |
||
2474 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68", |
||
2475 | "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68", |
||
2476 | "shasum": "" |
||
2477 | }, |
||
2478 | "require": { |
||
2479 | "composer/ca-bundle": "^1.0", |
||
2480 | "symfony/console": "~2.7|~3.0" |
||
2481 | }, |
||
2482 | "bin": [ |
||
2483 | "security-checker" |
||
2484 | ], |
||
2485 | "type": "library", |
||
2486 | "extra": { |
||
2487 | "branch-alias": { |
||
2488 | "dev-master": "4.1-dev" |
||
2489 | } |
||
2490 | }, |
||
2491 | "autoload": { |
||
2492 | "psr-0": { |
||
2493 | "SensioLabs\\Security": "" |
||
2494 | } |
||
2495 | }, |
||
2496 | "notification-url": "https://packagist.org/downloads/", |
||
2497 | "license": [ |
||
2498 | "MIT" |
||
2499 | ], |
||
2500 | "authors": [ |
||
2501 | { |
||
2502 | "name": "Fabien Potencier", |
||
2503 | "email": "[email protected]" |
||
2504 | } |
||
2505 | ], |
||
2506 | "description": "A security checker for your composer.lock", |
||
2507 | "time": "2017-08-22T22:18:16+00:00" |
||
2508 | }, |
||
2509 | { |
||
2510 | "name": "sentry/sentry", |
||
2511 | "version": "1.7.1", |
||
2512 | "source": { |
||
2513 | "type": "git", |
||
2514 | "url": "https://github.com/getsentry/sentry-php.git", |
||
2515 | "reference": "ed62ac351124a136f61b7ece7e0d172f4c56897b" |
||
2516 | }, |
||
2517 | "dist": { |
||
2518 | "type": "zip", |
||
2519 | "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ed62ac351124a136f61b7ece7e0d172f4c56897b", |
||
2520 | "reference": "ed62ac351124a136f61b7ece7e0d172f4c56897b", |
||
2521 | "shasum": "" |
||
2522 | }, |
||
2523 | "require": { |
||
2524 | "ext-curl": "*", |
||
2525 | "php": "^5.3|^7.0" |
||
2526 | }, |
||
2527 | "conflict": { |
||
2528 | "raven/raven": "*" |
||
2529 | }, |
||
2530 | "require-dev": { |
||
2531 | "friendsofphp/php-cs-fixer": "^1.8.0", |
||
2532 | "monolog/monolog": "*", |
||
2533 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
2534 | }, |
||
2535 | "suggest": { |
||
2536 | "ext-hash": "*", |
||
2537 | "ext-json": "*", |
||
2538 | "ext-mbstring": "*", |
||
2539 | "immobiliare/sentry-php": "Fork that fixes support for PHP 5.2", |
||
2540 | "monolog/monolog": "Automatically capture Monolog events as breadcrumbs" |
||
2541 | }, |
||
2542 | "bin": [ |
||
2543 | "bin/sentry" |
||
2544 | ], |
||
2545 | "type": "library", |
||
2546 | "extra": { |
||
2547 | "branch-alias": { |
||
2548 | "dev-master": "1.7.x-dev" |
||
2549 | } |
||
2550 | }, |
||
2551 | "autoload": { |
||
2552 | "psr-0": { |
||
2553 | "Raven_": "lib/" |
||
2554 | } |
||
2555 | }, |
||
2556 | "notification-url": "https://packagist.org/downloads/", |
||
2557 | "license": [ |
||
2558 | "BSD-3-Clause" |
||
2559 | ], |
||
2560 | "authors": [ |
||
2561 | { |
||
2562 | "name": "David Cramer", |
||
2563 | "email": "[email protected]" |
||
2564 | } |
||
2565 | ], |
||
2566 | "description": "A PHP client for Sentry (http://getsentry.com)", |
||
2567 | "homepage": "http://getsentry.com", |
||
2568 | "keywords": [ |
||
2569 | "log", |
||
2570 | "logging" |
||
2571 | ], |
||
2572 | "time": "2017-08-02T16:38:25+00:00" |
||
2573 | }, |
||
2574 | { |
||
2575 | "name": "sentry/sentry-symfony", |
||
2576 | "version": "0.7.1", |
||
2577 | "source": { |
||
2578 | "type": "git", |
||
2579 | "url": "https://github.com/getsentry/sentry-symfony.git", |
||
2580 | "reference": "24a8114192ca883944d07deed74e903b5dc2345d" |
||
2581 | }, |
||
2582 | "dist": { |
||
2583 | "type": "zip", |
||
2584 | "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/24a8114192ca883944d07deed74e903b5dc2345d", |
||
2585 | "reference": "24a8114192ca883944d07deed74e903b5dc2345d", |
||
2586 | "shasum": "" |
||
2587 | }, |
||
2588 | "require": { |
||
2589 | "php": ">=5.3.3", |
||
2590 | "sentry/sentry": ">=1.5.0", |
||
2591 | "symfony/symfony": ">=2.4.0" |
||
2592 | }, |
||
2593 | "require-dev": { |
||
2594 | "friendsofphp/php-cs-fixer": "^1.8.0", |
||
2595 | "phpunit/phpunit": "^4.6.6" |
||
2596 | }, |
||
2597 | "type": "library", |
||
2598 | "extra": { |
||
2599 | "branch-alias": { |
||
2600 | "dev-master": "0.7.x-dev" |
||
2601 | } |
||
2602 | }, |
||
2603 | "autoload": { |
||
2604 | "psr-0": { |
||
2605 | "Sentry\\SentryBundle\\": "src/" |
||
2606 | } |
||
2607 | }, |
||
2608 | "notification-url": "https://packagist.org/downloads/", |
||
2609 | "license": [ |
||
2610 | "Apache-2.0" |
||
2611 | ], |
||
2612 | "authors": [ |
||
2613 | { |
||
2614 | "name": "David Cramer", |
||
2615 | "email": "[email protected]" |
||
2616 | } |
||
2617 | ], |
||
2618 | "description": "Symfony integration for Sentry (http://getsentry.com)", |
||
2619 | "homepage": "http://getsentry.com", |
||
2620 | "keywords": [ |
||
2621 | "errors", |
||
2622 | "logging", |
||
2623 | "sentry", |
||
2624 | "symfony" |
||
2625 | ], |
||
2626 | "time": "2017-01-26T19:23:44+00:00" |
||
2627 | }, |
||
2628 | { |
||
2629 | "name": "swiftmailer/swiftmailer", |
||
2630 | "version": "v5.4.8", |
||
2631 | "source": { |
||
2632 | "type": "git", |
||
2633 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2634 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" |
||
2635 | }, |
||
2636 | "dist": { |
||
2637 | "type": "zip", |
||
2638 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2639 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2640 | "shasum": "" |
||
2641 | }, |
||
2642 | "require": { |
||
2643 | "php": ">=5.3.3" |
||
2644 | }, |
||
2645 | "require-dev": { |
||
2646 | "mockery/mockery": "~0.9.1", |
||
2647 | "symfony/phpunit-bridge": "~3.2" |
||
2648 | }, |
||
2649 | "type": "library", |
||
2650 | "extra": { |
||
2651 | "branch-alias": { |
||
2652 | "dev-master": "5.4-dev" |
||
2653 | } |
||
2654 | }, |
||
2655 | "autoload": { |
||
2656 | "files": [ |
||
2657 | "lib/swift_required.php" |
||
2658 | ] |
||
2659 | }, |
||
2660 | "notification-url": "https://packagist.org/downloads/", |
||
2661 | "license": [ |
||
2662 | "MIT" |
||
2663 | ], |
||
2664 | "authors": [ |
||
2665 | { |
||
2666 | "name": "Chris Corbyn" |
||
2667 | }, |
||
2668 | { |
||
2669 | "name": "Fabien Potencier", |
||
2670 | "email": "[email protected]" |
||
2671 | } |
||
2672 | ], |
||
2673 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2674 | "homepage": "http://swiftmailer.org", |
||
2675 | "keywords": [ |
||
2676 | "email", |
||
2677 | "mail", |
||
2678 | "mailer" |
||
2679 | ], |
||
2680 | "time": "2017-05-01T15:54:03+00:00" |
||
2681 | }, |
||
2682 | { |
||
2683 | "name": "symfony/monolog-bundle", |
||
2684 | "version": "v2.12.1", |
||
2685 | "source": { |
||
2686 | "type": "git", |
||
2687 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
2688 | "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f" |
||
2689 | }, |
||
2690 | "dist": { |
||
2691 | "type": "zip", |
||
2692 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f", |
||
2693 | "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f", |
||
2694 | "shasum": "" |
||
2695 | }, |
||
2696 | "require": { |
||
2697 | "monolog/monolog": "~1.18", |
||
2698 | "php": ">=5.3.2", |
||
2699 | "symfony/config": "~2.3|~3.0", |
||
2700 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2701 | "symfony/http-kernel": "~2.3|~3.0", |
||
2702 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
2703 | }, |
||
2704 | "require-dev": { |
||
2705 | "phpunit/phpunit": "^4.8", |
||
2706 | "symfony/console": "~2.3|~3.0", |
||
2707 | "symfony/yaml": "~2.3|~3.0" |
||
2708 | }, |
||
2709 | "type": "symfony-bundle", |
||
2710 | "extra": { |
||
2711 | "branch-alias": { |
||
2712 | "dev-master": "2.x-dev" |
||
2713 | } |
||
2714 | }, |
||
2715 | "autoload": { |
||
2716 | "psr-4": { |
||
2717 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
2718 | } |
||
2719 | }, |
||
2720 | "notification-url": "https://packagist.org/downloads/", |
||
2721 | "license": [ |
||
2722 | "MIT" |
||
2723 | ], |
||
2724 | "authors": [ |
||
2725 | { |
||
2726 | "name": "Symfony Community", |
||
2727 | "homepage": "http://symfony.com/contributors" |
||
2728 | }, |
||
2729 | { |
||
2730 | "name": "Fabien Potencier", |
||
2731 | "email": "[email protected]" |
||
2732 | } |
||
2733 | ], |
||
2734 | "description": "Symfony MonologBundle", |
||
2735 | "homepage": "http://symfony.com", |
||
2736 | "keywords": [ |
||
2737 | "log", |
||
2738 | "logging" |
||
2739 | ], |
||
2740 | "time": "2017-01-02T19:04:26+00:00" |
||
2741 | }, |
||
2742 | { |
||
2743 | "name": "symfony/polyfill-apcu", |
||
2744 | "version": "v1.5.0", |
||
2745 | "source": { |
||
2746 | "type": "git", |
||
2747 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
2748 | "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698" |
||
2749 | }, |
||
2750 | "dist": { |
||
2751 | "type": "zip", |
||
2752 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698", |
||
2753 | "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698", |
||
2754 | "shasum": "" |
||
2755 | }, |
||
2756 | "require": { |
||
2757 | "php": ">=5.3.3" |
||
2758 | }, |
||
2759 | "type": "library", |
||
2760 | "extra": { |
||
2761 | "branch-alias": { |
||
2762 | "dev-master": "1.5-dev" |
||
2763 | } |
||
2764 | }, |
||
2765 | "autoload": { |
||
2766 | "files": [ |
||
2767 | "bootstrap.php" |
||
2768 | ] |
||
2769 | }, |
||
2770 | "notification-url": "https://packagist.org/downloads/", |
||
2771 | "license": [ |
||
2772 | "MIT" |
||
2773 | ], |
||
2774 | "authors": [ |
||
2775 | { |
||
2776 | "name": "Nicolas Grekas", |
||
2777 | "email": "[email protected]" |
||
2778 | }, |
||
2779 | { |
||
2780 | "name": "Symfony Community", |
||
2781 | "homepage": "https://symfony.com/contributors" |
||
2782 | } |
||
2783 | ], |
||
2784 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
2785 | "homepage": "https://symfony.com", |
||
2786 | "keywords": [ |
||
2787 | "apcu", |
||
2788 | "compatibility", |
||
2789 | "polyfill", |
||
2790 | "portable", |
||
2791 | "shim" |
||
2792 | ], |
||
2793 | "time": "2017-07-05T15:09:33+00:00" |
||
2794 | }, |
||
2795 | { |
||
2796 | "name": "symfony/polyfill-intl-icu", |
||
2797 | "version": "v1.5.0", |
||
2798 | "source": { |
||
2799 | "type": "git", |
||
2800 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
2801 | "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09" |
||
2802 | }, |
||
2803 | "dist": { |
||
2804 | "type": "zip", |
||
2805 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", |
||
2806 | "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", |
||
2807 | "shasum": "" |
||
2808 | }, |
||
2809 | "require": { |
||
2810 | "php": ">=5.3.3", |
||
2811 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
2812 | }, |
||
2813 | "suggest": { |
||
2814 | "ext-intl": "For best performance" |
||
2815 | }, |
||
2816 | "type": "library", |
||
2817 | "extra": { |
||
2818 | "branch-alias": { |
||
2819 | "dev-master": "1.5-dev" |
||
2820 | } |
||
2821 | }, |
||
2822 | "autoload": { |
||
2823 | "files": [ |
||
2824 | "bootstrap.php" |
||
2825 | ] |
||
2826 | }, |
||
2827 | "notification-url": "https://packagist.org/downloads/", |
||
2828 | "license": [ |
||
2829 | "MIT" |
||
2830 | ], |
||
2831 | "authors": [ |
||
2832 | { |
||
2833 | "name": "Nicolas Grekas", |
||
2834 | "email": "[email protected]" |
||
2835 | }, |
||
2836 | { |
||
2837 | "name": "Symfony Community", |
||
2838 | "homepage": "https://symfony.com/contributors" |
||
2839 | } |
||
2840 | ], |
||
2841 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
2842 | "homepage": "https://symfony.com", |
||
2843 | "keywords": [ |
||
2844 | "compatibility", |
||
2845 | "icu", |
||
2846 | "intl", |
||
2847 | "polyfill", |
||
2848 | "portable", |
||
2849 | "shim" |
||
2850 | ], |
||
2851 | "time": "2017-06-14T15:44:48+00:00" |
||
2852 | }, |
||
2853 | { |
||
2854 | "name": "symfony/polyfill-mbstring", |
||
2855 | "version": "v1.5.0", |
||
2856 | "source": { |
||
2857 | "type": "git", |
||
2858 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2859 | "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" |
||
2860 | }, |
||
2861 | "dist": { |
||
2862 | "type": "zip", |
||
2863 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", |
||
2864 | "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", |
||
2865 | "shasum": "" |
||
2866 | }, |
||
2867 | "require": { |
||
2868 | "php": ">=5.3.3" |
||
2869 | }, |
||
2870 | "suggest": { |
||
2871 | "ext-mbstring": "For best performance" |
||
2872 | }, |
||
2873 | "type": "library", |
||
2874 | "extra": { |
||
2875 | "branch-alias": { |
||
2876 | "dev-master": "1.5-dev" |
||
2877 | } |
||
2878 | }, |
||
2879 | "autoload": { |
||
2880 | "psr-4": { |
||
2881 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2882 | }, |
||
2883 | "files": [ |
||
2884 | "bootstrap.php" |
||
2885 | ] |
||
2886 | }, |
||
2887 | "notification-url": "https://packagist.org/downloads/", |
||
2888 | "license": [ |
||
2889 | "MIT" |
||
2890 | ], |
||
2891 | "authors": [ |
||
2892 | { |
||
2893 | "name": "Nicolas Grekas", |
||
2894 | "email": "[email protected]" |
||
2895 | }, |
||
2896 | { |
||
2897 | "name": "Symfony Community", |
||
2898 | "homepage": "https://symfony.com/contributors" |
||
2899 | } |
||
2900 | ], |
||
2901 | "description": "Symfony polyfill for the Mbstring extension", |
||
2902 | "homepage": "https://symfony.com", |
||
2903 | "keywords": [ |
||
2904 | "compatibility", |
||
2905 | "mbstring", |
||
2906 | "polyfill", |
||
2907 | "portable", |
||
2908 | "shim" |
||
2909 | ], |
||
2910 | "time": "2017-06-14T15:44:48+00:00" |
||
2911 | }, |
||
2912 | { |
||
2913 | "name": "symfony/polyfill-php56", |
||
2914 | "version": "v1.5.0", |
||
2915 | "source": { |
||
2916 | "type": "git", |
||
2917 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
2918 | "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca" |
||
2919 | }, |
||
2920 | "dist": { |
||
2921 | "type": "zip", |
||
2922 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca", |
||
2923 | "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca", |
||
2924 | "shasum": "" |
||
2925 | }, |
||
2926 | "require": { |
||
2927 | "php": ">=5.3.3", |
||
2928 | "symfony/polyfill-util": "~1.0" |
||
2929 | }, |
||
2930 | "type": "library", |
||
2931 | "extra": { |
||
2932 | "branch-alias": { |
||
2933 | "dev-master": "1.5-dev" |
||
2934 | } |
||
2935 | }, |
||
2936 | "autoload": { |
||
2937 | "psr-4": { |
||
2938 | "Symfony\\Polyfill\\Php56\\": "" |
||
2939 | }, |
||
2940 | "files": [ |
||
2941 | "bootstrap.php" |
||
2942 | ] |
||
2943 | }, |
||
2944 | "notification-url": "https://packagist.org/downloads/", |
||
2945 | "license": [ |
||
2946 | "MIT" |
||
2947 | ], |
||
2948 | "authors": [ |
||
2949 | { |
||
2950 | "name": "Nicolas Grekas", |
||
2951 | "email": "[email protected]" |
||
2952 | }, |
||
2953 | { |
||
2954 | "name": "Symfony Community", |
||
2955 | "homepage": "https://symfony.com/contributors" |
||
2956 | } |
||
2957 | ], |
||
2958 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
2959 | "homepage": "https://symfony.com", |
||
2960 | "keywords": [ |
||
2961 | "compatibility", |
||
2962 | "polyfill", |
||
2963 | "portable", |
||
2964 | "shim" |
||
2965 | ], |
||
2966 | "time": "2017-06-14T15:44:48+00:00" |
||
2967 | }, |
||
2968 | { |
||
2969 | "name": "symfony/polyfill-php70", |
||
2970 | "version": "v1.5.0", |
||
2971 | "source": { |
||
2972 | "type": "git", |
||
2973 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2974 | "reference": "b6482e68974486984f59449ecea1fbbb22ff840f" |
||
2975 | }, |
||
2976 | "dist": { |
||
2977 | "type": "zip", |
||
2978 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f", |
||
2979 | "reference": "b6482e68974486984f59449ecea1fbbb22ff840f", |
||
2980 | "shasum": "" |
||
2981 | }, |
||
2982 | "require": { |
||
2983 | "paragonie/random_compat": "~1.0|~2.0", |
||
2984 | "php": ">=5.3.3" |
||
2985 | }, |
||
2986 | "type": "library", |
||
2987 | "extra": { |
||
2988 | "branch-alias": { |
||
2989 | "dev-master": "1.5-dev" |
||
2990 | } |
||
2991 | }, |
||
2992 | "autoload": { |
||
2993 | "psr-4": { |
||
2994 | "Symfony\\Polyfill\\Php70\\": "" |
||
2995 | }, |
||
2996 | "files": [ |
||
2997 | "bootstrap.php" |
||
2998 | ], |
||
2999 | "classmap": [ |
||
3000 | "Resources/stubs" |
||
3001 | ] |
||
3002 | }, |
||
3003 | "notification-url": "https://packagist.org/downloads/", |
||
3004 | "license": [ |
||
3005 | "MIT" |
||
3006 | ], |
||
3007 | "authors": [ |
||
3008 | { |
||
3009 | "name": "Nicolas Grekas", |
||
3010 | "email": "[email protected]" |
||
3011 | }, |
||
3012 | { |
||
3013 | "name": "Symfony Community", |
||
3014 | "homepage": "https://symfony.com/contributors" |
||
3015 | } |
||
3016 | ], |
||
3017 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
3018 | "homepage": "https://symfony.com", |
||
3019 | "keywords": [ |
||
3020 | "compatibility", |
||
3021 | "polyfill", |
||
3022 | "portable", |
||
3023 | "shim" |
||
3024 | ], |
||
3025 | "time": "2017-06-14T15:44:48+00:00" |
||
3026 | }, |
||
3027 | { |
||
3028 | "name": "symfony/polyfill-util", |
||
3029 | "version": "v1.5.0", |
||
3030 | "source": { |
||
3031 | "type": "git", |
||
3032 | "url": "https://github.com/symfony/polyfill-util.git", |
||
3033 | "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d" |
||
3034 | }, |
||
3035 | "dist": { |
||
3036 | "type": "zip", |
||
3037 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d", |
||
3038 | "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d", |
||
3039 | "shasum": "" |
||
3040 | }, |
||
3041 | "require": { |
||
3042 | "php": ">=5.3.3" |
||
3043 | }, |
||
3044 | "type": "library", |
||
3045 | "extra": { |
||
3046 | "branch-alias": { |
||
3047 | "dev-master": "1.5-dev" |
||
3048 | } |
||
3049 | }, |
||
3050 | "autoload": { |
||
3051 | "psr-4": { |
||
3052 | "Symfony\\Polyfill\\Util\\": "" |
||
3053 | } |
||
3054 | }, |
||
3055 | "notification-url": "https://packagist.org/downloads/", |
||
3056 | "license": [ |
||
3057 | "MIT" |
||
3058 | ], |
||
3059 | "authors": [ |
||
3060 | { |
||
3061 | "name": "Nicolas Grekas", |
||
3062 | "email": "[email protected]" |
||
3063 | }, |
||
3064 | { |
||
3065 | "name": "Symfony Community", |
||
3066 | "homepage": "https://symfony.com/contributors" |
||
3067 | } |
||
3068 | ], |
||
3069 | "description": "Symfony utilities for portability of PHP codes", |
||
3070 | "homepage": "https://symfony.com", |
||
3071 | "keywords": [ |
||
3072 | "compat", |
||
3073 | "compatibility", |
||
3074 | "polyfill", |
||
3075 | "shim" |
||
3076 | ], |
||
3077 | "time": "2017-07-05T15:09:33+00:00" |
||
3078 | }, |
||
3079 | { |
||
3080 | "name": "symfony/swiftmailer-bundle", |
||
3081 | "version": "v2.6.3", |
||
3082 | "source": { |
||
3083 | "type": "git", |
||
3084 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
3085 | "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00" |
||
3086 | }, |
||
3087 | "dist": { |
||
3088 | "type": "zip", |
||
3089 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/11555c338f3c367b0a1bd2f024a53aa813f4ce00", |
||
3090 | "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00", |
||
3091 | "shasum": "" |
||
3092 | }, |
||
3093 | "require": { |
||
3094 | "php": ">=5.3.2", |
||
3095 | "swiftmailer/swiftmailer": "~4.2|~5.0", |
||
3096 | "symfony/config": "~2.7|~3.0", |
||
3097 | "symfony/dependency-injection": "~2.7|~3.0", |
||
3098 | "symfony/http-kernel": "~2.7|~3.0" |
||
3099 | }, |
||
3100 | "require-dev": { |
||
3101 | "symfony/console": "~2.7|~3.0", |
||
3102 | "symfony/framework-bundle": "~2.7|~3.0", |
||
3103 | "symfony/phpunit-bridge": "~3.3@dev", |
||
3104 | "symfony/yaml": "~2.7|~3.0" |
||
3105 | }, |
||
3106 | "suggest": { |
||
3107 | "psr/log": "Allows logging" |
||
3108 | }, |
||
3109 | "type": "symfony-bundle", |
||
3110 | "extra": { |
||
3111 | "branch-alias": { |
||
3112 | "dev-master": "2.6-dev" |
||
3113 | } |
||
3114 | }, |
||
3115 | "autoload": { |
||
3116 | "psr-4": { |
||
3117 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
3118 | } |
||
3119 | }, |
||
3120 | "notification-url": "https://packagist.org/downloads/", |
||
3121 | "license": [ |
||
3122 | "MIT" |
||
3123 | ], |
||
3124 | "authors": [ |
||
3125 | { |
||
3126 | "name": "Symfony Community", |
||
3127 | "homepage": "http://symfony.com/contributors" |
||
3128 | }, |
||
3129 | { |
||
3130 | "name": "Fabien Potencier", |
||
3131 | "email": "[email protected]" |
||
3132 | } |
||
3133 | ], |
||
3134 | "description": "Symfony SwiftmailerBundle", |
||
3135 | "homepage": "http://symfony.com", |
||
3136 | "time": "2017-07-22T07:18:13+00:00" |
||
3137 | }, |
||
3138 | { |
||
3139 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
3140 | "version": "v3.3.9", |
||
3141 | "source": { |
||
3142 | "type": "git", |
||
3143 | "url": "https://github.com/symfony/symfony.git", |
||
3144 | "reference": "a9d2f68ae9946000e2bcc3403d218ec0124f992a" |
||
3145 | }, |
||
3146 | "dist": { |
||
3147 | "type": "zip", |
||
3148 | "url": "https://api.github.com/repos/symfony/symfony/zipball/a9d2f68ae9946000e2bcc3403d218ec0124f992a", |
||
3149 | "reference": "a9d2f68ae9946000e2bcc3403d218ec0124f992a", |
||
3150 | "shasum": "" |
||
3151 | }, |
||
3152 | "require": { |
||
3153 | "doctrine/common": "~2.4", |
||
3154 | "ext-xml": "*", |
||
3155 | "fig/link-util": "^1.0", |
||
3156 | "php": "^5.5.9|>=7.0.8", |
||
3157 | "psr/cache": "~1.0", |
||
3158 | "psr/container": "^1.0", |
||
3159 | "psr/link": "^1.0", |
||
3160 | "psr/log": "~1.0", |
||
3161 | "psr/simple-cache": "^1.0", |
||
3162 | "symfony/polyfill-apcu": "~1.1", |
||
3163 | "symfony/polyfill-intl-icu": "~1.0", |
||
3164 | "symfony/polyfill-mbstring": "~1.0", |
||
3165 | "symfony/polyfill-php56": "~1.0", |
||
3166 | "symfony/polyfill-php70": "~1.0", |
||
3167 | "symfony/polyfill-util": "~1.0", |
||
3168 | "twig/twig": "~1.34|~2.4" |
||
3169 | }, |
||
3170 | "conflict": { |
||
3171 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", |
||
3172 | "phpdocumentor/type-resolver": "<0.2.0", |
||
3173 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
3174 | }, |
||
3175 | "provide": { |
||
3176 | "psr/cache-implementation": "1.0", |
||
3177 | "psr/container-implementation": "1.0", |
||
3178 | "psr/simple-cache-implementation": "1.0" |
||
3179 | }, |
||
3180 | "replace": { |
||
3181 | "symfony/asset": "self.version", |
||
3182 | "symfony/browser-kit": "self.version", |
||
3183 | "symfony/cache": "self.version", |
||
3184 | "symfony/class-loader": "self.version", |
||
3185 | "symfony/config": "self.version", |
||
3186 | "symfony/console": "self.version", |
||
3187 | "symfony/css-selector": "self.version", |
||
3188 | "symfony/debug": "self.version", |
||
3189 | "symfony/debug-bundle": "self.version", |
||
3190 | "symfony/dependency-injection": "self.version", |
||
3191 | "symfony/doctrine-bridge": "self.version", |
||
3192 | "symfony/dom-crawler": "self.version", |
||
3193 | "symfony/dotenv": "self.version", |
||
3194 | "symfony/event-dispatcher": "self.version", |
||
3195 | "symfony/expression-language": "self.version", |
||
3196 | "symfony/filesystem": "self.version", |
||
3197 | "symfony/finder": "self.version", |
||
3198 | "symfony/form": "self.version", |
||
3199 | "symfony/framework-bundle": "self.version", |
||
3200 | "symfony/http-foundation": "self.version", |
||
3201 | "symfony/http-kernel": "self.version", |
||
3202 | "symfony/inflector": "self.version", |
||
3203 | "symfony/intl": "self.version", |
||
3204 | "symfony/ldap": "self.version", |
||
3205 | "symfony/monolog-bridge": "self.version", |
||
3206 | "symfony/options-resolver": "self.version", |
||
3207 | "symfony/process": "self.version", |
||
3208 | "symfony/property-access": "self.version", |
||
3209 | "symfony/property-info": "self.version", |
||
3210 | "symfony/proxy-manager-bridge": "self.version", |
||
3211 | "symfony/routing": "self.version", |
||
3212 | "symfony/security": "self.version", |
||
3213 | "symfony/security-bundle": "self.version", |
||
3214 | "symfony/security-core": "self.version", |
||
3215 | "symfony/security-csrf": "self.version", |
||
3216 | "symfony/security-guard": "self.version", |
||
3217 | "symfony/security-http": "self.version", |
||
3218 | "symfony/serializer": "self.version", |
||
3219 | "symfony/stopwatch": "self.version", |
||
3220 | "symfony/templating": "self.version", |
||
3221 | "symfony/translation": "self.version", |
||
3222 | "symfony/twig-bridge": "self.version", |
||
3223 | "symfony/twig-bundle": "self.version", |
||
3224 | "symfony/validator": "self.version", |
||
3225 | "symfony/var-dumper": "self.version", |
||
3226 | "symfony/web-link": "self.version", |
||
3227 | "symfony/web-profiler-bundle": "self.version", |
||
3228 | "symfony/web-server-bundle": "self.version", |
||
3229 | "symfony/workflow": "self.version", |
||
3230 | "symfony/yaml": "self.version" |
||
3231 | }, |
||
3232 | "require-dev": { |
||
3233 | "cache/integration-tests": "dev-master", |
||
3234 | "doctrine/cache": "~1.6", |
||
3235 | "doctrine/data-fixtures": "1.0.*", |
||
3236 | "doctrine/dbal": "~2.4", |
||
3237 | "doctrine/doctrine-bundle": "~1.4", |
||
3238 | "doctrine/orm": "~2.4,>=2.4.5", |
||
3239 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
3240 | "monolog/monolog": "~1.11", |
||
3241 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
3242 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
3243 | "predis/predis": "~1.0", |
||
3244 | "sensio/framework-extra-bundle": "^3.0.2", |
||
3245 | "symfony/phpunit-bridge": "~3.2", |
||
3246 | "symfony/security-acl": "~2.8|~3.0" |
||
3247 | }, |
||
3248 | "type": "library", |
||
3249 | "extra": { |
||
3250 | "branch-alias": { |
||
3251 | "dev-master": "3.3-dev" |
||
3252 | } |
||
3253 | }, |
||
3254 | "autoload": { |
||
3255 | "psr-4": { |
||
3256 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
3257 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
3258 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
3259 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
3260 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
3261 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
3262 | }, |
||
3263 | "classmap": [ |
||
3264 | "src/Symfony/Component/Intl/Resources/stubs" |
||
3265 | ], |
||
3266 | "exclude-from-classmap": [ |
||
3267 | "**/Tests/" |
||
3268 | ] |
||
3269 | }, |
||
3270 | "notification-url": "https://packagist.org/downloads/", |
||
3271 | "license": [ |
||
3272 | "MIT" |
||
3273 | ], |
||
3274 | "authors": [ |
||
3275 | { |
||
3276 | "name": "Fabien Potencier", |
||
3277 | "email": "[email protected]" |
||
3278 | }, |
||
3279 | { |
||
3280 | "name": "Symfony Community", |
||
3281 | "homepage": "https://symfony.com/contributors" |
||
3282 | } |
||
3283 | ], |
||
3284 | "description": "The Symfony PHP framework", |
||
3285 | "homepage": "https://symfony.com", |
||
3286 | "keywords": [ |
||
3287 | "framework" |
||
3288 | ], |
||
3289 | "time": "2017-09-11T16:13:42+00:00" |
||
3290 | }, |
||
3291 | { |
||
3292 | "name": "twig/twig", |
||
3293 | "version": "v2.4.3", |
||
3294 | "source": { |
||
3295 | "type": "git", |
||
3296 | "url": "https://github.com/twigphp/Twig.git", |
||
3297 | "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2" |
||
3298 | }, |
||
3299 | "dist": { |
||
3300 | "type": "zip", |
||
3301 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/eab7c3288ae6603d7d6f92b531626af2b162d1f2", |
||
3302 | "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2", |
||
3303 | "shasum": "" |
||
3304 | }, |
||
3305 | "require": { |
||
3306 | "php": "^7.0", |
||
3307 | "symfony/polyfill-mbstring": "~1.0" |
||
3308 | }, |
||
3309 | "require-dev": { |
||
3310 | "psr/container": "^1.0", |
||
3311 | "symfony/debug": "~2.7", |
||
3312 | "symfony/phpunit-bridge": "~3.3@dev" |
||
3313 | }, |
||
3314 | "type": "library", |
||
3315 | "extra": { |
||
3316 | "branch-alias": { |
||
3317 | "dev-master": "2.4-dev" |
||
3318 | } |
||
3319 | }, |
||
3320 | "autoload": { |
||
3321 | "psr-0": { |
||
3322 | "Twig_": "lib/" |
||
3323 | }, |
||
3324 | "psr-4": { |
||
3325 | "Twig\\": "src/" |
||
3326 | } |
||
3327 | }, |
||
3328 | "notification-url": "https://packagist.org/downloads/", |
||
3329 | "license": [ |
||
3330 | "BSD-3-Clause" |
||
3331 | ], |
||
3332 | "authors": [ |
||
3333 | { |
||
3334 | "name": "Fabien Potencier", |
||
3335 | "email": "[email protected]", |
||
3336 | "homepage": "http://fabien.potencier.org", |
||
3337 | "role": "Lead Developer" |
||
3338 | }, |
||
3339 | { |
||
3340 | "name": "Armin Ronacher", |
||
3341 | "email": "[email protected]", |
||
3342 | "role": "Project Founder" |
||
3343 | }, |
||
3344 | { |
||
3345 | "name": "Twig Team", |
||
3346 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3347 | "role": "Contributors" |
||
3348 | } |
||
3349 | ], |
||
3350 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3351 | "homepage": "http://twig.sensiolabs.org", |
||
3352 | "keywords": [ |
||
3353 | "templating" |
||
3354 | ], |
||
3355 | "time": "2017-06-07T18:47:58+00:00" |
||
3356 | }, |
||
3357 | { |
||
3358 | "name": "willdurand/jsonp-callback-validator", |
||
3359 | "version": "v1.1.0", |
||
3360 | "source": { |
||
3361 | "type": "git", |
||
3362 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", |
||
3363 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" |
||
3364 | }, |
||
3365 | "dist": { |
||
3366 | "type": "zip", |
||
3367 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
3368 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
3369 | "shasum": "" |
||
3370 | }, |
||
3371 | "require": { |
||
3372 | "php": ">=5.3.0" |
||
3373 | }, |
||
3374 | "require-dev": { |
||
3375 | "phpunit/phpunit": "~3.7" |
||
3376 | }, |
||
3377 | "type": "library", |
||
3378 | "autoload": { |
||
3379 | "psr-0": { |
||
3380 | "JsonpCallbackValidator": "src/" |
||
3381 | } |
||
3382 | }, |
||
3383 | "notification-url": "https://packagist.org/downloads/", |
||
3384 | "license": [ |
||
3385 | "MIT" |
||
3386 | ], |
||
3387 | "authors": [ |
||
3388 | { |
||
3389 | "name": "William Durand", |
||
3390 | "email": "[email protected]", |
||
3391 | "homepage": "http://www.willdurand.fr" |
||
3392 | } |
||
3393 | ], |
||
3394 | "description": "JSONP callback validator.", |
||
3395 | "time": "2014-01-20T22:35:06+00:00" |
||
3396 | }, |
||
3397 | { |
||
3398 | "name": "willdurand/negotiation", |
||
3399 | "version": "v2.3.1", |
||
3400 | "source": { |
||
3401 | "type": "git", |
||
3402 | "url": "https://github.com/willdurand/Negotiation.git", |
||
3403 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" |
||
3404 | }, |
||
3405 | "dist": { |
||
3406 | "type": "zip", |
||
3407 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", |
||
3408 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", |
||
3409 | "shasum": "" |
||
3410 | }, |
||
3411 | "require": { |
||
3412 | "php": ">=5.4.0" |
||
3413 | }, |
||
3414 | "require-dev": { |
||
3415 | "phpunit/phpunit": "~4.5" |
||
3416 | }, |
||
3417 | "type": "library", |
||
3418 | "extra": { |
||
3419 | "branch-alias": { |
||
3420 | "dev-master": "2.3-dev" |
||
3421 | } |
||
3422 | }, |
||
3423 | "autoload": { |
||
3424 | "psr-4": { |
||
3425 | "Negotiation\\": "src/Negotiation" |
||
3426 | } |
||
3427 | }, |
||
3428 | "notification-url": "https://packagist.org/downloads/", |
||
3429 | "license": [ |
||
3430 | "MIT" |
||
3431 | ], |
||
3432 | "authors": [ |
||
3433 | { |
||
3434 | "name": "William Durand", |
||
3435 | "email": "[email protected]" |
||
3436 | } |
||
3437 | ], |
||
3438 | "description": "Content Negotiation tools for PHP provided as a standalone library.", |
||
3439 | "homepage": "http://williamdurand.fr/Negotiation/", |
||
3440 | "keywords": [ |
||
3441 | "accept", |
||
3442 | "content", |
||
3443 | "format", |
||
3444 | "header", |
||
3445 | "negotiation" |
||
3446 | ], |
||
3447 | "time": "2017-05-14T17:21:12+00:00" |
||
3448 | } |
||
3449 | ], |
||
3450 | "packages-dev": [ |
||
3451 | { |
||
3452 | "name": "doctrine/data-fixtures", |
||
3453 | "version": "v1.2.2", |
||
3454 | "source": { |
||
3455 | "type": "git", |
||
3456 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
3457 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
3458 | }, |
||
3459 | "dist": { |
||
3460 | "type": "zip", |
||
3461 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
3462 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
3463 | "shasum": "" |
||
3464 | }, |
||
3465 | "require": { |
||
3466 | "doctrine/common": "~2.2", |
||
3467 | "php": "^5.6 || ^7.0" |
||
3468 | }, |
||
3469 | "conflict": { |
||
3470 | "doctrine/orm": "< 2.4" |
||
3471 | }, |
||
3472 | "require-dev": { |
||
3473 | "doctrine/dbal": "^2.5.4", |
||
3474 | "doctrine/orm": "^2.5.4", |
||
3475 | "phpunit/phpunit": "^5.4.6" |
||
3476 | }, |
||
3477 | "suggest": { |
||
3478 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
3479 | "doctrine/orm": "For loading ORM fixtures", |
||
3480 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
3481 | }, |
||
3482 | "type": "library", |
||
3483 | "extra": { |
||
3484 | "branch-alias": { |
||
3485 | "dev-master": "1.3.x-dev" |
||
3486 | } |
||
3487 | }, |
||
3488 | "autoload": { |
||
3489 | "psr-0": { |
||
3490 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
3491 | } |
||
3492 | }, |
||
3493 | "notification-url": "https://packagist.org/downloads/", |
||
3494 | "license": [ |
||
3495 | "MIT" |
||
3496 | ], |
||
3497 | "authors": [ |
||
3498 | { |
||
3499 | "name": "Jonathan Wage", |
||
3500 | "email": "[email protected]" |
||
3501 | } |
||
3502 | ], |
||
3503 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
3504 | "homepage": "http://www.doctrine-project.org", |
||
3505 | "keywords": [ |
||
3506 | "database" |
||
3507 | ], |
||
3508 | "time": "2016-09-20T10:07:57+00:00" |
||
3509 | }, |
||
3510 | { |
||
3511 | "name": "doctrine/doctrine-fixtures-bundle", |
||
3512 | "version": "v2.4.0", |
||
3513 | "source": { |
||
3514 | "type": "git", |
||
3515 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
3516 | "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf" |
||
3517 | }, |
||
3518 | "dist": { |
||
3519 | "type": "zip", |
||
3520 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7bb198c044b798b54e6be37c7929339aa645c3bf", |
||
3521 | "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf", |
||
3522 | "shasum": "" |
||
3523 | }, |
||
3524 | "require": { |
||
3525 | "doctrine/data-fixtures": "~1.0", |
||
3526 | "doctrine/doctrine-bundle": "~1.0", |
||
3527 | "php": ">=5.3.2", |
||
3528 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0" |
||
3529 | }, |
||
3530 | "type": "symfony-bundle", |
||
3531 | "extra": { |
||
3532 | "branch-alias": { |
||
3533 | "dev-master": "2.4.x-dev" |
||
3534 | } |
||
3535 | }, |
||
3536 | "autoload": { |
||
3537 | "psr-4": { |
||
3538 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
3539 | } |
||
3540 | }, |
||
3541 | "notification-url": "https://packagist.org/downloads/", |
||
3542 | "license": [ |
||
3543 | "MIT" |
||
3544 | ], |
||
3545 | "authors": [ |
||
3546 | { |
||
3547 | "name": "Symfony Community", |
||
3548 | "homepage": "http://symfony.com/contributors" |
||
3549 | }, |
||
3550 | { |
||
3551 | "name": "Doctrine Project", |
||
3552 | "homepage": "http://www.doctrine-project.org" |
||
3553 | }, |
||
3554 | { |
||
3555 | "name": "Fabien Potencier", |
||
3556 | "email": "[email protected]" |
||
3557 | } |
||
3558 | ], |
||
3559 | "description": "Symfony DoctrineFixturesBundle", |
||
3560 | "homepage": "http://www.doctrine-project.org", |
||
3561 | "keywords": [ |
||
3562 | "Fixture", |
||
3563 | "persistence" |
||
3564 | ], |
||
3565 | "time": "2017-09-10T23:22:01+00:00" |
||
3566 | }, |
||
3567 | { |
||
3568 | "name": "friendsofphp/php-cs-fixer", |
||
3569 | "version": "v1.13.3", |
||
3570 | "source": { |
||
3571 | "type": "git", |
||
3572 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
3573 | "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624" |
||
3574 | }, |
||
3575 | "dist": { |
||
3576 | "type": "zip", |
||
3577 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/387e4c86c9dc0e1e4c475291fc114ec45b98e624", |
||
3578 | "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624", |
||
3579 | "shasum": "" |
||
3580 | }, |
||
3581 | "require": { |
||
3582 | "ext-tokenizer": "*", |
||
3583 | "php": "^5.3.6 || >=7.0 <7.2", |
||
3584 | "sebastian/diff": "^1.1", |
||
3585 | "symfony/console": "^2.3 || ^3.0", |
||
3586 | "symfony/event-dispatcher": "^2.1 || ^3.0", |
||
3587 | "symfony/filesystem": "^2.1 || ^3.0", |
||
3588 | "symfony/finder": "^2.1 || ^3.0", |
||
3589 | "symfony/process": "^2.3 || ^3.0", |
||
3590 | "symfony/stopwatch": "^2.5 || ^3.0" |
||
3591 | }, |
||
3592 | "conflict": { |
||
3593 | "hhvm": "<3.9" |
||
3594 | }, |
||
3595 | "require-dev": { |
||
3596 | "phpunit/phpunit": "^4.5|^5", |
||
3597 | "satooshi/php-coveralls": "^1.0" |
||
3598 | }, |
||
3599 | "bin": [ |
||
3600 | "php-cs-fixer" |
||
3601 | ], |
||
3602 | "type": "application", |
||
3603 | "autoload": { |
||
3604 | "psr-4": { |
||
3605 | "Symfony\\CS\\": "Symfony/CS/" |
||
3606 | } |
||
3607 | }, |
||
3608 | "notification-url": "https://packagist.org/downloads/", |
||
3609 | "license": [ |
||
3610 | "MIT" |
||
3611 | ], |
||
3612 | "authors": [ |
||
3613 | { |
||
3614 | "name": "Dariusz Rumiński", |
||
3615 | "email": "[email protected]" |
||
3616 | }, |
||
3617 | { |
||
3618 | "name": "Fabien Potencier", |
||
3619 | "email": "[email protected]" |
||
3620 | } |
||
3621 | ], |
||
3622 | "description": "A tool to automatically fix PHP code style", |
||
3623 | "time": "2017-09-11T14:11:16+00:00" |
||
3624 | }, |
||
3625 | { |
||
3626 | "name": "fzaninotto/faker", |
||
3627 | "version": "v1.7.1", |
||
3628 | "source": { |
||
3629 | "type": "git", |
||
3630 | "url": "https://github.com/fzaninotto/Faker.git", |
||
3631 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" |
||
3632 | }, |
||
3633 | "dist": { |
||
3634 | "type": "zip", |
||
3635 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
3636 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
3637 | "shasum": "" |
||
3638 | }, |
||
3639 | "require": { |
||
3640 | "php": "^5.3.3 || ^7.0" |
||
3641 | }, |
||
3642 | "require-dev": { |
||
3643 | "ext-intl": "*", |
||
3644 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
3645 | "squizlabs/php_codesniffer": "^1.5" |
||
3646 | }, |
||
3647 | "type": "library", |
||
3648 | "extra": { |
||
3649 | "branch-alias": { |
||
3650 | "dev-master": "1.8-dev" |
||
3651 | } |
||
3652 | }, |
||
3653 | "autoload": { |
||
3654 | "psr-4": { |
||
3655 | "Faker\\": "src/Faker/" |
||
3656 | } |
||
3657 | }, |
||
3658 | "notification-url": "https://packagist.org/downloads/", |
||
3659 | "license": [ |
||
3660 | "MIT" |
||
3661 | ], |
||
3662 | "authors": [ |
||
3663 | { |
||
3664 | "name": "François Zaninotto" |
||
3665 | } |
||
3666 | ], |
||
3667 | "description": "Faker is a PHP library that generates fake data for you.", |
||
3668 | "keywords": [ |
||
3669 | "data", |
||
3670 | "faker", |
||
3671 | "fixtures" |
||
3672 | ], |
||
3673 | "time": "2017-08-15T16:48:10+00:00" |
||
3674 | }, |
||
3675 | { |
||
3676 | "name": "guzzle/guzzle", |
||
3677 | "version": "v3.8.1", |
||
3678 | "source": { |
||
3679 | "type": "git", |
||
3680 | "url": "https://github.com/guzzle/guzzle.git", |
||
3681 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" |
||
3682 | }, |
||
3683 | "dist": { |
||
3684 | "type": "zip", |
||
3685 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
3686 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
3687 | "shasum": "" |
||
3688 | }, |
||
3689 | "require": { |
||
3690 | "ext-curl": "*", |
||
3691 | "php": ">=5.3.3", |
||
3692 | "symfony/event-dispatcher": ">=2.1" |
||
3693 | }, |
||
3694 | "replace": { |
||
3695 | "guzzle/batch": "self.version", |
||
3696 | "guzzle/cache": "self.version", |
||
3697 | "guzzle/common": "self.version", |
||
3698 | "guzzle/http": "self.version", |
||
3699 | "guzzle/inflection": "self.version", |
||
3700 | "guzzle/iterator": "self.version", |
||
3701 | "guzzle/log": "self.version", |
||
3702 | "guzzle/parser": "self.version", |
||
3703 | "guzzle/plugin": "self.version", |
||
3704 | "guzzle/plugin-async": "self.version", |
||
3705 | "guzzle/plugin-backoff": "self.version", |
||
3706 | "guzzle/plugin-cache": "self.version", |
||
3707 | "guzzle/plugin-cookie": "self.version", |
||
3708 | "guzzle/plugin-curlauth": "self.version", |
||
3709 | "guzzle/plugin-error-response": "self.version", |
||
3710 | "guzzle/plugin-history": "self.version", |
||
3711 | "guzzle/plugin-log": "self.version", |
||
3712 | "guzzle/plugin-md5": "self.version", |
||
3713 | "guzzle/plugin-mock": "self.version", |
||
3714 | "guzzle/plugin-oauth": "self.version", |
||
3715 | "guzzle/service": "self.version", |
||
3716 | "guzzle/stream": "self.version" |
||
3717 | }, |
||
3718 | "require-dev": { |
||
3719 | "doctrine/cache": "*", |
||
3720 | "monolog/monolog": "1.*", |
||
3721 | "phpunit/phpunit": "3.7.*", |
||
3722 | "psr/log": "1.0.*", |
||
3723 | "symfony/class-loader": "*", |
||
3724 | "zendframework/zend-cache": "<2.3", |
||
3725 | "zendframework/zend-log": "<2.3" |
||
3726 | }, |
||
3727 | "type": "library", |
||
3728 | "extra": { |
||
3729 | "branch-alias": { |
||
3730 | "dev-master": "3.8-dev" |
||
3731 | } |
||
3732 | }, |
||
3733 | "autoload": { |
||
3734 | "psr-0": { |
||
3735 | "Guzzle": "src/", |
||
3736 | "Guzzle\\Tests": "tests/" |
||
3737 | } |
||
3738 | }, |
||
3739 | "notification-url": "https://packagist.org/downloads/", |
||
3740 | "license": [ |
||
3741 | "MIT" |
||
3742 | ], |
||
3743 | "authors": [ |
||
3744 | { |
||
3745 | "name": "Michael Dowling", |
||
3746 | "email": "[email protected]", |
||
3747 | "homepage": "https://github.com/mtdowling" |
||
3748 | }, |
||
3749 | { |
||
3750 | "name": "Guzzle Community", |
||
3751 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
3752 | } |
||
3753 | ], |
||
3754 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
3755 | "homepage": "http://guzzlephp.org/", |
||
3756 | "keywords": [ |
||
3757 | "client", |
||
3758 | "curl", |
||
3759 | "framework", |
||
3760 | "http", |
||
3761 | "http client", |
||
3762 | "rest", |
||
3763 | "web service" |
||
3764 | ], |
||
3765 | "abandoned": "guzzlehttp/guzzle", |
||
3766 | "time": "2014-01-28T22:29:15+00:00" |
||
3767 | }, |
||
3768 | { |
||
3769 | "name": "hautelook/alice-bundle", |
||
3770 | "version": "v1.4.1", |
||
3771 | "source": { |
||
3772 | "type": "git", |
||
3773 | "url": "https://github.com/hautelook/AliceBundle.git", |
||
3774 | "reference": "058925945bccbc8776725fec9e8557aca9666d9c" |
||
3775 | }, |
||
3776 | "dist": { |
||
3777 | "type": "zip", |
||
3778 | "url": "https://api.github.com/repos/hautelook/AliceBundle/zipball/058925945bccbc8776725fec9e8557aca9666d9c", |
||
3779 | "reference": "058925945bccbc8776725fec9e8557aca9666d9c", |
||
3780 | "shasum": "" |
||
3781 | }, |
||
3782 | "require": { |
||
3783 | "nelmio/alice": "^2.1 < 2.2.0 || ^2.2.1", |
||
3784 | "php": "^5.6||^7.0", |
||
3785 | "symfony/finder": "^2.7||^3.0" |
||
3786 | }, |
||
3787 | "require-dev": { |
||
3788 | "doctrine/data-fixtures": "1.0.1", |
||
3789 | "doctrine/doctrine-bundle": "^1.6.4", |
||
3790 | "doctrine/doctrine-fixtures-bundle": "^2.2", |
||
3791 | "doctrine/mongodb-odm": "^1.0", |
||
3792 | "doctrine/mongodb-odm-bundle": "^3.0", |
||
3793 | "doctrine/orm": "^2.4", |
||
3794 | "phpunit/phpunit": "^5.6", |
||
3795 | "sllh/php-cs-fixer-styleci-bridge": "^1.0", |
||
3796 | "symfony/console": "^2.3||~3.0", |
||
3797 | "symfony/framework-bundle": "^2.3||^3.0", |
||
3798 | "symfony/phpunit-bridge": "^3.1", |
||
3799 | "symfony/validator": "^2.3|^3.0", |
||
3800 | "symfony/yaml": "^2.3||^3.0" |
||
3801 | }, |
||
3802 | "suggest": { |
||
3803 | "doctrine/data-fixtures": "To use Doctrine fixtures loader", |
||
3804 | "doctrine/doctrine-bundle": "To use Doctrine with Symfony", |
||
3805 | "doctrine/mongodb-odm": "To use Doctrine MongoDB", |
||
3806 | "doctrine/mongodb-odm-bundle": "To use Doctrine MongoDB with Symfony", |
||
3807 | "doctrine/orm": "To use Doctrine ORM", |
||
3808 | "theofidry/alice-bundle-extension": "Behat extension for HautelookAliceBundle" |
||
3809 | }, |
||
3810 | "type": "symfony-bundle", |
||
3811 | "extra": { |
||
3812 | "branch-alias": { |
||
3813 | "dev-master": "2.x-dev" |
||
3814 | }, |
||
3815 | "sort-packages": true |
||
3816 | }, |
||
3817 | "autoload": { |
||
3818 | "psr-4": { |
||
3819 | "Hautelook\\AliceBundle\\": "src" |
||
3820 | } |
||
3821 | }, |
||
3822 | "notification-url": "https://packagist.org/downloads/", |
||
3823 | "license": [ |
||
3824 | "MIT" |
||
3825 | ], |
||
3826 | "authors": [ |
||
3827 | { |
||
3828 | "name": "Baldur Rensch", |
||
3829 | "email": "[email protected]" |
||
3830 | }, |
||
3831 | { |
||
3832 | "name": "Théo FIDRY", |
||
3833 | "email": "[email protected]", |
||
3834 | "homepage": "https://github.com/theofidry" |
||
3835 | } |
||
3836 | ], |
||
3837 | "description": "Symfony2 Bundle to manage fixtures with Alice and Faker.", |
||
3838 | "keywords": [ |
||
3839 | "Fixture", |
||
3840 | "alice", |
||
3841 | "faker", |
||
3842 | "orm", |
||
3843 | "symfony" |
||
3844 | ], |
||
3845 | "time": "2016-11-04T08:48:00+00:00" |
||
3846 | }, |
||
3847 | { |
||
3848 | "name": "liip/functional-test-bundle", |
||
3849 | "version": "1.8.0", |
||
3850 | "source": { |
||
3851 | "type": "git", |
||
3852 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
3853 | "reference": "e18866bc434fccdf0d04a4e776289ed999862b66" |
||
3854 | }, |
||
3855 | "dist": { |
||
3856 | "type": "zip", |
||
3857 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/e18866bc434fccdf0d04a4e776289ed999862b66", |
||
3858 | "reference": "e18866bc434fccdf0d04a4e776289ed999862b66", |
||
3859 | "shasum": "" |
||
3860 | }, |
||
3861 | "require": { |
||
3862 | "doctrine/common": "~2.0", |
||
3863 | "php": "^5.6.0|^7.0", |
||
3864 | "symfony/browser-kit": "~2.3|~3.0", |
||
3865 | "symfony/framework-bundle": "2.3.*|~2.7|~3.0" |
||
3866 | }, |
||
3867 | "require-dev": { |
||
3868 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
3869 | "doctrine/data-fixtures": "1.2.2", |
||
3870 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
3871 | "doctrine/orm": "~2.5", |
||
3872 | "doctrine/phpcr-bundle": "~1.3", |
||
3873 | "doctrine/phpcr-odm": "~1.3", |
||
3874 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
3875 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
3876 | "nelmio/alice": "~1.7|~2.0", |
||
3877 | "phpunit/phpunit": "^4.8.35|^5.7|^6.1", |
||
3878 | "symfony/assetic-bundle": "~2.3", |
||
3879 | "symfony/console": "~2.5|~3.0", |
||
3880 | "symfony/monolog-bundle": "~2.4", |
||
3881 | "symfony/phpunit-bridge": "^2.7|~3.0", |
||
3882 | "symfony/symfony": "~2.3.27|~2.7|~3.0", |
||
3883 | "twig/twig": "~1.12|~2.0" |
||
3884 | }, |
||
3885 | "suggest": { |
||
3886 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
3887 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
3888 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
3889 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
3890 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
3891 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
3892 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
3893 | }, |
||
3894 | "type": "symfony-bundle", |
||
3895 | "extra": { |
||
3896 | "branch-alias": { |
||
3897 | "dev-master": "1.7.x-dev" |
||
3898 | } |
||
3899 | }, |
||
3900 | "autoload": { |
||
3901 | "psr-4": { |
||
3902 | "Liip\\FunctionalTestBundle\\": "" |
||
3903 | } |
||
3904 | }, |
||
3905 | "notification-url": "https://packagist.org/downloads/", |
||
3906 | "license": [ |
||
3907 | "MIT" |
||
3908 | ], |
||
3909 | "authors": [ |
||
3910 | { |
||
3911 | "name": "Liip AG", |
||
3912 | "homepage": "http://www.liip.ch/" |
||
3913 | }, |
||
3914 | { |
||
3915 | "name": "Community contributions", |
||
3916 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
3917 | } |
||
3918 | ], |
||
3919 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
3920 | "keywords": [ |
||
3921 | "Symfony2" |
||
3922 | ], |
||
3923 | "time": "2017-06-19T09:12:22+00:00" |
||
3924 | }, |
||
3925 | { |
||
3926 | "name": "myclabs/deep-copy", |
||
3927 | "version": "1.6.1", |
||
3928 | "source": { |
||
3929 | "type": "git", |
||
3930 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
3931 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
||
3932 | }, |
||
3933 | "dist": { |
||
3934 | "type": "zip", |
||
3935 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
3936 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
3937 | "shasum": "" |
||
3938 | }, |
||
3939 | "require": { |
||
3940 | "php": ">=5.4.0" |
||
3941 | }, |
||
3942 | "require-dev": { |
||
3943 | "doctrine/collections": "1.*", |
||
3944 | "phpunit/phpunit": "~4.1" |
||
3945 | }, |
||
3946 | "type": "library", |
||
3947 | "autoload": { |
||
3948 | "psr-4": { |
||
3949 | "DeepCopy\\": "src/DeepCopy/" |
||
3950 | } |
||
3951 | }, |
||
3952 | "notification-url": "https://packagist.org/downloads/", |
||
3953 | "license": [ |
||
3954 | "MIT" |
||
3955 | ], |
||
3956 | "description": "Create deep copies (clones) of your objects", |
||
3957 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
3958 | "keywords": [ |
||
3959 | "clone", |
||
3960 | "copy", |
||
3961 | "duplicate", |
||
3962 | "object", |
||
3963 | "object graph" |
||
3964 | ], |
||
3965 | "time": "2017-04-12T18:52:22+00:00" |
||
3966 | }, |
||
3967 | { |
||
3968 | "name": "nelmio/alice", |
||
3969 | "version": "v2.3.1", |
||
3970 | "source": { |
||
3971 | "type": "git", |
||
3972 | "url": "https://github.com/nelmio/alice.git", |
||
3973 | "reference": "0976436419f61863a072b390ea4c2ff75e62e364" |
||
3974 | }, |
||
3975 | "dist": { |
||
3976 | "type": "zip", |
||
3977 | "url": "https://api.github.com/repos/nelmio/alice/zipball/0976436419f61863a072b390ea4c2ff75e62e364", |
||
3978 | "reference": "0976436419f61863a072b390ea4c2ff75e62e364", |
||
3979 | "shasum": "" |
||
3980 | }, |
||
3981 | "require": { |
||
3982 | "fzaninotto/faker": "^1.5", |
||
3983 | "php": "^5.6||^7.0", |
||
3984 | "symfony/yaml": "^2.0||^3.0" |
||
3985 | }, |
||
3986 | "require-dev": { |
||
3987 | "doctrine/common": "^2.3", |
||
3988 | "phpspec/prophecy": "^1.5.0", |
||
3989 | "phpunit/phpunit": "^5.6||^6.0", |
||
3990 | "symfony/phpunit-bridge": "^3.0", |
||
3991 | "symfony/property-access": "^2.2||^3.0" |
||
3992 | }, |
||
3993 | "type": "library", |
||
3994 | "extra": { |
||
3995 | "branch-alias": { |
||
3996 | "dev-master": "3.0.x-dev" |
||
3997 | } |
||
3998 | }, |
||
3999 | "autoload": { |
||
4000 | "psr-4": { |
||
4001 | "Nelmio\\Alice\\": "src/Nelmio/Alice" |
||
4002 | } |
||
4003 | }, |
||
4004 | "notification-url": "https://packagist.org/downloads/", |
||
4005 | "license": [ |
||
4006 | "MIT" |
||
4007 | ], |
||
4008 | "authors": [ |
||
4009 | { |
||
4010 | "name": "Jordi Boggiano", |
||
4011 | "email": "[email protected]" |
||
4012 | }, |
||
4013 | { |
||
4014 | "name": "Tim Shelburne", |
||
4015 | "email": "[email protected]" |
||
4016 | }, |
||
4017 | { |
||
4018 | "name": "Théo FIDRY", |
||
4019 | "email": "[email protected]" |
||
4020 | } |
||
4021 | ], |
||
4022 | "description": "Expressive fixtures generator", |
||
4023 | "keywords": [ |
||
4024 | "Fixture", |
||
4025 | "data", |
||
4026 | "orm", |
||
4027 | "test" |
||
4028 | ], |
||
4029 | "time": "2017-03-24T16:33:53+00:00" |
||
4030 | }, |
||
4031 | { |
||
4032 | "name": "pdepend/pdepend", |
||
4033 | "version": "2.5.0", |
||
4034 | "source": { |
||
4035 | "type": "git", |
||
4036 | "url": "https://github.com/pdepend/pdepend.git", |
||
4037 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff" |
||
4038 | }, |
||
4039 | "dist": { |
||
4040 | "type": "zip", |
||
4041 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff", |
||
4042 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff", |
||
4043 | "shasum": "" |
||
4044 | }, |
||
4045 | "require": { |
||
4046 | "php": ">=5.3.7", |
||
4047 | "symfony/config": "^2.3.0|^3", |
||
4048 | "symfony/dependency-injection": "^2.3.0|^3", |
||
4049 | "symfony/filesystem": "^2.3.0|^3" |
||
4050 | }, |
||
4051 | "require-dev": { |
||
4052 | "phpunit/phpunit": "^4.4.0,<4.8", |
||
4053 | "squizlabs/php_codesniffer": "^2.0.0" |
||
4054 | }, |
||
4055 | "bin": [ |
||
4056 | "src/bin/pdepend" |
||
4057 | ], |
||
4058 | "type": "library", |
||
4059 | "autoload": { |
||
4060 | "psr-4": { |
||
4061 | "PDepend\\": "src/main/php/PDepend" |
||
4062 | } |
||
4063 | }, |
||
4064 | "notification-url": "https://packagist.org/downloads/", |
||
4065 | "license": [ |
||
4066 | "BSD-3-Clause" |
||
4067 | ], |
||
4068 | "description": "Official version of pdepend to be handled with Composer", |
||
4069 | "time": "2017-01-19T14:23:36+00:00" |
||
4070 | }, |
||
4071 | { |
||
4072 | "name": "phing/phing", |
||
4073 | "version": "2.9.1", |
||
4074 | "source": { |
||
4075 | "type": "git", |
||
4076 | "url": "https://github.com/phingofficial/phing.git", |
||
4077 | "reference": "393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c" |
||
4078 | }, |
||
4079 | "dist": { |
||
4080 | "type": "zip", |
||
4081 | "url": "https://api.github.com/repos/phingofficial/phing/zipball/393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c", |
||
4082 | "reference": "393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c", |
||
4083 | "shasum": "" |
||
4084 | }, |
||
4085 | "require": { |
||
4086 | "php": ">=5.2.0" |
||
4087 | }, |
||
4088 | "require-dev": { |
||
4089 | "ext-pdo_sqlite": "*", |
||
4090 | "lastcraft/simpletest": "@dev", |
||
4091 | "pdepend/pdepend": "1.x", |
||
4092 | "pear-pear.php.net/http_request2": "2.2.x", |
||
4093 | "pear-pear.php.net/net_growl": "2.7.x", |
||
4094 | "pear-pear.php.net/pear_packagefilemanager": "1.7.x", |
||
4095 | "pear-pear.php.net/pear_packagefilemanager2": "1.0.x", |
||
4096 | "pear-pear.php.net/xml_serializer": "0.20.x", |
||
4097 | "pear/pear_exception": "@dev", |
||
4098 | "pear/versioncontrol_git": "@dev", |
||
4099 | "pear/versioncontrol_svn": "@dev", |
||
4100 | "phpdocumentor/phpdocumentor": "2.x", |
||
4101 | "phploc/phploc": "2.x", |
||
4102 | "phpunit/phpunit": ">=3.7", |
||
4103 | "sebastian/phpcpd": "2.x", |
||
4104 | "squizlabs/php_codesniffer": "1.5.x" |
||
4105 | }, |
||
4106 | "suggest": { |
||
4107 | "pdepend/pdepend": "PHP version of JDepend", |
||
4108 | "pear/archive_tar": "Tar file management class", |
||
4109 | "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", |
||
4110 | "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", |
||
4111 | "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", |
||
4112 | "phploc/phploc": "A tool for quickly measuring the size of a PHP project", |
||
4113 | "phpmd/phpmd": "PHP version of PMD tool", |
||
4114 | "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", |
||
4115 | "phpunit/phpunit": "The PHP Unit Testing Framework", |
||
4116 | "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", |
||
4117 | "tedivm/jshrink": "Javascript Minifier built in PHP" |
||
4118 | }, |
||
4119 | "bin": [ |
||
4120 | "bin/phing" |
||
4121 | ], |
||
4122 | "type": "library", |
||
4123 | "extra": { |
||
4124 | "branch-alias": { |
||
4125 | "dev-master": "2.9.x-dev" |
||
4126 | } |
||
4127 | }, |
||
4128 | "autoload": { |
||
4129 | "classmap": [ |
||
4130 | "classes/phing/" |
||
4131 | ] |
||
4132 | }, |
||
4133 | "notification-url": "https://packagist.org/downloads/", |
||
4134 | "include-path": [ |
||
4135 | "classes" |
||
4136 | ], |
||
4137 | "license": [ |
||
4138 | "LGPL-3.0" |
||
4139 | ], |
||
4140 | "authors": [ |
||
4141 | { |
||
4142 | "name": "Phing Community", |
||
4143 | "homepage": "http://www.phing.info/trac/wiki/Development/Contributors" |
||
4144 | }, |
||
4145 | { |
||
4146 | "name": "Michiel Rook", |
||
4147 | "email": "[email protected]" |
||
4148 | } |
||
4149 | ], |
||
4150 | "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", |
||
4151 | "homepage": "http://www.phing.info/", |
||
4152 | "keywords": [ |
||
4153 | "build", |
||
4154 | "phing", |
||
4155 | "task", |
||
4156 | "tool" |
||
4157 | ], |
||
4158 | "time": "2014-12-03T09:18:46+00:00" |
||
4159 | }, |
||
4160 | { |
||
4161 | "name": "phpdocumentor/reflection-common", |
||
4162 | "version": "1.0.1", |
||
4163 | "source": { |
||
4164 | "type": "git", |
||
4165 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
4166 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
4167 | }, |
||
4168 | "dist": { |
||
4169 | "type": "zip", |
||
4170 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
4171 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
4172 | "shasum": "" |
||
4173 | }, |
||
4174 | "require": { |
||
4175 | "php": ">=5.5" |
||
4176 | }, |
||
4177 | "require-dev": { |
||
4178 | "phpunit/phpunit": "^4.6" |
||
4179 | }, |
||
4180 | "type": "library", |
||
4181 | "extra": { |
||
4182 | "branch-alias": { |
||
4183 | "dev-master": "1.0.x-dev" |
||
4184 | } |
||
4185 | }, |
||
4186 | "autoload": { |
||
4187 | "psr-4": { |
||
4188 | "phpDocumentor\\Reflection\\": [ |
||
4189 | "src" |
||
4190 | ] |
||
4191 | } |
||
4192 | }, |
||
4193 | "notification-url": "https://packagist.org/downloads/", |
||
4194 | "license": [ |
||
4195 | "MIT" |
||
4196 | ], |
||
4197 | "authors": [ |
||
4198 | { |
||
4199 | "name": "Jaap van Otterdijk", |
||
4200 | "email": "[email protected]" |
||
4201 | } |
||
4202 | ], |
||
4203 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
4204 | "homepage": "http://www.phpdoc.org", |
||
4205 | "keywords": [ |
||
4206 | "FQSEN", |
||
4207 | "phpDocumentor", |
||
4208 | "phpdoc", |
||
4209 | "reflection", |
||
4210 | "static analysis" |
||
4211 | ], |
||
4212 | "time": "2017-09-11T18:02:19+00:00" |
||
4213 | }, |
||
4214 | { |
||
4215 | "name": "phpdocumentor/reflection-docblock", |
||
4216 | "version": "4.1.1", |
||
4217 | "source": { |
||
4218 | "type": "git", |
||
4219 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
4220 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2" |
||
4221 | }, |
||
4222 | "dist": { |
||
4223 | "type": "zip", |
||
4224 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
4225 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
4226 | "shasum": "" |
||
4227 | }, |
||
4228 | "require": { |
||
4229 | "php": "^7.0", |
||
4230 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
4231 | "phpdocumentor/type-resolver": "^0.4.0", |
||
4232 | "webmozart/assert": "^1.0" |
||
4233 | }, |
||
4234 | "require-dev": { |
||
4235 | "mockery/mockery": "^0.9.4", |
||
4236 | "phpunit/phpunit": "^4.4" |
||
4237 | }, |
||
4238 | "type": "library", |
||
4239 | "autoload": { |
||
4240 | "psr-4": { |
||
4241 | "phpDocumentor\\Reflection\\": [ |
||
4242 | "src/" |
||
4243 | ] |
||
4244 | } |
||
4245 | }, |
||
4246 | "notification-url": "https://packagist.org/downloads/", |
||
4247 | "license": [ |
||
4248 | "MIT" |
||
4249 | ], |
||
4250 | "authors": [ |
||
4251 | { |
||
4252 | "name": "Mike van Riel", |
||
4253 | "email": "[email protected]" |
||
4254 | } |
||
4255 | ], |
||
4256 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
4257 | "time": "2017-08-30T18:51:59+00:00" |
||
4258 | }, |
||
4259 | { |
||
4260 | "name": "phpdocumentor/type-resolver", |
||
4261 | "version": "0.4.0", |
||
4262 | "source": { |
||
4263 | "type": "git", |
||
4264 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
4265 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
4266 | }, |
||
4267 | "dist": { |
||
4268 | "type": "zip", |
||
4269 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
4270 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
4271 | "shasum": "" |
||
4272 | }, |
||
4273 | "require": { |
||
4274 | "php": "^5.5 || ^7.0", |
||
4275 | "phpdocumentor/reflection-common": "^1.0" |
||
4276 | }, |
||
4277 | "require-dev": { |
||
4278 | "mockery/mockery": "^0.9.4", |
||
4279 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
4280 | }, |
||
4281 | "type": "library", |
||
4282 | "extra": { |
||
4283 | "branch-alias": { |
||
4284 | "dev-master": "1.0.x-dev" |
||
4285 | } |
||
4286 | }, |
||
4287 | "autoload": { |
||
4288 | "psr-4": { |
||
4289 | "phpDocumentor\\Reflection\\": [ |
||
4290 | "src/" |
||
4291 | ] |
||
4292 | } |
||
4293 | }, |
||
4294 | "notification-url": "https://packagist.org/downloads/", |
||
4295 | "license": [ |
||
4296 | "MIT" |
||
4297 | ], |
||
4298 | "authors": [ |
||
4299 | { |
||
4300 | "name": "Mike van Riel", |
||
4301 | "email": "[email protected]" |
||
4302 | } |
||
4303 | ], |
||
4304 | "time": "2017-07-14T14:27:02+00:00" |
||
4305 | }, |
||
4306 | { |
||
4307 | "name": "phpmd/phpmd", |
||
4308 | "version": "2.5.0", |
||
4309 | "source": { |
||
4310 | "type": "git", |
||
4311 | "url": "https://github.com/phpmd/phpmd.git", |
||
4312 | "reference": "9298602a922cd8c46666df8d540a60bc5925ce55" |
||
4313 | }, |
||
4314 | "dist": { |
||
4315 | "type": "zip", |
||
4316 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/9298602a922cd8c46666df8d540a60bc5925ce55", |
||
4317 | "reference": "9298602a922cd8c46666df8d540a60bc5925ce55", |
||
4318 | "shasum": "" |
||
4319 | }, |
||
4320 | "require": { |
||
4321 | "pdepend/pdepend": "^2.0.4", |
||
4322 | "php": ">=5.3.9" |
||
4323 | }, |
||
4324 | "require-dev": { |
||
4325 | "phpunit/phpunit": "^4.0", |
||
4326 | "squizlabs/php_codesniffer": "^2.0" |
||
4327 | }, |
||
4328 | "bin": [ |
||
4329 | "src/bin/phpmd" |
||
4330 | ], |
||
4331 | "type": "project", |
||
4332 | "autoload": { |
||
4333 | "psr-0": { |
||
4334 | "PHPMD\\": "src/main/php" |
||
4335 | } |
||
4336 | }, |
||
4337 | "notification-url": "https://packagist.org/downloads/", |
||
4338 | "license": [ |
||
4339 | "BSD-3-Clause" |
||
4340 | ], |
||
4341 | "authors": [ |
||
4342 | { |
||
4343 | "name": "Manuel Pichler", |
||
4344 | "email": "[email protected]", |
||
4345 | "homepage": "https://github.com/manuelpichler", |
||
4346 | "role": "Project Founder" |
||
4347 | }, |
||
4348 | { |
||
4349 | "name": "Other contributors", |
||
4350 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
4351 | "role": "Contributors" |
||
4352 | }, |
||
4353 | { |
||
4354 | "name": "Marc Würth", |
||
4355 | "email": "[email protected]", |
||
4356 | "homepage": "https://github.com/ravage84", |
||
4357 | "role": "Project Maintainer" |
||
4358 | } |
||
4359 | ], |
||
4360 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
4361 | "homepage": "http://phpmd.org/", |
||
4362 | "keywords": [ |
||
4363 | "mess detection", |
||
4364 | "mess detector", |
||
4365 | "pdepend", |
||
4366 | "phpmd", |
||
4367 | "pmd" |
||
4368 | ], |
||
4369 | "time": "2016-11-23T20:33:32+00:00" |
||
4370 | }, |
||
4371 | { |
||
4372 | "name": "phpspec/prophecy", |
||
4373 | "version": "v1.7.2", |
||
4374 | "source": { |
||
4375 | "type": "git", |
||
4376 | "url": "https://github.com/phpspec/prophecy.git", |
||
4377 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" |
||
4378 | }, |
||
4379 | "dist": { |
||
4380 | "type": "zip", |
||
4381 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
4382 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
4383 | "shasum": "" |
||
4384 | }, |
||
4385 | "require": { |
||
4386 | "doctrine/instantiator": "^1.0.2", |
||
4387 | "php": "^5.3|^7.0", |
||
4388 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
4389 | "sebastian/comparator": "^1.1|^2.0", |
||
4390 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
4391 | }, |
||
4392 | "require-dev": { |
||
4393 | "phpspec/phpspec": "^2.5|^3.2", |
||
4394 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
4395 | }, |
||
4396 | "type": "library", |
||
4397 | "extra": { |
||
4398 | "branch-alias": { |
||
4399 | "dev-master": "1.7.x-dev" |
||
4400 | } |
||
4401 | }, |
||
4402 | "autoload": { |
||
4403 | "psr-0": { |
||
4404 | "Prophecy\\": "src/" |
||
4405 | } |
||
4406 | }, |
||
4407 | "notification-url": "https://packagist.org/downloads/", |
||
4408 | "license": [ |
||
4409 | "MIT" |
||
4410 | ], |
||
4411 | "authors": [ |
||
4412 | { |
||
4413 | "name": "Konstantin Kudryashov", |
||
4414 | "email": "[email protected]", |
||
4415 | "homepage": "http://everzet.com" |
||
4416 | }, |
||
4417 | { |
||
4418 | "name": "Marcello Duarte", |
||
4419 | "email": "[email protected]" |
||
4420 | } |
||
4421 | ], |
||
4422 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
4423 | "homepage": "https://github.com/phpspec/prophecy", |
||
4424 | "keywords": [ |
||
4425 | "Double", |
||
4426 | "Dummy", |
||
4427 | "fake", |
||
4428 | "mock", |
||
4429 | "spy", |
||
4430 | "stub" |
||
4431 | ], |
||
4432 | "time": "2017-09-04T11:05:03+00:00" |
||
4433 | }, |
||
4434 | { |
||
4435 | "name": "phpunit/php-code-coverage", |
||
4436 | "version": "4.0.8", |
||
4437 | "source": { |
||
4438 | "type": "git", |
||
4439 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
4440 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
4441 | }, |
||
4442 | "dist": { |
||
4443 | "type": "zip", |
||
4444 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
4445 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
4446 | "shasum": "" |
||
4447 | }, |
||
4448 | "require": { |
||
4449 | "ext-dom": "*", |
||
4450 | "ext-xmlwriter": "*", |
||
4451 | "php": "^5.6 || ^7.0", |
||
4452 | "phpunit/php-file-iterator": "^1.3", |
||
4453 | "phpunit/php-text-template": "^1.2", |
||
4454 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
4455 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
4456 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
4457 | "sebastian/version": "^1.0 || ^2.0" |
||
4458 | }, |
||
4459 | "require-dev": { |
||
4460 | "ext-xdebug": "^2.1.4", |
||
4461 | "phpunit/phpunit": "^5.7" |
||
4462 | }, |
||
4463 | "suggest": { |
||
4464 | "ext-xdebug": "^2.5.1" |
||
4465 | }, |
||
4466 | "type": "library", |
||
4467 | "extra": { |
||
4468 | "branch-alias": { |
||
4469 | "dev-master": "4.0.x-dev" |
||
4470 | } |
||
4471 | }, |
||
4472 | "autoload": { |
||
4473 | "classmap": [ |
||
4474 | "src/" |
||
4475 | ] |
||
4476 | }, |
||
4477 | "notification-url": "https://packagist.org/downloads/", |
||
4478 | "license": [ |
||
4479 | "BSD-3-Clause" |
||
4480 | ], |
||
4481 | "authors": [ |
||
4482 | { |
||
4483 | "name": "Sebastian Bergmann", |
||
4484 | "email": "[email protected]", |
||
4485 | "role": "lead" |
||
4486 | } |
||
4487 | ], |
||
4488 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
4489 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
4490 | "keywords": [ |
||
4491 | "coverage", |
||
4492 | "testing", |
||
4493 | "xunit" |
||
4494 | ], |
||
4495 | "time": "2017-04-02T07:44:40+00:00" |
||
4496 | }, |
||
4497 | { |
||
4498 | "name": "phpunit/php-file-iterator", |
||
4499 | "version": "1.4.2", |
||
4500 | "source": { |
||
4501 | "type": "git", |
||
4502 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
4503 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
4504 | }, |
||
4505 | "dist": { |
||
4506 | "type": "zip", |
||
4507 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
4508 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
4509 | "shasum": "" |
||
4510 | }, |
||
4511 | "require": { |
||
4512 | "php": ">=5.3.3" |
||
4513 | }, |
||
4514 | "type": "library", |
||
4515 | "extra": { |
||
4516 | "branch-alias": { |
||
4517 | "dev-master": "1.4.x-dev" |
||
4518 | } |
||
4519 | }, |
||
4520 | "autoload": { |
||
4521 | "classmap": [ |
||
4522 | "src/" |
||
4523 | ] |
||
4524 | }, |
||
4525 | "notification-url": "https://packagist.org/downloads/", |
||
4526 | "license": [ |
||
4527 | "BSD-3-Clause" |
||
4528 | ], |
||
4529 | "authors": [ |
||
4530 | { |
||
4531 | "name": "Sebastian Bergmann", |
||
4532 | "email": "[email protected]", |
||
4533 | "role": "lead" |
||
4534 | } |
||
4535 | ], |
||
4536 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
4537 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
4538 | "keywords": [ |
||
4539 | "filesystem", |
||
4540 | "iterator" |
||
4541 | ], |
||
4542 | "time": "2016-10-03T07:40:28+00:00" |
||
4543 | }, |
||
4544 | { |
||
4545 | "name": "phpunit/php-text-template", |
||
4546 | "version": "1.2.1", |
||
4547 | "source": { |
||
4548 | "type": "git", |
||
4549 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
4550 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
4551 | }, |
||
4552 | "dist": { |
||
4553 | "type": "zip", |
||
4554 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4555 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4556 | "shasum": "" |
||
4557 | }, |
||
4558 | "require": { |
||
4559 | "php": ">=5.3.3" |
||
4560 | }, |
||
4561 | "type": "library", |
||
4562 | "autoload": { |
||
4563 | "classmap": [ |
||
4564 | "src/" |
||
4565 | ] |
||
4566 | }, |
||
4567 | "notification-url": "https://packagist.org/downloads/", |
||
4568 | "license": [ |
||
4569 | "BSD-3-Clause" |
||
4570 | ], |
||
4571 | "authors": [ |
||
4572 | { |
||
4573 | "name": "Sebastian Bergmann", |
||
4574 | "email": "[email protected]", |
||
4575 | "role": "lead" |
||
4576 | } |
||
4577 | ], |
||
4578 | "description": "Simple template engine.", |
||
4579 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
4580 | "keywords": [ |
||
4581 | "template" |
||
4582 | ], |
||
4583 | "time": "2015-06-21T13:50:34+00:00" |
||
4584 | }, |
||
4585 | { |
||
4586 | "name": "phpunit/php-timer", |
||
4587 | "version": "1.0.9", |
||
4588 | "source": { |
||
4589 | "type": "git", |
||
4590 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
4591 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
4592 | }, |
||
4593 | "dist": { |
||
4594 | "type": "zip", |
||
4595 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
4596 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
4597 | "shasum": "" |
||
4598 | }, |
||
4599 | "require": { |
||
4600 | "php": "^5.3.3 || ^7.0" |
||
4601 | }, |
||
4602 | "require-dev": { |
||
4603 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
4604 | }, |
||
4605 | "type": "library", |
||
4606 | "extra": { |
||
4607 | "branch-alias": { |
||
4608 | "dev-master": "1.0-dev" |
||
4609 | } |
||
4610 | }, |
||
4611 | "autoload": { |
||
4612 | "classmap": [ |
||
4613 | "src/" |
||
4614 | ] |
||
4615 | }, |
||
4616 | "notification-url": "https://packagist.org/downloads/", |
||
4617 | "license": [ |
||
4618 | "BSD-3-Clause" |
||
4619 | ], |
||
4620 | "authors": [ |
||
4621 | { |
||
4622 | "name": "Sebastian Bergmann", |
||
4623 | "email": "[email protected]", |
||
4624 | "role": "lead" |
||
4625 | } |
||
4626 | ], |
||
4627 | "description": "Utility class for timing", |
||
4628 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
4629 | "keywords": [ |
||
4630 | "timer" |
||
4631 | ], |
||
4632 | "time": "2017-02-26T11:10:40+00:00" |
||
4633 | }, |
||
4634 | { |
||
4635 | "name": "phpunit/php-token-stream", |
||
4636 | "version": "2.0.1", |
||
4637 | "source": { |
||
4638 | "type": "git", |
||
4639 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
4640 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" |
||
4641 | }, |
||
4642 | "dist": { |
||
4643 | "type": "zip", |
||
4644 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
4645 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
4646 | "shasum": "" |
||
4647 | }, |
||
4648 | "require": { |
||
4649 | "ext-tokenizer": "*", |
||
4650 | "php": "^7.0" |
||
4651 | }, |
||
4652 | "require-dev": { |
||
4653 | "phpunit/phpunit": "^6.2.4" |
||
4654 | }, |
||
4655 | "type": "library", |
||
4656 | "extra": { |
||
4657 | "branch-alias": { |
||
4658 | "dev-master": "2.0-dev" |
||
4659 | } |
||
4660 | }, |
||
4661 | "autoload": { |
||
4662 | "classmap": [ |
||
4663 | "src/" |
||
4664 | ] |
||
4665 | }, |
||
4666 | "notification-url": "https://packagist.org/downloads/", |
||
4667 | "license": [ |
||
4668 | "BSD-3-Clause" |
||
4669 | ], |
||
4670 | "authors": [ |
||
4671 | { |
||
4672 | "name": "Sebastian Bergmann", |
||
4673 | "email": "[email protected]" |
||
4674 | } |
||
4675 | ], |
||
4676 | "description": "Wrapper around PHP's tokenizer extension.", |
||
4677 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
4678 | "keywords": [ |
||
4679 | "tokenizer" |
||
4680 | ], |
||
4681 | "time": "2017-08-20T05:47:52+00:00" |
||
4682 | }, |
||
4683 | { |
||
4684 | "name": "phpunit/phpunit", |
||
4685 | "version": "5.7.21", |
||
4686 | "source": { |
||
4687 | "type": "git", |
||
4688 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
4689 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db" |
||
4690 | }, |
||
4691 | "dist": { |
||
4692 | "type": "zip", |
||
4693 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
4694 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
4695 | "shasum": "" |
||
4696 | }, |
||
4697 | "require": { |
||
4698 | "ext-dom": "*", |
||
4699 | "ext-json": "*", |
||
4700 | "ext-libxml": "*", |
||
4701 | "ext-mbstring": "*", |
||
4702 | "ext-xml": "*", |
||
4703 | "myclabs/deep-copy": "~1.3", |
||
4704 | "php": "^5.6 || ^7.0", |
||
4705 | "phpspec/prophecy": "^1.6.2", |
||
4706 | "phpunit/php-code-coverage": "^4.0.4", |
||
4707 | "phpunit/php-file-iterator": "~1.4", |
||
4708 | "phpunit/php-text-template": "~1.2", |
||
4709 | "phpunit/php-timer": "^1.0.6", |
||
4710 | "phpunit/phpunit-mock-objects": "^3.2", |
||
4711 | "sebastian/comparator": "^1.2.4", |
||
4712 | "sebastian/diff": "^1.4.3", |
||
4713 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
4714 | "sebastian/exporter": "~2.0", |
||
4715 | "sebastian/global-state": "^1.1", |
||
4716 | "sebastian/object-enumerator": "~2.0", |
||
4717 | "sebastian/resource-operations": "~1.0", |
||
4718 | "sebastian/version": "~1.0.3|~2.0", |
||
4719 | "symfony/yaml": "~2.1|~3.0" |
||
4720 | }, |
||
4721 | "conflict": { |
||
4722 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
4723 | }, |
||
4724 | "require-dev": { |
||
4725 | "ext-pdo": "*" |
||
4726 | }, |
||
4727 | "suggest": { |
||
4728 | "ext-xdebug": "*", |
||
4729 | "phpunit/php-invoker": "~1.1" |
||
4730 | }, |
||
4731 | "bin": [ |
||
4732 | "phpunit" |
||
4733 | ], |
||
4734 | "type": "library", |
||
4735 | "extra": { |
||
4736 | "branch-alias": { |
||
4737 | "dev-master": "5.7.x-dev" |
||
4738 | } |
||
4739 | }, |
||
4740 | "autoload": { |
||
4741 | "classmap": [ |
||
4742 | "src/" |
||
4743 | ] |
||
4744 | }, |
||
4745 | "notification-url": "https://packagist.org/downloads/", |
||
4746 | "license": [ |
||
4747 | "BSD-3-Clause" |
||
4748 | ], |
||
4749 | "authors": [ |
||
4750 | { |
||
4751 | "name": "Sebastian Bergmann", |
||
4752 | "email": "[email protected]", |
||
4753 | "role": "lead" |
||
4754 | } |
||
4755 | ], |
||
4756 | "description": "The PHP Unit Testing framework.", |
||
4757 | "homepage": "https://phpunit.de/", |
||
4758 | "keywords": [ |
||
4759 | "phpunit", |
||
4760 | "testing", |
||
4761 | "xunit" |
||
4762 | ], |
||
4763 | "time": "2017-06-21T08:11:54+00:00" |
||
4764 | }, |
||
4765 | { |
||
4766 | "name": "phpunit/phpunit-mock-objects", |
||
4767 | "version": "3.4.4", |
||
4768 | "source": { |
||
4769 | "type": "git", |
||
4770 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
4771 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
4772 | }, |
||
4773 | "dist": { |
||
4774 | "type": "zip", |
||
4775 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
4776 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
4777 | "shasum": "" |
||
4778 | }, |
||
4779 | "require": { |
||
4780 | "doctrine/instantiator": "^1.0.2", |
||
4781 | "php": "^5.6 || ^7.0", |
||
4782 | "phpunit/php-text-template": "^1.2", |
||
4783 | "sebastian/exporter": "^1.2 || ^2.0" |
||
4784 | }, |
||
4785 | "conflict": { |
||
4786 | "phpunit/phpunit": "<5.4.0" |
||
4787 | }, |
||
4788 | "require-dev": { |
||
4789 | "phpunit/phpunit": "^5.4" |
||
4790 | }, |
||
4791 | "suggest": { |
||
4792 | "ext-soap": "*" |
||
4793 | }, |
||
4794 | "type": "library", |
||
4795 | "extra": { |
||
4796 | "branch-alias": { |
||
4797 | "dev-master": "3.2.x-dev" |
||
4798 | } |
||
4799 | }, |
||
4800 | "autoload": { |
||
4801 | "classmap": [ |
||
4802 | "src/" |
||
4803 | ] |
||
4804 | }, |
||
4805 | "notification-url": "https://packagist.org/downloads/", |
||
4806 | "license": [ |
||
4807 | "BSD-3-Clause" |
||
4808 | ], |
||
4809 | "authors": [ |
||
4810 | { |
||
4811 | "name": "Sebastian Bergmann", |
||
4812 | "email": "[email protected]", |
||
4813 | "role": "lead" |
||
4814 | } |
||
4815 | ], |
||
4816 | "description": "Mock Object library for PHPUnit", |
||
4817 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
4818 | "keywords": [ |
||
4819 | "mock", |
||
4820 | "xunit" |
||
4821 | ], |
||
4822 | "time": "2017-06-30T09:13:00+00:00" |
||
4823 | }, |
||
4824 | { |
||
4825 | "name": "satooshi/php-coveralls", |
||
4826 | "version": "v1.0.1", |
||
4827 | "source": { |
||
4828 | "type": "git", |
||
4829 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
4830 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c" |
||
4831 | }, |
||
4832 | "dist": { |
||
4833 | "type": "zip", |
||
4834 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
4835 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
4836 | "shasum": "" |
||
4837 | }, |
||
4838 | "require": { |
||
4839 | "ext-json": "*", |
||
4840 | "ext-simplexml": "*", |
||
4841 | "guzzle/guzzle": "^2.8|^3.0", |
||
4842 | "php": ">=5.3.3", |
||
4843 | "psr/log": "^1.0", |
||
4844 | "symfony/config": "^2.1|^3.0", |
||
4845 | "symfony/console": "^2.1|^3.0", |
||
4846 | "symfony/stopwatch": "^2.0|^3.0", |
||
4847 | "symfony/yaml": "^2.0|^3.0" |
||
4848 | }, |
||
4849 | "suggest": { |
||
4850 | "symfony/http-kernel": "Allows Symfony integration" |
||
4851 | }, |
||
4852 | "bin": [ |
||
4853 | "bin/coveralls" |
||
4854 | ], |
||
4855 | "type": "library", |
||
4856 | "autoload": { |
||
4857 | "psr-4": { |
||
4858 | "Satooshi\\": "src/Satooshi/" |
||
4859 | } |
||
4860 | }, |
||
4861 | "notification-url": "https://packagist.org/downloads/", |
||
4862 | "license": [ |
||
4863 | "MIT" |
||
4864 | ], |
||
4865 | "authors": [ |
||
4866 | { |
||
4867 | "name": "Kitamura Satoshi", |
||
4868 | "email": "[email protected]", |
||
4869 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
4870 | } |
||
4871 | ], |
||
4872 | "description": "PHP client library for Coveralls API", |
||
4873 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
4874 | "keywords": [ |
||
4875 | "ci", |
||
4876 | "coverage", |
||
4877 | "github", |
||
4878 | "test" |
||
4879 | ], |
||
4880 | "time": "2016-01-20T17:35:46+00:00" |
||
4881 | }, |
||
4882 | { |
||
4883 | "name": "sebastian/code-unit-reverse-lookup", |
||
4884 | "version": "1.0.1", |
||
4885 | "source": { |
||
4886 | "type": "git", |
||
4887 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
4888 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
4889 | }, |
||
4890 | "dist": { |
||
4891 | "type": "zip", |
||
4892 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
4893 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
4894 | "shasum": "" |
||
4895 | }, |
||
4896 | "require": { |
||
4897 | "php": "^5.6 || ^7.0" |
||
4898 | }, |
||
4899 | "require-dev": { |
||
4900 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
4901 | }, |
||
4902 | "type": "library", |
||
4903 | "extra": { |
||
4904 | "branch-alias": { |
||
4905 | "dev-master": "1.0.x-dev" |
||
4906 | } |
||
4907 | }, |
||
4908 | "autoload": { |
||
4909 | "classmap": [ |
||
4910 | "src/" |
||
4911 | ] |
||
4912 | }, |
||
4913 | "notification-url": "https://packagist.org/downloads/", |
||
4914 | "license": [ |
||
4915 | "BSD-3-Clause" |
||
4916 | ], |
||
4917 | "authors": [ |
||
4918 | { |
||
4919 | "name": "Sebastian Bergmann", |
||
4920 | "email": "[email protected]" |
||
4921 | } |
||
4922 | ], |
||
4923 | "description": "Looks up which function or method a line of code belongs to", |
||
4924 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
4925 | "time": "2017-03-04T06:30:41+00:00" |
||
4926 | }, |
||
4927 | { |
||
4928 | "name": "sebastian/comparator", |
||
4929 | "version": "1.2.4", |
||
4930 | "source": { |
||
4931 | "type": "git", |
||
4932 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
4933 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
4934 | }, |
||
4935 | "dist": { |
||
4936 | "type": "zip", |
||
4937 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
4938 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
4939 | "shasum": "" |
||
4940 | }, |
||
4941 | "require": { |
||
4942 | "php": ">=5.3.3", |
||
4943 | "sebastian/diff": "~1.2", |
||
4944 | "sebastian/exporter": "~1.2 || ~2.0" |
||
4945 | }, |
||
4946 | "require-dev": { |
||
4947 | "phpunit/phpunit": "~4.4" |
||
4948 | }, |
||
4949 | "type": "library", |
||
4950 | "extra": { |
||
4951 | "branch-alias": { |
||
4952 | "dev-master": "1.2.x-dev" |
||
4953 | } |
||
4954 | }, |
||
4955 | "autoload": { |
||
4956 | "classmap": [ |
||
4957 | "src/" |
||
4958 | ] |
||
4959 | }, |
||
4960 | "notification-url": "https://packagist.org/downloads/", |
||
4961 | "license": [ |
||
4962 | "BSD-3-Clause" |
||
4963 | ], |
||
4964 | "authors": [ |
||
4965 | { |
||
4966 | "name": "Jeff Welch", |
||
4967 | "email": "[email protected]" |
||
4968 | }, |
||
4969 | { |
||
4970 | "name": "Volker Dusch", |
||
4971 | "email": "[email protected]" |
||
4972 | }, |
||
4973 | { |
||
4974 | "name": "Bernhard Schussek", |
||
4975 | "email": "[email protected]" |
||
4976 | }, |
||
4977 | { |
||
4978 | "name": "Sebastian Bergmann", |
||
4979 | "email": "[email protected]" |
||
4980 | } |
||
4981 | ], |
||
4982 | "description": "Provides the functionality to compare PHP values for equality", |
||
4983 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
4984 | "keywords": [ |
||
4985 | "comparator", |
||
4986 | "compare", |
||
4987 | "equality" |
||
4988 | ], |
||
4989 | "time": "2017-01-29T09:50:25+00:00" |
||
4990 | }, |
||
4991 | { |
||
4992 | "name": "sebastian/diff", |
||
4993 | "version": "1.4.3", |
||
4994 | "source": { |
||
4995 | "type": "git", |
||
4996 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4997 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
4998 | }, |
||
4999 | "dist": { |
||
5000 | "type": "zip", |
||
5001 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
5002 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
5003 | "shasum": "" |
||
5004 | }, |
||
5005 | "require": { |
||
5006 | "php": "^5.3.3 || ^7.0" |
||
5007 | }, |
||
5008 | "require-dev": { |
||
5009 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
5010 | }, |
||
5011 | "type": "library", |
||
5012 | "extra": { |
||
5013 | "branch-alias": { |
||
5014 | "dev-master": "1.4-dev" |
||
5015 | } |
||
5016 | }, |
||
5017 | "autoload": { |
||
5018 | "classmap": [ |
||
5019 | "src/" |
||
5020 | ] |
||
5021 | }, |
||
5022 | "notification-url": "https://packagist.org/downloads/", |
||
5023 | "license": [ |
||
5024 | "BSD-3-Clause" |
||
5025 | ], |
||
5026 | "authors": [ |
||
5027 | { |
||
5028 | "name": "Kore Nordmann", |
||
5029 | "email": "[email protected]" |
||
5030 | }, |
||
5031 | { |
||
5032 | "name": "Sebastian Bergmann", |
||
5033 | "email": "[email protected]" |
||
5034 | } |
||
5035 | ], |
||
5036 | "description": "Diff implementation", |
||
5037 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
5038 | "keywords": [ |
||
5039 | "diff" |
||
5040 | ], |
||
5041 | "time": "2017-05-22T07:24:03+00:00" |
||
5042 | }, |
||
5043 | { |
||
5044 | "name": "sebastian/environment", |
||
5045 | "version": "2.0.0", |
||
5046 | "source": { |
||
5047 | "type": "git", |
||
5048 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
5049 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
5050 | }, |
||
5051 | "dist": { |
||
5052 | "type": "zip", |
||
5053 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
5054 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
5055 | "shasum": "" |
||
5056 | }, |
||
5057 | "require": { |
||
5058 | "php": "^5.6 || ^7.0" |
||
5059 | }, |
||
5060 | "require-dev": { |
||
5061 | "phpunit/phpunit": "^5.0" |
||
5062 | }, |
||
5063 | "type": "library", |
||
5064 | "extra": { |
||
5065 | "branch-alias": { |
||
5066 | "dev-master": "2.0.x-dev" |
||
5067 | } |
||
5068 | }, |
||
5069 | "autoload": { |
||
5070 | "classmap": [ |
||
5071 | "src/" |
||
5072 | ] |
||
5073 | }, |
||
5074 | "notification-url": "https://packagist.org/downloads/", |
||
5075 | "license": [ |
||
5076 | "BSD-3-Clause" |
||
5077 | ], |
||
5078 | "authors": [ |
||
5079 | { |
||
5080 | "name": "Sebastian Bergmann", |
||
5081 | "email": "[email protected]" |
||
5082 | } |
||
5083 | ], |
||
5084 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
5085 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
5086 | "keywords": [ |
||
5087 | "Xdebug", |
||
5088 | "environment", |
||
5089 | "hhvm" |
||
5090 | ], |
||
5091 | "time": "2016-11-26T07:53:53+00:00" |
||
5092 | }, |
||
5093 | { |
||
5094 | "name": "sebastian/exporter", |
||
5095 | "version": "2.0.0", |
||
5096 | "source": { |
||
5097 | "type": "git", |
||
5098 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
5099 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
5100 | }, |
||
5101 | "dist": { |
||
5102 | "type": "zip", |
||
5103 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
5104 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
5105 | "shasum": "" |
||
5106 | }, |
||
5107 | "require": { |
||
5108 | "php": ">=5.3.3", |
||
5109 | "sebastian/recursion-context": "~2.0" |
||
5110 | }, |
||
5111 | "require-dev": { |
||
5112 | "ext-mbstring": "*", |
||
5113 | "phpunit/phpunit": "~4.4" |
||
5114 | }, |
||
5115 | "type": "library", |
||
5116 | "extra": { |
||
5117 | "branch-alias": { |
||
5118 | "dev-master": "2.0.x-dev" |
||
5119 | } |
||
5120 | }, |
||
5121 | "autoload": { |
||
5122 | "classmap": [ |
||
5123 | "src/" |
||
5124 | ] |
||
5125 | }, |
||
5126 | "notification-url": "https://packagist.org/downloads/", |
||
5127 | "license": [ |
||
5128 | "BSD-3-Clause" |
||
5129 | ], |
||
5130 | "authors": [ |
||
5131 | { |
||
5132 | "name": "Jeff Welch", |
||
5133 | "email": "[email protected]" |
||
5134 | }, |
||
5135 | { |
||
5136 | "name": "Volker Dusch", |
||
5137 | "email": "[email protected]" |
||
5138 | }, |
||
5139 | { |
||
5140 | "name": "Bernhard Schussek", |
||
5141 | "email": "[email protected]" |
||
5142 | }, |
||
5143 | { |
||
5144 | "name": "Sebastian Bergmann", |
||
5145 | "email": "[email protected]" |
||
5146 | }, |
||
5147 | { |
||
5148 | "name": "Adam Harvey", |
||
5149 | "email": "[email protected]" |
||
5150 | } |
||
5151 | ], |
||
5152 | "description": "Provides the functionality to export PHP variables for visualization", |
||
5153 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
5154 | "keywords": [ |
||
5155 | "export", |
||
5156 | "exporter" |
||
5157 | ], |
||
5158 | "time": "2016-11-19T08:54:04+00:00" |
||
5159 | }, |
||
5160 | { |
||
5161 | "name": "sebastian/finder-facade", |
||
5162 | "version": "1.2.1", |
||
5163 | "source": { |
||
5164 | "type": "git", |
||
5165 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
5166 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
5167 | }, |
||
5168 | "dist": { |
||
5169 | "type": "zip", |
||
5170 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
5171 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
5172 | "shasum": "" |
||
5173 | }, |
||
5174 | "require": { |
||
5175 | "symfony/finder": "~2.3|~3.0", |
||
5176 | "theseer/fdomdocument": "~1.3" |
||
5177 | }, |
||
5178 | "type": "library", |
||
5179 | "autoload": { |
||
5180 | "classmap": [ |
||
5181 | "src/" |
||
5182 | ] |
||
5183 | }, |
||
5184 | "notification-url": "https://packagist.org/downloads/", |
||
5185 | "license": [ |
||
5186 | "BSD-3-Clause" |
||
5187 | ], |
||
5188 | "authors": [ |
||
5189 | { |
||
5190 | "name": "Sebastian Bergmann", |
||
5191 | "email": "[email protected]", |
||
5192 | "role": "lead" |
||
5193 | } |
||
5194 | ], |
||
5195 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
5196 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
5197 | "time": "2016-02-17T07:02:23+00:00" |
||
5198 | }, |
||
5199 | { |
||
5200 | "name": "sebastian/global-state", |
||
5201 | "version": "1.1.1", |
||
5202 | "source": { |
||
5203 | "type": "git", |
||
5204 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
5205 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
5206 | }, |
||
5207 | "dist": { |
||
5208 | "type": "zip", |
||
5209 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
5210 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
5211 | "shasum": "" |
||
5212 | }, |
||
5213 | "require": { |
||
5214 | "php": ">=5.3.3" |
||
5215 | }, |
||
5216 | "require-dev": { |
||
5217 | "phpunit/phpunit": "~4.2" |
||
5218 | }, |
||
5219 | "suggest": { |
||
5220 | "ext-uopz": "*" |
||
5221 | }, |
||
5222 | "type": "library", |
||
5223 | "extra": { |
||
5224 | "branch-alias": { |
||
5225 | "dev-master": "1.0-dev" |
||
5226 | } |
||
5227 | }, |
||
5228 | "autoload": { |
||
5229 | "classmap": [ |
||
5230 | "src/" |
||
5231 | ] |
||
5232 | }, |
||
5233 | "notification-url": "https://packagist.org/downloads/", |
||
5234 | "license": [ |
||
5235 | "BSD-3-Clause" |
||
5236 | ], |
||
5237 | "authors": [ |
||
5238 | { |
||
5239 | "name": "Sebastian Bergmann", |
||
5240 | "email": "[email protected]" |
||
5241 | } |
||
5242 | ], |
||
5243 | "description": "Snapshotting of global state", |
||
5244 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
5245 | "keywords": [ |
||
5246 | "global state" |
||
5247 | ], |
||
5248 | "time": "2015-10-12T03:26:01+00:00" |
||
5249 | }, |
||
5250 | { |
||
5251 | "name": "sebastian/object-enumerator", |
||
5252 | "version": "2.0.1", |
||
5253 | "source": { |
||
5254 | "type": "git", |
||
5255 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
5256 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
5257 | }, |
||
5258 | "dist": { |
||
5259 | "type": "zip", |
||
5260 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
5261 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
5262 | "shasum": "" |
||
5263 | }, |
||
5264 | "require": { |
||
5265 | "php": ">=5.6", |
||
5266 | "sebastian/recursion-context": "~2.0" |
||
5267 | }, |
||
5268 | "require-dev": { |
||
5269 | "phpunit/phpunit": "~5" |
||
5270 | }, |
||
5271 | "type": "library", |
||
5272 | "extra": { |
||
5273 | "branch-alias": { |
||
5274 | "dev-master": "2.0.x-dev" |
||
5275 | } |
||
5276 | }, |
||
5277 | "autoload": { |
||
5278 | "classmap": [ |
||
5279 | "src/" |
||
5280 | ] |
||
5281 | }, |
||
5282 | "notification-url": "https://packagist.org/downloads/", |
||
5283 | "license": [ |
||
5284 | "BSD-3-Clause" |
||
5285 | ], |
||
5286 | "authors": [ |
||
5287 | { |
||
5288 | "name": "Sebastian Bergmann", |
||
5289 | "email": "[email protected]" |
||
5290 | } |
||
5291 | ], |
||
5292 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
5293 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
5294 | "time": "2017-02-18T15:18:39+00:00" |
||
5295 | }, |
||
5296 | { |
||
5297 | "name": "sebastian/phpcpd", |
||
5298 | "version": "2.0.4", |
||
5299 | "source": { |
||
5300 | "type": "git", |
||
5301 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
5302 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" |
||
5303 | }, |
||
5304 | "dist": { |
||
5305 | "type": "zip", |
||
5306 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
5307 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
5308 | "shasum": "" |
||
5309 | }, |
||
5310 | "require": { |
||
5311 | "php": ">=5.3.3", |
||
5312 | "phpunit/php-timer": ">=1.0.6", |
||
5313 | "sebastian/finder-facade": "~1.1", |
||
5314 | "sebastian/version": "~1.0|~2.0", |
||
5315 | "symfony/console": "~2.7|^3.0", |
||
5316 | "theseer/fdomdocument": "~1.4" |
||
5317 | }, |
||
5318 | "bin": [ |
||
5319 | "phpcpd" |
||
5320 | ], |
||
5321 | "type": "library", |
||
5322 | "extra": { |
||
5323 | "branch-alias": { |
||
5324 | "dev-master": "2.0-dev" |
||
5325 | } |
||
5326 | }, |
||
5327 | "autoload": { |
||
5328 | "classmap": [ |
||
5329 | "src/" |
||
5330 | ] |
||
5331 | }, |
||
5332 | "notification-url": "https://packagist.org/downloads/", |
||
5333 | "license": [ |
||
5334 | "BSD-3-Clause" |
||
5335 | ], |
||
5336 | "authors": [ |
||
5337 | { |
||
5338 | "name": "Sebastian Bergmann", |
||
5339 | "email": "[email protected]", |
||
5340 | "role": "lead" |
||
5341 | } |
||
5342 | ], |
||
5343 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
5344 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
5345 | "time": "2016-04-17T19:32:49+00:00" |
||
5346 | }, |
||
5347 | { |
||
5348 | "name": "sebastian/recursion-context", |
||
5349 | "version": "2.0.0", |
||
5350 | "source": { |
||
5351 | "type": "git", |
||
5352 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
5353 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
5354 | }, |
||
5355 | "dist": { |
||
5356 | "type": "zip", |
||
5357 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
5358 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
5359 | "shasum": "" |
||
5360 | }, |
||
5361 | "require": { |
||
5362 | "php": ">=5.3.3" |
||
5363 | }, |
||
5364 | "require-dev": { |
||
5365 | "phpunit/phpunit": "~4.4" |
||
5366 | }, |
||
5367 | "type": "library", |
||
5368 | "extra": { |
||
5369 | "branch-alias": { |
||
5370 | "dev-master": "2.0.x-dev" |
||
5371 | } |
||
5372 | }, |
||
5373 | "autoload": { |
||
5374 | "classmap": [ |
||
5375 | "src/" |
||
5376 | ] |
||
5377 | }, |
||
5378 | "notification-url": "https://packagist.org/downloads/", |
||
5379 | "license": [ |
||
5380 | "BSD-3-Clause" |
||
5381 | ], |
||
5382 | "authors": [ |
||
5383 | { |
||
5384 | "name": "Jeff Welch", |
||
5385 | "email": "[email protected]" |
||
5386 | }, |
||
5387 | { |
||
5388 | "name": "Sebastian Bergmann", |
||
5389 | "email": "[email protected]" |
||
5390 | }, |
||
5391 | { |
||
5392 | "name": "Adam Harvey", |
||
5393 | "email": "[email protected]" |
||
5394 | } |
||
5395 | ], |
||
5396 | "description": "Provides functionality to recursively process PHP variables", |
||
5397 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
5398 | "time": "2016-11-19T07:33:16+00:00" |
||
5399 | }, |
||
5400 | { |
||
5401 | "name": "sebastian/resource-operations", |
||
5402 | "version": "1.0.0", |
||
5403 | "source": { |
||
5404 | "type": "git", |
||
5405 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
5406 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
5407 | }, |
||
5408 | "dist": { |
||
5409 | "type": "zip", |
||
5410 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
5411 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
5412 | "shasum": "" |
||
5413 | }, |
||
5414 | "require": { |
||
5415 | "php": ">=5.6.0" |
||
5416 | }, |
||
5417 | "type": "library", |
||
5418 | "extra": { |
||
5419 | "branch-alias": { |
||
5420 | "dev-master": "1.0.x-dev" |
||
5421 | } |
||
5422 | }, |
||
5423 | "autoload": { |
||
5424 | "classmap": [ |
||
5425 | "src/" |
||
5426 | ] |
||
5427 | }, |
||
5428 | "notification-url": "https://packagist.org/downloads/", |
||
5429 | "license": [ |
||
5430 | "BSD-3-Clause" |
||
5431 | ], |
||
5432 | "authors": [ |
||
5433 | { |
||
5434 | "name": "Sebastian Bergmann", |
||
5435 | "email": "[email protected]" |
||
5436 | } |
||
5437 | ], |
||
5438 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
5439 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
5440 | "time": "2015-07-28T20:34:47+00:00" |
||
5441 | }, |
||
5442 | { |
||
5443 | "name": "sebastian/version", |
||
5444 | "version": "2.0.1", |
||
5445 | "source": { |
||
5446 | "type": "git", |
||
5447 | "url": "https://github.com/sebastianbergmann/version.git", |
||
5448 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
5449 | }, |
||
5450 | "dist": { |
||
5451 | "type": "zip", |
||
5452 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
5453 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
5454 | "shasum": "" |
||
5455 | }, |
||
5456 | "require": { |
||
5457 | "php": ">=5.6" |
||
5458 | }, |
||
5459 | "type": "library", |
||
5460 | "extra": { |
||
5461 | "branch-alias": { |
||
5462 | "dev-master": "2.0.x-dev" |
||
5463 | } |
||
5464 | }, |
||
5465 | "autoload": { |
||
5466 | "classmap": [ |
||
5467 | "src/" |
||
5468 | ] |
||
5469 | }, |
||
5470 | "notification-url": "https://packagist.org/downloads/", |
||
5471 | "license": [ |
||
5472 | "BSD-3-Clause" |
||
5473 | ], |
||
5474 | "authors": [ |
||
5475 | { |
||
5476 | "name": "Sebastian Bergmann", |
||
5477 | "email": "[email protected]", |
||
5478 | "role": "lead" |
||
5479 | } |
||
5480 | ], |
||
5481 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
5482 | "homepage": "https://github.com/sebastianbergmann/version", |
||
5483 | "time": "2016-10-03T07:35:21+00:00" |
||
5484 | }, |
||
5485 | { |
||
5486 | "name": "sensio/generator-bundle", |
||
5487 | "version": "v3.1.6", |
||
5488 | "source": { |
||
5489 | "type": "git", |
||
5490 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
5491 | "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305" |
||
5492 | }, |
||
5493 | "dist": { |
||
5494 | "type": "zip", |
||
5495 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/128bc5dabc91ca40b7445f094968dd70ccd58305", |
||
5496 | "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305", |
||
5497 | "shasum": "" |
||
5498 | }, |
||
5499 | "require": { |
||
5500 | "symfony/console": "~2.7|~3.0", |
||
5501 | "symfony/framework-bundle": "~2.7|~3.0", |
||
5502 | "symfony/process": "~2.7|~3.0", |
||
5503 | "symfony/yaml": "~2.7|~3.0", |
||
5504 | "twig/twig": "^1.28.2|^2.0" |
||
5505 | }, |
||
5506 | "require-dev": { |
||
5507 | "doctrine/orm": "~2.4", |
||
5508 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
5509 | "symfony/filesystem": "~2.7|~3.0", |
||
5510 | "symfony/phpunit-bridge": "^3.3" |
||
5511 | }, |
||
5512 | "type": "symfony-bundle", |
||
5513 | "extra": { |
||
5514 | "branch-alias": { |
||
5515 | "dev-master": "3.1.x-dev" |
||
5516 | } |
||
5517 | }, |
||
5518 | "autoload": { |
||
5519 | "psr-4": { |
||
5520 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
5521 | }, |
||
5522 | "exclude-from-classmap": [ |
||
5523 | "/Tests/" |
||
5524 | ] |
||
5525 | }, |
||
5526 | "notification-url": "https://packagist.org/downloads/", |
||
5527 | "license": [ |
||
5528 | "MIT" |
||
5529 | ], |
||
5530 | "authors": [ |
||
5531 | { |
||
5532 | "name": "Fabien Potencier", |
||
5533 | "email": "[email protected]" |
||
5534 | } |
||
5535 | ], |
||
5536 | "description": "This bundle generates code for you", |
||
5537 | "time": "2017-07-18T07:57:44+00:00" |
||
5538 | }, |
||
5539 | { |
||
5540 | "name": "symfony/phpunit-bridge", |
||
5541 | "version": "v3.3.9", |
||
5542 | "source": { |
||
5543 | "type": "git", |
||
5544 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
5545 | "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03" |
||
5546 | }, |
||
5547 | "dist": { |
||
5548 | "type": "zip", |
||
5549 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/27d159bd9bd14a3bd9d3e136081c321a0d621c03", |
||
5550 | "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03", |
||
5551 | "shasum": "" |
||
5552 | }, |
||
5553 | "require": { |
||
5554 | "php": ">=5.3.3" |
||
5555 | }, |
||
5556 | "conflict": { |
||
5557 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
5558 | }, |
||
5559 | "suggest": { |
||
5560 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
5561 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
5562 | }, |
||
5563 | "bin": [ |
||
5564 | "bin/simple-phpunit" |
||
5565 | ], |
||
5566 | "type": "symfony-bridge", |
||
5567 | "extra": { |
||
5568 | "branch-alias": { |
||
5569 | "dev-master": "3.3-dev" |
||
5570 | } |
||
5571 | }, |
||
5572 | "autoload": { |
||
5573 | "files": [ |
||
5574 | "bootstrap.php" |
||
5575 | ], |
||
5576 | "psr-4": { |
||
5577 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
5578 | }, |
||
5579 | "exclude-from-classmap": [ |
||
5580 | "/Tests/" |
||
5581 | ] |
||
5582 | }, |
||
5583 | "notification-url": "https://packagist.org/downloads/", |
||
5584 | "license": [ |
||
5585 | "MIT" |
||
5586 | ], |
||
5587 | "authors": [ |
||
5588 | { |
||
5589 | "name": "Nicolas Grekas", |
||
5590 | "email": "[email protected]" |
||
5591 | }, |
||
5592 | { |
||
5593 | "name": "Symfony Community", |
||
5594 | "homepage": "https://symfony.com/contributors" |
||
5595 | } |
||
5596 | ], |
||
5597 | "description": "Symfony PHPUnit Bridge", |
||
5598 | "homepage": "https://symfony.com", |
||
5599 | "time": "2017-09-05T11:23:06+00:00" |
||
5600 | }, |
||
5601 | { |
||
5602 | "name": "theseer/fdomdocument", |
||
5603 | "version": "1.6.6", |
||
5604 | "source": { |
||
5605 | "type": "git", |
||
5606 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
5607 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" |
||
5608 | }, |
||
5609 | "dist": { |
||
5610 | "type": "zip", |
||
5611 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", |
||
5612 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", |
||
5613 | "shasum": "" |
||
5614 | }, |
||
5615 | "require": { |
||
5616 | "ext-dom": "*", |
||
5617 | "lib-libxml": "*", |
||
5618 | "php": ">=5.3.3" |
||
5619 | }, |
||
5620 | "type": "library", |
||
5621 | "autoload": { |
||
5622 | "classmap": [ |
||
5623 | "src/" |
||
5624 | ] |
||
5625 | }, |
||
5626 | "notification-url": "https://packagist.org/downloads/", |
||
5627 | "license": [ |
||
5628 | "BSD-3-Clause" |
||
5629 | ], |
||
5630 | "authors": [ |
||
5631 | { |
||
5632 | "name": "Arne Blankerts", |
||
5633 | "email": "[email protected]", |
||
5634 | "role": "lead" |
||
5635 | } |
||
5636 | ], |
||
5637 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
5638 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
5639 | "time": "2017-06-30T11:53:12+00:00" |
||
5640 | }, |
||
5641 | { |
||
5642 | "name": "webmozart/assert", |
||
5643 | "version": "1.2.0", |
||
5644 | "source": { |
||
5645 | "type": "git", |
||
5646 | "url": "https://github.com/webmozart/assert.git", |
||
5647 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
5648 | }, |
||
5649 | "dist": { |
||
5650 | "type": "zip", |
||
5651 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
5652 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
5653 | "shasum": "" |
||
5654 | }, |
||
5655 | "require": { |
||
5656 | "php": "^5.3.3 || ^7.0" |
||
5657 | }, |
||
5658 | "require-dev": { |
||
5659 | "phpunit/phpunit": "^4.6", |
||
5660 | "sebastian/version": "^1.0.1" |
||
5661 | }, |
||
5662 | "type": "library", |
||
5663 | "extra": { |
||
5664 | "branch-alias": { |
||
5665 | "dev-master": "1.3-dev" |
||
5666 | } |
||
5667 | }, |
||
5668 | "autoload": { |
||
5669 | "psr-4": { |
||
5670 | "Webmozart\\Assert\\": "src/" |
||
5671 | } |
||
5672 | }, |
||
5673 | "notification-url": "https://packagist.org/downloads/", |
||
5674 | "license": [ |
||
5675 | "MIT" |
||
5676 | ], |
||
5677 | "authors": [ |
||
5678 | { |
||
5679 | "name": "Bernhard Schussek", |
||
5680 | "email": "[email protected]" |
||
5681 | } |
||
5682 | ], |
||
5683 | "description": "Assertions to validate method input/output with nice error messages.", |
||
5684 | "keywords": [ |
||
5685 | "assert", |
||
5686 | "check", |
||
5687 | "validate" |
||
5688 | ], |
||
5689 | "time": "2016-11-23T20:04:58+00:00" |
||
5690 | } |
||
5691 | ], |
||
5692 | "aliases": [], |
||
5693 | "minimum-stability": "stable", |
||
5694 | "stability-flags": { |
||
5695 | "friendsofsymfony/user-bundle": 20 |
||
5696 | }, |
||
5697 | "prefer-stable": false, |
||
5698 | "prefer-lowest": false, |
||
5699 | "platform": { |
||
5700 | "php": ">=5.5.9" |
||
5701 | }, |
||
5702 | "platform-dev": [] |
||
5703 | } |
||
5704 |