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