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