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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "ecfc722f85cc1f72bd539bea8cf8e919", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "composer/composer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
11 | "version": "dev-master", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/composer/composer.git", |
||
15 | "reference": "9f6fdfd703f433bd0777fd89fb4684908a6c4f06" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/composer/composer/zipball/9f6fdfd703f433bd0777fd89fb4684908a6c4f06", |
||
20 | "reference": "9f6fdfd703f433bd0777fd89fb4684908a6c4f06", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "composer/spdx-licenses": "~1.0", |
||
25 | "justinrainbow/json-schema": "^1.4.4", |
||
26 | "php": ">=5.3.2", |
||
27 | "seld/cli-prompt": "~1.0", |
||
28 | "seld/jsonlint": "~1.0", |
||
29 | "seld/phar-utils": "~1.0", |
||
30 | "symfony/console": "~2.5", |
||
31 | "symfony/finder": "~2.2", |
||
32 | "symfony/process": "~2.1" |
||
33 | }, |
||
34 | "require-dev": { |
||
35 | "phpunit/phpunit": "~4.5", |
||
36 | "phpunit/phpunit-mock-objects": "2.3.0" |
||
37 | }, |
||
38 | "suggest": { |
||
39 | "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", |
||
40 | "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic" |
||
41 | }, |
||
42 | "bin": [ |
||
43 | "bin/composer" |
||
44 | ], |
||
45 | "type": "library", |
||
46 | "extra": { |
||
47 | "branch-alias": { |
||
48 | "dev-master": "1.0-dev" |
||
49 | } |
||
50 | }, |
||
51 | "autoload": { |
||
52 | "psr-0": { |
||
53 | "Composer": "src/" |
||
54 | } |
||
55 | }, |
||
56 | "notification-url": "https://packagist.org/downloads/", |
||
57 | "license": [ |
||
58 | "MIT" |
||
59 | ], |
||
60 | "authors": [ |
||
61 | { |
||
62 | "name": "Nils Adermann", |
||
63 | "email": "[email protected]", |
||
64 | "homepage": "http://www.naderman.de" |
||
65 | }, |
||
66 | { |
||
67 | "name": "Jordi Boggiano", |
||
68 | "email": "[email protected]", |
||
69 | "homepage": "http://seld.be" |
||
70 | } |
||
71 | ], |
||
72 | "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", |
||
73 | "homepage": "https://getcomposer.org/", |
||
74 | "keywords": [ |
||
75 | "autoload", |
||
76 | "dependency", |
||
77 | "package" |
||
78 | ], |
||
79 | "time": "2015-09-07 16:55:30" |
||
80 | }, |
||
81 | { |
||
82 | "name": "composer/spdx-licenses", |
||
83 | "version": "1.1.1", |
||
84 | "source": { |
||
85 | "type": "git", |
||
86 | "url": "https://github.com/composer/spdx-licenses.git", |
||
87 | "reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d" |
||
88 | }, |
||
89 | "dist": { |
||
90 | "type": "zip", |
||
91 | "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/324b3530ac3e6277ff4bedf82a34fbf35836eb8d", |
||
92 | "reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d", |
||
93 | "shasum": "" |
||
94 | }, |
||
95 | "require": { |
||
96 | "php": ">=5.3.2" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": "~4.5", |
||
100 | "phpunit/phpunit-mock-objects": "~2.3" |
||
101 | }, |
||
102 | "type": "library", |
||
103 | "extra": { |
||
104 | "branch-alias": { |
||
105 | "dev-master": "1.x-dev" |
||
106 | } |
||
107 | }, |
||
108 | "autoload": { |
||
109 | "psr-4": { |
||
110 | "Composer\\Spdx\\": "src" |
||
111 | } |
||
112 | }, |
||
113 | "notification-url": "https://packagist.org/downloads/", |
||
114 | "license": [ |
||
115 | "MIT" |
||
116 | ], |
||
117 | "authors": [ |
||
118 | { |
||
119 | "name": "Rob Bast", |
||
120 | "email": "[email protected]" |
||
121 | }, |
||
122 | { |
||
123 | "name": "Nils Adermann", |
||
124 | "email": "[email protected]", |
||
125 | "homepage": "http://www.naderman.de" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Jordi Boggiano", |
||
129 | "email": "[email protected]", |
||
130 | "homepage": "http://seld.be" |
||
131 | } |
||
132 | ], |
||
133 | "description": "SPDX licenses list and validation library.", |
||
134 | "keywords": [ |
||
135 | "license", |
||
136 | "spdx", |
||
137 | "validator" |
||
138 | ], |
||
139 | "time": "2015-09-07 16:25:20" |
||
140 | }, |
||
141 | { |
||
142 | "name": "dnoegel/php-xdg-base-dir", |
||
143 | "version": "0.1", |
||
144 | "source": { |
||
145 | "type": "git", |
||
146 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
147 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
148 | }, |
||
149 | "dist": { |
||
150 | "type": "zip", |
||
151 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
152 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
153 | "shasum": "" |
||
154 | }, |
||
155 | "require": { |
||
156 | "php": ">=5.3.2" |
||
157 | }, |
||
158 | "require-dev": { |
||
159 | "phpunit/phpunit": "@stable" |
||
160 | }, |
||
161 | "type": "project", |
||
162 | "autoload": { |
||
163 | "psr-4": { |
||
164 | "XdgBaseDir\\": "src/" |
||
165 | } |
||
166 | }, |
||
167 | "notification-url": "https://packagist.org/downloads/", |
||
168 | "license": [ |
||
169 | "MIT" |
||
170 | ], |
||
171 | "description": "implementation of xdg base directory specification for php", |
||
172 | "time": "2014-10-24 07:27:01" |
||
173 | }, |
||
174 | { |
||
175 | "name": "fzaninotto/faker", |
||
176 | "version": "v1.5.0", |
||
177 | "source": { |
||
178 | "type": "git", |
||
179 | "url": "https://github.com/fzaninotto/Faker.git", |
||
180 | "reference": "d0190b156bcca848d401fb80f31f504f37141c8d" |
||
181 | }, |
||
182 | "dist": { |
||
183 | "type": "zip", |
||
184 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d", |
||
185 | "reference": "d0190b156bcca848d401fb80f31f504f37141c8d", |
||
186 | "shasum": "" |
||
187 | }, |
||
188 | "require": { |
||
189 | "php": ">=5.3.3" |
||
190 | }, |
||
191 | "require-dev": { |
||
192 | "phpunit/phpunit": "~4.0", |
||
193 | "squizlabs/php_codesniffer": "~1.5" |
||
194 | }, |
||
195 | "suggest": { |
||
196 | "ext-intl": "*" |
||
197 | }, |
||
198 | "type": "library", |
||
199 | "extra": { |
||
200 | "branch-alias": { |
||
201 | "dev-master": "1.5.x-dev" |
||
202 | } |
||
203 | }, |
||
204 | "autoload": { |
||
205 | "psr-4": { |
||
206 | "Faker\\": "src/Faker/" |
||
207 | } |
||
208 | }, |
||
209 | "notification-url": "https://packagist.org/downloads/", |
||
210 | "license": [ |
||
211 | "MIT" |
||
212 | ], |
||
213 | "authors": [ |
||
214 | { |
||
215 | "name": "François Zaninotto" |
||
216 | } |
||
217 | ], |
||
218 | "description": "Faker is a PHP library that generates fake data for you.", |
||
219 | "keywords": [ |
||
220 | "data", |
||
221 | "faker", |
||
222 | "fixtures" |
||
223 | ], |
||
224 | "time": "2015-05-29 06:29:14" |
||
225 | }, |
||
226 | { |
||
227 | "name": "jakub-onderka/php-console-color", |
||
228 | "version": "0.1", |
||
229 | "source": { |
||
230 | "type": "git", |
||
231 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
232 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
233 | }, |
||
234 | "dist": { |
||
235 | "type": "zip", |
||
236 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
237 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
238 | "shasum": "" |
||
239 | }, |
||
240 | "require": { |
||
241 | "php": ">=5.3.2" |
||
242 | }, |
||
243 | "require-dev": { |
||
244 | "jakub-onderka/php-code-style": "1.0", |
||
245 | "jakub-onderka/php-parallel-lint": "0.*", |
||
246 | "jakub-onderka/php-var-dump-check": "0.*", |
||
247 | "phpunit/phpunit": "3.7.*", |
||
248 | "squizlabs/php_codesniffer": "1.*" |
||
249 | }, |
||
250 | "type": "library", |
||
251 | "autoload": { |
||
252 | "psr-0": { |
||
253 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
254 | } |
||
255 | }, |
||
256 | "notification-url": "https://packagist.org/downloads/", |
||
257 | "license": [ |
||
258 | "BSD-2-Clause" |
||
259 | ], |
||
260 | "authors": [ |
||
261 | { |
||
262 | "name": "Jakub Onderka", |
||
263 | "email": "[email protected]", |
||
264 | "homepage": "http://www.acci.cz" |
||
265 | } |
||
266 | ], |
||
267 | "time": "2014-04-08 15:00:19" |
||
268 | }, |
||
269 | { |
||
270 | "name": "jakub-onderka/php-console-highlighter", |
||
271 | "version": "v0.3.2", |
||
272 | "source": { |
||
273 | "type": "git", |
||
274 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
275 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
276 | }, |
||
277 | "dist": { |
||
278 | "type": "zip", |
||
279 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
280 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
281 | "shasum": "" |
||
282 | }, |
||
283 | "require": { |
||
284 | "jakub-onderka/php-console-color": "~0.1", |
||
285 | "php": ">=5.3.0" |
||
286 | }, |
||
287 | "require-dev": { |
||
288 | "jakub-onderka/php-code-style": "~1.0", |
||
289 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
290 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
291 | "phpunit/phpunit": "~4.0", |
||
292 | "squizlabs/php_codesniffer": "~1.5" |
||
293 | }, |
||
294 | "type": "library", |
||
295 | "autoload": { |
||
296 | "psr-0": { |
||
297 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
298 | } |
||
299 | }, |
||
300 | "notification-url": "https://packagist.org/downloads/", |
||
301 | "license": [ |
||
302 | "MIT" |
||
303 | ], |
||
304 | "authors": [ |
||
305 | { |
||
306 | "name": "Jakub Onderka", |
||
307 | "email": "[email protected]", |
||
308 | "homepage": "http://www.acci.cz/" |
||
309 | } |
||
310 | ], |
||
311 | "time": "2015-04-20 18:58:01" |
||
312 | }, |
||
313 | { |
||
314 | "name": "justinrainbow/json-schema", |
||
315 | "version": "1.5.0", |
||
316 | "source": { |
||
317 | "type": "git", |
||
318 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
319 | "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe" |
||
320 | }, |
||
321 | "dist": { |
||
322 | "type": "zip", |
||
323 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe", |
||
324 | "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe", |
||
325 | "shasum": "" |
||
326 | }, |
||
327 | "require": { |
||
328 | "php": ">=5.3.2" |
||
329 | }, |
||
330 | "require-dev": { |
||
331 | "json-schema/json-schema-test-suite": "1.1.0", |
||
332 | "phpdocumentor/phpdocumentor": "~2", |
||
333 | "phpunit/phpunit": "~3.7" |
||
334 | }, |
||
335 | "bin": [ |
||
336 | "bin/validate-json" |
||
337 | ], |
||
338 | "type": "library", |
||
339 | "extra": { |
||
340 | "branch-alias": { |
||
341 | "dev-master": "1.4.x-dev" |
||
342 | } |
||
343 | }, |
||
344 | "autoload": { |
||
345 | "psr-4": { |
||
346 | "JsonSchema\\": "src/JsonSchema/" |
||
347 | } |
||
348 | }, |
||
349 | "notification-url": "https://packagist.org/downloads/", |
||
350 | "license": [ |
||
351 | "BSD-3-Clause" |
||
352 | ], |
||
353 | "authors": [ |
||
354 | { |
||
355 | "name": "Bruno Prieto Reis", |
||
356 | "email": "[email protected]" |
||
357 | }, |
||
358 | { |
||
359 | "name": "Justin Rainbow", |
||
360 | "email": "[email protected]" |
||
361 | }, |
||
362 | { |
||
363 | "name": "Igor Wiedler", |
||
364 | "email": "[email protected]" |
||
365 | }, |
||
366 | { |
||
367 | "name": "Robert Schönthal", |
||
368 | "email": "[email protected]" |
||
369 | } |
||
370 | ], |
||
371 | "description": "A library to validate a json schema.", |
||
372 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
373 | "keywords": [ |
||
374 | "json", |
||
375 | "schema" |
||
376 | ], |
||
377 | "time": "2015-09-08 22:28:04" |
||
378 | }, |
||
379 | { |
||
380 | "name": "n98/junit-xml", |
||
381 | "version": "1.0.0", |
||
382 | "source": { |
||
383 | "type": "git", |
||
384 | "url": "https://github.com/cmuench/junit-xml.git", |
||
385 | "reference": "7df0dbaf413fcaa1a63ffbcef18654e7a4cceb46" |
||
386 | }, |
||
387 | "dist": { |
||
388 | "type": "zip", |
||
389 | "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/7df0dbaf413fcaa1a63ffbcef18654e7a4cceb46", |
||
390 | "reference": "7df0dbaf413fcaa1a63ffbcef18654e7a4cceb46", |
||
391 | "shasum": "" |
||
392 | }, |
||
393 | "require-dev": { |
||
394 | "phpunit/phpunit": "3.7.*" |
||
395 | }, |
||
396 | "type": "library", |
||
397 | "autoload": { |
||
398 | "psr-0": { |
||
399 | "N98\\JUnitXml": "src/" |
||
400 | } |
||
401 | }, |
||
402 | "notification-url": "https://packagist.org/downloads/", |
||
403 | "license": [ |
||
404 | "MIT" |
||
405 | ], |
||
406 | "authors": [ |
||
407 | { |
||
408 | "name": "Christian Münch", |
||
409 | "email": "[email protected]" |
||
410 | } |
||
411 | ], |
||
412 | "description": "JUnit XML Document generation library", |
||
413 | "time": "2013-11-23 13:11:26" |
||
414 | }, |
||
415 | { |
||
416 | "name": "nikic/php-parser", |
||
417 | "version": "v1.4.0", |
||
418 | "source": { |
||
419 | "type": "git", |
||
420 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
421 | "reference": "196f177cfefa0f1f7166c0a05d8255889be12418" |
||
422 | }, |
||
423 | "dist": { |
||
424 | "type": "zip", |
||
425 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/196f177cfefa0f1f7166c0a05d8255889be12418", |
||
426 | "reference": "196f177cfefa0f1f7166c0a05d8255889be12418", |
||
427 | "shasum": "" |
||
428 | }, |
||
429 | "require": { |
||
430 | "ext-tokenizer": "*", |
||
431 | "php": ">=5.3" |
||
432 | }, |
||
433 | "type": "library", |
||
434 | "extra": { |
||
435 | "branch-alias": { |
||
436 | "dev-master": "1.4-dev" |
||
437 | } |
||
438 | }, |
||
439 | "autoload": { |
||
440 | "files": [ |
||
441 | "lib/bootstrap.php" |
||
442 | ] |
||
443 | }, |
||
444 | "notification-url": "https://packagist.org/downloads/", |
||
445 | "license": [ |
||
446 | "BSD-3-Clause" |
||
447 | ], |
||
448 | "authors": [ |
||
449 | { |
||
450 | "name": "Nikita Popov" |
||
451 | } |
||
452 | ], |
||
453 | "description": "A PHP parser written in PHP", |
||
454 | "keywords": [ |
||
455 | "parser", |
||
456 | "php" |
||
457 | ], |
||
458 | "time": "2015-07-14 17:31:05" |
||
459 | }, |
||
460 | { |
||
461 | "name": "psy/psysh", |
||
462 | "version": "v0.5.2", |
||
463 | "source": { |
||
464 | "type": "git", |
||
465 | "url": "https://github.com/bobthecow/psysh.git", |
||
466 | "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975" |
||
467 | }, |
||
468 | "dist": { |
||
469 | "type": "zip", |
||
470 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/aaf8772ade08b5f0f6830774a5d5c2f800415975", |
||
471 | "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975", |
||
472 | "shasum": "" |
||
473 | }, |
||
474 | "require": { |
||
475 | "dnoegel/php-xdg-base-dir": "0.1", |
||
476 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
477 | "nikic/php-parser": "^1.2.1", |
||
478 | "php": ">=5.3.9", |
||
479 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
480 | "symfony/var-dumper": "~2.7|~3.0" |
||
481 | }, |
||
482 | "require-dev": { |
||
483 | "fabpot/php-cs-fixer": "~1.5", |
||
484 | "phpunit/phpunit": "~3.7|~4.0", |
||
485 | "squizlabs/php_codesniffer": "~2.0", |
||
486 | "symfony/finder": "~2.1|~3.0" |
||
487 | }, |
||
488 | "suggest": { |
||
489 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
490 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
491 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
492 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
493 | }, |
||
494 | "bin": [ |
||
495 | "bin/psysh" |
||
496 | ], |
||
497 | "type": "library", |
||
498 | "extra": { |
||
499 | "branch-alias": { |
||
500 | "dev-develop": "0.6.x-dev" |
||
501 | } |
||
502 | }, |
||
503 | "autoload": { |
||
504 | "files": [ |
||
505 | "src/Psy/functions.php" |
||
506 | ], |
||
507 | "psr-0": { |
||
508 | "Psy\\": "src/" |
||
509 | } |
||
510 | }, |
||
511 | "notification-url": "https://packagist.org/downloads/", |
||
512 | "license": [ |
||
513 | "MIT" |
||
514 | ], |
||
515 | "authors": [ |
||
516 | { |
||
517 | "name": "Justin Hileman", |
||
518 | "email": "[email protected]", |
||
519 | "homepage": "http://justinhileman.com" |
||
520 | } |
||
521 | ], |
||
522 | "description": "An interactive shell for modern PHP.", |
||
523 | "homepage": "http://psysh.org", |
||
524 | "keywords": [ |
||
525 | "REPL", |
||
526 | "console", |
||
527 | "interactive", |
||
528 | "shell" |
||
529 | ], |
||
530 | "time": "2015-07-16 15:26:57" |
||
531 | }, |
||
532 | { |
||
533 | "name": "seld/cli-prompt", |
||
534 | "version": "1.0.0", |
||
535 | "source": { |
||
536 | "type": "git", |
||
537 | "url": "https://github.com/Seldaek/cli-prompt.git", |
||
538 | "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c" |
||
539 | }, |
||
540 | "dist": { |
||
541 | "type": "zip", |
||
542 | "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
||
543 | "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
||
544 | "shasum": "" |
||
545 | }, |
||
546 | "require": { |
||
547 | "php": ">=5.3" |
||
548 | }, |
||
549 | "type": "library", |
||
550 | "extra": { |
||
551 | "branch-alias": { |
||
552 | "dev-master": "1.x-dev" |
||
553 | } |
||
554 | }, |
||
555 | "autoload": { |
||
556 | "psr-4": { |
||
557 | "Seld\\CliPrompt\\": "src/" |
||
558 | } |
||
559 | }, |
||
560 | "notification-url": "https://packagist.org/downloads/", |
||
561 | "license": [ |
||
562 | "MIT" |
||
563 | ], |
||
564 | "authors": [ |
||
565 | { |
||
566 | "name": "Jordi Boggiano", |
||
567 | "email": "[email protected]" |
||
568 | } |
||
569 | ], |
||
570 | "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", |
||
571 | "keywords": [ |
||
572 | "cli", |
||
573 | "console", |
||
574 | "hidden", |
||
575 | "input", |
||
576 | "prompt" |
||
577 | ], |
||
578 | "time": "2015-04-30 20:24:49" |
||
579 | }, |
||
580 | { |
||
581 | "name": "seld/jsonlint", |
||
582 | "version": "1.3.1", |
||
583 | "source": { |
||
584 | "type": "git", |
||
585 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
586 | "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4" |
||
587 | }, |
||
588 | "dist": { |
||
589 | "type": "zip", |
||
590 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", |
||
591 | "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", |
||
592 | "shasum": "" |
||
593 | }, |
||
594 | "require": { |
||
595 | "php": ">=5.3.0" |
||
596 | }, |
||
597 | "bin": [ |
||
598 | "bin/jsonlint" |
||
599 | ], |
||
600 | "type": "library", |
||
601 | "autoload": { |
||
602 | "psr-4": { |
||
603 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
604 | } |
||
605 | }, |
||
606 | "notification-url": "https://packagist.org/downloads/", |
||
607 | "license": [ |
||
608 | "MIT" |
||
609 | ], |
||
610 | "authors": [ |
||
611 | { |
||
612 | "name": "Jordi Boggiano", |
||
613 | "email": "[email protected]", |
||
614 | "homepage": "http://seld.be" |
||
615 | } |
||
616 | ], |
||
617 | "description": "JSON Linter", |
||
618 | "keywords": [ |
||
619 | "json", |
||
620 | "linter", |
||
621 | "parser", |
||
622 | "validator" |
||
623 | ], |
||
624 | "time": "2015-01-04 21:18:15" |
||
625 | }, |
||
626 | { |
||
627 | "name": "seld/phar-utils", |
||
628 | "version": "1.0.0", |
||
629 | "source": { |
||
630 | "type": "git", |
||
631 | "url": "https://github.com/Seldaek/phar-utils.git", |
||
632 | "reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a" |
||
633 | }, |
||
634 | "dist": { |
||
635 | "type": "zip", |
||
636 | "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/336bb5ee20de511f3c1a164222fcfd194afcab3a", |
||
637 | "reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a", |
||
638 | "shasum": "" |
||
639 | }, |
||
640 | "require": { |
||
641 | "php": ">=5.3" |
||
642 | }, |
||
643 | "type": "library", |
||
644 | "extra": { |
||
645 | "branch-alias": { |
||
646 | "dev-master": "1.x-dev" |
||
647 | } |
||
648 | }, |
||
649 | "autoload": { |
||
650 | "psr-4": { |
||
651 | "Seld\\PharUtils\\": "src/" |
||
652 | } |
||
653 | }, |
||
654 | "notification-url": "https://packagist.org/downloads/", |
||
655 | "license": [ |
||
656 | "MIT" |
||
657 | ], |
||
658 | "authors": [ |
||
659 | { |
||
660 | "name": "Jordi Boggiano", |
||
661 | "email": "[email protected]" |
||
662 | } |
||
663 | ], |
||
664 | "description": "PHAR file format utilities, for when PHP phars you up", |
||
665 | "keywords": [ |
||
666 | "phra" |
||
667 | ], |
||
668 | "time": "2015-05-01 12:45:48" |
||
669 | }, |
||
670 | { |
||
671 | "name": "symfony/console", |
||
672 | "version": "v2.7.4", |
||
673 | "source": { |
||
674 | "type": "git", |
||
675 | "url": "https://github.com/symfony/Console.git", |
||
676 | "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8" |
||
677 | }, |
||
678 | "dist": { |
||
679 | "type": "zip", |
||
680 | "url": "https://api.github.com/repos/symfony/Console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8", |
||
681 | "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8", |
||
682 | "shasum": "" |
||
683 | }, |
||
684 | "require": { |
||
685 | "php": ">=5.3.9" |
||
686 | }, |
||
687 | "require-dev": { |
||
688 | "psr/log": "~1.0", |
||
689 | "symfony/event-dispatcher": "~2.1", |
||
690 | "symfony/phpunit-bridge": "~2.7", |
||
691 | "symfony/process": "~2.1" |
||
692 | }, |
||
693 | "suggest": { |
||
694 | "psr/log": "For using the console logger", |
||
695 | "symfony/event-dispatcher": "", |
||
696 | "symfony/process": "" |
||
697 | }, |
||
698 | "type": "library", |
||
699 | "extra": { |
||
700 | "branch-alias": { |
||
701 | "dev-master": "2.7-dev" |
||
702 | } |
||
703 | }, |
||
704 | "autoload": { |
||
705 | "psr-4": { |
||
706 | "Symfony\\Component\\Console\\": "" |
||
707 | } |
||
708 | }, |
||
709 | "notification-url": "https://packagist.org/downloads/", |
||
710 | "license": [ |
||
711 | "MIT" |
||
712 | ], |
||
713 | "authors": [ |
||
714 | { |
||
715 | "name": "Fabien Potencier", |
||
716 | "email": "[email protected]" |
||
717 | }, |
||
718 | { |
||
719 | "name": "Symfony Community", |
||
720 | "homepage": "https://symfony.com/contributors" |
||
721 | } |
||
722 | ], |
||
723 | "description": "Symfony Console Component", |
||
724 | "homepage": "https://symfony.com", |
||
725 | "time": "2015-09-03 11:40:38" |
||
726 | }, |
||
727 | { |
||
728 | "name": "symfony/event-dispatcher", |
||
729 | "version": "v2.7.4", |
||
730 | "source": { |
||
731 | "type": "git", |
||
732 | "url": "https://github.com/symfony/EventDispatcher.git", |
||
733 | "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa" |
||
734 | }, |
||
735 | "dist": { |
||
736 | "type": "zip", |
||
737 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa", |
||
738 | "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa", |
||
739 | "shasum": "" |
||
740 | }, |
||
741 | "require": { |
||
742 | "php": ">=5.3.9" |
||
743 | }, |
||
744 | "require-dev": { |
||
745 | "psr/log": "~1.0", |
||
746 | "symfony/config": "~2.0,>=2.0.5", |
||
747 | "symfony/dependency-injection": "~2.6", |
||
748 | "symfony/expression-language": "~2.6", |
||
749 | "symfony/phpunit-bridge": "~2.7", |
||
750 | "symfony/stopwatch": "~2.3" |
||
751 | }, |
||
752 | "suggest": { |
||
753 | "symfony/dependency-injection": "", |
||
754 | "symfony/http-kernel": "" |
||
755 | }, |
||
756 | "type": "library", |
||
757 | "extra": { |
||
758 | "branch-alias": { |
||
759 | "dev-master": "2.7-dev" |
||
760 | } |
||
761 | }, |
||
762 | "autoload": { |
||
763 | "psr-4": { |
||
764 | "Symfony\\Component\\EventDispatcher\\": "" |
||
765 | } |
||
766 | }, |
||
767 | "notification-url": "https://packagist.org/downloads/", |
||
768 | "license": [ |
||
769 | "MIT" |
||
770 | ], |
||
771 | "authors": [ |
||
772 | { |
||
773 | "name": "Fabien Potencier", |
||
774 | "email": "[email protected]" |
||
775 | }, |
||
776 | { |
||
777 | "name": "Symfony Community", |
||
778 | "homepage": "https://symfony.com/contributors" |
||
779 | } |
||
780 | ], |
||
781 | "description": "Symfony EventDispatcher Component", |
||
782 | "homepage": "https://symfony.com", |
||
783 | "time": "2015-08-24 07:13:45" |
||
784 | }, |
||
785 | { |
||
786 | "name": "symfony/finder", |
||
787 | "version": "v2.7.4", |
||
788 | "source": { |
||
789 | "type": "git", |
||
790 | "url": "https://github.com/symfony/Finder.git", |
||
791 | "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065" |
||
792 | }, |
||
793 | "dist": { |
||
794 | "type": "zip", |
||
795 | "url": "https://api.github.com/repos/symfony/Finder/zipball/fff4b0c362640a0ab7355e2647b3d461608e9065", |
||
796 | "reference": "fff4b0c362640a0ab7355e2647b3d461608e9065", |
||
797 | "shasum": "" |
||
798 | }, |
||
799 | "require": { |
||
800 | "php": ">=5.3.9" |
||
801 | }, |
||
802 | "require-dev": { |
||
803 | "symfony/phpunit-bridge": "~2.7" |
||
804 | }, |
||
805 | "type": "library", |
||
806 | "extra": { |
||
807 | "branch-alias": { |
||
808 | "dev-master": "2.7-dev" |
||
809 | } |
||
810 | }, |
||
811 | "autoload": { |
||
812 | "psr-4": { |
||
813 | "Symfony\\Component\\Finder\\": "" |
||
814 | } |
||
815 | }, |
||
816 | "notification-url": "https://packagist.org/downloads/", |
||
817 | "license": [ |
||
818 | "MIT" |
||
819 | ], |
||
820 | "authors": [ |
||
821 | { |
||
822 | "name": "Fabien Potencier", |
||
823 | "email": "[email protected]" |
||
824 | }, |
||
825 | { |
||
826 | "name": "Symfony Community", |
||
827 | "homepage": "https://symfony.com/contributors" |
||
828 | } |
||
829 | ], |
||
830 | "description": "Symfony Finder Component", |
||
831 | "homepage": "https://symfony.com", |
||
832 | "time": "2015-08-26 17:56:37" |
||
833 | }, |
||
834 | { |
||
835 | "name": "symfony/process", |
||
836 | "version": "v2.7.4", |
||
837 | "source": { |
||
838 | "type": "git", |
||
839 | "url": "https://github.com/symfony/Process.git", |
||
840 | "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e" |
||
841 | }, |
||
842 | "dist": { |
||
843 | "type": "zip", |
||
844 | "url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e", |
||
845 | "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e", |
||
846 | "shasum": "" |
||
847 | }, |
||
848 | "require": { |
||
849 | "php": ">=5.3.9" |
||
850 | }, |
||
851 | "require-dev": { |
||
852 | "symfony/phpunit-bridge": "~2.7" |
||
853 | }, |
||
854 | "type": "library", |
||
855 | "extra": { |
||
856 | "branch-alias": { |
||
857 | "dev-master": "2.7-dev" |
||
858 | } |
||
859 | }, |
||
860 | "autoload": { |
||
861 | "psr-4": { |
||
862 | "Symfony\\Component\\Process\\": "" |
||
863 | } |
||
864 | }, |
||
865 | "notification-url": "https://packagist.org/downloads/", |
||
866 | "license": [ |
||
867 | "MIT" |
||
868 | ], |
||
869 | "authors": [ |
||
870 | { |
||
871 | "name": "Fabien Potencier", |
||
872 | "email": "[email protected]" |
||
873 | }, |
||
874 | { |
||
875 | "name": "Symfony Community", |
||
876 | "homepage": "https://symfony.com/contributors" |
||
877 | } |
||
878 | ], |
||
879 | "description": "Symfony Process Component", |
||
880 | "homepage": "https://symfony.com", |
||
881 | "time": "2015-08-27 06:45:45" |
||
882 | }, |
||
883 | { |
||
884 | "name": "symfony/translation", |
||
885 | "version": "v2.7.4", |
||
886 | "source": { |
||
887 | "type": "git", |
||
888 | "url": "https://github.com/symfony/Translation.git", |
||
889 | "reference": "485877661835e188cd78345c6d4eef1290d17571" |
||
890 | }, |
||
891 | "dist": { |
||
892 | "type": "zip", |
||
893 | "url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571", |
||
894 | "reference": "485877661835e188cd78345c6d4eef1290d17571", |
||
895 | "shasum": "" |
||
896 | }, |
||
897 | "require": { |
||
898 | "php": ">=5.3.9" |
||
899 | }, |
||
900 | "conflict": { |
||
901 | "symfony/config": "<2.7" |
||
902 | }, |
||
903 | "require-dev": { |
||
904 | "psr/log": "~1.0", |
||
905 | "symfony/config": "~2.7", |
||
906 | "symfony/intl": "~2.4", |
||
907 | "symfony/phpunit-bridge": "~2.7", |
||
908 | "symfony/yaml": "~2.2" |
||
909 | }, |
||
910 | "suggest": { |
||
911 | "psr/log": "To use logging capability in translator", |
||
912 | "symfony/config": "", |
||
913 | "symfony/yaml": "" |
||
914 | }, |
||
915 | "type": "library", |
||
916 | "extra": { |
||
917 | "branch-alias": { |
||
918 | "dev-master": "2.7-dev" |
||
919 | } |
||
920 | }, |
||
921 | "autoload": { |
||
922 | "psr-4": { |
||
923 | "Symfony\\Component\\Translation\\": "" |
||
924 | } |
||
925 | }, |
||
926 | "notification-url": "https://packagist.org/downloads/", |
||
927 | "license": [ |
||
928 | "MIT" |
||
929 | ], |
||
930 | "authors": [ |
||
931 | { |
||
932 | "name": "Fabien Potencier", |
||
933 | "email": "[email protected]" |
||
934 | }, |
||
935 | { |
||
936 | "name": "Symfony Community", |
||
937 | "homepage": "https://symfony.com/contributors" |
||
938 | } |
||
939 | ], |
||
940 | "description": "Symfony Translation Component", |
||
941 | "homepage": "https://symfony.com", |
||
942 | "time": "2015-09-06 08:36:38" |
||
943 | }, |
||
944 | { |
||
945 | "name": "symfony/validator", |
||
946 | "version": "v2.7.4", |
||
947 | "source": { |
||
948 | "type": "git", |
||
949 | "url": "https://github.com/symfony/Validator.git", |
||
950 | "reference": "356459a697e26274d44c608513c05c23dc1d8ea7" |
||
951 | }, |
||
952 | "dist": { |
||
953 | "type": "zip", |
||
954 | "url": "https://api.github.com/repos/symfony/Validator/zipball/356459a697e26274d44c608513c05c23dc1d8ea7", |
||
955 | "reference": "356459a697e26274d44c608513c05c23dc1d8ea7", |
||
956 | "shasum": "" |
||
957 | }, |
||
958 | "require": { |
||
959 | "php": ">=5.3.9", |
||
960 | "symfony/translation": "~2.4" |
||
961 | }, |
||
962 | "require-dev": { |
||
963 | "doctrine/annotations": "~1.0", |
||
964 | "doctrine/cache": "~1.0", |
||
965 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
966 | "symfony/config": "~2.2", |
||
967 | "symfony/expression-language": "~2.4", |
||
968 | "symfony/http-foundation": "~2.1", |
||
969 | "symfony/intl": "~2.4", |
||
970 | "symfony/phpunit-bridge": "~2.7", |
||
971 | "symfony/property-access": "~2.3", |
||
972 | "symfony/yaml": "~2.0,>=2.0.5" |
||
973 | }, |
||
974 | "suggest": { |
||
975 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
976 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
977 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
978 | "symfony/config": "", |
||
979 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
980 | "symfony/http-foundation": "", |
||
981 | "symfony/intl": "", |
||
982 | "symfony/property-access": "For using the 2.4 Validator API", |
||
983 | "symfony/yaml": "" |
||
984 | }, |
||
985 | "type": "library", |
||
986 | "extra": { |
||
987 | "branch-alias": { |
||
988 | "dev-master": "2.7-dev" |
||
989 | } |
||
990 | }, |
||
991 | "autoload": { |
||
992 | "psr-4": { |
||
993 | "Symfony\\Component\\Validator\\": "" |
||
994 | } |
||
995 | }, |
||
996 | "notification-url": "https://packagist.org/downloads/", |
||
997 | "license": [ |
||
998 | "MIT" |
||
999 | ], |
||
1000 | "authors": [ |
||
1001 | { |
||
1002 | "name": "Fabien Potencier", |
||
1003 | "email": "[email protected]" |
||
1004 | }, |
||
1005 | { |
||
1006 | "name": "Symfony Community", |
||
1007 | "homepage": "https://symfony.com/contributors" |
||
1008 | } |
||
1009 | ], |
||
1010 | "description": "Symfony Validator Component", |
||
1011 | "homepage": "https://symfony.com", |
||
1012 | "time": "2015-09-06 08:36:38" |
||
1013 | }, |
||
1014 | { |
||
1015 | "name": "symfony/var-dumper", |
||
1016 | "version": "v2.7.4", |
||
1017 | "source": { |
||
1018 | "type": "git", |
||
1019 | "url": "https://github.com/symfony/var-dumper.git", |
||
1020 | "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57" |
||
1021 | }, |
||
1022 | "dist": { |
||
1023 | "type": "zip", |
||
1024 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b39221998ff5fc26ba63f96d2b833dfddc233d57", |
||
1025 | "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57", |
||
1026 | "shasum": "" |
||
1027 | }, |
||
1028 | "require": { |
||
1029 | "php": ">=5.3.9" |
||
1030 | }, |
||
1031 | "require-dev": { |
||
1032 | "symfony/phpunit-bridge": "~2.7" |
||
1033 | }, |
||
1034 | "suggest": { |
||
1035 | "ext-symfony_debug": "" |
||
1036 | }, |
||
1037 | "type": "library", |
||
1038 | "extra": { |
||
1039 | "branch-alias": { |
||
1040 | "dev-master": "2.7-dev" |
||
1041 | } |
||
1042 | }, |
||
1043 | "autoload": { |
||
1044 | "files": [ |
||
1045 | "Resources/functions/dump.php" |
||
1046 | ], |
||
1047 | "psr-4": { |
||
1048 | "Symfony\\Component\\VarDumper\\": "" |
||
1049 | } |
||
1050 | }, |
||
1051 | "notification-url": "https://packagist.org/downloads/", |
||
1052 | "license": [ |
||
1053 | "MIT" |
||
1054 | ], |
||
1055 | "authors": [ |
||
1056 | { |
||
1057 | "name": "Nicolas Grekas", |
||
1058 | "email": "[email protected]" |
||
1059 | }, |
||
1060 | { |
||
1061 | "name": "Symfony Community", |
||
1062 | "homepage": "https://symfony.com/contributors" |
||
1063 | } |
||
1064 | ], |
||
1065 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
1066 | "homepage": "https://symfony.com", |
||
1067 | "keywords": [ |
||
1068 | "debug", |
||
1069 | "dump" |
||
1070 | ], |
||
1071 | "time": "2015-08-31 12:28:11" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "symfony/yaml", |
||
1075 | "version": "v2.7.4", |
||
1076 | "source": { |
||
1077 | "type": "git", |
||
1078 | "url": "https://github.com/symfony/Yaml.git", |
||
1079 | "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661" |
||
1080 | }, |
||
1081 | "dist": { |
||
1082 | "type": "zip", |
||
1083 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661", |
||
1084 | "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661", |
||
1085 | "shasum": "" |
||
1086 | }, |
||
1087 | "require": { |
||
1088 | "php": ">=5.3.9" |
||
1089 | }, |
||
1090 | "require-dev": { |
||
1091 | "symfony/phpunit-bridge": "~2.7" |
||
1092 | }, |
||
1093 | "type": "library", |
||
1094 | "extra": { |
||
1095 | "branch-alias": { |
||
1096 | "dev-master": "2.7-dev" |
||
1097 | } |
||
1098 | }, |
||
1099 | "autoload": { |
||
1100 | "psr-4": { |
||
1101 | "Symfony\\Component\\Yaml\\": "" |
||
1102 | } |
||
1103 | }, |
||
1104 | "notification-url": "https://packagist.org/downloads/", |
||
1105 | "license": [ |
||
1106 | "MIT" |
||
1107 | ], |
||
1108 | "authors": [ |
||
1109 | { |
||
1110 | "name": "Fabien Potencier", |
||
1111 | "email": "[email protected]" |
||
1112 | }, |
||
1113 | { |
||
1114 | "name": "Symfony Community", |
||
1115 | "homepage": "https://symfony.com/contributors" |
||
1116 | } |
||
1117 | ], |
||
1118 | "description": "Symfony Yaml Component", |
||
1119 | "homepage": "https://symfony.com", |
||
1120 | "time": "2015-08-24 07:13:45" |
||
1121 | }, |
||
1122 | { |
||
1123 | "name": "twig/twig", |
||
1124 | "version": "v1.21.2", |
||
1125 | "source": { |
||
1126 | "type": "git", |
||
1127 | "url": "https://github.com/twigphp/Twig.git", |
||
1128 | "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3" |
||
1129 | }, |
||
1130 | "dist": { |
||
1131 | "type": "zip", |
||
1132 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3", |
||
1133 | "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3", |
||
1134 | "shasum": "" |
||
1135 | }, |
||
1136 | "require": { |
||
1137 | "php": ">=5.2.7" |
||
1138 | }, |
||
1139 | "require-dev": { |
||
1140 | "symfony/debug": "~2.7", |
||
1141 | "symfony/phpunit-bridge": "~2.7" |
||
1142 | }, |
||
1143 | "type": "library", |
||
1144 | "extra": { |
||
1145 | "branch-alias": { |
||
1146 | "dev-master": "1.21-dev" |
||
1147 | } |
||
1148 | }, |
||
1149 | "autoload": { |
||
1150 | "psr-0": { |
||
1151 | "Twig_": "lib/" |
||
1152 | } |
||
1153 | }, |
||
1154 | "notification-url": "https://packagist.org/downloads/", |
||
1155 | "license": [ |
||
1156 | "BSD-3-Clause" |
||
1157 | ], |
||
1158 | "authors": [ |
||
1159 | { |
||
1160 | "name": "Fabien Potencier", |
||
1161 | "email": "[email protected]", |
||
1162 | "homepage": "http://fabien.potencier.org", |
||
1163 | "role": "Lead Developer" |
||
1164 | }, |
||
1165 | { |
||
1166 | "name": "Armin Ronacher", |
||
1167 | "email": "[email protected]", |
||
1168 | "role": "Project Founder" |
||
1169 | }, |
||
1170 | { |
||
1171 | "name": "Twig Team", |
||
1172 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
1173 | "role": "Contributors" |
||
1174 | } |
||
1175 | ], |
||
1176 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
1177 | "homepage": "http://twig.sensiolabs.org", |
||
1178 | "keywords": [ |
||
1179 | "templating" |
||
1180 | ], |
||
1181 | "time": "2015-09-09 05:28:51" |
||
1182 | } |
||
1183 | ], |
||
1184 | "packages-dev": [ |
||
1185 | { |
||
1186 | "name": "doctrine/instantiator", |
||
1187 | "version": "1.0.5", |
||
1188 | "source": { |
||
1189 | "type": "git", |
||
1190 | "url": "https://github.com/doctrine/instantiator.git", |
||
1191 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
1192 | }, |
||
1193 | "dist": { |
||
1194 | "type": "zip", |
||
1195 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1196 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1197 | "shasum": "" |
||
1198 | }, |
||
1199 | "require": { |
||
1200 | "php": ">=5.3,<8.0-DEV" |
||
1201 | }, |
||
1202 | "require-dev": { |
||
1203 | "athletic/athletic": "~0.1.8", |
||
1204 | "ext-pdo": "*", |
||
1205 | "ext-phar": "*", |
||
1206 | "phpunit/phpunit": "~4.0", |
||
1207 | "squizlabs/php_codesniffer": "~2.0" |
||
1208 | }, |
||
1209 | "type": "library", |
||
1210 | "extra": { |
||
1211 | "branch-alias": { |
||
1212 | "dev-master": "1.0.x-dev" |
||
1213 | } |
||
1214 | }, |
||
1215 | "autoload": { |
||
1216 | "psr-4": { |
||
1217 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1218 | } |
||
1219 | }, |
||
1220 | "notification-url": "https://packagist.org/downloads/", |
||
1221 | "license": [ |
||
1222 | "MIT" |
||
1223 | ], |
||
1224 | "authors": [ |
||
1225 | { |
||
1226 | "name": "Marco Pivetta", |
||
1227 | "email": "[email protected]", |
||
1228 | "homepage": "http://ocramius.github.com/" |
||
1229 | } |
||
1230 | ], |
||
1231 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1232 | "homepage": "https://github.com/doctrine/instantiator", |
||
1233 | "keywords": [ |
||
1234 | "constructor", |
||
1235 | "instantiate" |
||
1236 | ], |
||
1237 | "time": "2015-06-14 21:17:01" |
||
1238 | }, |
||
1239 | { |
||
1240 | "name": "mikey179/vfsStream", |
||
1241 | "version": "v1.5.0", |
||
1242 | "source": { |
||
1243 | "type": "git", |
||
1244 | "url": "https://github.com/mikey179/vfsStream.git", |
||
1245 | "reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a" |
||
1246 | }, |
||
1247 | "dist": { |
||
1248 | "type": "zip", |
||
1249 | "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/4dc0d2f622412f561f5b242b19b98068bbbc883a", |
||
1250 | "reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a", |
||
1251 | "shasum": "" |
||
1252 | }, |
||
1253 | "require": { |
||
1254 | "php": ">=5.3.0" |
||
1255 | }, |
||
1256 | "require-dev": { |
||
1257 | "phpunit/phpunit": "~4.5" |
||
1258 | }, |
||
1259 | "type": "library", |
||
1260 | "extra": { |
||
1261 | "branch-alias": { |
||
1262 | "dev-master": "1.5.x-dev" |
||
1263 | } |
||
1264 | }, |
||
1265 | "autoload": { |
||
1266 | "psr-0": { |
||
1267 | "org\\bovigo\\vfs\\": "src/main/php" |
||
1268 | } |
||
1269 | }, |
||
1270 | "notification-url": "https://packagist.org/downloads/", |
||
1271 | "license": [ |
||
1272 | "BSD-3-Clause" |
||
1273 | ], |
||
1274 | "authors": [ |
||
1275 | { |
||
1276 | "name": "Frank Kleine", |
||
1277 | "homepage": "http://frankkleine.de/", |
||
1278 | "role": "Developer" |
||
1279 | } |
||
1280 | ], |
||
1281 | "description": "Virtual file system to mock the real file system in unit tests.", |
||
1282 | "homepage": "http://vfs.bovigo.org/", |
||
1283 | "time": "2015-03-29 11:19:49" |
||
1284 | }, |
||
1285 | { |
||
1286 | "name": "phpdocumentor/reflection-docblock", |
||
1287 | "version": "2.0.4", |
||
1288 | "source": { |
||
1289 | "type": "git", |
||
1290 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1291 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1292 | }, |
||
1293 | "dist": { |
||
1294 | "type": "zip", |
||
1295 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1296 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1297 | "shasum": "" |
||
1298 | }, |
||
1299 | "require": { |
||
1300 | "php": ">=5.3.3" |
||
1301 | }, |
||
1302 | "require-dev": { |
||
1303 | "phpunit/phpunit": "~4.0" |
||
1304 | }, |
||
1305 | "suggest": { |
||
1306 | "dflydev/markdown": "~1.0", |
||
1307 | "erusev/parsedown": "~1.0" |
||
1308 | }, |
||
1309 | "type": "library", |
||
1310 | "extra": { |
||
1311 | "branch-alias": { |
||
1312 | "dev-master": "2.0.x-dev" |
||
1313 | } |
||
1314 | }, |
||
1315 | "autoload": { |
||
1316 | "psr-0": { |
||
1317 | "phpDocumentor": [ |
||
1318 | "src/" |
||
1319 | ] |
||
1320 | } |
||
1321 | }, |
||
1322 | "notification-url": "https://packagist.org/downloads/", |
||
1323 | "license": [ |
||
1324 | "MIT" |
||
1325 | ], |
||
1326 | "authors": [ |
||
1327 | { |
||
1328 | "name": "Mike van Riel", |
||
1329 | "email": "[email protected]" |
||
1330 | } |
||
1331 | ], |
||
1332 | "time": "2015-02-03 12:10:50" |
||
1333 | }, |
||
1334 | { |
||
1335 | "name": "phpspec/prophecy", |
||
1336 | "version": "v1.5.0", |
||
1337 | "source": { |
||
1338 | "type": "git", |
||
1339 | "url": "https://github.com/phpspec/prophecy.git", |
||
1340 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" |
||
1341 | }, |
||
1342 | "dist": { |
||
1343 | "type": "zip", |
||
1344 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1345 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1346 | "shasum": "" |
||
1347 | }, |
||
1348 | "require": { |
||
1349 | "doctrine/instantiator": "^1.0.2", |
||
1350 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1351 | "sebastian/comparator": "~1.1" |
||
1352 | }, |
||
1353 | "require-dev": { |
||
1354 | "phpspec/phpspec": "~2.0" |
||
1355 | }, |
||
1356 | "type": "library", |
||
1357 | "extra": { |
||
1358 | "branch-alias": { |
||
1359 | "dev-master": "1.4.x-dev" |
||
1360 | } |
||
1361 | }, |
||
1362 | "autoload": { |
||
1363 | "psr-0": { |
||
1364 | "Prophecy\\": "src/" |
||
1365 | } |
||
1366 | }, |
||
1367 | "notification-url": "https://packagist.org/downloads/", |
||
1368 | "license": [ |
||
1369 | "MIT" |
||
1370 | ], |
||
1371 | "authors": [ |
||
1372 | { |
||
1373 | "name": "Konstantin Kudryashov", |
||
1374 | "email": "[email protected]", |
||
1375 | "homepage": "http://everzet.com" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "Marcello Duarte", |
||
1379 | "email": "[email protected]" |
||
1380 | } |
||
1381 | ], |
||
1382 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1383 | "homepage": "https://github.com/phpspec/prophecy", |
||
1384 | "keywords": [ |
||
1385 | "Double", |
||
1386 | "Dummy", |
||
1387 | "fake", |
||
1388 | "mock", |
||
1389 | "spy", |
||
1390 | "stub" |
||
1391 | ], |
||
1392 | "time": "2015-08-13 10:07:40" |
||
1393 | }, |
||
1394 | { |
||
1395 | "name": "phpunit/php-code-coverage", |
||
1396 | "version": "2.2.2", |
||
1397 | "source": { |
||
1398 | "type": "git", |
||
1399 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1400 | "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c" |
||
1401 | }, |
||
1402 | "dist": { |
||
1403 | "type": "zip", |
||
1404 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c", |
||
1405 | "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c", |
||
1406 | "shasum": "" |
||
1407 | }, |
||
1408 | "require": { |
||
1409 | "php": ">=5.3.3", |
||
1410 | "phpunit/php-file-iterator": "~1.3", |
||
1411 | "phpunit/php-text-template": "~1.2", |
||
1412 | "phpunit/php-token-stream": "~1.3", |
||
1413 | "sebastian/environment": "^1.3.2", |
||
1414 | "sebastian/version": "~1.0" |
||
1415 | }, |
||
1416 | "require-dev": { |
||
1417 | "ext-xdebug": ">=2.1.4", |
||
1418 | "phpunit/phpunit": "~4" |
||
1419 | }, |
||
1420 | "suggest": { |
||
1421 | "ext-dom": "*", |
||
1422 | "ext-xdebug": ">=2.2.1", |
||
1423 | "ext-xmlwriter": "*" |
||
1424 | }, |
||
1425 | "type": "library", |
||
1426 | "extra": { |
||
1427 | "branch-alias": { |
||
1428 | "dev-master": "2.2.x-dev" |
||
1429 | } |
||
1430 | }, |
||
1431 | "autoload": { |
||
1432 | "classmap": [ |
||
1433 | "src/" |
||
1434 | ] |
||
1435 | }, |
||
1436 | "notification-url": "https://packagist.org/downloads/", |
||
1437 | "license": [ |
||
1438 | "BSD-3-Clause" |
||
1439 | ], |
||
1440 | "authors": [ |
||
1441 | { |
||
1442 | "name": "Sebastian Bergmann", |
||
1443 | "email": "[email protected]", |
||
1444 | "role": "lead" |
||
1445 | } |
||
1446 | ], |
||
1447 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1448 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1449 | "keywords": [ |
||
1450 | "coverage", |
||
1451 | "testing", |
||
1452 | "xunit" |
||
1453 | ], |
||
1454 | "time": "2015-08-04 03:42:39" |
||
1455 | }, |
||
1456 | { |
||
1457 | "name": "phpunit/php-file-iterator", |
||
1458 | "version": "1.4.1", |
||
1459 | "source": { |
||
1460 | "type": "git", |
||
1461 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1462 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1463 | }, |
||
1464 | "dist": { |
||
1465 | "type": "zip", |
||
1466 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1467 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1468 | "shasum": "" |
||
1469 | }, |
||
1470 | "require": { |
||
1471 | "php": ">=5.3.3" |
||
1472 | }, |
||
1473 | "type": "library", |
||
1474 | "extra": { |
||
1475 | "branch-alias": { |
||
1476 | "dev-master": "1.4.x-dev" |
||
1477 | } |
||
1478 | }, |
||
1479 | "autoload": { |
||
1480 | "classmap": [ |
||
1481 | "src/" |
||
1482 | ] |
||
1483 | }, |
||
1484 | "notification-url": "https://packagist.org/downloads/", |
||
1485 | "license": [ |
||
1486 | "BSD-3-Clause" |
||
1487 | ], |
||
1488 | "authors": [ |
||
1489 | { |
||
1490 | "name": "Sebastian Bergmann", |
||
1491 | "email": "[email protected]", |
||
1492 | "role": "lead" |
||
1493 | } |
||
1494 | ], |
||
1495 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1496 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1497 | "keywords": [ |
||
1498 | "filesystem", |
||
1499 | "iterator" |
||
1500 | ], |
||
1501 | "time": "2015-06-21 13:08:43" |
||
1502 | }, |
||
1503 | { |
||
1504 | "name": "phpunit/php-text-template", |
||
1505 | "version": "1.2.1", |
||
1506 | "source": { |
||
1507 | "type": "git", |
||
1508 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1509 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1510 | }, |
||
1511 | "dist": { |
||
1512 | "type": "zip", |
||
1513 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1514 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1515 | "shasum": "" |
||
1516 | }, |
||
1517 | "require": { |
||
1518 | "php": ">=5.3.3" |
||
1519 | }, |
||
1520 | "type": "library", |
||
1521 | "autoload": { |
||
1522 | "classmap": [ |
||
1523 | "src/" |
||
1524 | ] |
||
1525 | }, |
||
1526 | "notification-url": "https://packagist.org/downloads/", |
||
1527 | "license": [ |
||
1528 | "BSD-3-Clause" |
||
1529 | ], |
||
1530 | "authors": [ |
||
1531 | { |
||
1532 | "name": "Sebastian Bergmann", |
||
1533 | "email": "[email protected]", |
||
1534 | "role": "lead" |
||
1535 | } |
||
1536 | ], |
||
1537 | "description": "Simple template engine.", |
||
1538 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1539 | "keywords": [ |
||
1540 | "template" |
||
1541 | ], |
||
1542 | "time": "2015-06-21 13:50:34" |
||
1543 | }, |
||
1544 | { |
||
1545 | "name": "phpunit/php-timer", |
||
1546 | "version": "1.0.7", |
||
1547 | "source": { |
||
1548 | "type": "git", |
||
1549 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1550 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
1551 | }, |
||
1552 | "dist": { |
||
1553 | "type": "zip", |
||
1554 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1555 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1556 | "shasum": "" |
||
1557 | }, |
||
1558 | "require": { |
||
1559 | "php": ">=5.3.3" |
||
1560 | }, |
||
1561 | "type": "library", |
||
1562 | "autoload": { |
||
1563 | "classmap": [ |
||
1564 | "src/" |
||
1565 | ] |
||
1566 | }, |
||
1567 | "notification-url": "https://packagist.org/downloads/", |
||
1568 | "license": [ |
||
1569 | "BSD-3-Clause" |
||
1570 | ], |
||
1571 | "authors": [ |
||
1572 | { |
||
1573 | "name": "Sebastian Bergmann", |
||
1574 | "email": "[email protected]", |
||
1575 | "role": "lead" |
||
1576 | } |
||
1577 | ], |
||
1578 | "description": "Utility class for timing", |
||
1579 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1580 | "keywords": [ |
||
1581 | "timer" |
||
1582 | ], |
||
1583 | "time": "2015-06-21 08:01:12" |
||
1584 | }, |
||
1585 | { |
||
1586 | "name": "phpunit/php-token-stream", |
||
1587 | "version": "1.4.6", |
||
1588 | "source": { |
||
1589 | "type": "git", |
||
1590 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1591 | "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b" |
||
1592 | }, |
||
1593 | "dist": { |
||
1594 | "type": "zip", |
||
1595 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b", |
||
1596 | "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b", |
||
1597 | "shasum": "" |
||
1598 | }, |
||
1599 | "require": { |
||
1600 | "ext-tokenizer": "*", |
||
1601 | "php": ">=5.3.3" |
||
1602 | }, |
||
1603 | "require-dev": { |
||
1604 | "phpunit/phpunit": "~4.2" |
||
1605 | }, |
||
1606 | "type": "library", |
||
1607 | "extra": { |
||
1608 | "branch-alias": { |
||
1609 | "dev-master": "1.4-dev" |
||
1610 | } |
||
1611 | }, |
||
1612 | "autoload": { |
||
1613 | "classmap": [ |
||
1614 | "src/" |
||
1615 | ] |
||
1616 | }, |
||
1617 | "notification-url": "https://packagist.org/downloads/", |
||
1618 | "license": [ |
||
1619 | "BSD-3-Clause" |
||
1620 | ], |
||
1621 | "authors": [ |
||
1622 | { |
||
1623 | "name": "Sebastian Bergmann", |
||
1624 | "email": "[email protected]" |
||
1625 | } |
||
1626 | ], |
||
1627 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1628 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1629 | "keywords": [ |
||
1630 | "tokenizer" |
||
1631 | ], |
||
1632 | "time": "2015-08-16 08:51:00" |
||
1633 | }, |
||
1634 | { |
||
1635 | "name": "phpunit/phpunit", |
||
1636 | "version": "4.8.6", |
||
1637 | "source": { |
||
1638 | "type": "git", |
||
1639 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1640 | "reference": "2246830f4a1a551c67933e4171bf2126dc29d357" |
||
1641 | }, |
||
1642 | "dist": { |
||
1643 | "type": "zip", |
||
1644 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357", |
||
1645 | "reference": "2246830f4a1a551c67933e4171bf2126dc29d357", |
||
1646 | "shasum": "" |
||
1647 | }, |
||
1648 | "require": { |
||
1649 | "ext-dom": "*", |
||
1650 | "ext-json": "*", |
||
1651 | "ext-pcre": "*", |
||
1652 | "ext-reflection": "*", |
||
1653 | "ext-spl": "*", |
||
1654 | "php": ">=5.3.3", |
||
1655 | "phpspec/prophecy": "^1.3.1", |
||
1656 | "phpunit/php-code-coverage": "~2.1", |
||
1657 | "phpunit/php-file-iterator": "~1.4", |
||
1658 | "phpunit/php-text-template": "~1.2", |
||
1659 | "phpunit/php-timer": ">=1.0.6", |
||
1660 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1661 | "sebastian/comparator": "~1.1", |
||
1662 | "sebastian/diff": "~1.2", |
||
1663 | "sebastian/environment": "~1.3", |
||
1664 | "sebastian/exporter": "~1.2", |
||
1665 | "sebastian/global-state": "~1.0", |
||
1666 | "sebastian/version": "~1.0", |
||
1667 | "symfony/yaml": "~2.1|~3.0" |
||
1668 | }, |
||
1669 | "suggest": { |
||
1670 | "phpunit/php-invoker": "~1.1" |
||
1671 | }, |
||
1672 | "bin": [ |
||
1673 | "phpunit" |
||
1674 | ], |
||
1675 | "type": "library", |
||
1676 | "extra": { |
||
1677 | "branch-alias": { |
||
1678 | "dev-master": "4.8.x-dev" |
||
1679 | } |
||
1680 | }, |
||
1681 | "autoload": { |
||
1682 | "classmap": [ |
||
1683 | "src/" |
||
1684 | ] |
||
1685 | }, |
||
1686 | "notification-url": "https://packagist.org/downloads/", |
||
1687 | "license": [ |
||
1688 | "BSD-3-Clause" |
||
1689 | ], |
||
1690 | "authors": [ |
||
1691 | { |
||
1692 | "name": "Sebastian Bergmann", |
||
1693 | "email": "[email protected]", |
||
1694 | "role": "lead" |
||
1695 | } |
||
1696 | ], |
||
1697 | "description": "The PHP Unit Testing framework.", |
||
1698 | "homepage": "https://phpunit.de/", |
||
1699 | "keywords": [ |
||
1700 | "phpunit", |
||
1701 | "testing", |
||
1702 | "xunit" |
||
1703 | ], |
||
1704 | "time": "2015-08-24 04:09:38" |
||
1705 | }, |
||
1706 | { |
||
1707 | "name": "phpunit/phpunit-mock-objects", |
||
1708 | "version": "2.3.7", |
||
1709 | "source": { |
||
1710 | "type": "git", |
||
1711 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1712 | "reference": "5e2645ad49d196e020b85598d7c97e482725786a" |
||
1713 | }, |
||
1714 | "dist": { |
||
1715 | "type": "zip", |
||
1716 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a", |
||
1717 | "reference": "5e2645ad49d196e020b85598d7c97e482725786a", |
||
1718 | "shasum": "" |
||
1719 | }, |
||
1720 | "require": { |
||
1721 | "doctrine/instantiator": "^1.0.2", |
||
1722 | "php": ">=5.3.3", |
||
1723 | "phpunit/php-text-template": "~1.2", |
||
1724 | "sebastian/exporter": "~1.2" |
||
1725 | }, |
||
1726 | "require-dev": { |
||
1727 | "phpunit/phpunit": "~4.4" |
||
1728 | }, |
||
1729 | "suggest": { |
||
1730 | "ext-soap": "*" |
||
1731 | }, |
||
1732 | "type": "library", |
||
1733 | "extra": { |
||
1734 | "branch-alias": { |
||
1735 | "dev-master": "2.3.x-dev" |
||
1736 | } |
||
1737 | }, |
||
1738 | "autoload": { |
||
1739 | "classmap": [ |
||
1740 | "src/" |
||
1741 | ] |
||
1742 | }, |
||
1743 | "notification-url": "https://packagist.org/downloads/", |
||
1744 | "license": [ |
||
1745 | "BSD-3-Clause" |
||
1746 | ], |
||
1747 | "authors": [ |
||
1748 | { |
||
1749 | "name": "Sebastian Bergmann", |
||
1750 | "email": "[email protected]", |
||
1751 | "role": "lead" |
||
1752 | } |
||
1753 | ], |
||
1754 | "description": "Mock Object library for PHPUnit", |
||
1755 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1756 | "keywords": [ |
||
1757 | "mock", |
||
1758 | "xunit" |
||
1759 | ], |
||
1760 | "time": "2015-08-19 09:14:08" |
||
1761 | }, |
||
1762 | { |
||
1763 | "name": "sebastian/comparator", |
||
1764 | "version": "1.2.0", |
||
1765 | "source": { |
||
1766 | "type": "git", |
||
1767 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1768 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
1769 | }, |
||
1770 | "dist": { |
||
1771 | "type": "zip", |
||
1772 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1773 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1774 | "shasum": "" |
||
1775 | }, |
||
1776 | "require": { |
||
1777 | "php": ">=5.3.3", |
||
1778 | "sebastian/diff": "~1.2", |
||
1779 | "sebastian/exporter": "~1.2" |
||
1780 | }, |
||
1781 | "require-dev": { |
||
1782 | "phpunit/phpunit": "~4.4" |
||
1783 | }, |
||
1784 | "type": "library", |
||
1785 | "extra": { |
||
1786 | "branch-alias": { |
||
1787 | "dev-master": "1.2.x-dev" |
||
1788 | } |
||
1789 | }, |
||
1790 | "autoload": { |
||
1791 | "classmap": [ |
||
1792 | "src/" |
||
1793 | ] |
||
1794 | }, |
||
1795 | "notification-url": "https://packagist.org/downloads/", |
||
1796 | "license": [ |
||
1797 | "BSD-3-Clause" |
||
1798 | ], |
||
1799 | "authors": [ |
||
1800 | { |
||
1801 | "name": "Jeff Welch", |
||
1802 | "email": "[email protected]" |
||
1803 | }, |
||
1804 | { |
||
1805 | "name": "Volker Dusch", |
||
1806 | "email": "[email protected]" |
||
1807 | }, |
||
1808 | { |
||
1809 | "name": "Bernhard Schussek", |
||
1810 | "email": "[email protected]" |
||
1811 | }, |
||
1812 | { |
||
1813 | "name": "Sebastian Bergmann", |
||
1814 | "email": "[email protected]" |
||
1815 | } |
||
1816 | ], |
||
1817 | "description": "Provides the functionality to compare PHP values for equality", |
||
1818 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1819 | "keywords": [ |
||
1820 | "comparator", |
||
1821 | "compare", |
||
1822 | "equality" |
||
1823 | ], |
||
1824 | "time": "2015-07-26 15:48:44" |
||
1825 | }, |
||
1826 | { |
||
1827 | "name": "sebastian/diff", |
||
1828 | "version": "1.3.0", |
||
1829 | "source": { |
||
1830 | "type": "git", |
||
1831 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1832 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" |
||
1833 | }, |
||
1834 | "dist": { |
||
1835 | "type": "zip", |
||
1836 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1837 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1838 | "shasum": "" |
||
1839 | }, |
||
1840 | "require": { |
||
1841 | "php": ">=5.3.3" |
||
1842 | }, |
||
1843 | "require-dev": { |
||
1844 | "phpunit/phpunit": "~4.2" |
||
1845 | }, |
||
1846 | "type": "library", |
||
1847 | "extra": { |
||
1848 | "branch-alias": { |
||
1849 | "dev-master": "1.3-dev" |
||
1850 | } |
||
1851 | }, |
||
1852 | "autoload": { |
||
1853 | "classmap": [ |
||
1854 | "src/" |
||
1855 | ] |
||
1856 | }, |
||
1857 | "notification-url": "https://packagist.org/downloads/", |
||
1858 | "license": [ |
||
1859 | "BSD-3-Clause" |
||
1860 | ], |
||
1861 | "authors": [ |
||
1862 | { |
||
1863 | "name": "Kore Nordmann", |
||
1864 | "email": "[email protected]" |
||
1865 | }, |
||
1866 | { |
||
1867 | "name": "Sebastian Bergmann", |
||
1868 | "email": "[email protected]" |
||
1869 | } |
||
1870 | ], |
||
1871 | "description": "Diff implementation", |
||
1872 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1873 | "keywords": [ |
||
1874 | "diff" |
||
1875 | ], |
||
1876 | "time": "2015-02-22 15:13:53" |
||
1877 | }, |
||
1878 | { |
||
1879 | "name": "sebastian/environment", |
||
1880 | "version": "1.3.2", |
||
1881 | "source": { |
||
1882 | "type": "git", |
||
1883 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1884 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" |
||
1885 | }, |
||
1886 | "dist": { |
||
1887 | "type": "zip", |
||
1888 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1889 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1890 | "shasum": "" |
||
1891 | }, |
||
1892 | "require": { |
||
1893 | "php": ">=5.3.3" |
||
1894 | }, |
||
1895 | "require-dev": { |
||
1896 | "phpunit/phpunit": "~4.4" |
||
1897 | }, |
||
1898 | "type": "library", |
||
1899 | "extra": { |
||
1900 | "branch-alias": { |
||
1901 | "dev-master": "1.3.x-dev" |
||
1902 | } |
||
1903 | }, |
||
1904 | "autoload": { |
||
1905 | "classmap": [ |
||
1906 | "src/" |
||
1907 | ] |
||
1908 | }, |
||
1909 | "notification-url": "https://packagist.org/downloads/", |
||
1910 | "license": [ |
||
1911 | "BSD-3-Clause" |
||
1912 | ], |
||
1913 | "authors": [ |
||
1914 | { |
||
1915 | "name": "Sebastian Bergmann", |
||
1916 | "email": "[email protected]" |
||
1917 | } |
||
1918 | ], |
||
1919 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1920 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1921 | "keywords": [ |
||
1922 | "Xdebug", |
||
1923 | "environment", |
||
1924 | "hhvm" |
||
1925 | ], |
||
1926 | "time": "2015-08-03 06:14:51" |
||
1927 | }, |
||
1928 | { |
||
1929 | "name": "sebastian/exporter", |
||
1930 | "version": "1.2.1", |
||
1931 | "source": { |
||
1932 | "type": "git", |
||
1933 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1934 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
1935 | }, |
||
1936 | "dist": { |
||
1937 | "type": "zip", |
||
1938 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
1939 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
1940 | "shasum": "" |
||
1941 | }, |
||
1942 | "require": { |
||
1943 | "php": ">=5.3.3", |
||
1944 | "sebastian/recursion-context": "~1.0" |
||
1945 | }, |
||
1946 | "require-dev": { |
||
1947 | "phpunit/phpunit": "~4.4" |
||
1948 | }, |
||
1949 | "type": "library", |
||
1950 | "extra": { |
||
1951 | "branch-alias": { |
||
1952 | "dev-master": "1.2.x-dev" |
||
1953 | } |
||
1954 | }, |
||
1955 | "autoload": { |
||
1956 | "classmap": [ |
||
1957 | "src/" |
||
1958 | ] |
||
1959 | }, |
||
1960 | "notification-url": "https://packagist.org/downloads/", |
||
1961 | "license": [ |
||
1962 | "BSD-3-Clause" |
||
1963 | ], |
||
1964 | "authors": [ |
||
1965 | { |
||
1966 | "name": "Jeff Welch", |
||
1967 | "email": "[email protected]" |
||
1968 | }, |
||
1969 | { |
||
1970 | "name": "Volker Dusch", |
||
1971 | "email": "[email protected]" |
||
1972 | }, |
||
1973 | { |
||
1974 | "name": "Bernhard Schussek", |
||
1975 | "email": "[email protected]" |
||
1976 | }, |
||
1977 | { |
||
1978 | "name": "Sebastian Bergmann", |
||
1979 | "email": "[email protected]" |
||
1980 | }, |
||
1981 | { |
||
1982 | "name": "Adam Harvey", |
||
1983 | "email": "[email protected]" |
||
1984 | } |
||
1985 | ], |
||
1986 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1987 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1988 | "keywords": [ |
||
1989 | "export", |
||
1990 | "exporter" |
||
1991 | ], |
||
1992 | "time": "2015-06-21 07:55:53" |
||
1993 | }, |
||
1994 | { |
||
1995 | "name": "sebastian/global-state", |
||
1996 | "version": "1.0.0", |
||
1997 | "source": { |
||
1998 | "type": "git", |
||
1999 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2000 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
2001 | }, |
||
2002 | "dist": { |
||
2003 | "type": "zip", |
||
2004 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
2005 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
2006 | "shasum": "" |
||
2007 | }, |
||
2008 | "require": { |
||
2009 | "php": ">=5.3.3" |
||
2010 | }, |
||
2011 | "require-dev": { |
||
2012 | "phpunit/phpunit": "~4.2" |
||
2013 | }, |
||
2014 | "suggest": { |
||
2015 | "ext-uopz": "*" |
||
2016 | }, |
||
2017 | "type": "library", |
||
2018 | "extra": { |
||
2019 | "branch-alias": { |
||
2020 | "dev-master": "1.0-dev" |
||
2021 | } |
||
2022 | }, |
||
2023 | "autoload": { |
||
2024 | "classmap": [ |
||
2025 | "src/" |
||
2026 | ] |
||
2027 | }, |
||
2028 | "notification-url": "https://packagist.org/downloads/", |
||
2029 | "license": [ |
||
2030 | "BSD-3-Clause" |
||
2031 | ], |
||
2032 | "authors": [ |
||
2033 | { |
||
2034 | "name": "Sebastian Bergmann", |
||
2035 | "email": "[email protected]" |
||
2036 | } |
||
2037 | ], |
||
2038 | "description": "Snapshotting of global state", |
||
2039 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2040 | "keywords": [ |
||
2041 | "global state" |
||
2042 | ], |
||
2043 | "time": "2014-10-06 09:23:50" |
||
2044 | }, |
||
2045 | { |
||
2046 | "name": "sebastian/recursion-context", |
||
2047 | "version": "1.0.1", |
||
2048 | "source": { |
||
2049 | "type": "git", |
||
2050 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2051 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" |
||
2052 | }, |
||
2053 | "dist": { |
||
2054 | "type": "zip", |
||
2055 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", |
||
2056 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", |
||
2057 | "shasum": "" |
||
2058 | }, |
||
2059 | "require": { |
||
2060 | "php": ">=5.3.3" |
||
2061 | }, |
||
2062 | "require-dev": { |
||
2063 | "phpunit/phpunit": "~4.4" |
||
2064 | }, |
||
2065 | "type": "library", |
||
2066 | "extra": { |
||
2067 | "branch-alias": { |
||
2068 | "dev-master": "1.0.x-dev" |
||
2069 | } |
||
2070 | }, |
||
2071 | "autoload": { |
||
2072 | "classmap": [ |
||
2073 | "src/" |
||
2074 | ] |
||
2075 | }, |
||
2076 | "notification-url": "https://packagist.org/downloads/", |
||
2077 | "license": [ |
||
2078 | "BSD-3-Clause" |
||
2079 | ], |
||
2080 | "authors": [ |
||
2081 | { |
||
2082 | "name": "Jeff Welch", |
||
2083 | "email": "[email protected]" |
||
2084 | }, |
||
2085 | { |
||
2086 | "name": "Sebastian Bergmann", |
||
2087 | "email": "[email protected]" |
||
2088 | }, |
||
2089 | { |
||
2090 | "name": "Adam Harvey", |
||
2091 | "email": "[email protected]" |
||
2092 | } |
||
2093 | ], |
||
2094 | "description": "Provides functionality to recursively process PHP variables", |
||
2095 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2096 | "time": "2015-06-21 08:04:50" |
||
2097 | }, |
||
2098 | { |
||
2099 | "name": "sebastian/version", |
||
2100 | "version": "1.0.6", |
||
2101 | "source": { |
||
2102 | "type": "git", |
||
2103 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2104 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
2105 | }, |
||
2106 | "dist": { |
||
2107 | "type": "zip", |
||
2108 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2109 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2110 | "shasum": "" |
||
2111 | }, |
||
2112 | "type": "library", |
||
2113 | "autoload": { |
||
2114 | "classmap": [ |
||
2115 | "src/" |
||
2116 | ] |
||
2117 | }, |
||
2118 | "notification-url": "https://packagist.org/downloads/", |
||
2119 | "license": [ |
||
2120 | "BSD-3-Clause" |
||
2121 | ], |
||
2122 | "authors": [ |
||
2123 | { |
||
2124 | "name": "Sebastian Bergmann", |
||
2125 | "email": "[email protected]", |
||
2126 | "role": "lead" |
||
2127 | } |
||
2128 | ], |
||
2129 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2130 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2131 | "time": "2015-06-21 13:59:46" |
||
2132 | } |
||
2133 | ], |
||
2134 | "aliases": [], |
||
2135 | "minimum-stability": "stable", |
||
2136 | "stability-flags": { |
||
2137 | "composer/composer": 20 |
||
2138 | }, |
||
2139 | "prefer-stable": false, |
||
2140 | "prefer-lowest": false, |
||
2141 | "platform": { |
||
2142 | "php": ">=5.3.3" |
||
2143 | }, |
||
2144 | "platform-dev": [] |
||
2145 | } |
||
2146 |