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