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": "3947156e0adc8db6fb458183ad189469", |
||
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-31 12:32:49" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.4.2", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", |
||
88 | "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", |
||
89 | "shasum": "" |
||
90 | }, |
||
91 | "require": { |
||
92 | "php": ">=5.3.2" |
||
93 | }, |
||
94 | "conflict": { |
||
95 | "doctrine/common": ">2.2,<2.4" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "phpunit/phpunit": ">=3.7", |
||
99 | "predis/predis": "~1.0", |
||
100 | "satooshi/php-coveralls": "~0.6" |
||
101 | }, |
||
102 | "type": "library", |
||
103 | "extra": { |
||
104 | "branch-alias": { |
||
105 | "dev-master": "1.5.x-dev" |
||
106 | } |
||
107 | }, |
||
108 | "autoload": { |
||
109 | "psr-0": { |
||
110 | "Doctrine\\Common\\Cache\\": "lib/" |
||
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-08-31 12:36:41" |
||
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-14 22:21:58" |
||
212 | }, |
||
213 | { |
||
214 | "name": "doctrine/common", |
||
215 | "version": "v2.5.1", |
||
216 | "source": { |
||
217 | "type": "git", |
||
218 | "url": "https://github.com/doctrine/common.git", |
||
219 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" |
||
220 | }, |
||
221 | "dist": { |
||
222 | "type": "zip", |
||
223 | "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
224 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
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.3.2" |
||
234 | }, |
||
235 | "require-dev": { |
||
236 | "phpunit/phpunit": "~3.7" |
||
237 | }, |
||
238 | "type": "library", |
||
239 | "extra": { |
||
240 | "branch-alias": { |
||
241 | "dev-master": "2.6.x-dev" |
||
242 | } |
||
243 | }, |
||
244 | "autoload": { |
||
245 | "psr-0": { |
||
246 | "Doctrine\\Common\\": "lib/" |
||
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-08-31 13:00:22" |
||
285 | }, |
||
286 | { |
||
287 | "name": "doctrine/inflector", |
||
288 | "version": "v1.0.1", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/doctrine/inflector.git", |
||
292 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
297 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "php": ">=5.3.2" |
||
302 | }, |
||
303 | "require-dev": { |
||
304 | "phpunit/phpunit": "4.*" |
||
305 | }, |
||
306 | "type": "library", |
||
307 | "extra": { |
||
308 | "branch-alias": { |
||
309 | "dev-master": "1.0.x-dev" |
||
310 | } |
||
311 | }, |
||
312 | "autoload": { |
||
313 | "psr-0": { |
||
314 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
315 | } |
||
316 | }, |
||
317 | "notification-url": "https://packagist.org/downloads/", |
||
318 | "license": [ |
||
319 | "MIT" |
||
320 | ], |
||
321 | "authors": [ |
||
322 | { |
||
323 | "name": "Roman Borschel", |
||
324 | "email": "[email protected]" |
||
325 | }, |
||
326 | { |
||
327 | "name": "Benjamin Eberlei", |
||
328 | "email": "[email protected]" |
||
329 | }, |
||
330 | { |
||
331 | "name": "Guilherme Blanco", |
||
332 | "email": "[email protected]" |
||
333 | }, |
||
334 | { |
||
335 | "name": "Jonathan Wage", |
||
336 | "email": "[email protected]" |
||
337 | }, |
||
338 | { |
||
339 | "name": "Johannes Schmitt", |
||
340 | "email": "[email protected]" |
||
341 | } |
||
342 | ], |
||
343 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
344 | "homepage": "http://www.doctrine-project.org", |
||
345 | "keywords": [ |
||
346 | "inflection", |
||
347 | "pluralize", |
||
348 | "singularize", |
||
349 | "string" |
||
350 | ], |
||
351 | "time": "2014-12-20 21:24:13" |
||
352 | }, |
||
353 | { |
||
354 | "name": "doctrine/lexer", |
||
355 | "version": "v1.0.1", |
||
356 | "source": { |
||
357 | "type": "git", |
||
358 | "url": "https://github.com/doctrine/lexer.git", |
||
359 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
360 | }, |
||
361 | "dist": { |
||
362 | "type": "zip", |
||
363 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
364 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
365 | "shasum": "" |
||
366 | }, |
||
367 | "require": { |
||
368 | "php": ">=5.3.2" |
||
369 | }, |
||
370 | "type": "library", |
||
371 | "extra": { |
||
372 | "branch-alias": { |
||
373 | "dev-master": "1.0.x-dev" |
||
374 | } |
||
375 | }, |
||
376 | "autoload": { |
||
377 | "psr-0": { |
||
378 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
379 | } |
||
380 | }, |
||
381 | "notification-url": "https://packagist.org/downloads/", |
||
382 | "license": [ |
||
383 | "MIT" |
||
384 | ], |
||
385 | "authors": [ |
||
386 | { |
||
387 | "name": "Roman Borschel", |
||
388 | "email": "[email protected]" |
||
389 | }, |
||
390 | { |
||
391 | "name": "Guilherme Blanco", |
||
392 | "email": "[email protected]" |
||
393 | }, |
||
394 | { |
||
395 | "name": "Johannes Schmitt", |
||
396 | "email": "[email protected]" |
||
397 | } |
||
398 | ], |
||
399 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
400 | "homepage": "http://www.doctrine-project.org", |
||
401 | "keywords": [ |
||
402 | "lexer", |
||
403 | "parser" |
||
404 | ], |
||
405 | "time": "2014-09-09 13:34:57" |
||
406 | }, |
||
407 | { |
||
408 | "name": "psr/log", |
||
409 | "version": "1.0.0", |
||
410 | "source": { |
||
411 | "type": "git", |
||
412 | "url": "https://github.com/php-fig/log.git", |
||
413 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
414 | }, |
||
415 | "dist": { |
||
416 | "type": "zip", |
||
417 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
418 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
419 | "shasum": "" |
||
420 | }, |
||
421 | "type": "library", |
||
422 | "autoload": { |
||
423 | "psr-0": { |
||
424 | "Psr\\Log\\": "" |
||
425 | } |
||
426 | }, |
||
427 | "notification-url": "https://packagist.org/downloads/", |
||
428 | "license": [ |
||
429 | "MIT" |
||
430 | ], |
||
431 | "authors": [ |
||
432 | { |
||
433 | "name": "PHP-FIG", |
||
434 | "homepage": "http://www.php-fig.org/" |
||
435 | } |
||
436 | ], |
||
437 | "description": "Common interface for logging libraries", |
||
438 | "keywords": [ |
||
439 | "log", |
||
440 | "psr", |
||
441 | "psr-3" |
||
442 | ], |
||
443 | "time": "2012-12-21 11:40:51" |
||
444 | }, |
||
445 | { |
||
446 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
447 | "version": "v2.7.5", |
||
448 | "source": { |
||
449 | "type": "git", |
||
450 | "url": "https://github.com/symfony/symfony.git", |
||
451 | "reference": "619528a274647cffc1792063c3ea04c4fa8266a0" |
||
452 | }, |
||
453 | "dist": { |
||
454 | "type": "zip", |
||
455 | "url": "https://api.github.com/repos/symfony/symfony/zipball/619528a274647cffc1792063c3ea04c4fa8266a0", |
||
456 | "reference": "619528a274647cffc1792063c3ea04c4fa8266a0", |
||
457 | "shasum": "" |
||
458 | }, |
||
459 | "require": { |
||
460 | "doctrine/common": "~2.4", |
||
461 | "php": ">=5.3.9", |
||
462 | "psr/log": "~1.0", |
||
463 | "twig/twig": "~1.20|~2.0" |
||
464 | }, |
||
465 | "replace": { |
||
466 | "symfony/asset": "self.version", |
||
467 | "symfony/browser-kit": "self.version", |
||
468 | "symfony/class-loader": "self.version", |
||
469 | "symfony/config": "self.version", |
||
470 | "symfony/console": "self.version", |
||
471 | "symfony/css-selector": "self.version", |
||
472 | "symfony/debug": "self.version", |
||
473 | "symfony/debug-bundle": "self.version", |
||
474 | "symfony/dependency-injection": "self.version", |
||
475 | "symfony/doctrine-bridge": "self.version", |
||
476 | "symfony/dom-crawler": "self.version", |
||
477 | "symfony/event-dispatcher": "self.version", |
||
478 | "symfony/expression-language": "self.version", |
||
479 | "symfony/filesystem": "self.version", |
||
480 | "symfony/finder": "self.version", |
||
481 | "symfony/form": "self.version", |
||
482 | "symfony/framework-bundle": "self.version", |
||
483 | "symfony/http-foundation": "self.version", |
||
484 | "symfony/http-kernel": "self.version", |
||
485 | "symfony/intl": "self.version", |
||
486 | "symfony/locale": "self.version", |
||
487 | "symfony/monolog-bridge": "self.version", |
||
488 | "symfony/options-resolver": "self.version", |
||
489 | "symfony/process": "self.version", |
||
490 | "symfony/property-access": "self.version", |
||
491 | "symfony/proxy-manager-bridge": "self.version", |
||
492 | "symfony/routing": "self.version", |
||
493 | "symfony/security": "self.version", |
||
494 | "symfony/security-acl": "self.version", |
||
495 | "symfony/security-bundle": "self.version", |
||
496 | "symfony/security-core": "self.version", |
||
497 | "symfony/security-csrf": "self.version", |
||
498 | "symfony/security-http": "self.version", |
||
499 | "symfony/serializer": "self.version", |
||
500 | "symfony/stopwatch": "self.version", |
||
501 | "symfony/swiftmailer-bridge": "self.version", |
||
502 | "symfony/templating": "self.version", |
||
503 | "symfony/translation": "self.version", |
||
504 | "symfony/twig-bridge": "self.version", |
||
505 | "symfony/twig-bundle": "self.version", |
||
506 | "symfony/validator": "self.version", |
||
507 | "symfony/var-dumper": "self.version", |
||
508 | "symfony/web-profiler-bundle": "self.version", |
||
509 | "symfony/yaml": "self.version" |
||
510 | }, |
||
511 | "require-dev": { |
||
512 | "doctrine/data-fixtures": "1.0.*", |
||
513 | "doctrine/dbal": "~2.4", |
||
514 | "doctrine/doctrine-bundle": "~1.2", |
||
515 | "doctrine/orm": "~2.4,>=2.4.5", |
||
516 | "egulias/email-validator": "~1.2", |
||
517 | "ircmaxell/password-compat": "~1.0", |
||
518 | "monolog/monolog": "~1.11", |
||
519 | "ocramius/proxy-manager": "~0.4|~1.0", |
||
520 | "symfony/phpunit-bridge": "self.version" |
||
521 | }, |
||
522 | "type": "library", |
||
523 | "extra": { |
||
524 | "branch-alias": { |
||
525 | "dev-master": "2.7-dev" |
||
526 | } |
||
527 | }, |
||
528 | "autoload": { |
||
529 | "psr-4": { |
||
530 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
531 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
532 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
533 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
534 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
535 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
536 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
537 | }, |
||
538 | "classmap": [ |
||
539 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
||
540 | "src/Symfony/Component/Intl/Resources/stubs" |
||
541 | ], |
||
542 | "files": [ |
||
543 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
||
544 | ] |
||
545 | }, |
||
546 | "notification-url": "https://packagist.org/downloads/", |
||
547 | "license": [ |
||
548 | "MIT" |
||
549 | ], |
||
550 | "authors": [ |
||
551 | { |
||
552 | "name": "Fabien Potencier", |
||
553 | "email": "[email protected]" |
||
554 | }, |
||
555 | { |
||
556 | "name": "Symfony Community", |
||
557 | "homepage": "https://symfony.com/contributors" |
||
558 | } |
||
559 | ], |
||
560 | "description": "The Symfony PHP framework", |
||
561 | "homepage": "https://symfony.com", |
||
562 | "keywords": [ |
||
563 | "framework" |
||
564 | ], |
||
565 | "time": "2015-09-25 11:16:52" |
||
566 | }, |
||
567 | { |
||
568 | "name": "twig/twig", |
||
569 | "version": "v1.22.3", |
||
570 | "source": { |
||
571 | "type": "git", |
||
572 | "url": "https://github.com/twigphp/Twig.git", |
||
573 | "reference": "ebfc36b7e77b0c1175afe30459cf943010245540" |
||
574 | }, |
||
575 | "dist": { |
||
576 | "type": "zip", |
||
577 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/ebfc36b7e77b0c1175afe30459cf943010245540", |
||
578 | "reference": "ebfc36b7e77b0c1175afe30459cf943010245540", |
||
579 | "shasum": "" |
||
580 | }, |
||
581 | "require": { |
||
582 | "php": ">=5.2.7" |
||
583 | }, |
||
584 | "require-dev": { |
||
585 | "symfony/debug": "~2.7", |
||
586 | "symfony/phpunit-bridge": "~2.7" |
||
587 | }, |
||
588 | "type": "library", |
||
589 | "extra": { |
||
590 | "branch-alias": { |
||
591 | "dev-master": "1.22-dev" |
||
592 | } |
||
593 | }, |
||
594 | "autoload": { |
||
595 | "psr-0": { |
||
596 | "Twig_": "lib/" |
||
597 | } |
||
598 | }, |
||
599 | "notification-url": "https://packagist.org/downloads/", |
||
600 | "license": [ |
||
601 | "BSD-3-Clause" |
||
602 | ], |
||
603 | "authors": [ |
||
604 | { |
||
605 | "name": "Fabien Potencier", |
||
606 | "email": "[email protected]", |
||
607 | "homepage": "http://fabien.potencier.org", |
||
608 | "role": "Lead Developer" |
||
609 | }, |
||
610 | { |
||
611 | "name": "Armin Ronacher", |
||
612 | "email": "[email protected]", |
||
613 | "role": "Project Founder" |
||
614 | }, |
||
615 | { |
||
616 | "name": "Twig Team", |
||
617 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
618 | "role": "Contributors" |
||
619 | } |
||
620 | ], |
||
621 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
622 | "homepage": "http://twig.sensiolabs.org", |
||
623 | "keywords": [ |
||
624 | "templating" |
||
625 | ], |
||
626 | "time": "2015-10-13 07:07:02" |
||
627 | } |
||
628 | ], |
||
629 | "packages-dev": [ |
||
630 | { |
||
631 | "name": "doctrine/instantiator", |
||
632 | "version": "1.0.5", |
||
633 | "source": { |
||
634 | "type": "git", |
||
635 | "url": "https://github.com/doctrine/instantiator.git", |
||
636 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
637 | }, |
||
638 | "dist": { |
||
639 | "type": "zip", |
||
640 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
641 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
642 | "shasum": "" |
||
643 | }, |
||
644 | "require": { |
||
645 | "php": ">=5.3,<8.0-DEV" |
||
646 | }, |
||
647 | "require-dev": { |
||
648 | "athletic/athletic": "~0.1.8", |
||
649 | "ext-pdo": "*", |
||
650 | "ext-phar": "*", |
||
651 | "phpunit/phpunit": "~4.0", |
||
652 | "squizlabs/php_codesniffer": "~2.0" |
||
653 | }, |
||
654 | "type": "library", |
||
655 | "extra": { |
||
656 | "branch-alias": { |
||
657 | "dev-master": "1.0.x-dev" |
||
658 | } |
||
659 | }, |
||
660 | "autoload": { |
||
661 | "psr-4": { |
||
662 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
663 | } |
||
664 | }, |
||
665 | "notification-url": "https://packagist.org/downloads/", |
||
666 | "license": [ |
||
667 | "MIT" |
||
668 | ], |
||
669 | "authors": [ |
||
670 | { |
||
671 | "name": "Marco Pivetta", |
||
672 | "email": "[email protected]", |
||
673 | "homepage": "http://ocramius.github.com/" |
||
674 | } |
||
675 | ], |
||
676 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
677 | "homepage": "https://github.com/doctrine/instantiator", |
||
678 | "keywords": [ |
||
679 | "constructor", |
||
680 | "instantiate" |
||
681 | ], |
||
682 | "time": "2015-06-14 21:17:01" |
||
683 | }, |
||
684 | { |
||
685 | "name": "phpdocumentor/reflection-docblock", |
||
686 | "version": "2.0.4", |
||
687 | "source": { |
||
688 | "type": "git", |
||
689 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
690 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
691 | }, |
||
692 | "dist": { |
||
693 | "type": "zip", |
||
694 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
695 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
696 | "shasum": "" |
||
697 | }, |
||
698 | "require": { |
||
699 | "php": ">=5.3.3" |
||
700 | }, |
||
701 | "require-dev": { |
||
702 | "phpunit/phpunit": "~4.0" |
||
703 | }, |
||
704 | "suggest": { |
||
705 | "dflydev/markdown": "~1.0", |
||
706 | "erusev/parsedown": "~1.0" |
||
707 | }, |
||
708 | "type": "library", |
||
709 | "extra": { |
||
710 | "branch-alias": { |
||
711 | "dev-master": "2.0.x-dev" |
||
712 | } |
||
713 | }, |
||
714 | "autoload": { |
||
715 | "psr-0": { |
||
716 | "phpDocumentor": [ |
||
717 | "src/" |
||
718 | ] |
||
719 | } |
||
720 | }, |
||
721 | "notification-url": "https://packagist.org/downloads/", |
||
722 | "license": [ |
||
723 | "MIT" |
||
724 | ], |
||
725 | "authors": [ |
||
726 | { |
||
727 | "name": "Mike van Riel", |
||
728 | "email": "[email protected]" |
||
729 | } |
||
730 | ], |
||
731 | "time": "2015-02-03 12:10:50" |
||
732 | }, |
||
733 | { |
||
734 | "name": "phpspec/prophecy", |
||
735 | "version": "v1.5.0", |
||
736 | "source": { |
||
737 | "type": "git", |
||
738 | "url": "https://github.com/phpspec/prophecy.git", |
||
739 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" |
||
740 | }, |
||
741 | "dist": { |
||
742 | "type": "zip", |
||
743 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
744 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
745 | "shasum": "" |
||
746 | }, |
||
747 | "require": { |
||
748 | "doctrine/instantiator": "^1.0.2", |
||
749 | "phpdocumentor/reflection-docblock": "~2.0", |
||
750 | "sebastian/comparator": "~1.1" |
||
751 | }, |
||
752 | "require-dev": { |
||
753 | "phpspec/phpspec": "~2.0" |
||
754 | }, |
||
755 | "type": "library", |
||
756 | "extra": { |
||
757 | "branch-alias": { |
||
758 | "dev-master": "1.4.x-dev" |
||
759 | } |
||
760 | }, |
||
761 | "autoload": { |
||
762 | "psr-0": { |
||
763 | "Prophecy\\": "src/" |
||
764 | } |
||
765 | }, |
||
766 | "notification-url": "https://packagist.org/downloads/", |
||
767 | "license": [ |
||
768 | "MIT" |
||
769 | ], |
||
770 | "authors": [ |
||
771 | { |
||
772 | "name": "Konstantin Kudryashov", |
||
773 | "email": "[email protected]", |
||
774 | "homepage": "http://everzet.com" |
||
775 | }, |
||
776 | { |
||
777 | "name": "Marcello Duarte", |
||
778 | "email": "[email protected]" |
||
779 | } |
||
780 | ], |
||
781 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
782 | "homepage": "https://github.com/phpspec/prophecy", |
||
783 | "keywords": [ |
||
784 | "Double", |
||
785 | "Dummy", |
||
786 | "fake", |
||
787 | "mock", |
||
788 | "spy", |
||
789 | "stub" |
||
790 | ], |
||
791 | "time": "2015-08-13 10:07:40" |
||
792 | }, |
||
793 | { |
||
794 | "name": "phpunit/php-code-coverage", |
||
795 | "version": "2.2.4", |
||
796 | "source": { |
||
797 | "type": "git", |
||
798 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
799 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
800 | }, |
||
801 | "dist": { |
||
802 | "type": "zip", |
||
803 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
804 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
805 | "shasum": "" |
||
806 | }, |
||
807 | "require": { |
||
808 | "php": ">=5.3.3", |
||
809 | "phpunit/php-file-iterator": "~1.3", |
||
810 | "phpunit/php-text-template": "~1.2", |
||
811 | "phpunit/php-token-stream": "~1.3", |
||
812 | "sebastian/environment": "^1.3.2", |
||
813 | "sebastian/version": "~1.0" |
||
814 | }, |
||
815 | "require-dev": { |
||
816 | "ext-xdebug": ">=2.1.4", |
||
817 | "phpunit/phpunit": "~4" |
||
818 | }, |
||
819 | "suggest": { |
||
820 | "ext-dom": "*", |
||
821 | "ext-xdebug": ">=2.2.1", |
||
822 | "ext-xmlwriter": "*" |
||
823 | }, |
||
824 | "type": "library", |
||
825 | "extra": { |
||
826 | "branch-alias": { |
||
827 | "dev-master": "2.2.x-dev" |
||
828 | } |
||
829 | }, |
||
830 | "autoload": { |
||
831 | "classmap": [ |
||
832 | "src/" |
||
833 | ] |
||
834 | }, |
||
835 | "notification-url": "https://packagist.org/downloads/", |
||
836 | "license": [ |
||
837 | "BSD-3-Clause" |
||
838 | ], |
||
839 | "authors": [ |
||
840 | { |
||
841 | "name": "Sebastian Bergmann", |
||
842 | "email": "[email protected]", |
||
843 | "role": "lead" |
||
844 | } |
||
845 | ], |
||
846 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
847 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
848 | "keywords": [ |
||
849 | "coverage", |
||
850 | "testing", |
||
851 | "xunit" |
||
852 | ], |
||
853 | "time": "2015-10-06 15:47:00" |
||
854 | }, |
||
855 | { |
||
856 | "name": "phpunit/php-file-iterator", |
||
857 | "version": "1.4.1", |
||
858 | "source": { |
||
859 | "type": "git", |
||
860 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
861 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
862 | }, |
||
863 | "dist": { |
||
864 | "type": "zip", |
||
865 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
866 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
867 | "shasum": "" |
||
868 | }, |
||
869 | "require": { |
||
870 | "php": ">=5.3.3" |
||
871 | }, |
||
872 | "type": "library", |
||
873 | "extra": { |
||
874 | "branch-alias": { |
||
875 | "dev-master": "1.4.x-dev" |
||
876 | } |
||
877 | }, |
||
878 | "autoload": { |
||
879 | "classmap": [ |
||
880 | "src/" |
||
881 | ] |
||
882 | }, |
||
883 | "notification-url": "https://packagist.org/downloads/", |
||
884 | "license": [ |
||
885 | "BSD-3-Clause" |
||
886 | ], |
||
887 | "authors": [ |
||
888 | { |
||
889 | "name": "Sebastian Bergmann", |
||
890 | "email": "[email protected]", |
||
891 | "role": "lead" |
||
892 | } |
||
893 | ], |
||
894 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
895 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
896 | "keywords": [ |
||
897 | "filesystem", |
||
898 | "iterator" |
||
899 | ], |
||
900 | "time": "2015-06-21 13:08:43" |
||
901 | }, |
||
902 | { |
||
903 | "name": "phpunit/php-text-template", |
||
904 | "version": "1.2.1", |
||
905 | "source": { |
||
906 | "type": "git", |
||
907 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
908 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
909 | }, |
||
910 | "dist": { |
||
911 | "type": "zip", |
||
912 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
913 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
914 | "shasum": "" |
||
915 | }, |
||
916 | "require": { |
||
917 | "php": ">=5.3.3" |
||
918 | }, |
||
919 | "type": "library", |
||
920 | "autoload": { |
||
921 | "classmap": [ |
||
922 | "src/" |
||
923 | ] |
||
924 | }, |
||
925 | "notification-url": "https://packagist.org/downloads/", |
||
926 | "license": [ |
||
927 | "BSD-3-Clause" |
||
928 | ], |
||
929 | "authors": [ |
||
930 | { |
||
931 | "name": "Sebastian Bergmann", |
||
932 | "email": "[email protected]", |
||
933 | "role": "lead" |
||
934 | } |
||
935 | ], |
||
936 | "description": "Simple template engine.", |
||
937 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
938 | "keywords": [ |
||
939 | "template" |
||
940 | ], |
||
941 | "time": "2015-06-21 13:50:34" |
||
942 | }, |
||
943 | { |
||
944 | "name": "phpunit/php-timer", |
||
945 | "version": "1.0.7", |
||
946 | "source": { |
||
947 | "type": "git", |
||
948 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
949 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
950 | }, |
||
951 | "dist": { |
||
952 | "type": "zip", |
||
953 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
954 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
955 | "shasum": "" |
||
956 | }, |
||
957 | "require": { |
||
958 | "php": ">=5.3.3" |
||
959 | }, |
||
960 | "type": "library", |
||
961 | "autoload": { |
||
962 | "classmap": [ |
||
963 | "src/" |
||
964 | ] |
||
965 | }, |
||
966 | "notification-url": "https://packagist.org/downloads/", |
||
967 | "license": [ |
||
968 | "BSD-3-Clause" |
||
969 | ], |
||
970 | "authors": [ |
||
971 | { |
||
972 | "name": "Sebastian Bergmann", |
||
973 | "email": "[email protected]", |
||
974 | "role": "lead" |
||
975 | } |
||
976 | ], |
||
977 | "description": "Utility class for timing", |
||
978 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
979 | "keywords": [ |
||
980 | "timer" |
||
981 | ], |
||
982 | "time": "2015-06-21 08:01:12" |
||
983 | }, |
||
984 | { |
||
985 | "name": "phpunit/php-token-stream", |
||
986 | "version": "1.4.8", |
||
987 | "source": { |
||
988 | "type": "git", |
||
989 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
990 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
991 | }, |
||
992 | "dist": { |
||
993 | "type": "zip", |
||
994 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
995 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
996 | "shasum": "" |
||
997 | }, |
||
998 | "require": { |
||
999 | "ext-tokenizer": "*", |
||
1000 | "php": ">=5.3.3" |
||
1001 | }, |
||
1002 | "require-dev": { |
||
1003 | "phpunit/phpunit": "~4.2" |
||
1004 | }, |
||
1005 | "type": "library", |
||
1006 | "extra": { |
||
1007 | "branch-alias": { |
||
1008 | "dev-master": "1.4-dev" |
||
1009 | } |
||
1010 | }, |
||
1011 | "autoload": { |
||
1012 | "classmap": [ |
||
1013 | "src/" |
||
1014 | ] |
||
1015 | }, |
||
1016 | "notification-url": "https://packagist.org/downloads/", |
||
1017 | "license": [ |
||
1018 | "BSD-3-Clause" |
||
1019 | ], |
||
1020 | "authors": [ |
||
1021 | { |
||
1022 | "name": "Sebastian Bergmann", |
||
1023 | "email": "[email protected]" |
||
1024 | } |
||
1025 | ], |
||
1026 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1027 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1028 | "keywords": [ |
||
1029 | "tokenizer" |
||
1030 | ], |
||
1031 | "time": "2015-09-15 10:49:45" |
||
1032 | }, |
||
1033 | { |
||
1034 | "name": "phpunit/phpunit", |
||
1035 | "version": "4.8.14", |
||
1036 | "source": { |
||
1037 | "type": "git", |
||
1038 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1039 | "reference": "b4900675926860bef091644849305399b986efa2" |
||
1040 | }, |
||
1041 | "dist": { |
||
1042 | "type": "zip", |
||
1043 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b4900675926860bef091644849305399b986efa2", |
||
1044 | "reference": "b4900675926860bef091644849305399b986efa2", |
||
1045 | "shasum": "" |
||
1046 | }, |
||
1047 | "require": { |
||
1048 | "ext-dom": "*", |
||
1049 | "ext-json": "*", |
||
1050 | "ext-pcre": "*", |
||
1051 | "ext-reflection": "*", |
||
1052 | "ext-spl": "*", |
||
1053 | "php": ">=5.3.3", |
||
1054 | "phpspec/prophecy": "^1.3.1", |
||
1055 | "phpunit/php-code-coverage": "~2.1", |
||
1056 | "phpunit/php-file-iterator": "~1.4", |
||
1057 | "phpunit/php-text-template": "~1.2", |
||
1058 | "phpunit/php-timer": ">=1.0.6", |
||
1059 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1060 | "sebastian/comparator": "~1.1", |
||
1061 | "sebastian/diff": "~1.2", |
||
1062 | "sebastian/environment": "~1.3", |
||
1063 | "sebastian/exporter": "~1.2", |
||
1064 | "sebastian/global-state": "~1.0", |
||
1065 | "sebastian/version": "~1.0", |
||
1066 | "symfony/yaml": "~2.1|~3.0" |
||
1067 | }, |
||
1068 | "suggest": { |
||
1069 | "phpunit/php-invoker": "~1.1" |
||
1070 | }, |
||
1071 | "bin": [ |
||
1072 | "phpunit" |
||
1073 | ], |
||
1074 | "type": "library", |
||
1075 | "extra": { |
||
1076 | "branch-alias": { |
||
1077 | "dev-master": "4.8.x-dev" |
||
1078 | } |
||
1079 | }, |
||
1080 | "autoload": { |
||
1081 | "classmap": [ |
||
1082 | "src/" |
||
1083 | ] |
||
1084 | }, |
||
1085 | "notification-url": "https://packagist.org/downloads/", |
||
1086 | "license": [ |
||
1087 | "BSD-3-Clause" |
||
1088 | ], |
||
1089 | "authors": [ |
||
1090 | { |
||
1091 | "name": "Sebastian Bergmann", |
||
1092 | "email": "[email protected]", |
||
1093 | "role": "lead" |
||
1094 | } |
||
1095 | ], |
||
1096 | "description": "The PHP Unit Testing framework.", |
||
1097 | "homepage": "https://phpunit.de/", |
||
1098 | "keywords": [ |
||
1099 | "phpunit", |
||
1100 | "testing", |
||
1101 | "xunit" |
||
1102 | ], |
||
1103 | "time": "2015-10-17 15:03:30" |
||
1104 | }, |
||
1105 | { |
||
1106 | "name": "phpunit/phpunit-mock-objects", |
||
1107 | "version": "2.3.8", |
||
1108 | "source": { |
||
1109 | "type": "git", |
||
1110 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1111 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
1112 | }, |
||
1113 | "dist": { |
||
1114 | "type": "zip", |
||
1115 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1116 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1117 | "shasum": "" |
||
1118 | }, |
||
1119 | "require": { |
||
1120 | "doctrine/instantiator": "^1.0.2", |
||
1121 | "php": ">=5.3.3", |
||
1122 | "phpunit/php-text-template": "~1.2", |
||
1123 | "sebastian/exporter": "~1.2" |
||
1124 | }, |
||
1125 | "require-dev": { |
||
1126 | "phpunit/phpunit": "~4.4" |
||
1127 | }, |
||
1128 | "suggest": { |
||
1129 | "ext-soap": "*" |
||
1130 | }, |
||
1131 | "type": "library", |
||
1132 | "extra": { |
||
1133 | "branch-alias": { |
||
1134 | "dev-master": "2.3.x-dev" |
||
1135 | } |
||
1136 | }, |
||
1137 | "autoload": { |
||
1138 | "classmap": [ |
||
1139 | "src/" |
||
1140 | ] |
||
1141 | }, |
||
1142 | "notification-url": "https://packagist.org/downloads/", |
||
1143 | "license": [ |
||
1144 | "BSD-3-Clause" |
||
1145 | ], |
||
1146 | "authors": [ |
||
1147 | { |
||
1148 | "name": "Sebastian Bergmann", |
||
1149 | "email": "[email protected]", |
||
1150 | "role": "lead" |
||
1151 | } |
||
1152 | ], |
||
1153 | "description": "Mock Object library for PHPUnit", |
||
1154 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1155 | "keywords": [ |
||
1156 | "mock", |
||
1157 | "xunit" |
||
1158 | ], |
||
1159 | "time": "2015-10-02 06:51:40" |
||
1160 | }, |
||
1161 | { |
||
1162 | "name": "sebastian/comparator", |
||
1163 | "version": "1.2.0", |
||
1164 | "source": { |
||
1165 | "type": "git", |
||
1166 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1167 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
1168 | }, |
||
1169 | "dist": { |
||
1170 | "type": "zip", |
||
1171 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1172 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1173 | "shasum": "" |
||
1174 | }, |
||
1175 | "require": { |
||
1176 | "php": ">=5.3.3", |
||
1177 | "sebastian/diff": "~1.2", |
||
1178 | "sebastian/exporter": "~1.2" |
||
1179 | }, |
||
1180 | "require-dev": { |
||
1181 | "phpunit/phpunit": "~4.4" |
||
1182 | }, |
||
1183 | "type": "library", |
||
1184 | "extra": { |
||
1185 | "branch-alias": { |
||
1186 | "dev-master": "1.2.x-dev" |
||
1187 | } |
||
1188 | }, |
||
1189 | "autoload": { |
||
1190 | "classmap": [ |
||
1191 | "src/" |
||
1192 | ] |
||
1193 | }, |
||
1194 | "notification-url": "https://packagist.org/downloads/", |
||
1195 | "license": [ |
||
1196 | "BSD-3-Clause" |
||
1197 | ], |
||
1198 | "authors": [ |
||
1199 | { |
||
1200 | "name": "Jeff Welch", |
||
1201 | "email": "[email protected]" |
||
1202 | }, |
||
1203 | { |
||
1204 | "name": "Volker Dusch", |
||
1205 | "email": "[email protected]" |
||
1206 | }, |
||
1207 | { |
||
1208 | "name": "Bernhard Schussek", |
||
1209 | "email": "[email protected]" |
||
1210 | }, |
||
1211 | { |
||
1212 | "name": "Sebastian Bergmann", |
||
1213 | "email": "[email protected]" |
||
1214 | } |
||
1215 | ], |
||
1216 | "description": "Provides the functionality to compare PHP values for equality", |
||
1217 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1218 | "keywords": [ |
||
1219 | "comparator", |
||
1220 | "compare", |
||
1221 | "equality" |
||
1222 | ], |
||
1223 | "time": "2015-07-26 15:48:44" |
||
1224 | }, |
||
1225 | { |
||
1226 | "name": "sebastian/diff", |
||
1227 | "version": "1.3.0", |
||
1228 | "source": { |
||
1229 | "type": "git", |
||
1230 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1231 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" |
||
1232 | }, |
||
1233 | "dist": { |
||
1234 | "type": "zip", |
||
1235 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1236 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1237 | "shasum": "" |
||
1238 | }, |
||
1239 | "require": { |
||
1240 | "php": ">=5.3.3" |
||
1241 | }, |
||
1242 | "require-dev": { |
||
1243 | "phpunit/phpunit": "~4.2" |
||
1244 | }, |
||
1245 | "type": "library", |
||
1246 | "extra": { |
||
1247 | "branch-alias": { |
||
1248 | "dev-master": "1.3-dev" |
||
1249 | } |
||
1250 | }, |
||
1251 | "autoload": { |
||
1252 | "classmap": [ |
||
1253 | "src/" |
||
1254 | ] |
||
1255 | }, |
||
1256 | "notification-url": "https://packagist.org/downloads/", |
||
1257 | "license": [ |
||
1258 | "BSD-3-Clause" |
||
1259 | ], |
||
1260 | "authors": [ |
||
1261 | { |
||
1262 | "name": "Kore Nordmann", |
||
1263 | "email": "[email protected]" |
||
1264 | }, |
||
1265 | { |
||
1266 | "name": "Sebastian Bergmann", |
||
1267 | "email": "[email protected]" |
||
1268 | } |
||
1269 | ], |
||
1270 | "description": "Diff implementation", |
||
1271 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1272 | "keywords": [ |
||
1273 | "diff" |
||
1274 | ], |
||
1275 | "time": "2015-02-22 15:13:53" |
||
1276 | }, |
||
1277 | { |
||
1278 | "name": "sebastian/environment", |
||
1279 | "version": "1.3.2", |
||
1280 | "source": { |
||
1281 | "type": "git", |
||
1282 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1283 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" |
||
1284 | }, |
||
1285 | "dist": { |
||
1286 | "type": "zip", |
||
1287 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1288 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1289 | "shasum": "" |
||
1290 | }, |
||
1291 | "require": { |
||
1292 | "php": ">=5.3.3" |
||
1293 | }, |
||
1294 | "require-dev": { |
||
1295 | "phpunit/phpunit": "~4.4" |
||
1296 | }, |
||
1297 | "type": "library", |
||
1298 | "extra": { |
||
1299 | "branch-alias": { |
||
1300 | "dev-master": "1.3.x-dev" |
||
1301 | } |
||
1302 | }, |
||
1303 | "autoload": { |
||
1304 | "classmap": [ |
||
1305 | "src/" |
||
1306 | ] |
||
1307 | }, |
||
1308 | "notification-url": "https://packagist.org/downloads/", |
||
1309 | "license": [ |
||
1310 | "BSD-3-Clause" |
||
1311 | ], |
||
1312 | "authors": [ |
||
1313 | { |
||
1314 | "name": "Sebastian Bergmann", |
||
1315 | "email": "[email protected]" |
||
1316 | } |
||
1317 | ], |
||
1318 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1319 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1320 | "keywords": [ |
||
1321 | "Xdebug", |
||
1322 | "environment", |
||
1323 | "hhvm" |
||
1324 | ], |
||
1325 | "time": "2015-08-03 06:14:51" |
||
1326 | }, |
||
1327 | { |
||
1328 | "name": "sebastian/exporter", |
||
1329 | "version": "1.2.1", |
||
1330 | "source": { |
||
1331 | "type": "git", |
||
1332 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1333 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
1334 | }, |
||
1335 | "dist": { |
||
1336 | "type": "zip", |
||
1337 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
1338 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
1339 | "shasum": "" |
||
1340 | }, |
||
1341 | "require": { |
||
1342 | "php": ">=5.3.3", |
||
1343 | "sebastian/recursion-context": "~1.0" |
||
1344 | }, |
||
1345 | "require-dev": { |
||
1346 | "phpunit/phpunit": "~4.4" |
||
1347 | }, |
||
1348 | "type": "library", |
||
1349 | "extra": { |
||
1350 | "branch-alias": { |
||
1351 | "dev-master": "1.2.x-dev" |
||
1352 | } |
||
1353 | }, |
||
1354 | "autoload": { |
||
1355 | "classmap": [ |
||
1356 | "src/" |
||
1357 | ] |
||
1358 | }, |
||
1359 | "notification-url": "https://packagist.org/downloads/", |
||
1360 | "license": [ |
||
1361 | "BSD-3-Clause" |
||
1362 | ], |
||
1363 | "authors": [ |
||
1364 | { |
||
1365 | "name": "Jeff Welch", |
||
1366 | "email": "[email protected]" |
||
1367 | }, |
||
1368 | { |
||
1369 | "name": "Volker Dusch", |
||
1370 | "email": "[email protected]" |
||
1371 | }, |
||
1372 | { |
||
1373 | "name": "Bernhard Schussek", |
||
1374 | "email": "[email protected]" |
||
1375 | }, |
||
1376 | { |
||
1377 | "name": "Sebastian Bergmann", |
||
1378 | "email": "[email protected]" |
||
1379 | }, |
||
1380 | { |
||
1381 | "name": "Adam Harvey", |
||
1382 | "email": "[email protected]" |
||
1383 | } |
||
1384 | ], |
||
1385 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1386 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1387 | "keywords": [ |
||
1388 | "export", |
||
1389 | "exporter" |
||
1390 | ], |
||
1391 | "time": "2015-06-21 07:55:53" |
||
1392 | }, |
||
1393 | { |
||
1394 | "name": "sebastian/global-state", |
||
1395 | "version": "1.1.1", |
||
1396 | "source": { |
||
1397 | "type": "git", |
||
1398 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1399 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
1400 | }, |
||
1401 | "dist": { |
||
1402 | "type": "zip", |
||
1403 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1404 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1405 | "shasum": "" |
||
1406 | }, |
||
1407 | "require": { |
||
1408 | "php": ">=5.3.3" |
||
1409 | }, |
||
1410 | "require-dev": { |
||
1411 | "phpunit/phpunit": "~4.2" |
||
1412 | }, |
||
1413 | "suggest": { |
||
1414 | "ext-uopz": "*" |
||
1415 | }, |
||
1416 | "type": "library", |
||
1417 | "extra": { |
||
1418 | "branch-alias": { |
||
1419 | "dev-master": "1.0-dev" |
||
1420 | } |
||
1421 | }, |
||
1422 | "autoload": { |
||
1423 | "classmap": [ |
||
1424 | "src/" |
||
1425 | ] |
||
1426 | }, |
||
1427 | "notification-url": "https://packagist.org/downloads/", |
||
1428 | "license": [ |
||
1429 | "BSD-3-Clause" |
||
1430 | ], |
||
1431 | "authors": [ |
||
1432 | { |
||
1433 | "name": "Sebastian Bergmann", |
||
1434 | "email": "[email protected]" |
||
1435 | } |
||
1436 | ], |
||
1437 | "description": "Snapshotting of global state", |
||
1438 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1439 | "keywords": [ |
||
1440 | "global state" |
||
1441 | ], |
||
1442 | "time": "2015-10-12 03:26:01" |
||
1443 | }, |
||
1444 | { |
||
1445 | "name": "sebastian/recursion-context", |
||
1446 | "version": "1.0.1", |
||
1447 | "source": { |
||
1448 | "type": "git", |
||
1449 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1450 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" |
||
1451 | }, |
||
1452 | "dist": { |
||
1453 | "type": "zip", |
||
1454 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1455 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1456 | "shasum": "" |
||
1457 | }, |
||
1458 | "require": { |
||
1459 | "php": ">=5.3.3" |
||
1460 | }, |
||
1461 | "require-dev": { |
||
1462 | "phpunit/phpunit": "~4.4" |
||
1463 | }, |
||
1464 | "type": "library", |
||
1465 | "extra": { |
||
1466 | "branch-alias": { |
||
1467 | "dev-master": "1.0.x-dev" |
||
1468 | } |
||
1469 | }, |
||
1470 | "autoload": { |
||
1471 | "classmap": [ |
||
1472 | "src/" |
||
1473 | ] |
||
1474 | }, |
||
1475 | "notification-url": "https://packagist.org/downloads/", |
||
1476 | "license": [ |
||
1477 | "BSD-3-Clause" |
||
1478 | ], |
||
1479 | "authors": [ |
||
1480 | { |
||
1481 | "name": "Jeff Welch", |
||
1482 | "email": "[email protected]" |
||
1483 | }, |
||
1484 | { |
||
1485 | "name": "Sebastian Bergmann", |
||
1486 | "email": "[email protected]" |
||
1487 | }, |
||
1488 | { |
||
1489 | "name": "Adam Harvey", |
||
1490 | "email": "[email protected]" |
||
1491 | } |
||
1492 | ], |
||
1493 | "description": "Provides functionality to recursively process PHP variables", |
||
1494 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1495 | "time": "2015-06-21 08:04:50" |
||
1496 | }, |
||
1497 | { |
||
1498 | "name": "sebastian/version", |
||
1499 | "version": "1.0.6", |
||
1500 | "source": { |
||
1501 | "type": "git", |
||
1502 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1503 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
1504 | }, |
||
1505 | "dist": { |
||
1506 | "type": "zip", |
||
1507 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1508 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1509 | "shasum": "" |
||
1510 | }, |
||
1511 | "type": "library", |
||
1512 | "autoload": { |
||
1513 | "classmap": [ |
||
1514 | "src/" |
||
1515 | ] |
||
1516 | }, |
||
1517 | "notification-url": "https://packagist.org/downloads/", |
||
1518 | "license": [ |
||
1519 | "BSD-3-Clause" |
||
1520 | ], |
||
1521 | "authors": [ |
||
1522 | { |
||
1523 | "name": "Sebastian Bergmann", |
||
1524 | "email": "[email protected]", |
||
1525 | "role": "lead" |
||
1526 | } |
||
1527 | ], |
||
1528 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1529 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1530 | "time": "2015-06-21 13:59:46" |
||
1531 | } |
||
1532 | ], |
||
1533 | "aliases": [], |
||
1534 | "minimum-stability": "stable", |
||
1535 | "stability-flags": [], |
||
1536 | "prefer-stable": false, |
||
1537 | "prefer-lowest": false, |
||
1538 | "platform": { |
||
1539 | "php": ">=5.3.3" |
||
1540 | }, |
||
1541 | "platform-dev": [] |
||
1542 | } |
||
1543 |