These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "fdfbf94224b3b712f21af63a64198feb", |
||
8 | "content-hash": "e94df0861d25995406e5f91a725ed483", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
12 | "version": "v1.3.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
21 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": "^5.6 || ^7.0" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "^5.6.1" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.4.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-4": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2016-10-24 11:45:47" |
||
77 | }, |
||
78 | { |
||
79 | "name": "doctrine/cache", |
||
80 | "version": "v1.6.1", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
89 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": "~5.5|~7.0" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": "~4.8|~5.0", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.6.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-4": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2016-10-29 11:16:17" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "name": "doctrine/common", |
||
216 | "version": "v2.6.1", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
225 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": "~5.5|~7.0" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~4.8|~5.0" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.7.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-4": { |
||
247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-12-25 13:18:31" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/dbal", |
||
289 | "version": "v2.5.5", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/dbal.git", |
||
293 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
298 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "doctrine/common": ">=2.4,<2.7-dev", |
||
303 | "php": ">=5.3.2" |
||
304 | }, |
||
305 | "require-dev": { |
||
306 | "phpunit/phpunit": "4.*", |
||
307 | "symfony/console": "2.*||^3.0" |
||
308 | }, |
||
309 | "suggest": { |
||
310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
311 | }, |
||
312 | "bin": [ |
||
313 | "bin/doctrine-dbal" |
||
314 | ], |
||
315 | "type": "library", |
||
316 | "extra": { |
||
317 | "branch-alias": { |
||
318 | "dev-master": "2.5.x-dev" |
||
319 | } |
||
320 | }, |
||
321 | "autoload": { |
||
322 | "psr-0": { |
||
323 | "Doctrine\\DBAL\\": "lib/" |
||
324 | } |
||
325 | }, |
||
326 | "notification-url": "https://packagist.org/downloads/", |
||
327 | "license": [ |
||
328 | "MIT" |
||
329 | ], |
||
330 | "authors": [ |
||
331 | { |
||
332 | "name": "Roman Borschel", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Benjamin Eberlei", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Guilherme Blanco", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Jonathan Wage", |
||
345 | "email": "[email protected]" |
||
346 | } |
||
347 | ], |
||
348 | "description": "Database Abstraction Layer", |
||
349 | "homepage": "http://www.doctrine-project.org", |
||
350 | "keywords": [ |
||
351 | "database", |
||
352 | "dbal", |
||
353 | "persistence", |
||
354 | "queryobject" |
||
355 | ], |
||
356 | "time": "2016-09-09 19:13:33" |
||
357 | }, |
||
358 | { |
||
359 | "name": "doctrine/doctrine-bundle", |
||
360 | "version": "1.6.4", |
||
361 | "source": { |
||
362 | "type": "git", |
||
363 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
364 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" |
||
365 | }, |
||
366 | "dist": { |
||
367 | "type": "zip", |
||
368 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
369 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
370 | "shasum": "" |
||
371 | }, |
||
372 | "require": { |
||
373 | "doctrine/dbal": "~2.3", |
||
374 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
375 | "jdorn/sql-formatter": "~1.1", |
||
376 | "php": ">=5.3.2", |
||
377 | "symfony/console": "~2.3|~3.0", |
||
378 | "symfony/dependency-injection": "~2.3|~3.0", |
||
379 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
380 | "symfony/framework-bundle": "~2.3|~3.0" |
||
381 | }, |
||
382 | "require-dev": { |
||
383 | "doctrine/orm": "~2.3", |
||
384 | "phpunit/phpunit": "~4", |
||
385 | "satooshi/php-coveralls": "~0.6.1", |
||
386 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
387 | "symfony/property-info": "~2.8|~3.0", |
||
388 | "symfony/validator": "~2.2|~3.0", |
||
389 | "symfony/yaml": "~2.2|~3.0", |
||
390 | "twig/twig": "~1.10" |
||
391 | }, |
||
392 | "suggest": { |
||
393 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
394 | "symfony/web-profiler-bundle": "To use the data collector." |
||
395 | }, |
||
396 | "type": "symfony-bundle", |
||
397 | "extra": { |
||
398 | "branch-alias": { |
||
399 | "dev-master": "1.6.x-dev" |
||
400 | } |
||
401 | }, |
||
402 | "autoload": { |
||
403 | "psr-4": { |
||
404 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
405 | } |
||
406 | }, |
||
407 | "notification-url": "https://packagist.org/downloads/", |
||
408 | "license": [ |
||
409 | "MIT" |
||
410 | ], |
||
411 | "authors": [ |
||
412 | { |
||
413 | "name": "Symfony Community", |
||
414 | "homepage": "http://symfony.com/contributors" |
||
415 | }, |
||
416 | { |
||
417 | "name": "Benjamin Eberlei", |
||
418 | "email": "[email protected]" |
||
419 | }, |
||
420 | { |
||
421 | "name": "Doctrine Project", |
||
422 | "homepage": "http://www.doctrine-project.org/" |
||
423 | }, |
||
424 | { |
||
425 | "name": "Fabien Potencier", |
||
426 | "email": "[email protected]" |
||
427 | } |
||
428 | ], |
||
429 | "description": "Symfony DoctrineBundle", |
||
430 | "homepage": "http://www.doctrine-project.org", |
||
431 | "keywords": [ |
||
432 | "database", |
||
433 | "dbal", |
||
434 | "orm", |
||
435 | "persistence" |
||
436 | ], |
||
437 | "time": "2016-08-10 15:35:22" |
||
438 | }, |
||
439 | { |
||
440 | "name": "doctrine/doctrine-cache-bundle", |
||
441 | "version": "1.3.0", |
||
442 | "source": { |
||
443 | "type": "git", |
||
444 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
445 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
446 | }, |
||
447 | "dist": { |
||
448 | "type": "zip", |
||
449 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
450 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
451 | "shasum": "" |
||
452 | }, |
||
453 | "require": { |
||
454 | "doctrine/cache": "^1.4.2", |
||
455 | "doctrine/inflector": "~1.0", |
||
456 | "php": ">=5.3.2", |
||
457 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
458 | }, |
||
459 | "require-dev": { |
||
460 | "instaclick/coding-standard": "~1.1", |
||
461 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
462 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
463 | "phpunit/phpunit": "~4", |
||
464 | "predis/predis": "~0.8", |
||
465 | "satooshi/php-coveralls": "~0.6.1", |
||
466 | "squizlabs/php_codesniffer": "~1.5", |
||
467 | "symfony/console": "~2.2|~3.0", |
||
468 | "symfony/finder": "~2.2|~3.0", |
||
469 | "symfony/framework-bundle": "~2.2|~3.0", |
||
470 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
471 | "symfony/security-acl": "~2.3|~3.0", |
||
472 | "symfony/validator": "~2.2|~3.0", |
||
473 | "symfony/yaml": "~2.2|~3.0" |
||
474 | }, |
||
475 | "suggest": { |
||
476 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
477 | }, |
||
478 | "type": "symfony-bundle", |
||
479 | "extra": { |
||
480 | "branch-alias": { |
||
481 | "dev-master": "1.2.x-dev" |
||
482 | } |
||
483 | }, |
||
484 | "autoload": { |
||
485 | "psr-4": { |
||
486 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
487 | } |
||
488 | }, |
||
489 | "notification-url": "https://packagist.org/downloads/", |
||
490 | "license": [ |
||
491 | "MIT" |
||
492 | ], |
||
493 | "authors": [ |
||
494 | { |
||
495 | "name": "Symfony Community", |
||
496 | "homepage": "http://symfony.com/contributors" |
||
497 | }, |
||
498 | { |
||
499 | "name": "Benjamin Eberlei", |
||
500 | "email": "[email protected]" |
||
501 | }, |
||
502 | { |
||
503 | "name": "Fabio B. Silva", |
||
504 | "email": "[email protected]" |
||
505 | }, |
||
506 | { |
||
507 | "name": "Guilherme Blanco", |
||
508 | "email": "[email protected]" |
||
509 | }, |
||
510 | { |
||
511 | "name": "Doctrine Project", |
||
512 | "homepage": "http://www.doctrine-project.org/" |
||
513 | }, |
||
514 | { |
||
515 | "name": "Fabien Potencier", |
||
516 | "email": "[email protected]" |
||
517 | } |
||
518 | ], |
||
519 | "description": "Symfony Bundle for Doctrine Cache", |
||
520 | "homepage": "http://www.doctrine-project.org", |
||
521 | "keywords": [ |
||
522 | "cache", |
||
523 | "caching" |
||
524 | ], |
||
525 | "time": "2016-01-26 17:28:51" |
||
526 | }, |
||
527 | { |
||
528 | "name": "doctrine/inflector", |
||
529 | "version": "v1.1.0", |
||
530 | "source": { |
||
531 | "type": "git", |
||
532 | "url": "https://github.com/doctrine/inflector.git", |
||
533 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
534 | }, |
||
535 | "dist": { |
||
536 | "type": "zip", |
||
537 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
538 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
539 | "shasum": "" |
||
540 | }, |
||
541 | "require": { |
||
542 | "php": ">=5.3.2" |
||
543 | }, |
||
544 | "require-dev": { |
||
545 | "phpunit/phpunit": "4.*" |
||
546 | }, |
||
547 | "type": "library", |
||
548 | "extra": { |
||
549 | "branch-alias": { |
||
550 | "dev-master": "1.1.x-dev" |
||
551 | } |
||
552 | }, |
||
553 | "autoload": { |
||
554 | "psr-0": { |
||
555 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
556 | } |
||
557 | }, |
||
558 | "notification-url": "https://packagist.org/downloads/", |
||
559 | "license": [ |
||
560 | "MIT" |
||
561 | ], |
||
562 | "authors": [ |
||
563 | { |
||
564 | "name": "Roman Borschel", |
||
565 | "email": "[email protected]" |
||
566 | }, |
||
567 | { |
||
568 | "name": "Benjamin Eberlei", |
||
569 | "email": "[email protected]" |
||
570 | }, |
||
571 | { |
||
572 | "name": "Guilherme Blanco", |
||
573 | "email": "[email protected]" |
||
574 | }, |
||
575 | { |
||
576 | "name": "Jonathan Wage", |
||
577 | "email": "[email protected]" |
||
578 | }, |
||
579 | { |
||
580 | "name": "Johannes Schmitt", |
||
581 | "email": "[email protected]" |
||
582 | } |
||
583 | ], |
||
584 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
585 | "homepage": "http://www.doctrine-project.org", |
||
586 | "keywords": [ |
||
587 | "inflection", |
||
588 | "pluralize", |
||
589 | "singularize", |
||
590 | "string" |
||
591 | ], |
||
592 | "time": "2015-11-06 14:35:42" |
||
593 | }, |
||
594 | { |
||
595 | "name": "doctrine/instantiator", |
||
596 | "version": "1.0.5", |
||
597 | "source": { |
||
598 | "type": "git", |
||
599 | "url": "https://github.com/doctrine/instantiator.git", |
||
600 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
601 | }, |
||
602 | "dist": { |
||
603 | "type": "zip", |
||
604 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
605 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
606 | "shasum": "" |
||
607 | }, |
||
608 | "require": { |
||
609 | "php": ">=5.3,<8.0-DEV" |
||
610 | }, |
||
611 | "require-dev": { |
||
612 | "athletic/athletic": "~0.1.8", |
||
613 | "ext-pdo": "*", |
||
614 | "ext-phar": "*", |
||
615 | "phpunit/phpunit": "~4.0", |
||
616 | "squizlabs/php_codesniffer": "~2.0" |
||
617 | }, |
||
618 | "type": "library", |
||
619 | "extra": { |
||
620 | "branch-alias": { |
||
621 | "dev-master": "1.0.x-dev" |
||
622 | } |
||
623 | }, |
||
624 | "autoload": { |
||
625 | "psr-4": { |
||
626 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
627 | } |
||
628 | }, |
||
629 | "notification-url": "https://packagist.org/downloads/", |
||
630 | "license": [ |
||
631 | "MIT" |
||
632 | ], |
||
633 | "authors": [ |
||
634 | { |
||
635 | "name": "Marco Pivetta", |
||
636 | "email": "[email protected]", |
||
637 | "homepage": "http://ocramius.github.com/" |
||
638 | } |
||
639 | ], |
||
640 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
641 | "homepage": "https://github.com/doctrine/instantiator", |
||
642 | "keywords": [ |
||
643 | "constructor", |
||
644 | "instantiate" |
||
645 | ], |
||
646 | "time": "2015-06-14 21:17:01" |
||
647 | }, |
||
648 | { |
||
649 | "name": "doctrine/lexer", |
||
650 | "version": "v1.0.1", |
||
651 | "source": { |
||
652 | "type": "git", |
||
653 | "url": "https://github.com/doctrine/lexer.git", |
||
654 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
655 | }, |
||
656 | "dist": { |
||
657 | "type": "zip", |
||
658 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
659 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
660 | "shasum": "" |
||
661 | }, |
||
662 | "require": { |
||
663 | "php": ">=5.3.2" |
||
664 | }, |
||
665 | "type": "library", |
||
666 | "extra": { |
||
667 | "branch-alias": { |
||
668 | "dev-master": "1.0.x-dev" |
||
669 | } |
||
670 | }, |
||
671 | "autoload": { |
||
672 | "psr-0": { |
||
673 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
674 | } |
||
675 | }, |
||
676 | "notification-url": "https://packagist.org/downloads/", |
||
677 | "license": [ |
||
678 | "MIT" |
||
679 | ], |
||
680 | "authors": [ |
||
681 | { |
||
682 | "name": "Roman Borschel", |
||
683 | "email": "[email protected]" |
||
684 | }, |
||
685 | { |
||
686 | "name": "Guilherme Blanco", |
||
687 | "email": "[email protected]" |
||
688 | }, |
||
689 | { |
||
690 | "name": "Johannes Schmitt", |
||
691 | "email": "[email protected]" |
||
692 | } |
||
693 | ], |
||
694 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
695 | "homepage": "http://www.doctrine-project.org", |
||
696 | "keywords": [ |
||
697 | "lexer", |
||
698 | "parser" |
||
699 | ], |
||
700 | "time": "2014-09-09 13:34:57" |
||
701 | }, |
||
702 | { |
||
703 | "name": "doctrine/orm", |
||
704 | "version": "v2.5.5", |
||
705 | "source": { |
||
706 | "type": "git", |
||
707 | "url": "https://github.com/doctrine/doctrine2.git", |
||
708 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" |
||
709 | }, |
||
710 | "dist": { |
||
711 | "type": "zip", |
||
712 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
713 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
714 | "shasum": "" |
||
715 | }, |
||
716 | "require": { |
||
717 | "doctrine/cache": "~1.4", |
||
718 | "doctrine/collections": "~1.2", |
||
719 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
720 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
721 | "doctrine/instantiator": "~1.0.1", |
||
722 | "ext-pdo": "*", |
||
723 | "php": ">=5.4", |
||
724 | "symfony/console": "~2.5|~3.0" |
||
725 | }, |
||
726 | "require-dev": { |
||
727 | "phpunit/phpunit": "~4.0", |
||
728 | "symfony/yaml": "~2.3|~3.0" |
||
729 | }, |
||
730 | "suggest": { |
||
731 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
732 | }, |
||
733 | "bin": [ |
||
734 | "bin/doctrine", |
||
735 | "bin/doctrine.php" |
||
736 | ], |
||
737 | "type": "library", |
||
738 | "extra": { |
||
739 | "branch-alias": { |
||
740 | "dev-master": "2.6.x-dev" |
||
741 | } |
||
742 | }, |
||
743 | "autoload": { |
||
744 | "psr-0": { |
||
745 | "Doctrine\\ORM\\": "lib/" |
||
746 | } |
||
747 | }, |
||
748 | "notification-url": "https://packagist.org/downloads/", |
||
749 | "license": [ |
||
750 | "MIT" |
||
751 | ], |
||
752 | "authors": [ |
||
753 | { |
||
754 | "name": "Roman Borschel", |
||
755 | "email": "[email protected]" |
||
756 | }, |
||
757 | { |
||
758 | "name": "Benjamin Eberlei", |
||
759 | "email": "[email protected]" |
||
760 | }, |
||
761 | { |
||
762 | "name": "Guilherme Blanco", |
||
763 | "email": "[email protected]" |
||
764 | }, |
||
765 | { |
||
766 | "name": "Jonathan Wage", |
||
767 | "email": "[email protected]" |
||
768 | } |
||
769 | ], |
||
770 | "description": "Object-Relational-Mapper for PHP", |
||
771 | "homepage": "http://www.doctrine-project.org", |
||
772 | "keywords": [ |
||
773 | "database", |
||
774 | "orm" |
||
775 | ], |
||
776 | "time": "2016-09-10 18:51:13" |
||
777 | }, |
||
778 | { |
||
779 | "name": "ircmaxell/password-compat", |
||
780 | "version": "v1.0.4", |
||
781 | "source": { |
||
782 | "type": "git", |
||
783 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
784 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
785 | }, |
||
786 | "dist": { |
||
787 | "type": "zip", |
||
788 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
789 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
790 | "shasum": "" |
||
791 | }, |
||
792 | "require-dev": { |
||
793 | "phpunit/phpunit": "4.*" |
||
794 | }, |
||
795 | "type": "library", |
||
796 | "autoload": { |
||
797 | "files": [ |
||
798 | "lib/password.php" |
||
799 | ] |
||
800 | }, |
||
801 | "notification-url": "https://packagist.org/downloads/", |
||
802 | "license": [ |
||
803 | "MIT" |
||
804 | ], |
||
805 | "authors": [ |
||
806 | { |
||
807 | "name": "Anthony Ferrara", |
||
808 | "email": "[email protected]", |
||
809 | "homepage": "http://blog.ircmaxell.com" |
||
810 | } |
||
811 | ], |
||
812 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
813 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
814 | "keywords": [ |
||
815 | "hashing", |
||
816 | "password" |
||
817 | ], |
||
818 | "time": "2014-11-20 16:49:30" |
||
819 | }, |
||
820 | { |
||
821 | "name": "jdorn/sql-formatter", |
||
822 | "version": "v1.2.17", |
||
823 | "source": { |
||
824 | "type": "git", |
||
825 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
826 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
827 | }, |
||
828 | "dist": { |
||
829 | "type": "zip", |
||
830 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
831 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
832 | "shasum": "" |
||
833 | }, |
||
834 | "require": { |
||
835 | "php": ">=5.2.4" |
||
836 | }, |
||
837 | "require-dev": { |
||
838 | "phpunit/phpunit": "3.7.*" |
||
839 | }, |
||
840 | "type": "library", |
||
841 | "extra": { |
||
842 | "branch-alias": { |
||
843 | "dev-master": "1.3.x-dev" |
||
844 | } |
||
845 | }, |
||
846 | "autoload": { |
||
847 | "classmap": [ |
||
848 | "lib" |
||
849 | ] |
||
850 | }, |
||
851 | "notification-url": "https://packagist.org/downloads/", |
||
852 | "license": [ |
||
853 | "MIT" |
||
854 | ], |
||
855 | "authors": [ |
||
856 | { |
||
857 | "name": "Jeremy Dorn", |
||
858 | "email": "[email protected]", |
||
859 | "homepage": "http://jeremydorn.com/" |
||
860 | } |
||
861 | ], |
||
862 | "description": "a PHP SQL highlighting library", |
||
863 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
864 | "keywords": [ |
||
865 | "highlight", |
||
866 | "sql" |
||
867 | ], |
||
868 | "time": "2014-01-12 16:20:24" |
||
869 | }, |
||
870 | { |
||
871 | "name": "modera/config-bundle", |
||
872 | "version": "v2.52.2", |
||
873 | "target-dir": "Modera/ConfigBundle", |
||
874 | "source": { |
||
875 | "type": "git", |
||
876 | "url": "https://github.com/modera/ModeraConfigBundle.git", |
||
877 | "reference": "0a2275dd15b9ef19bdf3a31a8ca3a47a2e04a333" |
||
878 | }, |
||
879 | "dist": { |
||
880 | "type": "zip", |
||
881 | "url": "https://api.github.com/repos/modera/ModeraConfigBundle/zipball/0a2275dd15b9ef19bdf3a31a8ca3a47a2e04a333", |
||
882 | "reference": "0a2275dd15b9ef19bdf3a31a8ca3a47a2e04a333", |
||
883 | "shasum": "" |
||
884 | }, |
||
885 | "require": { |
||
886 | "doctrine/doctrine-bundle": "~1.2", |
||
887 | "doctrine/orm": "~2.2,>=2.2.3", |
||
888 | "modera/foundation-bundle": "~1.0|~2.0", |
||
889 | "php": ">=5.4.0", |
||
890 | "sergeil/expander-bundle": "~1.0", |
||
891 | "symfony/framework-bundle": "~2.0", |
||
892 | "twig/twig": "~1.0" |
||
893 | }, |
||
894 | "require-dev": { |
||
895 | "phake/phake": "~2.0", |
||
896 | "phpunit/phpunit": "^5.5" |
||
897 | }, |
||
898 | "type": "symfony-bundle", |
||
899 | "extra": { |
||
900 | "branch-alias": { |
||
901 | "dev-master": "2.x-dev" |
||
902 | } |
||
903 | }, |
||
904 | "autoload": { |
||
905 | "psr-0": { |
||
906 | "Modera\\ConfigBundle": "" |
||
907 | } |
||
908 | }, |
||
909 | "notification-url": "https://packagist.org/downloads/", |
||
910 | "license": [ |
||
911 | "MIT" |
||
912 | ], |
||
913 | "authors": [ |
||
914 | { |
||
915 | "name": "Sergei Lissovski", |
||
916 | "email": "[email protected]", |
||
917 | "homepage": "http://sergei.lissovski.org/" |
||
918 | } |
||
919 | ], |
||
920 | "description": "Bundles provides tools that allow to you to dynamically store and fetch your configuration properties in a flexible way.", |
||
921 | "time": "2016-09-05 07:27:02" |
||
922 | }, |
||
923 | { |
||
924 | "name": "modera/direct-bundle", |
||
925 | "version": "v2.52.2", |
||
926 | "target-dir": "Modera/DirectBundle", |
||
927 | "source": { |
||
928 | "type": "git", |
||
929 | "url": "https://github.com/modera/ModeraDirectBundle.git", |
||
930 | "reference": "c7af0332946d9a7b1a9d941e6b1d7add4288f5ea" |
||
931 | }, |
||
932 | "dist": { |
||
933 | "type": "zip", |
||
934 | "url": "https://api.github.com/repos/modera/ModeraDirectBundle/zipball/c7af0332946d9a7b1a9d941e6b1d7add4288f5ea", |
||
935 | "reference": "c7af0332946d9a7b1a9d941e6b1d7add4288f5ea", |
||
936 | "shasum": "" |
||
937 | }, |
||
938 | "require": { |
||
939 | "php": ">=5.3.2", |
||
940 | "symfony/finder": "~2.3", |
||
941 | "symfony/framework-bundle": "~2.3" |
||
942 | }, |
||
943 | "type": "symfony-bundle", |
||
944 | "extra": { |
||
945 | "modera-module": { |
||
946 | "register-bundle": "Modera\\DirectBundle\\ModeraDirectBundle" |
||
947 | }, |
||
948 | "branch-alias": { |
||
949 | "dev-master": "2.x-dev" |
||
950 | } |
||
951 | }, |
||
952 | "autoload": { |
||
953 | "psr-0": { |
||
954 | "Modera\\DirectBundle": "" |
||
955 | } |
||
956 | }, |
||
957 | "notification-url": "https://packagist.org/downloads/", |
||
958 | "license": [ |
||
959 | "MIT" |
||
960 | ], |
||
961 | "authors": [ |
||
962 | { |
||
963 | "name": "Sergei Vizel", |
||
964 | "email": "[email protected]" |
||
965 | } |
||
966 | ], |
||
967 | "description": "Symfony 2 ExtDirect Bundle", |
||
968 | "homepage": "https://github.com/modera/direct-bundle", |
||
969 | "keywords": [ |
||
970 | "extdirect", |
||
971 | "extjs" |
||
972 | ], |
||
973 | "time": "2016-09-05 07:27:02" |
||
974 | }, |
||
975 | { |
||
976 | "name": "modera/foundation-bundle", |
||
977 | "version": "v2.52.2", |
||
978 | "target-dir": "Modera/FoundationBundle", |
||
979 | "source": { |
||
980 | "type": "git", |
||
981 | "url": "https://github.com/modera/ModeraFoundationBundle.git", |
||
982 | "reference": "e2daf8b114573e3c42becf362b41a67edd922b17" |
||
983 | }, |
||
984 | "dist": { |
||
985 | "type": "zip", |
||
986 | "url": "https://api.github.com/repos/modera/ModeraFoundationBundle/zipball/e2daf8b114573e3c42becf362b41a67edd922b17", |
||
987 | "reference": "e2daf8b114573e3c42becf362b41a67edd922b17", |
||
988 | "shasum": "" |
||
989 | }, |
||
990 | "require": { |
||
991 | "php": ">=5.3.0", |
||
992 | "symfony/symfony": "~2.0" |
||
993 | }, |
||
994 | "require-dev": { |
||
995 | "phpunit/phpunit": "^5.5" |
||
996 | }, |
||
997 | "type": "symfony-bundle", |
||
998 | "extra": { |
||
999 | "branch-alias": { |
||
1000 | "dev-master": "2.x-dev" |
||
1001 | } |
||
1002 | }, |
||
1003 | "autoload": { |
||
1004 | "psr-0": { |
||
1005 | "Modera\\FoundationBundle": "" |
||
1006 | } |
||
1007 | }, |
||
1008 | "notification-url": "https://packagist.org/downloads/", |
||
1009 | "license": [ |
||
1010 | "MIT" |
||
1011 | ], |
||
1012 | "authors": [ |
||
1013 | { |
||
1014 | "name": "Sergei Lissovski", |
||
1015 | "email": "[email protected]", |
||
1016 | "homepage": "http://sergei.lissovski.org/" |
||
1017 | } |
||
1018 | ], |
||
1019 | "time": "2016-09-22 05:51:50" |
||
1020 | }, |
||
1021 | { |
||
1022 | "name": "modera/mjr-integration-bundle", |
||
1023 | "version": "v2.52.2", |
||
1024 | "target-dir": "Modera/MjrIntegrationBundle", |
||
1025 | "source": { |
||
1026 | "type": "git", |
||
1027 | "url": "https://github.com/modera/ModeraMjrIntegrationBundle.git", |
||
1028 | "reference": "47cc37a9b27202e4188282ca205f1774000598c8" |
||
1029 | }, |
||
1030 | "dist": { |
||
1031 | "type": "zip", |
||
1032 | "url": "https://api.github.com/repos/modera/ModeraMjrIntegrationBundle/zipball/47cc37a9b27202e4188282ca205f1774000598c8", |
||
1033 | "reference": "47cc37a9b27202e4188282ca205f1774000598c8", |
||
1034 | "shasum": "" |
||
1035 | }, |
||
1036 | "require": { |
||
1037 | "modera/direct-bundle": "~1.0|~2.0", |
||
1038 | "php": ">=5.4.0", |
||
1039 | "sergeil/expander-bundle": "~1.0", |
||
1040 | "symfony/symfony": "~2.0" |
||
1041 | }, |
||
1042 | "require-dev": { |
||
1043 | "phake/phake": "~2.0", |
||
1044 | "phpunit/phpunit": "^5.5" |
||
1045 | }, |
||
1046 | "type": "symfony-bundle", |
||
1047 | "extra": { |
||
1048 | "branch-alias": { |
||
1049 | "dev-master": "2.x-dev" |
||
1050 | } |
||
1051 | }, |
||
1052 | "autoload": { |
||
1053 | "psr-0": { |
||
1054 | "Modera\\MjrIntegrationBundle": "" |
||
1055 | } |
||
1056 | }, |
||
1057 | "notification-url": "https://packagist.org/downloads/", |
||
1058 | "license": [ |
||
1059 | "MIT" |
||
1060 | ], |
||
1061 | "authors": [ |
||
1062 | { |
||
1063 | "name": "Sergei Lissovski", |
||
1064 | "email": "[email protected]", |
||
1065 | "homepage": "http://sergei.lissovski.org/" |
||
1066 | } |
||
1067 | ], |
||
1068 | "description": "Provides low level integration for MJR.", |
||
1069 | "homepage": "http://modera.org", |
||
1070 | "keywords": [ |
||
1071 | "mjr" |
||
1072 | ], |
||
1073 | "time": "2016-09-05 07:27:02" |
||
1074 | }, |
||
1075 | { |
||
1076 | "name": "modera/security-bundle", |
||
1077 | "version": "v2.52.2", |
||
1078 | "target-dir": "Modera/SecurityBundle", |
||
1079 | "source": { |
||
1080 | "type": "git", |
||
1081 | "url": "https://github.com/modera/ModeraSecurityBundle.git", |
||
1082 | "reference": "309318d83e5990264833a4690014d053a0a7bcb3" |
||
1083 | }, |
||
1084 | "dist": { |
||
1085 | "type": "zip", |
||
1086 | "url": "https://api.github.com/repos/modera/ModeraSecurityBundle/zipball/309318d83e5990264833a4690014d053a0a7bcb3", |
||
1087 | "reference": "309318d83e5990264833a4690014d053a0a7bcb3", |
||
1088 | "shasum": "" |
||
1089 | }, |
||
1090 | "require": { |
||
1091 | "doctrine/doctrine-bundle": "~1.2", |
||
1092 | "doctrine/orm": "~2.2,>=2.2.3", |
||
1093 | "modera/foundation-bundle": "~1.0|~2.0", |
||
1094 | "php": ">=5.4", |
||
1095 | "sergeil/extjsintegration-bundle": "~1.0", |
||
1096 | "symfony/framework-bundle": "~2.6" |
||
1097 | }, |
||
1098 | "require-dev": { |
||
1099 | "modera/foundation-bundle": "~1.0|~2.0", |
||
1100 | "modera/languages-bundle": "~1.0|~2.0", |
||
1101 | "phake/phake": "~2.0", |
||
1102 | "phpunit/phpunit": "^5.5" |
||
1103 | }, |
||
1104 | "type": "symfony-bundle", |
||
1105 | "extra": { |
||
1106 | "branch-alias": { |
||
1107 | "dev-master": "2.x-dev" |
||
1108 | } |
||
1109 | }, |
||
1110 | "autoload": { |
||
1111 | "psr-0": { |
||
1112 | "Modera\\SecurityBundle": "" |
||
1113 | } |
||
1114 | }, |
||
1115 | "notification-url": "https://packagist.org/downloads/", |
||
1116 | "license": [ |
||
1117 | "MIT" |
||
1118 | ], |
||
1119 | "authors": [ |
||
1120 | { |
||
1121 | "name": "Sergei Lissovski", |
||
1122 | "email": "[email protected]", |
||
1123 | "homepage": "http://sergei.lissovski.org/" |
||
1124 | }, |
||
1125 | { |
||
1126 | "name": "Sergei Vizel", |
||
1127 | "email": "[email protected]" |
||
1128 | } |
||
1129 | ], |
||
1130 | "description": "Provides database aware implementation of Security model + some other perks", |
||
1131 | "time": "2016-09-05 07:27:02" |
||
1132 | }, |
||
1133 | { |
||
1134 | "name": "paragonie/random_compat", |
||
1135 | "version": "v2.0.4", |
||
1136 | "source": { |
||
1137 | "type": "git", |
||
1138 | "url": "https://github.com/paragonie/random_compat.git", |
||
1139 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
||
1140 | }, |
||
1141 | "dist": { |
||
1142 | "type": "zip", |
||
1143 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1144 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1145 | "shasum": "" |
||
1146 | }, |
||
1147 | "require": { |
||
1148 | "php": ">=5.2.0" |
||
1149 | }, |
||
1150 | "require-dev": { |
||
1151 | "phpunit/phpunit": "4.*|5.*" |
||
1152 | }, |
||
1153 | "suggest": { |
||
1154 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1155 | }, |
||
1156 | "type": "library", |
||
1157 | "autoload": { |
||
1158 | "files": [ |
||
1159 | "lib/random.php" |
||
1160 | ] |
||
1161 | }, |
||
1162 | "notification-url": "https://packagist.org/downloads/", |
||
1163 | "license": [ |
||
1164 | "MIT" |
||
1165 | ], |
||
1166 | "authors": [ |
||
1167 | { |
||
1168 | "name": "Paragon Initiative Enterprises", |
||
1169 | "email": "[email protected]", |
||
1170 | "homepage": "https://paragonie.com" |
||
1171 | } |
||
1172 | ], |
||
1173 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1174 | "keywords": [ |
||
1175 | "csprng", |
||
1176 | "pseudorandom", |
||
1177 | "random" |
||
1178 | ], |
||
1179 | "time": "2016-11-07 23:38:38" |
||
1180 | }, |
||
1181 | { |
||
1182 | "name": "psr/log", |
||
1183 | "version": "1.0.2", |
||
1184 | "source": { |
||
1185 | "type": "git", |
||
1186 | "url": "https://github.com/php-fig/log.git", |
||
1187 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1188 | }, |
||
1189 | "dist": { |
||
1190 | "type": "zip", |
||
1191 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1192 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1193 | "shasum": "" |
||
1194 | }, |
||
1195 | "require": { |
||
1196 | "php": ">=5.3.0" |
||
1197 | }, |
||
1198 | "type": "library", |
||
1199 | "extra": { |
||
1200 | "branch-alias": { |
||
1201 | "dev-master": "1.0.x-dev" |
||
1202 | } |
||
1203 | }, |
||
1204 | "autoload": { |
||
1205 | "psr-4": { |
||
1206 | "Psr\\Log\\": "Psr/Log/" |
||
1207 | } |
||
1208 | }, |
||
1209 | "notification-url": "https://packagist.org/downloads/", |
||
1210 | "license": [ |
||
1211 | "MIT" |
||
1212 | ], |
||
1213 | "authors": [ |
||
1214 | { |
||
1215 | "name": "PHP-FIG", |
||
1216 | "homepage": "http://www.php-fig.org/" |
||
1217 | } |
||
1218 | ], |
||
1219 | "description": "Common interface for logging libraries", |
||
1220 | "homepage": "https://github.com/php-fig/log", |
||
1221 | "keywords": [ |
||
1222 | "log", |
||
1223 | "psr", |
||
1224 | "psr-3" |
||
1225 | ], |
||
1226 | "time": "2016-10-10 12:19:37" |
||
1227 | }, |
||
1228 | { |
||
1229 | "name": "sergeil/aux-bundle", |
||
1230 | "version": "v1.1.0", |
||
1231 | "target-dir": "Sli/AuxBundle", |
||
1232 | "source": { |
||
1233 | "type": "git", |
||
1234 | "url": "https://github.com/sergeil/SliAuxBundle.git", |
||
1235 | "reference": "0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15" |
||
1236 | }, |
||
1237 | "dist": { |
||
1238 | "type": "zip", |
||
1239 | "url": "https://api.github.com/repos/sergeil/SliAuxBundle/zipball/0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15", |
||
1240 | "reference": "0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15", |
||
1241 | "shasum": "" |
||
1242 | }, |
||
1243 | "require": { |
||
1244 | "php": ">=5.3.0", |
||
1245 | "symfony/framework-bundle": "~2.0" |
||
1246 | }, |
||
1247 | "type": "symfony-bundle", |
||
1248 | "autoload": { |
||
1249 | "psr-0": { |
||
1250 | "Sli\\AuxBundle": "" |
||
1251 | } |
||
1252 | }, |
||
1253 | "notification-url": "https://packagist.org/downloads/", |
||
1254 | "license": [ |
||
1255 | "MIT" |
||
1256 | ], |
||
1257 | "authors": [ |
||
1258 | { |
||
1259 | "name": "Sergei Lissovski", |
||
1260 | "email": "[email protected]", |
||
1261 | "homepage": "http://sergei.lissovski.org/" |
||
1262 | } |
||
1263 | ], |
||
1264 | "description": "Contains base/utility classes for Sli/* bundles.", |
||
1265 | "homepage": "https://github.com/sergeil/SliAuxBundle", |
||
1266 | "keywords": [ |
||
1267 | "utils" |
||
1268 | ], |
||
1269 | "time": "2014-12-25 12:51:40" |
||
1270 | }, |
||
1271 | { |
||
1272 | "name": "sergeil/expander-bundle", |
||
1273 | "version": "v1.0.1", |
||
1274 | "target-dir": "Sli/ExpanderBundle", |
||
1275 | "source": { |
||
1276 | "type": "git", |
||
1277 | "url": "https://github.com/sergeil/ExpanderBundle.git", |
||
1278 | "reference": "e34ba3f47c23c4b9045675052804631e5760769a" |
||
1279 | }, |
||
1280 | "dist": { |
||
1281 | "type": "zip", |
||
1282 | "url": "https://api.github.com/repos/sergeil/ExpanderBundle/zipball/e34ba3f47c23c4b9045675052804631e5760769a", |
||
1283 | "reference": "e34ba3f47c23c4b9045675052804631e5760769a", |
||
1284 | "shasum": "" |
||
1285 | }, |
||
1286 | "require": { |
||
1287 | "php": ">=5.3.0", |
||
1288 | "symfony/framework-bundle": "~2.3" |
||
1289 | }, |
||
1290 | "require-dev": { |
||
1291 | "modera/foundation-bundle": "dev-master", |
||
1292 | "phake/phake": "~1.0", |
||
1293 | "phpunit/phpunit": "3.7.*" |
||
1294 | }, |
||
1295 | "type": "symfony-bundle", |
||
1296 | "autoload": { |
||
1297 | "psr-0": { |
||
1298 | "Sli\\ExpanderBundle": "" |
||
1299 | } |
||
1300 | }, |
||
1301 | "notification-url": "https://packagist.org/downloads/", |
||
1302 | "license": [ |
||
1303 | "MIT" |
||
1304 | ], |
||
1305 | "authors": [ |
||
1306 | { |
||
1307 | "name": "Sergei Lissovski", |
||
1308 | "email": "[email protected]", |
||
1309 | "homepage": "http://sergei.lissovski.org/" |
||
1310 | } |
||
1311 | ], |
||
1312 | "description": "Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.", |
||
1313 | "homepage": "https://github.com/sergeil/ExpanderBundle", |
||
1314 | "keywords": [ |
||
1315 | "extensibility" |
||
1316 | ], |
||
1317 | "time": "2014-09-15 10:52:44" |
||
1318 | }, |
||
1319 | { |
||
1320 | "name": "sergeil/extjsintegration-bundle", |
||
1321 | "version": "v1.0.2", |
||
1322 | "target-dir": "Sli/ExtJsIntegrationBundle", |
||
1323 | "source": { |
||
1324 | "type": "git", |
||
1325 | "url": "https://github.com/sergeil/SliExtJsIntegrationBundle.git", |
||
1326 | "reference": "4f06df093503e0b54a5e7a14b9f7782aaf4f10bc" |
||
1327 | }, |
||
1328 | "dist": { |
||
1329 | "type": "zip", |
||
1330 | "url": "https://api.github.com/repos/sergeil/SliExtJsIntegrationBundle/zipball/4f06df093503e0b54a5e7a14b9f7782aaf4f10bc", |
||
1331 | "reference": "4f06df093503e0b54a5e7a14b9f7782aaf4f10bc", |
||
1332 | "shasum": "" |
||
1333 | }, |
||
1334 | "require": { |
||
1335 | "php": ">=5.3.0", |
||
1336 | "sergeil/aux-bundle": "~1.0", |
||
1337 | "sergeil/expander-bundle": "~1.0", |
||
1338 | "symfony/framework-bundle": "~2.0" |
||
1339 | }, |
||
1340 | "type": "symfony-bundle", |
||
1341 | "autoload": { |
||
1342 | "psr-0": { |
||
1343 | "Sli\\ExtJsIntegrationBundle": "" |
||
1344 | } |
||
1345 | }, |
||
1346 | "notification-url": "https://packagist.org/downloads/", |
||
1347 | "license": [ |
||
1348 | "MIT" |
||
1349 | ], |
||
1350 | "authors": [ |
||
1351 | { |
||
1352 | "name": "Sergei Lissovski", |
||
1353 | "email": "[email protected]", |
||
1354 | "homepage": "http://sergei.lissovski.org/" |
||
1355 | } |
||
1356 | ], |
||
1357 | "description": "Utilities for easier integration of ExtJs on server-side.", |
||
1358 | "homepage": "http://github.com/sergeil/SliExtJsIntegrationBundle", |
||
1359 | "keywords": [ |
||
1360 | "extjs" |
||
1361 | ], |
||
1362 | "time": "2015-12-02 08:48:26" |
||
1363 | }, |
||
1364 | { |
||
1365 | "name": "symfony/polyfill-apcu", |
||
1366 | "version": "v1.3.0", |
||
1367 | "source": { |
||
1368 | "type": "git", |
||
1369 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
1370 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" |
||
1371 | }, |
||
1372 | "dist": { |
||
1373 | "type": "zip", |
||
1374 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", |
||
1375 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", |
||
1376 | "shasum": "" |
||
1377 | }, |
||
1378 | "require": { |
||
1379 | "php": ">=5.3.3" |
||
1380 | }, |
||
1381 | "type": "library", |
||
1382 | "extra": { |
||
1383 | "branch-alias": { |
||
1384 | "dev-master": "1.3-dev" |
||
1385 | } |
||
1386 | }, |
||
1387 | "autoload": { |
||
1388 | "files": [ |
||
1389 | "bootstrap.php" |
||
1390 | ] |
||
1391 | }, |
||
1392 | "notification-url": "https://packagist.org/downloads/", |
||
1393 | "license": [ |
||
1394 | "MIT" |
||
1395 | ], |
||
1396 | "authors": [ |
||
1397 | { |
||
1398 | "name": "Nicolas Grekas", |
||
1399 | "email": "[email protected]" |
||
1400 | }, |
||
1401 | { |
||
1402 | "name": "Symfony Community", |
||
1403 | "homepage": "https://symfony.com/contributors" |
||
1404 | } |
||
1405 | ], |
||
1406 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
1407 | "homepage": "https://symfony.com", |
||
1408 | "keywords": [ |
||
1409 | "apcu", |
||
1410 | "compatibility", |
||
1411 | "polyfill", |
||
1412 | "portable", |
||
1413 | "shim" |
||
1414 | ], |
||
1415 | "time": "2016-11-14 01:06:16" |
||
1416 | }, |
||
1417 | { |
||
1418 | "name": "symfony/polyfill-intl-icu", |
||
1419 | "version": "v1.3.0", |
||
1420 | "source": { |
||
1421 | "type": "git", |
||
1422 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
1423 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
1424 | }, |
||
1425 | "dist": { |
||
1426 | "type": "zip", |
||
1427 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
1428 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
1429 | "shasum": "" |
||
1430 | }, |
||
1431 | "require": { |
||
1432 | "php": ">=5.3.3", |
||
1433 | "symfony/intl": "~2.3|~3.0" |
||
1434 | }, |
||
1435 | "suggest": { |
||
1436 | "ext-intl": "For best performance" |
||
1437 | }, |
||
1438 | "type": "library", |
||
1439 | "extra": { |
||
1440 | "branch-alias": { |
||
1441 | "dev-master": "1.3-dev" |
||
1442 | } |
||
1443 | }, |
||
1444 | "autoload": { |
||
1445 | "files": [ |
||
1446 | "bootstrap.php" |
||
1447 | ] |
||
1448 | }, |
||
1449 | "notification-url": "https://packagist.org/downloads/", |
||
1450 | "license": [ |
||
1451 | "MIT" |
||
1452 | ], |
||
1453 | "authors": [ |
||
1454 | { |
||
1455 | "name": "Nicolas Grekas", |
||
1456 | "email": "[email protected]" |
||
1457 | }, |
||
1458 | { |
||
1459 | "name": "Symfony Community", |
||
1460 | "homepage": "https://symfony.com/contributors" |
||
1461 | } |
||
1462 | ], |
||
1463 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
1464 | "homepage": "https://symfony.com", |
||
1465 | "keywords": [ |
||
1466 | "compatibility", |
||
1467 | "icu", |
||
1468 | "intl", |
||
1469 | "polyfill", |
||
1470 | "portable", |
||
1471 | "shim" |
||
1472 | ], |
||
1473 | "time": "2016-11-14 01:06:16" |
||
1474 | }, |
||
1475 | { |
||
1476 | "name": "symfony/polyfill-mbstring", |
||
1477 | "version": "v1.3.0", |
||
1478 | "source": { |
||
1479 | "type": "git", |
||
1480 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1481 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
1482 | }, |
||
1483 | "dist": { |
||
1484 | "type": "zip", |
||
1485 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1486 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1487 | "shasum": "" |
||
1488 | }, |
||
1489 | "require": { |
||
1490 | "php": ">=5.3.3" |
||
1491 | }, |
||
1492 | "suggest": { |
||
1493 | "ext-mbstring": "For best performance" |
||
1494 | }, |
||
1495 | "type": "library", |
||
1496 | "extra": { |
||
1497 | "branch-alias": { |
||
1498 | "dev-master": "1.3-dev" |
||
1499 | } |
||
1500 | }, |
||
1501 | "autoload": { |
||
1502 | "psr-4": { |
||
1503 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1504 | }, |
||
1505 | "files": [ |
||
1506 | "bootstrap.php" |
||
1507 | ] |
||
1508 | }, |
||
1509 | "notification-url": "https://packagist.org/downloads/", |
||
1510 | "license": [ |
||
1511 | "MIT" |
||
1512 | ], |
||
1513 | "authors": [ |
||
1514 | { |
||
1515 | "name": "Nicolas Grekas", |
||
1516 | "email": "[email protected]" |
||
1517 | }, |
||
1518 | { |
||
1519 | "name": "Symfony Community", |
||
1520 | "homepage": "https://symfony.com/contributors" |
||
1521 | } |
||
1522 | ], |
||
1523 | "description": "Symfony polyfill for the Mbstring extension", |
||
1524 | "homepage": "https://symfony.com", |
||
1525 | "keywords": [ |
||
1526 | "compatibility", |
||
1527 | "mbstring", |
||
1528 | "polyfill", |
||
1529 | "portable", |
||
1530 | "shim" |
||
1531 | ], |
||
1532 | "time": "2016-11-14 01:06:16" |
||
1533 | }, |
||
1534 | { |
||
1535 | "name": "symfony/polyfill-php54", |
||
1536 | "version": "v1.3.0", |
||
1537 | "source": { |
||
1538 | "type": "git", |
||
1539 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
1540 | "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0" |
||
1541 | }, |
||
1542 | "dist": { |
||
1543 | "type": "zip", |
||
1544 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0", |
||
1545 | "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0", |
||
1546 | "shasum": "" |
||
1547 | }, |
||
1548 | "require": { |
||
1549 | "php": ">=5.3.3" |
||
1550 | }, |
||
1551 | "type": "library", |
||
1552 | "extra": { |
||
1553 | "branch-alias": { |
||
1554 | "dev-master": "1.3-dev" |
||
1555 | } |
||
1556 | }, |
||
1557 | "autoload": { |
||
1558 | "psr-4": { |
||
1559 | "Symfony\\Polyfill\\Php54\\": "" |
||
1560 | }, |
||
1561 | "files": [ |
||
1562 | "bootstrap.php" |
||
1563 | ], |
||
1564 | "classmap": [ |
||
1565 | "Resources/stubs" |
||
1566 | ] |
||
1567 | }, |
||
1568 | "notification-url": "https://packagist.org/downloads/", |
||
1569 | "license": [ |
||
1570 | "MIT" |
||
1571 | ], |
||
1572 | "authors": [ |
||
1573 | { |
||
1574 | "name": "Nicolas Grekas", |
||
1575 | "email": "[email protected]" |
||
1576 | }, |
||
1577 | { |
||
1578 | "name": "Symfony Community", |
||
1579 | "homepage": "https://symfony.com/contributors" |
||
1580 | } |
||
1581 | ], |
||
1582 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
1583 | "homepage": "https://symfony.com", |
||
1584 | "keywords": [ |
||
1585 | "compatibility", |
||
1586 | "polyfill", |
||
1587 | "portable", |
||
1588 | "shim" |
||
1589 | ], |
||
1590 | "time": "2016-11-14 01:06:16" |
||
1591 | }, |
||
1592 | { |
||
1593 | "name": "symfony/polyfill-php55", |
||
1594 | "version": "v1.3.0", |
||
1595 | "source": { |
||
1596 | "type": "git", |
||
1597 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
1598 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67" |
||
1599 | }, |
||
1600 | "dist": { |
||
1601 | "type": "zip", |
||
1602 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67", |
||
1603 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67", |
||
1604 | "shasum": "" |
||
1605 | }, |
||
1606 | "require": { |
||
1607 | "ircmaxell/password-compat": "~1.0", |
||
1608 | "php": ">=5.3.3" |
||
1609 | }, |
||
1610 | "type": "library", |
||
1611 | "extra": { |
||
1612 | "branch-alias": { |
||
1613 | "dev-master": "1.3-dev" |
||
1614 | } |
||
1615 | }, |
||
1616 | "autoload": { |
||
1617 | "psr-4": { |
||
1618 | "Symfony\\Polyfill\\Php55\\": "" |
||
1619 | }, |
||
1620 | "files": [ |
||
1621 | "bootstrap.php" |
||
1622 | ] |
||
1623 | }, |
||
1624 | "notification-url": "https://packagist.org/downloads/", |
||
1625 | "license": [ |
||
1626 | "MIT" |
||
1627 | ], |
||
1628 | "authors": [ |
||
1629 | { |
||
1630 | "name": "Nicolas Grekas", |
||
1631 | "email": "[email protected]" |
||
1632 | }, |
||
1633 | { |
||
1634 | "name": "Symfony Community", |
||
1635 | "homepage": "https://symfony.com/contributors" |
||
1636 | } |
||
1637 | ], |
||
1638 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
1639 | "homepage": "https://symfony.com", |
||
1640 | "keywords": [ |
||
1641 | "compatibility", |
||
1642 | "polyfill", |
||
1643 | "portable", |
||
1644 | "shim" |
||
1645 | ], |
||
1646 | "time": "2016-11-14 01:06:16" |
||
1647 | }, |
||
1648 | { |
||
1649 | "name": "symfony/polyfill-php56", |
||
1650 | "version": "v1.3.0", |
||
1651 | "source": { |
||
1652 | "type": "git", |
||
1653 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1654 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
1655 | }, |
||
1656 | "dist": { |
||
1657 | "type": "zip", |
||
1658 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
1659 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
1660 | "shasum": "" |
||
1661 | }, |
||
1662 | "require": { |
||
1663 | "php": ">=5.3.3", |
||
1664 | "symfony/polyfill-util": "~1.0" |
||
1665 | }, |
||
1666 | "type": "library", |
||
1667 | "extra": { |
||
1668 | "branch-alias": { |
||
1669 | "dev-master": "1.3-dev" |
||
1670 | } |
||
1671 | }, |
||
1672 | "autoload": { |
||
1673 | "psr-4": { |
||
1674 | "Symfony\\Polyfill\\Php56\\": "" |
||
1675 | }, |
||
1676 | "files": [ |
||
1677 | "bootstrap.php" |
||
1678 | ] |
||
1679 | }, |
||
1680 | "notification-url": "https://packagist.org/downloads/", |
||
1681 | "license": [ |
||
1682 | "MIT" |
||
1683 | ], |
||
1684 | "authors": [ |
||
1685 | { |
||
1686 | "name": "Nicolas Grekas", |
||
1687 | "email": "[email protected]" |
||
1688 | }, |
||
1689 | { |
||
1690 | "name": "Symfony Community", |
||
1691 | "homepage": "https://symfony.com/contributors" |
||
1692 | } |
||
1693 | ], |
||
1694 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1695 | "homepage": "https://symfony.com", |
||
1696 | "keywords": [ |
||
1697 | "compatibility", |
||
1698 | "polyfill", |
||
1699 | "portable", |
||
1700 | "shim" |
||
1701 | ], |
||
1702 | "time": "2016-11-14 01:06:16" |
||
1703 | }, |
||
1704 | { |
||
1705 | "name": "symfony/polyfill-php70", |
||
1706 | "version": "v1.3.0", |
||
1707 | "source": { |
||
1708 | "type": "git", |
||
1709 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
1710 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" |
||
1711 | }, |
||
1712 | "dist": { |
||
1713 | "type": "zip", |
||
1714 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
1715 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
1716 | "shasum": "" |
||
1717 | }, |
||
1718 | "require": { |
||
1719 | "paragonie/random_compat": "~1.0|~2.0", |
||
1720 | "php": ">=5.3.3" |
||
1721 | }, |
||
1722 | "type": "library", |
||
1723 | "extra": { |
||
1724 | "branch-alias": { |
||
1725 | "dev-master": "1.3-dev" |
||
1726 | } |
||
1727 | }, |
||
1728 | "autoload": { |
||
1729 | "psr-4": { |
||
1730 | "Symfony\\Polyfill\\Php70\\": "" |
||
1731 | }, |
||
1732 | "files": [ |
||
1733 | "bootstrap.php" |
||
1734 | ], |
||
1735 | "classmap": [ |
||
1736 | "Resources/stubs" |
||
1737 | ] |
||
1738 | }, |
||
1739 | "notification-url": "https://packagist.org/downloads/", |
||
1740 | "license": [ |
||
1741 | "MIT" |
||
1742 | ], |
||
1743 | "authors": [ |
||
1744 | { |
||
1745 | "name": "Nicolas Grekas", |
||
1746 | "email": "[email protected]" |
||
1747 | }, |
||
1748 | { |
||
1749 | "name": "Symfony Community", |
||
1750 | "homepage": "https://symfony.com/contributors" |
||
1751 | } |
||
1752 | ], |
||
1753 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
1754 | "homepage": "https://symfony.com", |
||
1755 | "keywords": [ |
||
1756 | "compatibility", |
||
1757 | "polyfill", |
||
1758 | "portable", |
||
1759 | "shim" |
||
1760 | ], |
||
1761 | "time": "2016-11-14 01:06:16" |
||
1762 | }, |
||
1763 | { |
||
1764 | "name": "symfony/polyfill-util", |
||
1765 | "version": "v1.3.0", |
||
1766 | "source": { |
||
1767 | "type": "git", |
||
1768 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1769 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
1770 | }, |
||
1771 | "dist": { |
||
1772 | "type": "zip", |
||
1773 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
1774 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
1775 | "shasum": "" |
||
1776 | }, |
||
1777 | "require": { |
||
1778 | "php": ">=5.3.3" |
||
1779 | }, |
||
1780 | "type": "library", |
||
1781 | "extra": { |
||
1782 | "branch-alias": { |
||
1783 | "dev-master": "1.3-dev" |
||
1784 | } |
||
1785 | }, |
||
1786 | "autoload": { |
||
1787 | "psr-4": { |
||
1788 | "Symfony\\Polyfill\\Util\\": "" |
||
1789 | } |
||
1790 | }, |
||
1791 | "notification-url": "https://packagist.org/downloads/", |
||
1792 | "license": [ |
||
1793 | "MIT" |
||
1794 | ], |
||
1795 | "authors": [ |
||
1796 | { |
||
1797 | "name": "Nicolas Grekas", |
||
1798 | "email": "[email protected]" |
||
1799 | }, |
||
1800 | { |
||
1801 | "name": "Symfony Community", |
||
1802 | "homepage": "https://symfony.com/contributors" |
||
1803 | } |
||
1804 | ], |
||
1805 | "description": "Symfony utilities for portability of PHP codes", |
||
1806 | "homepage": "https://symfony.com", |
||
1807 | "keywords": [ |
||
1808 | "compat", |
||
1809 | "compatibility", |
||
1810 | "polyfill", |
||
1811 | "shim" |
||
1812 | ], |
||
1813 | "time": "2016-11-14 01:06:16" |
||
1814 | }, |
||
1815 | { |
||
1816 | "name": "symfony/security-acl", |
||
1817 | "version": "v3.0.0", |
||
1818 | "source": { |
||
1819 | "type": "git", |
||
1820 | "url": "https://github.com/symfony/security-acl.git", |
||
1821 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1" |
||
1822 | }, |
||
1823 | "dist": { |
||
1824 | "type": "zip", |
||
1825 | "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1", |
||
1826 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1", |
||
1827 | "shasum": "" |
||
1828 | }, |
||
1829 | "require": { |
||
1830 | "php": ">=5.5.9", |
||
1831 | "symfony/security-core": "~2.8|~3.0" |
||
1832 | }, |
||
1833 | "require-dev": { |
||
1834 | "doctrine/common": "~2.2", |
||
1835 | "doctrine/dbal": "~2.2", |
||
1836 | "psr/log": "~1.0", |
||
1837 | "symfony/phpunit-bridge": "~2.8|~3.0" |
||
1838 | }, |
||
1839 | "suggest": { |
||
1840 | "doctrine/dbal": "For using the built-in ACL implementation", |
||
1841 | "symfony/class-loader": "For using the ACL generateSql script", |
||
1842 | "symfony/finder": "For using the ACL generateSql script" |
||
1843 | }, |
||
1844 | "type": "library", |
||
1845 | "extra": { |
||
1846 | "branch-alias": { |
||
1847 | "dev-master": "3.0-dev" |
||
1848 | } |
||
1849 | }, |
||
1850 | "autoload": { |
||
1851 | "psr-4": { |
||
1852 | "Symfony\\Component\\Security\\Acl\\": "" |
||
1853 | }, |
||
1854 | "exclude-from-classmap": [ |
||
1855 | "/Tests/" |
||
1856 | ] |
||
1857 | }, |
||
1858 | "notification-url": "https://packagist.org/downloads/", |
||
1859 | "license": [ |
||
1860 | "MIT" |
||
1861 | ], |
||
1862 | "authors": [ |
||
1863 | { |
||
1864 | "name": "Fabien Potencier", |
||
1865 | "email": "[email protected]" |
||
1866 | }, |
||
1867 | { |
||
1868 | "name": "Symfony Community", |
||
1869 | "homepage": "https://symfony.com/contributors" |
||
1870 | } |
||
1871 | ], |
||
1872 | "description": "Symfony Security Component - ACL (Access Control List)", |
||
1873 | "homepage": "https://symfony.com", |
||
1874 | "time": "2015-12-28 09:39:46" |
||
1875 | }, |
||
1876 | { |
||
1877 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1878 | "version": "v2.8.14", |
||
1879 | "source": { |
||
1880 | "type": "git", |
||
1881 | "url": "https://github.com/symfony/symfony.git", |
||
1882 | "reference": "6ceca5b4154c80839270c38aa65373de76127df7" |
||
1883 | }, |
||
1884 | "dist": { |
||
1885 | "type": "zip", |
||
1886 | "url": "https://api.github.com/repos/symfony/symfony/zipball/6ceca5b4154c80839270c38aa65373de76127df7", |
||
1887 | "reference": "6ceca5b4154c80839270c38aa65373de76127df7", |
||
1888 | "shasum": "" |
||
1889 | }, |
||
1890 | "require": { |
||
1891 | "doctrine/common": "~2.4", |
||
1892 | "php": ">=5.3.9", |
||
1893 | "psr/log": "~1.0", |
||
1894 | "symfony/polyfill-apcu": "~1.1", |
||
1895 | "symfony/polyfill-intl-icu": "~1.0", |
||
1896 | "symfony/polyfill-mbstring": "~1.0", |
||
1897 | "symfony/polyfill-php54": "~1.0", |
||
1898 | "symfony/polyfill-php55": "~1.0", |
||
1899 | "symfony/polyfill-php56": "~1.0", |
||
1900 | "symfony/polyfill-php70": "~1.0", |
||
1901 | "symfony/polyfill-util": "~1.0", |
||
1902 | "symfony/security-acl": "~2.7|~3.0.0", |
||
1903 | "twig/twig": "~1.28|~2.0" |
||
1904 | }, |
||
1905 | "conflict": { |
||
1906 | "phpdocumentor/reflection": "<1.0.7" |
||
1907 | }, |
||
1908 | "replace": { |
||
1909 | "symfony/asset": "self.version", |
||
1910 | "symfony/browser-kit": "self.version", |
||
1911 | "symfony/class-loader": "self.version", |
||
1912 | "symfony/config": "self.version", |
||
1913 | "symfony/console": "self.version", |
||
1914 | "symfony/css-selector": "self.version", |
||
1915 | "symfony/debug": "self.version", |
||
1916 | "symfony/debug-bundle": "self.version", |
||
1917 | "symfony/dependency-injection": "self.version", |
||
1918 | "symfony/doctrine-bridge": "self.version", |
||
1919 | "symfony/dom-crawler": "self.version", |
||
1920 | "symfony/event-dispatcher": "self.version", |
||
1921 | "symfony/expression-language": "self.version", |
||
1922 | "symfony/filesystem": "self.version", |
||
1923 | "symfony/finder": "self.version", |
||
1924 | "symfony/form": "self.version", |
||
1925 | "symfony/framework-bundle": "self.version", |
||
1926 | "symfony/http-foundation": "self.version", |
||
1927 | "symfony/http-kernel": "self.version", |
||
1928 | "symfony/intl": "self.version", |
||
1929 | "symfony/ldap": "self.version", |
||
1930 | "symfony/locale": "self.version", |
||
1931 | "symfony/monolog-bridge": "self.version", |
||
1932 | "symfony/options-resolver": "self.version", |
||
1933 | "symfony/process": "self.version", |
||
1934 | "symfony/property-access": "self.version", |
||
1935 | "symfony/property-info": "self.version", |
||
1936 | "symfony/proxy-manager-bridge": "self.version", |
||
1937 | "symfony/routing": "self.version", |
||
1938 | "symfony/security": "self.version", |
||
1939 | "symfony/security-bundle": "self.version", |
||
1940 | "symfony/security-core": "self.version", |
||
1941 | "symfony/security-csrf": "self.version", |
||
1942 | "symfony/security-guard": "self.version", |
||
1943 | "symfony/security-http": "self.version", |
||
1944 | "symfony/serializer": "self.version", |
||
1945 | "symfony/stopwatch": "self.version", |
||
1946 | "symfony/swiftmailer-bridge": "self.version", |
||
1947 | "symfony/templating": "self.version", |
||
1948 | "symfony/translation": "self.version", |
||
1949 | "symfony/twig-bridge": "self.version", |
||
1950 | "symfony/twig-bundle": "self.version", |
||
1951 | "symfony/validator": "self.version", |
||
1952 | "symfony/var-dumper": "self.version", |
||
1953 | "symfony/web-profiler-bundle": "self.version", |
||
1954 | "symfony/yaml": "self.version" |
||
1955 | }, |
||
1956 | "require-dev": { |
||
1957 | "doctrine/data-fixtures": "1.0.*", |
||
1958 | "doctrine/dbal": "~2.4", |
||
1959 | "doctrine/doctrine-bundle": "~1.2", |
||
1960 | "doctrine/orm": "~2.4,>=2.4.5", |
||
1961 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
1962 | "monolog/monolog": "~1.11", |
||
1963 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
1964 | "phpdocumentor/reflection": "^1.0.7", |
||
1965 | "symfony/phpunit-bridge": "~3.2" |
||
1966 | }, |
||
1967 | "type": "library", |
||
1968 | "extra": { |
||
1969 | "branch-alias": { |
||
1970 | "dev-master": "2.8-dev" |
||
1971 | } |
||
1972 | }, |
||
1973 | "autoload": { |
||
1974 | "psr-4": { |
||
1975 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
1976 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
1977 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
1978 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
1979 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
1980 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
1981 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
1982 | }, |
||
1983 | "classmap": [ |
||
1984 | "src/Symfony/Component/Intl/Resources/stubs" |
||
1985 | ], |
||
1986 | "exclude-from-classmap": [ |
||
1987 | "**/Tests/" |
||
1988 | ] |
||
1989 | }, |
||
1990 | "notification-url": "https://packagist.org/downloads/", |
||
1991 | "license": [ |
||
1992 | "MIT" |
||
1993 | ], |
||
1994 | "authors": [ |
||
1995 | { |
||
1996 | "name": "Fabien Potencier", |
||
1997 | "email": "[email protected]" |
||
1998 | }, |
||
1999 | { |
||
2000 | "name": "Symfony Community", |
||
2001 | "homepage": "https://symfony.com/contributors" |
||
2002 | } |
||
2003 | ], |
||
2004 | "description": "The Symfony PHP framework", |
||
2005 | "homepage": "https://symfony.com", |
||
2006 | "keywords": [ |
||
2007 | "framework" |
||
2008 | ], |
||
2009 | "time": "2016-11-21 02:24:51" |
||
2010 | }, |
||
2011 | { |
||
2012 | "name": "twig/twig", |
||
2013 | "version": "v1.28.2", |
||
2014 | "source": { |
||
2015 | "type": "git", |
||
2016 | "url": "https://github.com/twigphp/Twig.git", |
||
2017 | "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c" |
||
2018 | }, |
||
2019 | "dist": { |
||
2020 | "type": "zip", |
||
2021 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c", |
||
2022 | "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c", |
||
2023 | "shasum": "" |
||
2024 | }, |
||
2025 | "require": { |
||
2026 | "php": ">=5.2.7" |
||
2027 | }, |
||
2028 | "require-dev": { |
||
2029 | "symfony/debug": "~2.7", |
||
2030 | "symfony/phpunit-bridge": "~3.2@dev" |
||
2031 | }, |
||
2032 | "type": "library", |
||
2033 | "extra": { |
||
2034 | "branch-alias": { |
||
2035 | "dev-master": "1.28-dev" |
||
2036 | } |
||
2037 | }, |
||
2038 | "autoload": { |
||
2039 | "psr-0": { |
||
2040 | "Twig_": "lib/" |
||
2041 | } |
||
2042 | }, |
||
2043 | "notification-url": "https://packagist.org/downloads/", |
||
2044 | "license": [ |
||
2045 | "BSD-3-Clause" |
||
2046 | ], |
||
2047 | "authors": [ |
||
2048 | { |
||
2049 | "name": "Fabien Potencier", |
||
2050 | "email": "[email protected]", |
||
2051 | "homepage": "http://fabien.potencier.org", |
||
2052 | "role": "Lead Developer" |
||
2053 | }, |
||
2054 | { |
||
2055 | "name": "Armin Ronacher", |
||
2056 | "email": "[email protected]", |
||
2057 | "role": "Project Founder" |
||
2058 | }, |
||
2059 | { |
||
2060 | "name": "Twig Team", |
||
2061 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2062 | "role": "Contributors" |
||
2063 | } |
||
2064 | ], |
||
2065 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2066 | "homepage": "http://twig.sensiolabs.org", |
||
2067 | "keywords": [ |
||
2068 | "templating" |
||
2069 | ], |
||
2070 | "time": "2016-11-23 18:41:40" |
||
2071 | } |
||
2072 | ], |
||
2073 | "packages-dev": [ |
||
2074 | { |
||
2075 | "name": "phake/phake", |
||
2076 | "version": "v2.3.0", |
||
2077 | "source": { |
||
2078 | "type": "git", |
||
2079 | "url": "https://github.com/mlively/Phake.git", |
||
2080 | "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd" |
||
2081 | }, |
||
2082 | "dist": { |
||
2083 | "type": "zip", |
||
2084 | "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd", |
||
2085 | "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd", |
||
2086 | "shasum": "" |
||
2087 | }, |
||
2088 | "require": { |
||
2089 | "php": ">=5.3.3", |
||
2090 | "sebastian/comparator": "~1.1" |
||
2091 | }, |
||
2092 | "require-dev": { |
||
2093 | "codeclimate/php-test-reporter": "dev-master", |
||
2094 | "doctrine/common": "2.3.*", |
||
2095 | "ext-soap": "*", |
||
2096 | "hamcrest/hamcrest-php": "1.1.*", |
||
2097 | "phpunit/phpunit": "3.7.*" |
||
2098 | }, |
||
2099 | "suggest": { |
||
2100 | "doctrine/common": "Allows mock annotations to use import statements for classes.", |
||
2101 | "hamcrest/hamcrest-php": "Use Hamcrest matchers." |
||
2102 | }, |
||
2103 | "type": "library", |
||
2104 | "extra": { |
||
2105 | "branch-alias": { |
||
2106 | "dev-master": "3.0.0-dev" |
||
2107 | } |
||
2108 | }, |
||
2109 | "autoload": { |
||
2110 | "psr-0": { |
||
2111 | "Phake": "src/" |
||
2112 | } |
||
2113 | }, |
||
2114 | "notification-url": "https://packagist.org/downloads/", |
||
2115 | "license": [ |
||
2116 | "BSD-3-Clause" |
||
2117 | ], |
||
2118 | "authors": [ |
||
2119 | { |
||
2120 | "name": "Mike Lively", |
||
2121 | "email": "[email protected]" |
||
2122 | } |
||
2123 | ], |
||
2124 | "description": "The Phake mock testing library", |
||
2125 | "homepage": "https://github.com/mlively/Phake", |
||
2126 | "keywords": [ |
||
2127 | "mock", |
||
2128 | "testing" |
||
2129 | ], |
||
2130 | "time": "2016-03-04 18:49:33" |
||
2131 | }, |
||
2132 | { |
||
2133 | "name": "phpunit/php-code-coverage", |
||
2134 | "version": "1.2.18", |
||
2135 | "source": { |
||
2136 | "type": "git", |
||
2137 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2138 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" |
||
2139 | }, |
||
2140 | "dist": { |
||
2141 | "type": "zip", |
||
2142 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
2143 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
2144 | "shasum": "" |
||
2145 | }, |
||
2146 | "require": { |
||
2147 | "php": ">=5.3.3", |
||
2148 | "phpunit/php-file-iterator": ">=1.3.0@stable", |
||
2149 | "phpunit/php-text-template": ">=1.2.0@stable", |
||
2150 | "phpunit/php-token-stream": ">=1.1.3,<1.3.0" |
||
2151 | }, |
||
2152 | "require-dev": { |
||
2153 | "phpunit/phpunit": "3.7.*@dev" |
||
2154 | }, |
||
2155 | "suggest": { |
||
2156 | "ext-dom": "*", |
||
2157 | "ext-xdebug": ">=2.0.5" |
||
2158 | }, |
||
2159 | "type": "library", |
||
2160 | "extra": { |
||
2161 | "branch-alias": { |
||
2162 | "dev-master": "1.2.x-dev" |
||
2163 | } |
||
2164 | }, |
||
2165 | "autoload": { |
||
2166 | "classmap": [ |
||
2167 | "PHP/" |
||
2168 | ] |
||
2169 | }, |
||
2170 | "notification-url": "https://packagist.org/downloads/", |
||
2171 | "include-path": [ |
||
2172 | "" |
||
2173 | ], |
||
2174 | "license": [ |
||
2175 | "BSD-3-Clause" |
||
2176 | ], |
||
2177 | "authors": [ |
||
2178 | { |
||
2179 | "name": "Sebastian Bergmann", |
||
2180 | "email": "[email protected]", |
||
2181 | "role": "lead" |
||
2182 | } |
||
2183 | ], |
||
2184 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2185 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2186 | "keywords": [ |
||
2187 | "coverage", |
||
2188 | "testing", |
||
2189 | "xunit" |
||
2190 | ], |
||
2191 | "time": "2014-09-02 10:13:14" |
||
2192 | }, |
||
2193 | { |
||
2194 | "name": "phpunit/php-file-iterator", |
||
2195 | "version": "1.4.2", |
||
2196 | "source": { |
||
2197 | "type": "git", |
||
2198 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2199 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
2200 | }, |
||
2201 | "dist": { |
||
2202 | "type": "zip", |
||
2203 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
2204 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
2205 | "shasum": "" |
||
2206 | }, |
||
2207 | "require": { |
||
2208 | "php": ">=5.3.3" |
||
2209 | }, |
||
2210 | "type": "library", |
||
2211 | "extra": { |
||
2212 | "branch-alias": { |
||
2213 | "dev-master": "1.4.x-dev" |
||
2214 | } |
||
2215 | }, |
||
2216 | "autoload": { |
||
2217 | "classmap": [ |
||
2218 | "src/" |
||
2219 | ] |
||
2220 | }, |
||
2221 | "notification-url": "https://packagist.org/downloads/", |
||
2222 | "license": [ |
||
2223 | "BSD-3-Clause" |
||
2224 | ], |
||
2225 | "authors": [ |
||
2226 | { |
||
2227 | "name": "Sebastian Bergmann", |
||
2228 | "email": "[email protected]", |
||
2229 | "role": "lead" |
||
2230 | } |
||
2231 | ], |
||
2232 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2233 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2234 | "keywords": [ |
||
2235 | "filesystem", |
||
2236 | "iterator" |
||
2237 | ], |
||
2238 | "time": "2016-10-03 07:40:28" |
||
2239 | }, |
||
2240 | { |
||
2241 | "name": "phpunit/php-text-template", |
||
2242 | "version": "1.2.1", |
||
2243 | "source": { |
||
2244 | "type": "git", |
||
2245 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2246 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2247 | }, |
||
2248 | "dist": { |
||
2249 | "type": "zip", |
||
2250 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2251 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2252 | "shasum": "" |
||
2253 | }, |
||
2254 | "require": { |
||
2255 | "php": ">=5.3.3" |
||
2256 | }, |
||
2257 | "type": "library", |
||
2258 | "autoload": { |
||
2259 | "classmap": [ |
||
2260 | "src/" |
||
2261 | ] |
||
2262 | }, |
||
2263 | "notification-url": "https://packagist.org/downloads/", |
||
2264 | "license": [ |
||
2265 | "BSD-3-Clause" |
||
2266 | ], |
||
2267 | "authors": [ |
||
2268 | { |
||
2269 | "name": "Sebastian Bergmann", |
||
2270 | "email": "[email protected]", |
||
2271 | "role": "lead" |
||
2272 | } |
||
2273 | ], |
||
2274 | "description": "Simple template engine.", |
||
2275 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2276 | "keywords": [ |
||
2277 | "template" |
||
2278 | ], |
||
2279 | "time": "2015-06-21 13:50:34" |
||
2280 | }, |
||
2281 | { |
||
2282 | "name": "phpunit/php-timer", |
||
2283 | "version": "1.0.8", |
||
2284 | "source": { |
||
2285 | "type": "git", |
||
2286 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2287 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
2288 | }, |
||
2289 | "dist": { |
||
2290 | "type": "zip", |
||
2291 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2292 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2293 | "shasum": "" |
||
2294 | }, |
||
2295 | "require": { |
||
2296 | "php": ">=5.3.3" |
||
2297 | }, |
||
2298 | "require-dev": { |
||
2299 | "phpunit/phpunit": "~4|~5" |
||
2300 | }, |
||
2301 | "type": "library", |
||
2302 | "autoload": { |
||
2303 | "classmap": [ |
||
2304 | "src/" |
||
2305 | ] |
||
2306 | }, |
||
2307 | "notification-url": "https://packagist.org/downloads/", |
||
2308 | "license": [ |
||
2309 | "BSD-3-Clause" |
||
2310 | ], |
||
2311 | "authors": [ |
||
2312 | { |
||
2313 | "name": "Sebastian Bergmann", |
||
2314 | "email": "[email protected]", |
||
2315 | "role": "lead" |
||
2316 | } |
||
2317 | ], |
||
2318 | "description": "Utility class for timing", |
||
2319 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2320 | "keywords": [ |
||
2321 | "timer" |
||
2322 | ], |
||
2323 | "time": "2016-05-12 18:03:57" |
||
2324 | }, |
||
2325 | { |
||
2326 | "name": "phpunit/php-token-stream", |
||
2327 | "version": "1.2.2", |
||
2328 | "source": { |
||
2329 | "type": "git", |
||
2330 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2331 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
2332 | }, |
||
2333 | "dist": { |
||
2334 | "type": "zip", |
||
2335 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
2336 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
2337 | "shasum": "" |
||
2338 | }, |
||
2339 | "require": { |
||
2340 | "ext-tokenizer": "*", |
||
2341 | "php": ">=5.3.3" |
||
2342 | }, |
||
2343 | "type": "library", |
||
2344 | "extra": { |
||
2345 | "branch-alias": { |
||
2346 | "dev-master": "1.2-dev" |
||
2347 | } |
||
2348 | }, |
||
2349 | "autoload": { |
||
2350 | "classmap": [ |
||
2351 | "PHP/" |
||
2352 | ] |
||
2353 | }, |
||
2354 | "notification-url": "https://packagist.org/downloads/", |
||
2355 | "include-path": [ |
||
2356 | "" |
||
2357 | ], |
||
2358 | "license": [ |
||
2359 | "BSD-3-Clause" |
||
2360 | ], |
||
2361 | "authors": [ |
||
2362 | { |
||
2363 | "name": "Sebastian Bergmann", |
||
2364 | "email": "[email protected]", |
||
2365 | "role": "lead" |
||
2366 | } |
||
2367 | ], |
||
2368 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2369 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2370 | "keywords": [ |
||
2371 | "tokenizer" |
||
2372 | ], |
||
2373 | "time": "2014-03-03 05:10:30" |
||
2374 | }, |
||
2375 | { |
||
2376 | "name": "phpunit/phpunit", |
||
2377 | "version": "3.7.38", |
||
2378 | "source": { |
||
2379 | "type": "git", |
||
2380 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2381 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" |
||
2382 | }, |
||
2383 | "dist": { |
||
2384 | "type": "zip", |
||
2385 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
2386 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
2387 | "shasum": "" |
||
2388 | }, |
||
2389 | "require": { |
||
2390 | "ext-ctype": "*", |
||
2391 | "ext-dom": "*", |
||
2392 | "ext-json": "*", |
||
2393 | "ext-pcre": "*", |
||
2394 | "ext-reflection": "*", |
||
2395 | "ext-spl": "*", |
||
2396 | "php": ">=5.3.3", |
||
2397 | "phpunit/php-code-coverage": "~1.2", |
||
2398 | "phpunit/php-file-iterator": "~1.3", |
||
2399 | "phpunit/php-text-template": "~1.1", |
||
2400 | "phpunit/php-timer": "~1.0", |
||
2401 | "phpunit/phpunit-mock-objects": "~1.2", |
||
2402 | "symfony/yaml": "~2.0" |
||
2403 | }, |
||
2404 | "require-dev": { |
||
2405 | "pear-pear.php.net/pear": "1.9.4" |
||
2406 | }, |
||
2407 | "suggest": { |
||
2408 | "phpunit/php-invoker": "~1.1" |
||
2409 | }, |
||
2410 | "bin": [ |
||
2411 | "composer/bin/phpunit" |
||
2412 | ], |
||
2413 | "type": "library", |
||
2414 | "extra": { |
||
2415 | "branch-alias": { |
||
2416 | "dev-master": "3.7.x-dev" |
||
2417 | } |
||
2418 | }, |
||
2419 | "autoload": { |
||
2420 | "classmap": [ |
||
2421 | "PHPUnit/" |
||
2422 | ] |
||
2423 | }, |
||
2424 | "notification-url": "https://packagist.org/downloads/", |
||
2425 | "include-path": [ |
||
2426 | "", |
||
2427 | "../../symfony/yaml/" |
||
2428 | ], |
||
2429 | "license": [ |
||
2430 | "BSD-3-Clause" |
||
2431 | ], |
||
2432 | "authors": [ |
||
2433 | { |
||
2434 | "name": "Sebastian Bergmann", |
||
2435 | "email": "[email protected]", |
||
2436 | "role": "lead" |
||
2437 | } |
||
2438 | ], |
||
2439 | "description": "The PHP Unit Testing framework.", |
||
2440 | "homepage": "http://www.phpunit.de/", |
||
2441 | "keywords": [ |
||
2442 | "phpunit", |
||
2443 | "testing", |
||
2444 | "xunit" |
||
2445 | ], |
||
2446 | "time": "2014-10-17 09:04:17" |
||
2447 | }, |
||
2448 | { |
||
2449 | "name": "phpunit/phpunit-mock-objects", |
||
2450 | "version": "1.2.3", |
||
2451 | "source": { |
||
2452 | "type": "git", |
||
2453 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2454 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" |
||
2455 | }, |
||
2456 | "dist": { |
||
2457 | "type": "zip", |
||
2458 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
2459 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
2460 | "shasum": "" |
||
2461 | }, |
||
2462 | "require": { |
||
2463 | "php": ">=5.3.3", |
||
2464 | "phpunit/php-text-template": ">=1.1.1@stable" |
||
2465 | }, |
||
2466 | "suggest": { |
||
2467 | "ext-soap": "*" |
||
2468 | }, |
||
2469 | "type": "library", |
||
2470 | "autoload": { |
||
2471 | "classmap": [ |
||
2472 | "PHPUnit/" |
||
2473 | ] |
||
2474 | }, |
||
2475 | "notification-url": "https://packagist.org/downloads/", |
||
2476 | "include-path": [ |
||
2477 | "" |
||
2478 | ], |
||
2479 | "license": [ |
||
2480 | "BSD-3-Clause" |
||
2481 | ], |
||
2482 | "authors": [ |
||
2483 | { |
||
2484 | "name": "Sebastian Bergmann", |
||
2485 | "email": "[email protected]", |
||
2486 | "role": "lead" |
||
2487 | } |
||
2488 | ], |
||
2489 | "description": "Mock Object library for PHPUnit", |
||
2490 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2491 | "keywords": [ |
||
2492 | "mock", |
||
2493 | "xunit" |
||
2494 | ], |
||
2495 | "time": "2013-01-13 10:24:48" |
||
2496 | }, |
||
2497 | { |
||
2498 | "name": "sebastian/comparator", |
||
2499 | "version": "1.2.2", |
||
2500 | "source": { |
||
2501 | "type": "git", |
||
2502 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2503 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" |
||
2504 | }, |
||
2505 | "dist": { |
||
2506 | "type": "zip", |
||
2507 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
2508 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
2509 | "shasum": "" |
||
2510 | }, |
||
2511 | "require": { |
||
2512 | "php": ">=5.3.3", |
||
2513 | "sebastian/diff": "~1.2", |
||
2514 | "sebastian/exporter": "~1.2 || ~2.0" |
||
2515 | }, |
||
2516 | "require-dev": { |
||
2517 | "phpunit/phpunit": "~4.4" |
||
2518 | }, |
||
2519 | "type": "library", |
||
2520 | "extra": { |
||
2521 | "branch-alias": { |
||
2522 | "dev-master": "1.2.x-dev" |
||
2523 | } |
||
2524 | }, |
||
2525 | "autoload": { |
||
2526 | "classmap": [ |
||
2527 | "src/" |
||
2528 | ] |
||
2529 | }, |
||
2530 | "notification-url": "https://packagist.org/downloads/", |
||
2531 | "license": [ |
||
2532 | "BSD-3-Clause" |
||
2533 | ], |
||
2534 | "authors": [ |
||
2535 | { |
||
2536 | "name": "Jeff Welch", |
||
2537 | "email": "[email protected]" |
||
2538 | }, |
||
2539 | { |
||
2540 | "name": "Volker Dusch", |
||
2541 | "email": "[email protected]" |
||
2542 | }, |
||
2543 | { |
||
2544 | "name": "Bernhard Schussek", |
||
2545 | "email": "[email protected]" |
||
2546 | }, |
||
2547 | { |
||
2548 | "name": "Sebastian Bergmann", |
||
2549 | "email": "[email protected]" |
||
2550 | } |
||
2551 | ], |
||
2552 | "description": "Provides the functionality to compare PHP values for equality", |
||
2553 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2554 | "keywords": [ |
||
2555 | "comparator", |
||
2556 | "compare", |
||
2557 | "equality" |
||
2558 | ], |
||
2559 | "time": "2016-11-19 09:18:40" |
||
2560 | }, |
||
2561 | { |
||
2562 | "name": "sebastian/diff", |
||
2563 | "version": "1.4.1", |
||
2564 | "source": { |
||
2565 | "type": "git", |
||
2566 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2567 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2568 | }, |
||
2569 | "dist": { |
||
2570 | "type": "zip", |
||
2571 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2572 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2573 | "shasum": "" |
||
2574 | }, |
||
2575 | "require": { |
||
2576 | "php": ">=5.3.3" |
||
2577 | }, |
||
2578 | "require-dev": { |
||
2579 | "phpunit/phpunit": "~4.8" |
||
2580 | }, |
||
2581 | "type": "library", |
||
2582 | "extra": { |
||
2583 | "branch-alias": { |
||
2584 | "dev-master": "1.4-dev" |
||
2585 | } |
||
2586 | }, |
||
2587 | "autoload": { |
||
2588 | "classmap": [ |
||
2589 | "src/" |
||
2590 | ] |
||
2591 | }, |
||
2592 | "notification-url": "https://packagist.org/downloads/", |
||
2593 | "license": [ |
||
2594 | "BSD-3-Clause" |
||
2595 | ], |
||
2596 | "authors": [ |
||
2597 | { |
||
2598 | "name": "Kore Nordmann", |
||
2599 | "email": "[email protected]" |
||
2600 | }, |
||
2601 | { |
||
2602 | "name": "Sebastian Bergmann", |
||
2603 | "email": "[email protected]" |
||
2604 | } |
||
2605 | ], |
||
2606 | "description": "Diff implementation", |
||
2607 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2608 | "keywords": [ |
||
2609 | "diff" |
||
2610 | ], |
||
2611 | "time": "2015-12-08 07:14:41" |
||
2612 | }, |
||
2613 | { |
||
2614 | "name": "sebastian/exporter", |
||
2615 | "version": "2.0.0", |
||
2616 | "source": { |
||
2617 | "type": "git", |
||
2618 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2619 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
2620 | }, |
||
2621 | "dist": { |
||
2622 | "type": "zip", |
||
2623 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
2624 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
2625 | "shasum": "" |
||
2626 | }, |
||
2627 | "require": { |
||
2628 | "php": ">=5.3.3", |
||
2629 | "sebastian/recursion-context": "~2.0" |
||
2630 | }, |
||
2631 | "require-dev": { |
||
2632 | "ext-mbstring": "*", |
||
2633 | "phpunit/phpunit": "~4.4" |
||
2634 | }, |
||
2635 | "type": "library", |
||
2636 | "extra": { |
||
2637 | "branch-alias": { |
||
2638 | "dev-master": "2.0.x-dev" |
||
2639 | } |
||
2640 | }, |
||
2641 | "autoload": { |
||
2642 | "classmap": [ |
||
2643 | "src/" |
||
2644 | ] |
||
2645 | }, |
||
2646 | "notification-url": "https://packagist.org/downloads/", |
||
2647 | "license": [ |
||
2648 | "BSD-3-Clause" |
||
2649 | ], |
||
2650 | "authors": [ |
||
2651 | { |
||
2652 | "name": "Jeff Welch", |
||
2653 | "email": "[email protected]" |
||
2654 | }, |
||
2655 | { |
||
2656 | "name": "Volker Dusch", |
||
2657 | "email": "[email protected]" |
||
2658 | }, |
||
2659 | { |
||
2660 | "name": "Bernhard Schussek", |
||
2661 | "email": "[email protected]" |
||
2662 | }, |
||
2663 | { |
||
2664 | "name": "Sebastian Bergmann", |
||
2665 | "email": "[email protected]" |
||
2666 | }, |
||
2667 | { |
||
2668 | "name": "Adam Harvey", |
||
2669 | "email": "[email protected]" |
||
2670 | } |
||
2671 | ], |
||
2672 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2673 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2674 | "keywords": [ |
||
2675 | "export", |
||
2676 | "exporter" |
||
2677 | ], |
||
2678 | "time": "2016-11-19 08:54:04" |
||
2679 | }, |
||
2680 | { |
||
2681 | "name": "sebastian/recursion-context", |
||
2682 | "version": "2.0.0", |
||
2683 | "source": { |
||
2684 | "type": "git", |
||
2685 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2686 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
2687 | }, |
||
2688 | "dist": { |
||
2689 | "type": "zip", |
||
2690 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
2691 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
2692 | "shasum": "" |
||
2693 | }, |
||
2694 | "require": { |
||
2695 | "php": ">=5.3.3" |
||
2696 | }, |
||
2697 | "require-dev": { |
||
2698 | "phpunit/phpunit": "~4.4" |
||
2699 | }, |
||
2700 | "type": "library", |
||
2701 | "extra": { |
||
2702 | "branch-alias": { |
||
2703 | "dev-master": "2.0.x-dev" |
||
2704 | } |
||
2705 | }, |
||
2706 | "autoload": { |
||
2707 | "classmap": [ |
||
2708 | "src/" |
||
2709 | ] |
||
2710 | }, |
||
2711 | "notification-url": "https://packagist.org/downloads/", |
||
2712 | "license": [ |
||
2713 | "BSD-3-Clause" |
||
2714 | ], |
||
2715 | "authors": [ |
||
2716 | { |
||
2717 | "name": "Jeff Welch", |
||
2718 | "email": "[email protected]" |
||
2719 | }, |
||
2720 | { |
||
2721 | "name": "Sebastian Bergmann", |
||
2722 | "email": "[email protected]" |
||
2723 | }, |
||
2724 | { |
||
2725 | "name": "Adam Harvey", |
||
2726 | "email": "[email protected]" |
||
2727 | } |
||
2728 | ], |
||
2729 | "description": "Provides functionality to recursively process PHP variables", |
||
2730 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2731 | "time": "2016-11-19 07:33:16" |
||
2732 | } |
||
2733 | ], |
||
2734 | "aliases": [], |
||
2735 | "minimum-stability": "stable", |
||
2736 | "stability-flags": [], |
||
2737 | "prefer-stable": false, |
||
2738 | "prefer-lowest": false, |
||
2739 | "platform": { |
||
2740 | "php": ">=5.4.0" |
||
2741 | }, |
||
2742 | "platform-dev": [] |
||
2743 | } |
||
2744 |