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#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "abbf7a66974e6ea35082997b8574b4ff", |
||
8 | "packages": [], |
||
9 | "packages-dev": [ |
||
10 | { |
||
11 | "name": "cilex/cilex", |
||
12 | "version": "1.1.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/Cilex/Cilex.git", |
||
16 | "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", |
||
21 | "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "cilex/console-service-provider": "1.*", |
||
26 | "php": ">=5.3.3", |
||
27 | "pimple/pimple": "~1.0", |
||
28 | "symfony/finder": "~2.1", |
||
29 | "symfony/process": "~2.1" |
||
30 | }, |
||
31 | "require-dev": { |
||
32 | "phpunit/phpunit": "3.7.*", |
||
33 | "symfony/validator": "~2.1" |
||
34 | }, |
||
35 | "suggest": { |
||
36 | "monolog/monolog": ">=1.0.0", |
||
37 | "symfony/validator": ">=1.0.0", |
||
38 | "symfony/yaml": ">=1.0.0" |
||
39 | }, |
||
40 | "type": "library", |
||
41 | "extra": { |
||
42 | "branch-alias": { |
||
43 | "dev-master": "1.0-dev" |
||
44 | } |
||
45 | }, |
||
46 | "autoload": { |
||
47 | "psr-0": { |
||
48 | "Cilex": "src/" |
||
49 | } |
||
50 | }, |
||
51 | "notification-url": "https://packagist.org/downloads/", |
||
52 | "license": [ |
||
53 | "MIT" |
||
54 | ], |
||
55 | "authors": [ |
||
56 | { |
||
57 | "name": "Mike van Riel", |
||
58 | "email": "[email protected]" |
||
59 | } |
||
60 | ], |
||
61 | "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", |
||
62 | "homepage": "http://cilex.github.com", |
||
63 | "keywords": [ |
||
64 | "cli", |
||
65 | "microframework" |
||
66 | ], |
||
67 | "time": "2014-03-29T14:03:13+00:00" |
||
68 | }, |
||
69 | { |
||
70 | "name": "cilex/console-service-provider", |
||
71 | "version": "1.0.0", |
||
72 | "source": { |
||
73 | "type": "git", |
||
74 | "url": "https://github.com/Cilex/console-service-provider.git", |
||
75 | "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" |
||
76 | }, |
||
77 | "dist": { |
||
78 | "type": "zip", |
||
79 | "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", |
||
80 | "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", |
||
81 | "shasum": "" |
||
82 | }, |
||
83 | "require": { |
||
84 | "php": ">=5.3.3", |
||
85 | "pimple/pimple": "1.*@dev", |
||
86 | "symfony/console": "~2.1" |
||
87 | }, |
||
88 | "require-dev": { |
||
89 | "cilex/cilex": "1.*@dev", |
||
90 | "silex/silex": "1.*@dev" |
||
91 | }, |
||
92 | "type": "library", |
||
93 | "extra": { |
||
94 | "branch-alias": { |
||
95 | "dev-master": "1.0-dev" |
||
96 | } |
||
97 | }, |
||
98 | "autoload": { |
||
99 | "psr-0": { |
||
100 | "Cilex\\Provider\\Console": "src" |
||
101 | } |
||
102 | }, |
||
103 | "notification-url": "https://packagist.org/downloads/", |
||
104 | "license": [ |
||
105 | "MIT" |
||
106 | ], |
||
107 | "authors": [ |
||
108 | { |
||
109 | "name": "Beau Simensen", |
||
110 | "email": "[email protected]", |
||
111 | "homepage": "http://beausimensen.com" |
||
112 | }, |
||
113 | { |
||
114 | "name": "Mike van Riel", |
||
115 | "email": "[email protected]" |
||
116 | } |
||
117 | ], |
||
118 | "description": "Console Service Provider", |
||
119 | "keywords": [ |
||
120 | "cilex", |
||
121 | "console", |
||
122 | "pimple", |
||
123 | "service-provider", |
||
124 | "silex" |
||
125 | ], |
||
126 | "time": "2012-12-19T10:50:58+00:00" |
||
127 | }, |
||
128 | { |
||
129 | "name": "container-interop/container-interop", |
||
130 | "version": "1.2.0", |
||
131 | "source": { |
||
132 | "type": "git", |
||
133 | "url": "https://github.com/container-interop/container-interop.git", |
||
134 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
||
135 | }, |
||
136 | "dist": { |
||
137 | "type": "zip", |
||
138 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
139 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
140 | "shasum": "" |
||
141 | }, |
||
142 | "require": { |
||
143 | "psr/container": "^1.0" |
||
144 | }, |
||
145 | "type": "library", |
||
146 | "autoload": { |
||
147 | "psr-4": { |
||
148 | "Interop\\Container\\": "src/Interop/Container/" |
||
149 | } |
||
150 | }, |
||
151 | "notification-url": "https://packagist.org/downloads/", |
||
152 | "license": [ |
||
153 | "MIT" |
||
154 | ], |
||
155 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
156 | "homepage": "https://github.com/container-interop/container-interop", |
||
157 | "time": "2017-02-14T19:40:03+00:00" |
||
158 | }, |
||
159 | { |
||
160 | "name": "doctrine/annotations", |
||
161 | "version": "v1.6.0", |
||
162 | "source": { |
||
163 | "type": "git", |
||
164 | "url": "https://github.com/doctrine/annotations.git", |
||
165 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
166 | }, |
||
167 | "dist": { |
||
168 | "type": "zip", |
||
169 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
170 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
171 | "shasum": "" |
||
172 | }, |
||
173 | "require": { |
||
174 | "doctrine/lexer": "1.*", |
||
175 | "php": "^7.1" |
||
176 | }, |
||
177 | "require-dev": { |
||
178 | "doctrine/cache": "1.*", |
||
179 | "phpunit/phpunit": "^6.4" |
||
180 | }, |
||
181 | "type": "library", |
||
182 | "extra": { |
||
183 | "branch-alias": { |
||
184 | "dev-master": "1.6.x-dev" |
||
185 | } |
||
186 | }, |
||
187 | "autoload": { |
||
188 | "psr-4": { |
||
189 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
190 | } |
||
191 | }, |
||
192 | "notification-url": "https://packagist.org/downloads/", |
||
193 | "license": [ |
||
194 | "MIT" |
||
195 | ], |
||
196 | "authors": [ |
||
197 | { |
||
198 | "name": "Roman Borschel", |
||
199 | "email": "[email protected]" |
||
200 | }, |
||
201 | { |
||
202 | "name": "Benjamin Eberlei", |
||
203 | "email": "[email protected]" |
||
204 | }, |
||
205 | { |
||
206 | "name": "Guilherme Blanco", |
||
207 | "email": "[email protected]" |
||
208 | }, |
||
209 | { |
||
210 | "name": "Jonathan Wage", |
||
211 | "email": "[email protected]" |
||
212 | }, |
||
213 | { |
||
214 | "name": "Johannes Schmitt", |
||
215 | "email": "[email protected]" |
||
216 | } |
||
217 | ], |
||
218 | "description": "Docblock Annotations Parser", |
||
219 | "homepage": "http://www.doctrine-project.org", |
||
220 | "keywords": [ |
||
221 | "annotations", |
||
222 | "docblock", |
||
223 | "parser" |
||
224 | ], |
||
225 | "time": "2017-12-06T07:11:42+00:00" |
||
226 | }, |
||
227 | { |
||
228 | "name": "doctrine/instantiator", |
||
229 | "version": "1.1.0", |
||
230 | "source": { |
||
231 | "type": "git", |
||
232 | "url": "https://github.com/doctrine/instantiator.git", |
||
233 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
234 | }, |
||
235 | "dist": { |
||
236 | "type": "zip", |
||
237 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
238 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
239 | "shasum": "" |
||
240 | }, |
||
241 | "require": { |
||
242 | "php": "^7.1" |
||
243 | }, |
||
244 | "require-dev": { |
||
245 | "athletic/athletic": "~0.1.8", |
||
246 | "ext-pdo": "*", |
||
247 | "ext-phar": "*", |
||
248 | "phpunit/phpunit": "^6.2.3", |
||
249 | "squizlabs/php_codesniffer": "^3.0.2" |
||
250 | }, |
||
251 | "type": "library", |
||
252 | "extra": { |
||
253 | "branch-alias": { |
||
254 | "dev-master": "1.2.x-dev" |
||
255 | } |
||
256 | }, |
||
257 | "autoload": { |
||
258 | "psr-4": { |
||
259 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
260 | } |
||
261 | }, |
||
262 | "notification-url": "https://packagist.org/downloads/", |
||
263 | "license": [ |
||
264 | "MIT" |
||
265 | ], |
||
266 | "authors": [ |
||
267 | { |
||
268 | "name": "Marco Pivetta", |
||
269 | "email": "[email protected]", |
||
270 | "homepage": "http://ocramius.github.com/" |
||
271 | } |
||
272 | ], |
||
273 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
274 | "homepage": "https://github.com/doctrine/instantiator", |
||
275 | "keywords": [ |
||
276 | "constructor", |
||
277 | "instantiate" |
||
278 | ], |
||
279 | "time": "2017-07-22T11:58:36+00:00" |
||
280 | }, |
||
281 | { |
||
282 | "name": "doctrine/lexer", |
||
283 | "version": "v1.0.1", |
||
284 | "source": { |
||
285 | "type": "git", |
||
286 | "url": "https://github.com/doctrine/lexer.git", |
||
287 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
288 | }, |
||
289 | "dist": { |
||
290 | "type": "zip", |
||
291 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
292 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
293 | "shasum": "" |
||
294 | }, |
||
295 | "require": { |
||
296 | "php": ">=5.3.2" |
||
297 | }, |
||
298 | "type": "library", |
||
299 | "extra": { |
||
300 | "branch-alias": { |
||
301 | "dev-master": "1.0.x-dev" |
||
302 | } |
||
303 | }, |
||
304 | "autoload": { |
||
305 | "psr-0": { |
||
306 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
307 | } |
||
308 | }, |
||
309 | "notification-url": "https://packagist.org/downloads/", |
||
310 | "license": [ |
||
311 | "MIT" |
||
312 | ], |
||
313 | "authors": [ |
||
314 | { |
||
315 | "name": "Roman Borschel", |
||
316 | "email": "[email protected]" |
||
317 | }, |
||
318 | { |
||
319 | "name": "Guilherme Blanco", |
||
320 | "email": "[email protected]" |
||
321 | }, |
||
322 | { |
||
323 | "name": "Johannes Schmitt", |
||
324 | "email": "[email protected]" |
||
325 | } |
||
326 | ], |
||
327 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
328 | "homepage": "http://www.doctrine-project.org", |
||
329 | "keywords": [ |
||
330 | "lexer", |
||
331 | "parser" |
||
332 | ], |
||
333 | "time": "2014-09-09T13:34:57+00:00" |
||
334 | }, |
||
335 | { |
||
336 | "name": "erusev/parsedown", |
||
337 | "version": "1.7.1", |
||
338 | "source": { |
||
339 | "type": "git", |
||
340 | "url": "https://github.com/erusev/parsedown.git", |
||
341 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
||
342 | }, |
||
343 | "dist": { |
||
344 | "type": "zip", |
||
345 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
346 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
347 | "shasum": "" |
||
348 | }, |
||
349 | "require": { |
||
350 | "ext-mbstring": "*", |
||
351 | "php": ">=5.3.0" |
||
352 | }, |
||
353 | "require-dev": { |
||
354 | "phpunit/phpunit": "^4.8.35" |
||
355 | }, |
||
356 | "type": "library", |
||
357 | "autoload": { |
||
358 | "psr-0": { |
||
359 | "Parsedown": "" |
||
360 | } |
||
361 | }, |
||
362 | "notification-url": "https://packagist.org/downloads/", |
||
363 | "license": [ |
||
364 | "MIT" |
||
365 | ], |
||
366 | "authors": [ |
||
367 | { |
||
368 | "name": "Emanuil Rusev", |
||
369 | "email": "[email protected]", |
||
370 | "homepage": "http://erusev.com" |
||
371 | } |
||
372 | ], |
||
373 | "description": "Parser for Markdown.", |
||
374 | "homepage": "http://parsedown.org", |
||
375 | "keywords": [ |
||
376 | "markdown", |
||
377 | "parser" |
||
378 | ], |
||
379 | "time": "2018-03-08T01:11:30+00:00" |
||
380 | }, |
||
381 | { |
||
382 | "name": "evert/phpdoc-md", |
||
383 | "version": "0.1.1", |
||
384 | "source": { |
||
385 | "type": "git", |
||
386 | "url": "https://github.com/evert/phpdoc-md.git", |
||
387 | "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8" |
||
388 | }, |
||
389 | "dist": { |
||
390 | "type": "zip", |
||
391 | "url": "https://api.github.com/repos/evert/phpdoc-md/zipball/aefe4644cb672def0043e7625d9c2bda04b310d8", |
||
392 | "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8", |
||
393 | "shasum": "" |
||
394 | }, |
||
395 | "require": { |
||
396 | "php": ">=5.3.1", |
||
397 | "twig/twig": "~1.18.0" |
||
398 | }, |
||
399 | "require-dev": { |
||
400 | "phpdocumentor/phpdocumentor": "~2.8.0" |
||
401 | }, |
||
402 | "bin": [ |
||
403 | "bin/phpdocmd" |
||
404 | ], |
||
405 | "type": "library", |
||
406 | "autoload": { |
||
407 | "psr-4": { |
||
408 | "PHPDocMD\\": "src/" |
||
409 | } |
||
410 | }, |
||
411 | "notification-url": "https://packagist.org/downloads/", |
||
412 | "license": [ |
||
413 | "MIT" |
||
414 | ], |
||
415 | "authors": [ |
||
416 | { |
||
417 | "name": "Evert Pot", |
||
418 | "email": "[email protected]", |
||
419 | "homepage": "http://www.rooftopsolutions.nl/", |
||
420 | "role": "Developer" |
||
421 | } |
||
422 | ], |
||
423 | "description": "PHP documentation generator, with markdown output", |
||
424 | "homepage": "https://github.com/evert/phpdoc-md", |
||
425 | "keywords": [ |
||
426 | "markdown", |
||
427 | "php", |
||
428 | "phpdoc" |
||
429 | ], |
||
430 | "time": "2015-03-26T23:24:48+00:00" |
||
431 | }, |
||
432 | { |
||
433 | "name": "herrera-io/json", |
||
434 | "version": "1.0.3", |
||
435 | "source": { |
||
436 | "type": "git", |
||
437 | "url": "https://github.com/kherge-php/json.git", |
||
438 | "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" |
||
439 | }, |
||
440 | "dist": { |
||
441 | "type": "zip", |
||
442 | "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", |
||
443 | "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", |
||
444 | "shasum": "" |
||
445 | }, |
||
446 | "require": { |
||
447 | "ext-json": "*", |
||
448 | "justinrainbow/json-schema": ">=1.0,<2.0-dev", |
||
449 | "php": ">=5.3.3", |
||
450 | "seld/jsonlint": ">=1.0,<2.0-dev" |
||
451 | }, |
||
452 | "require-dev": { |
||
453 | "herrera-io/phpunit-test-case": "1.*", |
||
454 | "mikey179/vfsstream": "1.1.0", |
||
455 | "phpunit/phpunit": "3.7.*" |
||
456 | }, |
||
457 | "type": "library", |
||
458 | "extra": { |
||
459 | "branch-alias": { |
||
460 | "dev-master": "1.0-dev" |
||
461 | } |
||
462 | }, |
||
463 | "autoload": { |
||
464 | "files": [ |
||
465 | "src/lib/json_version.php" |
||
466 | ], |
||
467 | "psr-0": { |
||
468 | "Herrera\\Json": "src/lib" |
||
469 | } |
||
470 | }, |
||
471 | "notification-url": "https://packagist.org/downloads/", |
||
472 | "license": [ |
||
473 | "MIT" |
||
474 | ], |
||
475 | "authors": [ |
||
476 | { |
||
477 | "name": "Kevin Herrera", |
||
478 | "email": "[email protected]", |
||
479 | "homepage": "http://kevin.herrera.io" |
||
480 | } |
||
481 | ], |
||
482 | "description": "A library for simplifying JSON linting and validation.", |
||
483 | "homepage": "http://herrera-io.github.com/php-json", |
||
484 | "keywords": [ |
||
485 | "json", |
||
486 | "lint", |
||
487 | "schema", |
||
488 | "validate" |
||
489 | ], |
||
490 | "abandoned": "kherge/json", |
||
491 | "time": "2013-10-30T16:51:34+00:00" |
||
492 | }, |
||
493 | { |
||
494 | "name": "herrera-io/phar-update", |
||
495 | "version": "1.0.3", |
||
496 | "source": { |
||
497 | "type": "git", |
||
498 | "url": "https://github.com/kherge-abandoned/php-phar-update.git", |
||
499 | "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b" |
||
500 | }, |
||
501 | "dist": { |
||
502 | "type": "zip", |
||
503 | "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", |
||
504 | "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", |
||
505 | "shasum": "" |
||
506 | }, |
||
507 | "require": { |
||
508 | "herrera-io/json": "1.*", |
||
509 | "kherge/version": "1.*", |
||
510 | "php": ">=5.3.3" |
||
511 | }, |
||
512 | "require-dev": { |
||
513 | "herrera-io/phpunit-test-case": "1.*", |
||
514 | "mikey179/vfsstream": "1.1.0", |
||
515 | "phpunit/phpunit": "3.7.*" |
||
516 | }, |
||
517 | "type": "library", |
||
518 | "extra": { |
||
519 | "branch-alias": { |
||
520 | "dev-master": "1.0-dev" |
||
521 | } |
||
522 | }, |
||
523 | "autoload": { |
||
524 | "files": [ |
||
525 | "src/lib/constants.php" |
||
526 | ], |
||
527 | "psr-0": { |
||
528 | "Herrera\\Phar\\Update": "src/lib" |
||
529 | } |
||
530 | }, |
||
531 | "notification-url": "https://packagist.org/downloads/", |
||
532 | "license": [ |
||
533 | "MIT" |
||
534 | ], |
||
535 | "authors": [ |
||
536 | { |
||
537 | "name": "Kevin Herrera", |
||
538 | "email": "[email protected]", |
||
539 | "homepage": "http://kevin.herrera.io" |
||
540 | } |
||
541 | ], |
||
542 | "description": "A library for self-updating Phars.", |
||
543 | "homepage": "http://herrera-io.github.com/php-phar-update", |
||
544 | "keywords": [ |
||
545 | "phar", |
||
546 | "update" |
||
547 | ], |
||
548 | "abandoned": true, |
||
549 | "time": "2013-10-30T17:23:01+00:00" |
||
550 | }, |
||
551 | { |
||
552 | "name": "jms/metadata", |
||
553 | "version": "1.6.0", |
||
554 | "source": { |
||
555 | "type": "git", |
||
556 | "url": "https://github.com/schmittjoh/metadata.git", |
||
557 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" |
||
558 | }, |
||
559 | "dist": { |
||
560 | "type": "zip", |
||
561 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
562 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
563 | "shasum": "" |
||
564 | }, |
||
565 | "require": { |
||
566 | "php": ">=5.3.0" |
||
567 | }, |
||
568 | "require-dev": { |
||
569 | "doctrine/cache": "~1.0", |
||
570 | "symfony/cache": "~3.1" |
||
571 | }, |
||
572 | "type": "library", |
||
573 | "extra": { |
||
574 | "branch-alias": { |
||
575 | "dev-master": "1.5.x-dev" |
||
576 | } |
||
577 | }, |
||
578 | "autoload": { |
||
579 | "psr-0": { |
||
580 | "Metadata\\": "src/" |
||
581 | } |
||
582 | }, |
||
583 | "notification-url": "https://packagist.org/downloads/", |
||
584 | "license": [ |
||
585 | "Apache-2.0" |
||
586 | ], |
||
587 | "authors": [ |
||
588 | { |
||
589 | "name": "Johannes M. Schmitt", |
||
590 | "email": "[email protected]" |
||
591 | } |
||
592 | ], |
||
593 | "description": "Class/method/property metadata management in PHP", |
||
594 | "keywords": [ |
||
595 | "annotations", |
||
596 | "metadata", |
||
597 | "xml", |
||
598 | "yaml" |
||
599 | ], |
||
600 | "time": "2016-12-05T10:18:33+00:00" |
||
601 | }, |
||
602 | { |
||
603 | "name": "jms/parser-lib", |
||
604 | "version": "1.0.0", |
||
605 | "source": { |
||
606 | "type": "git", |
||
607 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
608 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
609 | }, |
||
610 | "dist": { |
||
611 | "type": "zip", |
||
612 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
613 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
614 | "shasum": "" |
||
615 | }, |
||
616 | "require": { |
||
617 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
618 | }, |
||
619 | "type": "library", |
||
620 | "extra": { |
||
621 | "branch-alias": { |
||
622 | "dev-master": "1.0-dev" |
||
623 | } |
||
624 | }, |
||
625 | "autoload": { |
||
626 | "psr-0": { |
||
627 | "JMS\\": "src/" |
||
628 | } |
||
629 | }, |
||
630 | "notification-url": "https://packagist.org/downloads/", |
||
631 | "license": [ |
||
632 | "Apache2" |
||
633 | ], |
||
634 | "description": "A library for easily creating recursive-descent parsers.", |
||
635 | "time": "2012-11-18T18:08:43+00:00" |
||
636 | }, |
||
637 | { |
||
638 | "name": "jms/serializer", |
||
639 | "version": "0.16.0", |
||
640 | "source": { |
||
641 | "type": "git", |
||
642 | "url": "https://github.com/schmittjoh/serializer.git", |
||
643 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9" |
||
644 | }, |
||
645 | "dist": { |
||
646 | "type": "zip", |
||
647 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", |
||
648 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9", |
||
649 | "shasum": "" |
||
650 | }, |
||
651 | "require": { |
||
652 | "doctrine/annotations": "1.*", |
||
653 | "jms/metadata": "~1.1", |
||
654 | "jms/parser-lib": "1.*", |
||
655 | "php": ">=5.3.2", |
||
656 | "phpcollection/phpcollection": "~0.1" |
||
657 | }, |
||
658 | "require-dev": { |
||
659 | "doctrine/orm": "~2.1", |
||
660 | "doctrine/phpcr-odm": "~1.0.1", |
||
661 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
662 | "propel/propel1": "~1.7", |
||
663 | "symfony/filesystem": "2.*", |
||
664 | "symfony/form": "~2.1", |
||
665 | "symfony/translation": "~2.0", |
||
666 | "symfony/validator": "~2.0", |
||
667 | "symfony/yaml": "2.*", |
||
668 | "twig/twig": ">=1.8,<2.0-dev" |
||
669 | }, |
||
670 | "suggest": { |
||
671 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
672 | }, |
||
673 | "type": "library", |
||
674 | "extra": { |
||
675 | "branch-alias": { |
||
676 | "dev-master": "0.15-dev" |
||
677 | } |
||
678 | }, |
||
679 | "autoload": { |
||
680 | "psr-0": { |
||
681 | "JMS\\Serializer": "src/" |
||
682 | } |
||
683 | }, |
||
684 | "notification-url": "https://packagist.org/downloads/", |
||
685 | "license": [ |
||
686 | "Apache2" |
||
687 | ], |
||
688 | "authors": [ |
||
689 | { |
||
690 | "name": "Johannes Schmitt", |
||
691 | "email": "[email protected]", |
||
692 | "homepage": "https://github.com/schmittjoh", |
||
693 | "role": "Developer of wrapped JMSSerializerBundle" |
||
694 | } |
||
695 | ], |
||
696 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
697 | "homepage": "http://jmsyst.com/libs/serializer", |
||
698 | "keywords": [ |
||
699 | "deserialization", |
||
700 | "jaxb", |
||
701 | "json", |
||
702 | "serialization", |
||
703 | "xml" |
||
704 | ], |
||
705 | "time": "2014-03-18T08:39:00+00:00" |
||
706 | }, |
||
707 | { |
||
708 | "name": "justinrainbow/json-schema", |
||
709 | "version": "1.6.1", |
||
710 | "source": { |
||
711 | "type": "git", |
||
712 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
713 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" |
||
714 | }, |
||
715 | "dist": { |
||
716 | "type": "zip", |
||
717 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
718 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
719 | "shasum": "" |
||
720 | }, |
||
721 | "require": { |
||
722 | "php": ">=5.3.29" |
||
723 | }, |
||
724 | "require-dev": { |
||
725 | "json-schema/json-schema-test-suite": "1.1.0", |
||
726 | "phpdocumentor/phpdocumentor": "~2", |
||
727 | "phpunit/phpunit": "~3.7" |
||
728 | }, |
||
729 | "bin": [ |
||
730 | "bin/validate-json" |
||
731 | ], |
||
732 | "type": "library", |
||
733 | "extra": { |
||
734 | "branch-alias": { |
||
735 | "dev-master": "1.6.x-dev" |
||
736 | } |
||
737 | }, |
||
738 | "autoload": { |
||
739 | "psr-4": { |
||
740 | "JsonSchema\\": "src/JsonSchema/" |
||
741 | } |
||
742 | }, |
||
743 | "notification-url": "https://packagist.org/downloads/", |
||
744 | "license": [ |
||
745 | "BSD-3-Clause" |
||
746 | ], |
||
747 | "authors": [ |
||
748 | { |
||
749 | "name": "Bruno Prieto Reis", |
||
750 | "email": "[email protected]" |
||
751 | }, |
||
752 | { |
||
753 | "name": "Justin Rainbow", |
||
754 | "email": "[email protected]" |
||
755 | }, |
||
756 | { |
||
757 | "name": "Igor Wiedler", |
||
758 | "email": "[email protected]" |
||
759 | }, |
||
760 | { |
||
761 | "name": "Robert Schönthal", |
||
762 | "email": "[email protected]" |
||
763 | } |
||
764 | ], |
||
765 | "description": "A library to validate a json schema.", |
||
766 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
767 | "keywords": [ |
||
768 | "json", |
||
769 | "schema" |
||
770 | ], |
||
771 | "time": "2016-01-25T15:43:01+00:00" |
||
772 | }, |
||
773 | { |
||
774 | "name": "kherge/version", |
||
775 | "version": "1.0.1", |
||
776 | "source": { |
||
777 | "type": "git", |
||
778 | "url": "https://github.com/kherge-abandoned/Version.git", |
||
779 | "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30" |
||
780 | }, |
||
781 | "dist": { |
||
782 | "type": "zip", |
||
783 | "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30", |
||
784 | "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30", |
||
785 | "shasum": "" |
||
786 | }, |
||
787 | "require": { |
||
788 | "php": ">=5.3.3" |
||
789 | }, |
||
790 | "type": "library", |
||
791 | "extra": { |
||
792 | "branch-alias": { |
||
793 | "dev-master": "1.0-dev" |
||
794 | } |
||
795 | }, |
||
796 | "autoload": { |
||
797 | "psr-0": { |
||
798 | "KevinGH\\Version": "src/lib/" |
||
799 | } |
||
800 | }, |
||
801 | "notification-url": "https://packagist.org/downloads/", |
||
802 | "license": [ |
||
803 | "MIT" |
||
804 | ], |
||
805 | "authors": [ |
||
806 | { |
||
807 | "name": "Kevin Herrera", |
||
808 | "email": "[email protected]" |
||
809 | } |
||
810 | ], |
||
811 | "description": "A parsing and comparison library for semantic versioning.", |
||
812 | "homepage": "http://github.com/kherge/Version", |
||
813 | "abandoned": true, |
||
814 | "time": "2012-08-16T17:13:03+00:00" |
||
815 | }, |
||
816 | { |
||
817 | "name": "monolog/monolog", |
||
818 | "version": "1.23.0", |
||
819 | "source": { |
||
820 | "type": "git", |
||
821 | "url": "https://github.com/Seldaek/monolog.git", |
||
822 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
823 | }, |
||
824 | "dist": { |
||
825 | "type": "zip", |
||
826 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
827 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
828 | "shasum": "" |
||
829 | }, |
||
830 | "require": { |
||
831 | "php": ">=5.3.0", |
||
832 | "psr/log": "~1.0" |
||
833 | }, |
||
834 | "provide": { |
||
835 | "psr/log-implementation": "1.0.0" |
||
836 | }, |
||
837 | "require-dev": { |
||
838 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
839 | "doctrine/couchdb": "~1.0@dev", |
||
840 | "graylog2/gelf-php": "~1.0", |
||
841 | "jakub-onderka/php-parallel-lint": "0.9", |
||
842 | "php-amqplib/php-amqplib": "~2.4", |
||
843 | "php-console/php-console": "^3.1.3", |
||
844 | "phpunit/phpunit": "~4.5", |
||
845 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
846 | "ruflin/elastica": ">=0.90 <3.0", |
||
847 | "sentry/sentry": "^0.13", |
||
848 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
849 | }, |
||
850 | "suggest": { |
||
851 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
852 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
853 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
854 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
855 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
856 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
857 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
858 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
859 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
860 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
861 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
862 | }, |
||
863 | "type": "library", |
||
864 | "extra": { |
||
865 | "branch-alias": { |
||
866 | "dev-master": "2.0.x-dev" |
||
867 | } |
||
868 | }, |
||
869 | "autoload": { |
||
870 | "psr-4": { |
||
871 | "Monolog\\": "src/Monolog" |
||
872 | } |
||
873 | }, |
||
874 | "notification-url": "https://packagist.org/downloads/", |
||
875 | "license": [ |
||
876 | "MIT" |
||
877 | ], |
||
878 | "authors": [ |
||
879 | { |
||
880 | "name": "Jordi Boggiano", |
||
881 | "email": "[email protected]", |
||
882 | "homepage": "http://seld.be" |
||
883 | } |
||
884 | ], |
||
885 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
886 | "homepage": "http://github.com/Seldaek/monolog", |
||
887 | "keywords": [ |
||
888 | "log", |
||
889 | "logging", |
||
890 | "psr-3" |
||
891 | ], |
||
892 | "time": "2017-06-19T01:22:40+00:00" |
||
893 | }, |
||
894 | { |
||
895 | "name": "nikic/php-parser", |
||
896 | "version": "v0.9.5", |
||
897 | "source": { |
||
898 | "type": "git", |
||
899 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
900 | "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb" |
||
901 | }, |
||
902 | "dist": { |
||
903 | "type": "zip", |
||
904 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb", |
||
905 | "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb", |
||
906 | "shasum": "" |
||
907 | }, |
||
908 | "require": { |
||
909 | "ext-tokenizer": "*", |
||
910 | "php": ">=5.2" |
||
911 | }, |
||
912 | "type": "library", |
||
913 | "extra": { |
||
914 | "branch-alias": { |
||
915 | "dev-master": "0.9-dev" |
||
916 | } |
||
917 | }, |
||
918 | "autoload": { |
||
919 | "psr-0": { |
||
920 | "PHPParser": "lib/" |
||
921 | } |
||
922 | }, |
||
923 | "notification-url": "https://packagist.org/downloads/", |
||
924 | "license": [ |
||
925 | "BSD-3-Clause" |
||
926 | ], |
||
927 | "authors": [ |
||
928 | { |
||
929 | "name": "Nikita Popov" |
||
930 | } |
||
931 | ], |
||
932 | "description": "A PHP parser written in PHP", |
||
933 | "keywords": [ |
||
934 | "parser", |
||
935 | "php" |
||
936 | ], |
||
937 | "time": "2014-07-23T18:24:17+00:00" |
||
938 | }, |
||
939 | { |
||
940 | "name": "phing/phing", |
||
941 | "version": "2.15.2", |
||
942 | "source": { |
||
943 | "type": "git", |
||
944 | "url": "https://github.com/phingofficial/phing.git", |
||
945 | "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c" |
||
946 | }, |
||
947 | "dist": { |
||
948 | "type": "zip", |
||
949 | "url": "https://api.github.com/repos/phingofficial/phing/zipball/0999ab4e94e609dc00998e3d1b88df843054db7c", |
||
950 | "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c", |
||
951 | "shasum": "" |
||
952 | }, |
||
953 | "require": { |
||
954 | "php": ">=5.2.0" |
||
955 | }, |
||
956 | "require-dev": { |
||
957 | "ext-pdo_sqlite": "*", |
||
958 | "lastcraft/simpletest": "@dev", |
||
959 | "mikey179/vfsstream": "^1.6", |
||
960 | "pdepend/pdepend": "2.x", |
||
961 | "pear/archive_tar": "1.4.x", |
||
962 | "pear/http_request2": "dev-trunk", |
||
963 | "pear/net_growl": "dev-trunk", |
||
964 | "pear/pear-core-minimal": "1.10.1", |
||
965 | "pear/versioncontrol_git": "@dev", |
||
966 | "pear/versioncontrol_svn": "~0.5", |
||
967 | "phpdocumentor/phpdocumentor": "2.x", |
||
968 | "phploc/phploc": "~2.0.6", |
||
969 | "phpmd/phpmd": "~2.2", |
||
970 | "phpunit/phpunit": ">=3.7", |
||
971 | "sebastian/git": "~1.0", |
||
972 | "sebastian/phpcpd": "2.x", |
||
973 | "siad007/versioncontrol_hg": "^1.0", |
||
974 | "squizlabs/php_codesniffer": "~2.2", |
||
975 | "symfony/yaml": "~2.7" |
||
976 | }, |
||
977 | "suggest": { |
||
978 | "pdepend/pdepend": "PHP version of JDepend", |
||
979 | "pear/archive_tar": "Tar file management class", |
||
980 | "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", |
||
981 | "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", |
||
982 | "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", |
||
983 | "phploc/phploc": "A tool for quickly measuring the size of a PHP project", |
||
984 | "phpmd/phpmd": "PHP version of PMD tool", |
||
985 | "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", |
||
986 | "phpunit/phpunit": "The PHP Unit Testing Framework", |
||
987 | "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", |
||
988 | "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", |
||
989 | "tedivm/jshrink": "Javascript Minifier built in PHP" |
||
990 | }, |
||
991 | "bin": [ |
||
992 | "bin/phing" |
||
993 | ], |
||
994 | "type": "library", |
||
995 | "extra": { |
||
996 | "branch-alias": { |
||
997 | "dev-master": "2.15.x-dev" |
||
998 | } |
||
999 | }, |
||
1000 | "autoload": { |
||
1001 | "classmap": [ |
||
1002 | "classes/phing/" |
||
1003 | ] |
||
1004 | }, |
||
1005 | "notification-url": "https://packagist.org/downloads/", |
||
1006 | "include-path": [ |
||
1007 | "classes" |
||
1008 | ], |
||
1009 | "license": [ |
||
1010 | "LGPL-3.0" |
||
1011 | ], |
||
1012 | "authors": [ |
||
1013 | { |
||
1014 | "name": "Michiel Rook", |
||
1015 | "email": "[email protected]" |
||
1016 | }, |
||
1017 | { |
||
1018 | "name": "Phing Community", |
||
1019 | "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" |
||
1020 | } |
||
1021 | ], |
||
1022 | "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", |
||
1023 | "homepage": "https://www.phing.info/", |
||
1024 | "keywords": [ |
||
1025 | "build", |
||
1026 | "phing", |
||
1027 | "task", |
||
1028 | "tool" |
||
1029 | ], |
||
1030 | "time": "2016-10-13T09:01:45+00:00" |
||
1031 | }, |
||
1032 | { |
||
1033 | "name": "phpcollection/phpcollection", |
||
1034 | "version": "0.5.0", |
||
1035 | "source": { |
||
1036 | "type": "git", |
||
1037 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
1038 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
1039 | }, |
||
1040 | "dist": { |
||
1041 | "type": "zip", |
||
1042 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
1043 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
1044 | "shasum": "" |
||
1045 | }, |
||
1046 | "require": { |
||
1047 | "phpoption/phpoption": "1.*" |
||
1048 | }, |
||
1049 | "type": "library", |
||
1050 | "extra": { |
||
1051 | "branch-alias": { |
||
1052 | "dev-master": "0.4-dev" |
||
1053 | } |
||
1054 | }, |
||
1055 | "autoload": { |
||
1056 | "psr-0": { |
||
1057 | "PhpCollection": "src/" |
||
1058 | } |
||
1059 | }, |
||
1060 | "notification-url": "https://packagist.org/downloads/", |
||
1061 | "license": [ |
||
1062 | "Apache2" |
||
1063 | ], |
||
1064 | "authors": [ |
||
1065 | { |
||
1066 | "name": "Johannes M. Schmitt", |
||
1067 | "email": "[email protected]" |
||
1068 | } |
||
1069 | ], |
||
1070 | "description": "General-Purpose Collection Library for PHP", |
||
1071 | "keywords": [ |
||
1072 | "collection", |
||
1073 | "list", |
||
1074 | "map", |
||
1075 | "sequence", |
||
1076 | "set" |
||
1077 | ], |
||
1078 | "time": "2015-05-17T12:39:23+00:00" |
||
1079 | }, |
||
1080 | { |
||
1081 | "name": "phpdocumentor/fileset", |
||
1082 | "version": "1.0.0", |
||
1083 | "source": { |
||
1084 | "type": "git", |
||
1085 | "url": "https://github.com/phpDocumentor/Fileset.git", |
||
1086 | "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" |
||
1087 | }, |
||
1088 | "dist": { |
||
1089 | "type": "zip", |
||
1090 | "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", |
||
1091 | "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", |
||
1092 | "shasum": "" |
||
1093 | }, |
||
1094 | "require": { |
||
1095 | "php": ">=5.3.3", |
||
1096 | "symfony/finder": "~2.1" |
||
1097 | }, |
||
1098 | "require-dev": { |
||
1099 | "phpunit/phpunit": "~3.7" |
||
1100 | }, |
||
1101 | "type": "library", |
||
1102 | "autoload": { |
||
1103 | "psr-0": { |
||
1104 | "phpDocumentor": [ |
||
1105 | "src/", |
||
1106 | "tests/unit/" |
||
1107 | ] |
||
1108 | } |
||
1109 | }, |
||
1110 | "notification-url": "https://packagist.org/downloads/", |
||
1111 | "license": [ |
||
1112 | "MIT" |
||
1113 | ], |
||
1114 | "description": "Fileset component for collecting a set of files given directories and file paths", |
||
1115 | "homepage": "http://www.phpdoc.org", |
||
1116 | "keywords": [ |
||
1117 | "files", |
||
1118 | "fileset", |
||
1119 | "phpdoc" |
||
1120 | ], |
||
1121 | "time": "2013-08-06T21:07:42+00:00" |
||
1122 | }, |
||
1123 | { |
||
1124 | "name": "phpdocumentor/graphviz", |
||
1125 | "version": "1.0.4", |
||
1126 | "source": { |
||
1127 | "type": "git", |
||
1128 | "url": "https://github.com/phpDocumentor/GraphViz.git", |
||
1129 | "reference": "a906a90a9f230535f25ea31caf81b2323956283f" |
||
1130 | }, |
||
1131 | "dist": { |
||
1132 | "type": "zip", |
||
1133 | "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f", |
||
1134 | "reference": "a906a90a9f230535f25ea31caf81b2323956283f", |
||
1135 | "shasum": "" |
||
1136 | }, |
||
1137 | "require": { |
||
1138 | "php": ">=5.3.3" |
||
1139 | }, |
||
1140 | "require-dev": { |
||
1141 | "phpunit/phpunit": "~4.0" |
||
1142 | }, |
||
1143 | "type": "library", |
||
1144 | "autoload": { |
||
1145 | "psr-0": { |
||
1146 | "phpDocumentor": [ |
||
1147 | "src/", |
||
1148 | "tests/unit" |
||
1149 | ] |
||
1150 | } |
||
1151 | }, |
||
1152 | "notification-url": "https://packagist.org/downloads/", |
||
1153 | "license": [ |
||
1154 | "MIT" |
||
1155 | ], |
||
1156 | "authors": [ |
||
1157 | { |
||
1158 | "name": "Mike van Riel", |
||
1159 | "email": "[email protected]" |
||
1160 | } |
||
1161 | ], |
||
1162 | "time": "2016-02-02T13:00:08+00:00" |
||
1163 | }, |
||
1164 | { |
||
1165 | "name": "phpdocumentor/phpdocumentor", |
||
1166 | "version": "v2.8.5", |
||
1167 | "source": { |
||
1168 | "type": "git", |
||
1169 | "url": "https://github.com/phpDocumentor/phpDocumentor2.git", |
||
1170 | "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb" |
||
1171 | }, |
||
1172 | "dist": { |
||
1173 | "type": "zip", |
||
1174 | "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/adfb4affa80e8cc0134616f2d2d264dd25c243eb", |
||
1175 | "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb", |
||
1176 | "shasum": "" |
||
1177 | }, |
||
1178 | "require": { |
||
1179 | "cilex/cilex": "~1.0", |
||
1180 | "erusev/parsedown": "~1.0", |
||
1181 | "herrera-io/phar-update": "1.0.3", |
||
1182 | "jms/serializer": "~0.12", |
||
1183 | "monolog/monolog": "~1.6", |
||
1184 | "php": ">=5.3.3", |
||
1185 | "phpdocumentor/fileset": "~1.0", |
||
1186 | "phpdocumentor/graphviz": "~1.0", |
||
1187 | "phpdocumentor/reflection": "~1.0", |
||
1188 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1189 | "symfony/config": "~2.3", |
||
1190 | "symfony/console": "~2.3", |
||
1191 | "symfony/event-dispatcher": "~2.1", |
||
1192 | "symfony/process": "~2.0", |
||
1193 | "symfony/stopwatch": "~2.3", |
||
1194 | "symfony/validator": "~2.2", |
||
1195 | "twig/twig": "~1.3", |
||
1196 | "zendframework/zend-cache": "~2.1", |
||
1197 | "zendframework/zend-config": "~2.1", |
||
1198 | "zendframework/zend-filter": "~2.1", |
||
1199 | "zendframework/zend-i18n": "~2.1", |
||
1200 | "zendframework/zend-serializer": "~2.1", |
||
1201 | "zendframework/zend-servicemanager": "~2.1", |
||
1202 | "zendframework/zend-stdlib": "~2.1", |
||
1203 | "zetacomponents/document": ">=1.3.1" |
||
1204 | }, |
||
1205 | "require-dev": { |
||
1206 | "behat/behat": "~3.0", |
||
1207 | "mikey179/vfsstream": "~1.2", |
||
1208 | "mockery/mockery": "~0.9@dev", |
||
1209 | "phpunit/phpunit": "~4.0", |
||
1210 | "squizlabs/php_codesniffer": "~1.4", |
||
1211 | "symfony/expression-language": "~2.4" |
||
1212 | }, |
||
1213 | "suggest": { |
||
1214 | "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", |
||
1215 | "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." |
||
1216 | }, |
||
1217 | "bin": [ |
||
1218 | "bin/phpdoc.php", |
||
1219 | "bin/phpdoc" |
||
1220 | ], |
||
1221 | "type": "library", |
||
1222 | "extra": { |
||
1223 | "branch-alias": { |
||
1224 | "dev-develop": "2.9-dev" |
||
1225 | } |
||
1226 | }, |
||
1227 | "autoload": { |
||
1228 | "psr-0": { |
||
1229 | "phpDocumentor": [ |
||
1230 | "src/", |
||
1231 | "tests/unit/" |
||
1232 | ], |
||
1233 | "Cilex\\Provider": [ |
||
1234 | "src/" |
||
1235 | ] |
||
1236 | } |
||
1237 | }, |
||
1238 | "notification-url": "https://packagist.org/downloads/", |
||
1239 | "license": [ |
||
1240 | "MIT" |
||
1241 | ], |
||
1242 | "description": "Documentation Generator for PHP", |
||
1243 | "homepage": "http://www.phpdoc.org", |
||
1244 | "keywords": [ |
||
1245 | "api", |
||
1246 | "application", |
||
1247 | "dga", |
||
1248 | "documentation", |
||
1249 | "phpdoc" |
||
1250 | ], |
||
1251 | "time": "2015-07-28T06:36:40+00:00" |
||
1252 | }, |
||
1253 | { |
||
1254 | "name": "phpdocumentor/reflection", |
||
1255 | "version": "1.0.7", |
||
1256 | "source": { |
||
1257 | "type": "git", |
||
1258 | "url": "https://github.com/phpDocumentor/Reflection.git", |
||
1259 | "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372" |
||
1260 | }, |
||
1261 | "dist": { |
||
1262 | "type": "zip", |
||
1263 | "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372", |
||
1264 | "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372", |
||
1265 | "shasum": "" |
||
1266 | }, |
||
1267 | "require": { |
||
1268 | "nikic/php-parser": "~0.9.4", |
||
1269 | "php": ">=5.3.3", |
||
1270 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1271 | "psr/log": "~1.0" |
||
1272 | }, |
||
1273 | "require-dev": { |
||
1274 | "behat/behat": "~2.4", |
||
1275 | "mockery/mockery": "~0.8", |
||
1276 | "phpunit/phpunit": "~4.0" |
||
1277 | }, |
||
1278 | "type": "library", |
||
1279 | "extra": { |
||
1280 | "branch-alias": { |
||
1281 | "dev-master": "1.0.x-dev" |
||
1282 | } |
||
1283 | }, |
||
1284 | "autoload": { |
||
1285 | "psr-0": { |
||
1286 | "phpDocumentor": [ |
||
1287 | "src/", |
||
1288 | "tests/unit/", |
||
1289 | "tests/mocks/" |
||
1290 | ] |
||
1291 | } |
||
1292 | }, |
||
1293 | "notification-url": "https://packagist.org/downloads/", |
||
1294 | "license": [ |
||
1295 | "MIT" |
||
1296 | ], |
||
1297 | "description": "Reflection library to do Static Analysis for PHP Projects", |
||
1298 | "homepage": "http://www.phpdoc.org", |
||
1299 | "keywords": [ |
||
1300 | "phpDocumentor", |
||
1301 | "phpdoc", |
||
1302 | "reflection", |
||
1303 | "static analysis" |
||
1304 | ], |
||
1305 | "time": "2014-11-14T11:43:04+00:00" |
||
1306 | }, |
||
1307 | { |
||
1308 | "name": "phpdocumentor/reflection-docblock", |
||
1309 | "version": "2.0.5", |
||
1310 | "source": { |
||
1311 | "type": "git", |
||
1312 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1313 | "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" |
||
1314 | }, |
||
1315 | "dist": { |
||
1316 | "type": "zip", |
||
1317 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", |
||
1318 | "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", |
||
1319 | "shasum": "" |
||
1320 | }, |
||
1321 | "require": { |
||
1322 | "php": ">=5.3.3" |
||
1323 | }, |
||
1324 | "require-dev": { |
||
1325 | "phpunit/phpunit": "~4.0" |
||
1326 | }, |
||
1327 | "suggest": { |
||
1328 | "dflydev/markdown": "~1.0", |
||
1329 | "erusev/parsedown": "~1.0" |
||
1330 | }, |
||
1331 | "type": "library", |
||
1332 | "extra": { |
||
1333 | "branch-alias": { |
||
1334 | "dev-master": "2.0.x-dev" |
||
1335 | } |
||
1336 | }, |
||
1337 | "autoload": { |
||
1338 | "psr-0": { |
||
1339 | "phpDocumentor": [ |
||
1340 | "src/" |
||
1341 | ] |
||
1342 | } |
||
1343 | }, |
||
1344 | "notification-url": "https://packagist.org/downloads/", |
||
1345 | "license": [ |
||
1346 | "MIT" |
||
1347 | ], |
||
1348 | "authors": [ |
||
1349 | { |
||
1350 | "name": "Mike van Riel", |
||
1351 | "email": "[email protected]" |
||
1352 | } |
||
1353 | ], |
||
1354 | "time": "2016-01-25T08:17:30+00:00" |
||
1355 | }, |
||
1356 | { |
||
1357 | "name": "phpoption/phpoption", |
||
1358 | "version": "1.5.0", |
||
1359 | "source": { |
||
1360 | "type": "git", |
||
1361 | "url": "https://github.com/schmittjoh/php-option.git", |
||
1362 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
1363 | }, |
||
1364 | "dist": { |
||
1365 | "type": "zip", |
||
1366 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
1367 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
1368 | "shasum": "" |
||
1369 | }, |
||
1370 | "require": { |
||
1371 | "php": ">=5.3.0" |
||
1372 | }, |
||
1373 | "require-dev": { |
||
1374 | "phpunit/phpunit": "4.7.*" |
||
1375 | }, |
||
1376 | "type": "library", |
||
1377 | "extra": { |
||
1378 | "branch-alias": { |
||
1379 | "dev-master": "1.3-dev" |
||
1380 | } |
||
1381 | }, |
||
1382 | "autoload": { |
||
1383 | "psr-0": { |
||
1384 | "PhpOption\\": "src/" |
||
1385 | } |
||
1386 | }, |
||
1387 | "notification-url": "https://packagist.org/downloads/", |
||
1388 | "license": [ |
||
1389 | "Apache2" |
||
1390 | ], |
||
1391 | "authors": [ |
||
1392 | { |
||
1393 | "name": "Johannes M. Schmitt", |
||
1394 | "email": "[email protected]" |
||
1395 | } |
||
1396 | ], |
||
1397 | "description": "Option Type for PHP", |
||
1398 | "keywords": [ |
||
1399 | "language", |
||
1400 | "option", |
||
1401 | "php", |
||
1402 | "type" |
||
1403 | ], |
||
1404 | "time": "2015-07-25T16:39:46+00:00" |
||
1405 | }, |
||
1406 | { |
||
1407 | "name": "phpspec/prophecy", |
||
1408 | "version": "1.8.0", |
||
1409 | "source": { |
||
1410 | "type": "git", |
||
1411 | "url": "https://github.com/phpspec/prophecy.git", |
||
1412 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
||
1413 | }, |
||
1414 | "dist": { |
||
1415 | "type": "zip", |
||
1416 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
||
1417 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
||
1418 | "shasum": "" |
||
1419 | }, |
||
1420 | "require": { |
||
1421 | "doctrine/instantiator": "^1.0.2", |
||
1422 | "php": "^5.3|^7.0", |
||
1423 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1424 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
1425 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1426 | }, |
||
1427 | "require-dev": { |
||
1428 | "phpspec/phpspec": "^2.5|^3.2", |
||
1429 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
||
1430 | }, |
||
1431 | "type": "library", |
||
1432 | "extra": { |
||
1433 | "branch-alias": { |
||
1434 | "dev-master": "1.8.x-dev" |
||
1435 | } |
||
1436 | }, |
||
1437 | "autoload": { |
||
1438 | "psr-0": { |
||
1439 | "Prophecy\\": "src/" |
||
1440 | } |
||
1441 | }, |
||
1442 | "notification-url": "https://packagist.org/downloads/", |
||
1443 | "license": [ |
||
1444 | "MIT" |
||
1445 | ], |
||
1446 | "authors": [ |
||
1447 | { |
||
1448 | "name": "Konstantin Kudryashov", |
||
1449 | "email": "[email protected]", |
||
1450 | "homepage": "http://everzet.com" |
||
1451 | }, |
||
1452 | { |
||
1453 | "name": "Marcello Duarte", |
||
1454 | "email": "[email protected]" |
||
1455 | } |
||
1456 | ], |
||
1457 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1458 | "homepage": "https://github.com/phpspec/prophecy", |
||
1459 | "keywords": [ |
||
1460 | "Double", |
||
1461 | "Dummy", |
||
1462 | "fake", |
||
1463 | "mock", |
||
1464 | "spy", |
||
1465 | "stub" |
||
1466 | ], |
||
1467 | "time": "2018-08-05T17:53:17+00:00" |
||
1468 | }, |
||
1469 | { |
||
1470 | "name": "phpunit/php-code-coverage", |
||
1471 | "version": "2.2.4", |
||
1472 | "source": { |
||
1473 | "type": "git", |
||
1474 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1475 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
1476 | }, |
||
1477 | "dist": { |
||
1478 | "type": "zip", |
||
1479 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1480 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1481 | "shasum": "" |
||
1482 | }, |
||
1483 | "require": { |
||
1484 | "php": ">=5.3.3", |
||
1485 | "phpunit/php-file-iterator": "~1.3", |
||
1486 | "phpunit/php-text-template": "~1.2", |
||
1487 | "phpunit/php-token-stream": "~1.3", |
||
1488 | "sebastian/environment": "^1.3.2", |
||
1489 | "sebastian/version": "~1.0" |
||
1490 | }, |
||
1491 | "require-dev": { |
||
1492 | "ext-xdebug": ">=2.1.4", |
||
1493 | "phpunit/phpunit": "~4" |
||
1494 | }, |
||
1495 | "suggest": { |
||
1496 | "ext-dom": "*", |
||
1497 | "ext-xdebug": ">=2.2.1", |
||
1498 | "ext-xmlwriter": "*" |
||
1499 | }, |
||
1500 | "type": "library", |
||
1501 | "extra": { |
||
1502 | "branch-alias": { |
||
1503 | "dev-master": "2.2.x-dev" |
||
1504 | } |
||
1505 | }, |
||
1506 | "autoload": { |
||
1507 | "classmap": [ |
||
1508 | "src/" |
||
1509 | ] |
||
1510 | }, |
||
1511 | "notification-url": "https://packagist.org/downloads/", |
||
1512 | "license": [ |
||
1513 | "BSD-3-Clause" |
||
1514 | ], |
||
1515 | "authors": [ |
||
1516 | { |
||
1517 | "name": "Sebastian Bergmann", |
||
1518 | "email": "[email protected]", |
||
1519 | "role": "lead" |
||
1520 | } |
||
1521 | ], |
||
1522 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1523 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1524 | "keywords": [ |
||
1525 | "coverage", |
||
1526 | "testing", |
||
1527 | "xunit" |
||
1528 | ], |
||
1529 | "time": "2015-10-06T15:47:00+00:00" |
||
1530 | }, |
||
1531 | { |
||
1532 | "name": "phpunit/php-file-iterator", |
||
1533 | "version": "1.3.4", |
||
1534 | "source": { |
||
1535 | "type": "git", |
||
1536 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1537 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
1538 | }, |
||
1539 | "dist": { |
||
1540 | "type": "zip", |
||
1541 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1542 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1543 | "shasum": "" |
||
1544 | }, |
||
1545 | "require": { |
||
1546 | "php": ">=5.3.3" |
||
1547 | }, |
||
1548 | "type": "library", |
||
1549 | "autoload": { |
||
1550 | "classmap": [ |
||
1551 | "File/" |
||
1552 | ] |
||
1553 | }, |
||
1554 | "notification-url": "https://packagist.org/downloads/", |
||
1555 | "include-path": [ |
||
1556 | "" |
||
1557 | ], |
||
1558 | "license": [ |
||
1559 | "BSD-3-Clause" |
||
1560 | ], |
||
1561 | "authors": [ |
||
1562 | { |
||
1563 | "name": "Sebastian Bergmann", |
||
1564 | "email": "[email protected]", |
||
1565 | "role": "lead" |
||
1566 | } |
||
1567 | ], |
||
1568 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1569 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1570 | "keywords": [ |
||
1571 | "filesystem", |
||
1572 | "iterator" |
||
1573 | ], |
||
1574 | "time": "2013-10-10T15:34:57+00:00" |
||
1575 | }, |
||
1576 | { |
||
1577 | "name": "phpunit/php-text-template", |
||
1578 | "version": "1.2.1", |
||
1579 | "source": { |
||
1580 | "type": "git", |
||
1581 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1582 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1583 | }, |
||
1584 | "dist": { |
||
1585 | "type": "zip", |
||
1586 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1587 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1588 | "shasum": "" |
||
1589 | }, |
||
1590 | "require": { |
||
1591 | "php": ">=5.3.3" |
||
1592 | }, |
||
1593 | "type": "library", |
||
1594 | "autoload": { |
||
1595 | "classmap": [ |
||
1596 | "src/" |
||
1597 | ] |
||
1598 | }, |
||
1599 | "notification-url": "https://packagist.org/downloads/", |
||
1600 | "license": [ |
||
1601 | "BSD-3-Clause" |
||
1602 | ], |
||
1603 | "authors": [ |
||
1604 | { |
||
1605 | "name": "Sebastian Bergmann", |
||
1606 | "email": "[email protected]", |
||
1607 | "role": "lead" |
||
1608 | } |
||
1609 | ], |
||
1610 | "description": "Simple template engine.", |
||
1611 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1612 | "keywords": [ |
||
1613 | "template" |
||
1614 | ], |
||
1615 | "time": "2015-06-21T13:50:34+00:00" |
||
1616 | }, |
||
1617 | { |
||
1618 | "name": "phpunit/php-timer", |
||
1619 | "version": "1.0.9", |
||
1620 | "source": { |
||
1621 | "type": "git", |
||
1622 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1623 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
1624 | }, |
||
1625 | "dist": { |
||
1626 | "type": "zip", |
||
1627 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1628 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1629 | "shasum": "" |
||
1630 | }, |
||
1631 | "require": { |
||
1632 | "php": "^5.3.3 || ^7.0" |
||
1633 | }, |
||
1634 | "require-dev": { |
||
1635 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1636 | }, |
||
1637 | "type": "library", |
||
1638 | "extra": { |
||
1639 | "branch-alias": { |
||
1640 | "dev-master": "1.0-dev" |
||
1641 | } |
||
1642 | }, |
||
1643 | "autoload": { |
||
1644 | "classmap": [ |
||
1645 | "src/" |
||
1646 | ] |
||
1647 | }, |
||
1648 | "notification-url": "https://packagist.org/downloads/", |
||
1649 | "license": [ |
||
1650 | "BSD-3-Clause" |
||
1651 | ], |
||
1652 | "authors": [ |
||
1653 | { |
||
1654 | "name": "Sebastian Bergmann", |
||
1655 | "email": "[email protected]", |
||
1656 | "role": "lead" |
||
1657 | } |
||
1658 | ], |
||
1659 | "description": "Utility class for timing", |
||
1660 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1661 | "keywords": [ |
||
1662 | "timer" |
||
1663 | ], |
||
1664 | "time": "2017-02-26T11:10:40+00:00" |
||
1665 | }, |
||
1666 | { |
||
1667 | "name": "phpunit/php-token-stream", |
||
1668 | "version": "1.4.12", |
||
1669 | "source": { |
||
1670 | "type": "git", |
||
1671 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1672 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" |
||
1673 | }, |
||
1674 | "dist": { |
||
1675 | "type": "zip", |
||
1676 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", |
||
1677 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", |
||
1678 | "shasum": "" |
||
1679 | }, |
||
1680 | "require": { |
||
1681 | "ext-tokenizer": "*", |
||
1682 | "php": ">=5.3.3" |
||
1683 | }, |
||
1684 | "require-dev": { |
||
1685 | "phpunit/phpunit": "~4.2" |
||
1686 | }, |
||
1687 | "type": "library", |
||
1688 | "extra": { |
||
1689 | "branch-alias": { |
||
1690 | "dev-master": "1.4-dev" |
||
1691 | } |
||
1692 | }, |
||
1693 | "autoload": { |
||
1694 | "classmap": [ |
||
1695 | "src/" |
||
1696 | ] |
||
1697 | }, |
||
1698 | "notification-url": "https://packagist.org/downloads/", |
||
1699 | "license": [ |
||
1700 | "BSD-3-Clause" |
||
1701 | ], |
||
1702 | "authors": [ |
||
1703 | { |
||
1704 | "name": "Sebastian Bergmann", |
||
1705 | "email": "[email protected]" |
||
1706 | } |
||
1707 | ], |
||
1708 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1709 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1710 | "keywords": [ |
||
1711 | "tokenizer" |
||
1712 | ], |
||
1713 | "time": "2017-12-04T08:55:13+00:00" |
||
1714 | }, |
||
1715 | { |
||
1716 | "name": "phpunit/phpunit", |
||
1717 | "version": "4.5.1", |
||
1718 | "source": { |
||
1719 | "type": "git", |
||
1720 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1721 | "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4" |
||
1722 | }, |
||
1723 | "dist": { |
||
1724 | "type": "zip", |
||
1725 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d6429b0995b24a2d9dfe5587ee3a7071c1161af4", |
||
1726 | "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4", |
||
1727 | "shasum": "" |
||
1728 | }, |
||
1729 | "require": { |
||
1730 | "ext-dom": "*", |
||
1731 | "ext-json": "*", |
||
1732 | "ext-pcre": "*", |
||
1733 | "ext-reflection": "*", |
||
1734 | "ext-spl": "*", |
||
1735 | "php": ">=5.3.3", |
||
1736 | "phpspec/prophecy": "~1.3,>=1.3.1", |
||
1737 | "phpunit/php-code-coverage": "~2.0,>=2.0.11", |
||
1738 | "phpunit/php-file-iterator": "~1.3.2", |
||
1739 | "phpunit/php-text-template": "~1.2", |
||
1740 | "phpunit/php-timer": "~1.0.2", |
||
1741 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1742 | "sebastian/comparator": "~1.1", |
||
1743 | "sebastian/diff": "~1.1", |
||
1744 | "sebastian/environment": "~1.2", |
||
1745 | "sebastian/exporter": "~1.2", |
||
1746 | "sebastian/global-state": "~1.0", |
||
1747 | "sebastian/version": "~1.0", |
||
1748 | "symfony/yaml": "~2.0" |
||
1749 | }, |
||
1750 | "suggest": { |
||
1751 | "phpunit/php-invoker": "~1.1" |
||
1752 | }, |
||
1753 | "bin": [ |
||
1754 | "phpunit" |
||
1755 | ], |
||
1756 | "type": "library", |
||
1757 | "extra": { |
||
1758 | "branch-alias": { |
||
1759 | "dev-master": "4.5.x-dev" |
||
1760 | } |
||
1761 | }, |
||
1762 | "autoload": { |
||
1763 | "classmap": [ |
||
1764 | "src/" |
||
1765 | ] |
||
1766 | }, |
||
1767 | "notification-url": "https://packagist.org/downloads/", |
||
1768 | "license": [ |
||
1769 | "BSD-3-Clause" |
||
1770 | ], |
||
1771 | "authors": [ |
||
1772 | { |
||
1773 | "name": "Sebastian Bergmann", |
||
1774 | "email": "[email protected]", |
||
1775 | "role": "lead" |
||
1776 | } |
||
1777 | ], |
||
1778 | "description": "The PHP Unit Testing framework.", |
||
1779 | "homepage": "https://phpunit.de/", |
||
1780 | "keywords": [ |
||
1781 | "phpunit", |
||
1782 | "testing", |
||
1783 | "xunit" |
||
1784 | ], |
||
1785 | "time": "2015-03-29T09:24:05+00:00" |
||
1786 | }, |
||
1787 | { |
||
1788 | "name": "phpunit/phpunit-mock-objects", |
||
1789 | "version": "2.3.8", |
||
1790 | "source": { |
||
1791 | "type": "git", |
||
1792 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1793 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
1794 | }, |
||
1795 | "dist": { |
||
1796 | "type": "zip", |
||
1797 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1798 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1799 | "shasum": "" |
||
1800 | }, |
||
1801 | "require": { |
||
1802 | "doctrine/instantiator": "^1.0.2", |
||
1803 | "php": ">=5.3.3", |
||
1804 | "phpunit/php-text-template": "~1.2", |
||
1805 | "sebastian/exporter": "~1.2" |
||
1806 | }, |
||
1807 | "require-dev": { |
||
1808 | "phpunit/phpunit": "~4.4" |
||
1809 | }, |
||
1810 | "suggest": { |
||
1811 | "ext-soap": "*" |
||
1812 | }, |
||
1813 | "type": "library", |
||
1814 | "extra": { |
||
1815 | "branch-alias": { |
||
1816 | "dev-master": "2.3.x-dev" |
||
1817 | } |
||
1818 | }, |
||
1819 | "autoload": { |
||
1820 | "classmap": [ |
||
1821 | "src/" |
||
1822 | ] |
||
1823 | }, |
||
1824 | "notification-url": "https://packagist.org/downloads/", |
||
1825 | "license": [ |
||
1826 | "BSD-3-Clause" |
||
1827 | ], |
||
1828 | "authors": [ |
||
1829 | { |
||
1830 | "name": "Sebastian Bergmann", |
||
1831 | "email": "[email protected]", |
||
1832 | "role": "lead" |
||
1833 | } |
||
1834 | ], |
||
1835 | "description": "Mock Object library for PHPUnit", |
||
1836 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1837 | "keywords": [ |
||
1838 | "mock", |
||
1839 | "xunit" |
||
1840 | ], |
||
1841 | "time": "2015-10-02T06:51:40+00:00" |
||
1842 | }, |
||
1843 | { |
||
1844 | "name": "pimple/pimple", |
||
1845 | "version": "v1.1.1", |
||
1846 | "source": { |
||
1847 | "type": "git", |
||
1848 | "url": "https://github.com/silexphp/Pimple.git", |
||
1849 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" |
||
1850 | }, |
||
1851 | "dist": { |
||
1852 | "type": "zip", |
||
1853 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
1854 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
1855 | "shasum": "" |
||
1856 | }, |
||
1857 | "require": { |
||
1858 | "php": ">=5.3.0" |
||
1859 | }, |
||
1860 | "type": "library", |
||
1861 | "extra": { |
||
1862 | "branch-alias": { |
||
1863 | "dev-master": "1.1.x-dev" |
||
1864 | } |
||
1865 | }, |
||
1866 | "autoload": { |
||
1867 | "psr-0": { |
||
1868 | "Pimple": "lib/" |
||
1869 | } |
||
1870 | }, |
||
1871 | "notification-url": "https://packagist.org/downloads/", |
||
1872 | "license": [ |
||
1873 | "MIT" |
||
1874 | ], |
||
1875 | "authors": [ |
||
1876 | { |
||
1877 | "name": "Fabien Potencier", |
||
1878 | "email": "[email protected]" |
||
1879 | } |
||
1880 | ], |
||
1881 | "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", |
||
1882 | "homepage": "http://pimple.sensiolabs.org", |
||
1883 | "keywords": [ |
||
1884 | "container", |
||
1885 | "dependency injection" |
||
1886 | ], |
||
1887 | "time": "2013-11-22T08:30:29+00:00" |
||
1888 | }, |
||
1889 | { |
||
1890 | "name": "psr/cache", |
||
1891 | "version": "1.0.1", |
||
1892 | "source": { |
||
1893 | "type": "git", |
||
1894 | "url": "https://github.com/php-fig/cache.git", |
||
1895 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1896 | }, |
||
1897 | "dist": { |
||
1898 | "type": "zip", |
||
1899 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1900 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1901 | "shasum": "" |
||
1902 | }, |
||
1903 | "require": { |
||
1904 | "php": ">=5.3.0" |
||
1905 | }, |
||
1906 | "type": "library", |
||
1907 | "extra": { |
||
1908 | "branch-alias": { |
||
1909 | "dev-master": "1.0.x-dev" |
||
1910 | } |
||
1911 | }, |
||
1912 | "autoload": { |
||
1913 | "psr-4": { |
||
1914 | "Psr\\Cache\\": "src/" |
||
1915 | } |
||
1916 | }, |
||
1917 | "notification-url": "https://packagist.org/downloads/", |
||
1918 | "license": [ |
||
1919 | "MIT" |
||
1920 | ], |
||
1921 | "authors": [ |
||
1922 | { |
||
1923 | "name": "PHP-FIG", |
||
1924 | "homepage": "http://www.php-fig.org/" |
||
1925 | } |
||
1926 | ], |
||
1927 | "description": "Common interface for caching libraries", |
||
1928 | "keywords": [ |
||
1929 | "cache", |
||
1930 | "psr", |
||
1931 | "psr-6" |
||
1932 | ], |
||
1933 | "time": "2016-08-06T20:24:11+00:00" |
||
1934 | }, |
||
1935 | { |
||
1936 | "name": "psr/container", |
||
1937 | "version": "1.0.0", |
||
1938 | "source": { |
||
1939 | "type": "git", |
||
1940 | "url": "https://github.com/php-fig/container.git", |
||
1941 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1942 | }, |
||
1943 | "dist": { |
||
1944 | "type": "zip", |
||
1945 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1946 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1947 | "shasum": "" |
||
1948 | }, |
||
1949 | "require": { |
||
1950 | "php": ">=5.3.0" |
||
1951 | }, |
||
1952 | "type": "library", |
||
1953 | "extra": { |
||
1954 | "branch-alias": { |
||
1955 | "dev-master": "1.0.x-dev" |
||
1956 | } |
||
1957 | }, |
||
1958 | "autoload": { |
||
1959 | "psr-4": { |
||
1960 | "Psr\\Container\\": "src/" |
||
1961 | } |
||
1962 | }, |
||
1963 | "notification-url": "https://packagist.org/downloads/", |
||
1964 | "license": [ |
||
1965 | "MIT" |
||
1966 | ], |
||
1967 | "authors": [ |
||
1968 | { |
||
1969 | "name": "PHP-FIG", |
||
1970 | "homepage": "http://www.php-fig.org/" |
||
1971 | } |
||
1972 | ], |
||
1973 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
1974 | "homepage": "https://github.com/php-fig/container", |
||
1975 | "keywords": [ |
||
1976 | "PSR-11", |
||
1977 | "container", |
||
1978 | "container-interface", |
||
1979 | "container-interop", |
||
1980 | "psr" |
||
1981 | ], |
||
1982 | "time": "2017-02-14T16:28:37+00:00" |
||
1983 | }, |
||
1984 | { |
||
1985 | "name": "psr/log", |
||
1986 | "version": "1.0.2", |
||
1987 | "source": { |
||
1988 | "type": "git", |
||
1989 | "url": "https://github.com/php-fig/log.git", |
||
1990 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1991 | }, |
||
1992 | "dist": { |
||
1993 | "type": "zip", |
||
1994 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1995 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1996 | "shasum": "" |
||
1997 | }, |
||
1998 | "require": { |
||
1999 | "php": ">=5.3.0" |
||
2000 | }, |
||
2001 | "type": "library", |
||
2002 | "extra": { |
||
2003 | "branch-alias": { |
||
2004 | "dev-master": "1.0.x-dev" |
||
2005 | } |
||
2006 | }, |
||
2007 | "autoload": { |
||
2008 | "psr-4": { |
||
2009 | "Psr\\Log\\": "Psr/Log/" |
||
2010 | } |
||
2011 | }, |
||
2012 | "notification-url": "https://packagist.org/downloads/", |
||
2013 | "license": [ |
||
2014 | "MIT" |
||
2015 | ], |
||
2016 | "authors": [ |
||
2017 | { |
||
2018 | "name": "PHP-FIG", |
||
2019 | "homepage": "http://www.php-fig.org/" |
||
2020 | } |
||
2021 | ], |
||
2022 | "description": "Common interface for logging libraries", |
||
2023 | "homepage": "https://github.com/php-fig/log", |
||
2024 | "keywords": [ |
||
2025 | "log", |
||
2026 | "psr", |
||
2027 | "psr-3" |
||
2028 | ], |
||
2029 | "time": "2016-10-10T12:19:37+00:00" |
||
2030 | }, |
||
2031 | { |
||
2032 | "name": "psr/simple-cache", |
||
2033 | "version": "1.0.1", |
||
2034 | "source": { |
||
2035 | "type": "git", |
||
2036 | "url": "https://github.com/php-fig/simple-cache.git", |
||
2037 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
||
2038 | }, |
||
2039 | "dist": { |
||
2040 | "type": "zip", |
||
2041 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
2042 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
2043 | "shasum": "" |
||
2044 | }, |
||
2045 | "require": { |
||
2046 | "php": ">=5.3.0" |
||
2047 | }, |
||
2048 | "type": "library", |
||
2049 | "extra": { |
||
2050 | "branch-alias": { |
||
2051 | "dev-master": "1.0.x-dev" |
||
2052 | } |
||
2053 | }, |
||
2054 | "autoload": { |
||
2055 | "psr-4": { |
||
2056 | "Psr\\SimpleCache\\": "src/" |
||
2057 | } |
||
2058 | }, |
||
2059 | "notification-url": "https://packagist.org/downloads/", |
||
2060 | "license": [ |
||
2061 | "MIT" |
||
2062 | ], |
||
2063 | "authors": [ |
||
2064 | { |
||
2065 | "name": "PHP-FIG", |
||
2066 | "homepage": "http://www.php-fig.org/" |
||
2067 | } |
||
2068 | ], |
||
2069 | "description": "Common interfaces for simple caching", |
||
2070 | "keywords": [ |
||
2071 | "cache", |
||
2072 | "caching", |
||
2073 | "psr", |
||
2074 | "psr-16", |
||
2075 | "simple-cache" |
||
2076 | ], |
||
2077 | "time": "2017-10-23T01:57:42+00:00" |
||
2078 | }, |
||
2079 | { |
||
2080 | "name": "sebastian/comparator", |
||
2081 | "version": "1.2.4", |
||
2082 | "source": { |
||
2083 | "type": "git", |
||
2084 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2085 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
2086 | }, |
||
2087 | "dist": { |
||
2088 | "type": "zip", |
||
2089 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
2090 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
2091 | "shasum": "" |
||
2092 | }, |
||
2093 | "require": { |
||
2094 | "php": ">=5.3.3", |
||
2095 | "sebastian/diff": "~1.2", |
||
2096 | "sebastian/exporter": "~1.2 || ~2.0" |
||
2097 | }, |
||
2098 | "require-dev": { |
||
2099 | "phpunit/phpunit": "~4.4" |
||
2100 | }, |
||
2101 | "type": "library", |
||
2102 | "extra": { |
||
2103 | "branch-alias": { |
||
2104 | "dev-master": "1.2.x-dev" |
||
2105 | } |
||
2106 | }, |
||
2107 | "autoload": { |
||
2108 | "classmap": [ |
||
2109 | "src/" |
||
2110 | ] |
||
2111 | }, |
||
2112 | "notification-url": "https://packagist.org/downloads/", |
||
2113 | "license": [ |
||
2114 | "BSD-3-Clause" |
||
2115 | ], |
||
2116 | "authors": [ |
||
2117 | { |
||
2118 | "name": "Jeff Welch", |
||
2119 | "email": "[email protected]" |
||
2120 | }, |
||
2121 | { |
||
2122 | "name": "Volker Dusch", |
||
2123 | "email": "[email protected]" |
||
2124 | }, |
||
2125 | { |
||
2126 | "name": "Bernhard Schussek", |
||
2127 | "email": "[email protected]" |
||
2128 | }, |
||
2129 | { |
||
2130 | "name": "Sebastian Bergmann", |
||
2131 | "email": "[email protected]" |
||
2132 | } |
||
2133 | ], |
||
2134 | "description": "Provides the functionality to compare PHP values for equality", |
||
2135 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2136 | "keywords": [ |
||
2137 | "comparator", |
||
2138 | "compare", |
||
2139 | "equality" |
||
2140 | ], |
||
2141 | "time": "2017-01-29T09:50:25+00:00" |
||
2142 | }, |
||
2143 | { |
||
2144 | "name": "sebastian/diff", |
||
2145 | "version": "1.4.3", |
||
2146 | "source": { |
||
2147 | "type": "git", |
||
2148 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2149 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
2150 | }, |
||
2151 | "dist": { |
||
2152 | "type": "zip", |
||
2153 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
2154 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
2155 | "shasum": "" |
||
2156 | }, |
||
2157 | "require": { |
||
2158 | "php": "^5.3.3 || ^7.0" |
||
2159 | }, |
||
2160 | "require-dev": { |
||
2161 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
2162 | }, |
||
2163 | "type": "library", |
||
2164 | "extra": { |
||
2165 | "branch-alias": { |
||
2166 | "dev-master": "1.4-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": "Kore Nordmann", |
||
2181 | "email": "[email protected]" |
||
2182 | }, |
||
2183 | { |
||
2184 | "name": "Sebastian Bergmann", |
||
2185 | "email": "[email protected]" |
||
2186 | } |
||
2187 | ], |
||
2188 | "description": "Diff implementation", |
||
2189 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2190 | "keywords": [ |
||
2191 | "diff" |
||
2192 | ], |
||
2193 | "time": "2017-05-22T07:24:03+00:00" |
||
2194 | }, |
||
2195 | { |
||
2196 | "name": "sebastian/environment", |
||
2197 | "version": "1.3.8", |
||
2198 | "source": { |
||
2199 | "type": "git", |
||
2200 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2201 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
2202 | }, |
||
2203 | "dist": { |
||
2204 | "type": "zip", |
||
2205 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
2206 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
2207 | "shasum": "" |
||
2208 | }, |
||
2209 | "require": { |
||
2210 | "php": "^5.3.3 || ^7.0" |
||
2211 | }, |
||
2212 | "require-dev": { |
||
2213 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
2214 | }, |
||
2215 | "type": "library", |
||
2216 | "extra": { |
||
2217 | "branch-alias": { |
||
2218 | "dev-master": "1.3.x-dev" |
||
2219 | } |
||
2220 | }, |
||
2221 | "autoload": { |
||
2222 | "classmap": [ |
||
2223 | "src/" |
||
2224 | ] |
||
2225 | }, |
||
2226 | "notification-url": "https://packagist.org/downloads/", |
||
2227 | "license": [ |
||
2228 | "BSD-3-Clause" |
||
2229 | ], |
||
2230 | "authors": [ |
||
2231 | { |
||
2232 | "name": "Sebastian Bergmann", |
||
2233 | "email": "[email protected]" |
||
2234 | } |
||
2235 | ], |
||
2236 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2237 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2238 | "keywords": [ |
||
2239 | "Xdebug", |
||
2240 | "environment", |
||
2241 | "hhvm" |
||
2242 | ], |
||
2243 | "time": "2016-08-18T05:49:44+00:00" |
||
2244 | }, |
||
2245 | { |
||
2246 | "name": "sebastian/exporter", |
||
2247 | "version": "1.2.2", |
||
2248 | "source": { |
||
2249 | "type": "git", |
||
2250 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2251 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
2252 | }, |
||
2253 | "dist": { |
||
2254 | "type": "zip", |
||
2255 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
2256 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
2257 | "shasum": "" |
||
2258 | }, |
||
2259 | "require": { |
||
2260 | "php": ">=5.3.3", |
||
2261 | "sebastian/recursion-context": "~1.0" |
||
2262 | }, |
||
2263 | "require-dev": { |
||
2264 | "ext-mbstring": "*", |
||
2265 | "phpunit/phpunit": "~4.4" |
||
2266 | }, |
||
2267 | "type": "library", |
||
2268 | "extra": { |
||
2269 | "branch-alias": { |
||
2270 | "dev-master": "1.3.x-dev" |
||
2271 | } |
||
2272 | }, |
||
2273 | "autoload": { |
||
2274 | "classmap": [ |
||
2275 | "src/" |
||
2276 | ] |
||
2277 | }, |
||
2278 | "notification-url": "https://packagist.org/downloads/", |
||
2279 | "license": [ |
||
2280 | "BSD-3-Clause" |
||
2281 | ], |
||
2282 | "authors": [ |
||
2283 | { |
||
2284 | "name": "Jeff Welch", |
||
2285 | "email": "[email protected]" |
||
2286 | }, |
||
2287 | { |
||
2288 | "name": "Volker Dusch", |
||
2289 | "email": "[email protected]" |
||
2290 | }, |
||
2291 | { |
||
2292 | "name": "Bernhard Schussek", |
||
2293 | "email": "[email protected]" |
||
2294 | }, |
||
2295 | { |
||
2296 | "name": "Sebastian Bergmann", |
||
2297 | "email": "[email protected]" |
||
2298 | }, |
||
2299 | { |
||
2300 | "name": "Adam Harvey", |
||
2301 | "email": "[email protected]" |
||
2302 | } |
||
2303 | ], |
||
2304 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2305 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2306 | "keywords": [ |
||
2307 | "export", |
||
2308 | "exporter" |
||
2309 | ], |
||
2310 | "time": "2016-06-17T09:04:28+00:00" |
||
2311 | }, |
||
2312 | { |
||
2313 | "name": "sebastian/global-state", |
||
2314 | "version": "1.1.1", |
||
2315 | "source": { |
||
2316 | "type": "git", |
||
2317 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2318 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2319 | }, |
||
2320 | "dist": { |
||
2321 | "type": "zip", |
||
2322 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2323 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2324 | "shasum": "" |
||
2325 | }, |
||
2326 | "require": { |
||
2327 | "php": ">=5.3.3" |
||
2328 | }, |
||
2329 | "require-dev": { |
||
2330 | "phpunit/phpunit": "~4.2" |
||
2331 | }, |
||
2332 | "suggest": { |
||
2333 | "ext-uopz": "*" |
||
2334 | }, |
||
2335 | "type": "library", |
||
2336 | "extra": { |
||
2337 | "branch-alias": { |
||
2338 | "dev-master": "1.0-dev" |
||
2339 | } |
||
2340 | }, |
||
2341 | "autoload": { |
||
2342 | "classmap": [ |
||
2343 | "src/" |
||
2344 | ] |
||
2345 | }, |
||
2346 | "notification-url": "https://packagist.org/downloads/", |
||
2347 | "license": [ |
||
2348 | "BSD-3-Clause" |
||
2349 | ], |
||
2350 | "authors": [ |
||
2351 | { |
||
2352 | "name": "Sebastian Bergmann", |
||
2353 | "email": "[email protected]" |
||
2354 | } |
||
2355 | ], |
||
2356 | "description": "Snapshotting of global state", |
||
2357 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2358 | "keywords": [ |
||
2359 | "global state" |
||
2360 | ], |
||
2361 | "time": "2015-10-12T03:26:01+00:00" |
||
2362 | }, |
||
2363 | { |
||
2364 | "name": "sebastian/recursion-context", |
||
2365 | "version": "1.0.5", |
||
2366 | "source": { |
||
2367 | "type": "git", |
||
2368 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2369 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" |
||
2370 | }, |
||
2371 | "dist": { |
||
2372 | "type": "zip", |
||
2373 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
||
2374 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
||
2375 | "shasum": "" |
||
2376 | }, |
||
2377 | "require": { |
||
2378 | "php": ">=5.3.3" |
||
2379 | }, |
||
2380 | "require-dev": { |
||
2381 | "phpunit/phpunit": "~4.4" |
||
2382 | }, |
||
2383 | "type": "library", |
||
2384 | "extra": { |
||
2385 | "branch-alias": { |
||
2386 | "dev-master": "1.0.x-dev" |
||
2387 | } |
||
2388 | }, |
||
2389 | "autoload": { |
||
2390 | "classmap": [ |
||
2391 | "src/" |
||
2392 | ] |
||
2393 | }, |
||
2394 | "notification-url": "https://packagist.org/downloads/", |
||
2395 | "license": [ |
||
2396 | "BSD-3-Clause" |
||
2397 | ], |
||
2398 | "authors": [ |
||
2399 | { |
||
2400 | "name": "Jeff Welch", |
||
2401 | "email": "[email protected]" |
||
2402 | }, |
||
2403 | { |
||
2404 | "name": "Sebastian Bergmann", |
||
2405 | "email": "[email protected]" |
||
2406 | }, |
||
2407 | { |
||
2408 | "name": "Adam Harvey", |
||
2409 | "email": "[email protected]" |
||
2410 | } |
||
2411 | ], |
||
2412 | "description": "Provides functionality to recursively process PHP variables", |
||
2413 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2414 | "time": "2016-10-03T07:41:43+00:00" |
||
2415 | }, |
||
2416 | { |
||
2417 | "name": "sebastian/version", |
||
2418 | "version": "1.0.6", |
||
2419 | "source": { |
||
2420 | "type": "git", |
||
2421 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2422 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
2423 | }, |
||
2424 | "dist": { |
||
2425 | "type": "zip", |
||
2426 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2427 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2428 | "shasum": "" |
||
2429 | }, |
||
2430 | "type": "library", |
||
2431 | "autoload": { |
||
2432 | "classmap": [ |
||
2433 | "src/" |
||
2434 | ] |
||
2435 | }, |
||
2436 | "notification-url": "https://packagist.org/downloads/", |
||
2437 | "license": [ |
||
2438 | "BSD-3-Clause" |
||
2439 | ], |
||
2440 | "authors": [ |
||
2441 | { |
||
2442 | "name": "Sebastian Bergmann", |
||
2443 | "email": "[email protected]", |
||
2444 | "role": "lead" |
||
2445 | } |
||
2446 | ], |
||
2447 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2448 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2449 | "time": "2015-06-21T13:59:46+00:00" |
||
2450 | }, |
||
2451 | { |
||
2452 | "name": "seld/jsonlint", |
||
2453 | "version": "1.7.1", |
||
2454 | "source": { |
||
2455 | "type": "git", |
||
2456 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
2457 | "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" |
||
2458 | }, |
||
2459 | "dist": { |
||
2460 | "type": "zip", |
||
2461 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", |
||
2462 | "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", |
||
2463 | "shasum": "" |
||
2464 | }, |
||
2465 | "require": { |
||
2466 | "php": "^5.3 || ^7.0" |
||
2467 | }, |
||
2468 | "require-dev": { |
||
2469 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
2470 | }, |
||
2471 | "bin": [ |
||
2472 | "bin/jsonlint" |
||
2473 | ], |
||
2474 | "type": "library", |
||
2475 | "autoload": { |
||
2476 | "psr-4": { |
||
2477 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
2478 | } |
||
2479 | }, |
||
2480 | "notification-url": "https://packagist.org/downloads/", |
||
2481 | "license": [ |
||
2482 | "MIT" |
||
2483 | ], |
||
2484 | "authors": [ |
||
2485 | { |
||
2486 | "name": "Jordi Boggiano", |
||
2487 | "email": "[email protected]", |
||
2488 | "homepage": "http://seld.be" |
||
2489 | } |
||
2490 | ], |
||
2491 | "description": "JSON Linter", |
||
2492 | "keywords": [ |
||
2493 | "json", |
||
2494 | "linter", |
||
2495 | "parser", |
||
2496 | "validator" |
||
2497 | ], |
||
2498 | "time": "2018-01-24T12:46:19+00:00" |
||
2499 | }, |
||
2500 | { |
||
2501 | "name": "symfony/config", |
||
2502 | "version": "v2.8.46", |
||
2503 | "source": { |
||
2504 | "type": "git", |
||
2505 | "url": "https://github.com/symfony/config.git", |
||
2506 | "reference": "fb3469266daaa67a1e6d42fc78fa6cdc254689f6" |
||
2507 | }, |
||
2508 | "dist": { |
||
2509 | "type": "zip", |
||
2510 | "url": "https://api.github.com/repos/symfony/config/zipball/fb3469266daaa67a1e6d42fc78fa6cdc254689f6", |
||
2511 | "reference": "fb3469266daaa67a1e6d42fc78fa6cdc254689f6", |
||
2512 | "shasum": "" |
||
2513 | }, |
||
2514 | "require": { |
||
2515 | "php": ">=5.3.9", |
||
2516 | "symfony/filesystem": "~2.3|~3.0.0", |
||
2517 | "symfony/polyfill-ctype": "~1.8" |
||
2518 | }, |
||
2519 | "require-dev": { |
||
2520 | "symfony/yaml": "~2.7|~3.0.0" |
||
2521 | }, |
||
2522 | "suggest": { |
||
2523 | "symfony/yaml": "To use the yaml reference dumper" |
||
2524 | }, |
||
2525 | "type": "library", |
||
2526 | "extra": { |
||
2527 | "branch-alias": { |
||
2528 | "dev-master": "2.8-dev" |
||
2529 | } |
||
2530 | }, |
||
2531 | "autoload": { |
||
2532 | "psr-4": { |
||
2533 | "Symfony\\Component\\Config\\": "" |
||
2534 | }, |
||
2535 | "exclude-from-classmap": [ |
||
2536 | "/Tests/" |
||
2537 | ] |
||
2538 | }, |
||
2539 | "notification-url": "https://packagist.org/downloads/", |
||
2540 | "license": [ |
||
2541 | "MIT" |
||
2542 | ], |
||
2543 | "authors": [ |
||
2544 | { |
||
2545 | "name": "Fabien Potencier", |
||
2546 | "email": "[email protected]" |
||
2547 | }, |
||
2548 | { |
||
2549 | "name": "Symfony Community", |
||
2550 | "homepage": "https://symfony.com/contributors" |
||
2551 | } |
||
2552 | ], |
||
2553 | "description": "Symfony Config Component", |
||
2554 | "homepage": "https://symfony.com", |
||
2555 | "time": "2018-09-08T12:44:02+00:00" |
||
2556 | }, |
||
2557 | { |
||
2558 | "name": "symfony/console", |
||
2559 | "version": "v2.8.46", |
||
2560 | "source": { |
||
2561 | "type": "git", |
||
2562 | "url": "https://github.com/symfony/console.git", |
||
2563 | "reference": "aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789" |
||
2564 | }, |
||
2565 | "dist": { |
||
2566 | "type": "zip", |
||
2567 | "url": "https://api.github.com/repos/symfony/console/zipball/aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789", |
||
2568 | "reference": "aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789", |
||
2569 | "shasum": "" |
||
2570 | }, |
||
2571 | "require": { |
||
2572 | "php": ">=5.3.9", |
||
2573 | "symfony/debug": "^2.7.2|~3.0.0", |
||
2574 | "symfony/polyfill-mbstring": "~1.0" |
||
2575 | }, |
||
2576 | "require-dev": { |
||
2577 | "psr/log": "~1.0", |
||
2578 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
2579 | "symfony/process": "~2.1|~3.0.0" |
||
2580 | }, |
||
2581 | "suggest": { |
||
2582 | "psr/log-implementation": "For using the console logger", |
||
2583 | "symfony/event-dispatcher": "", |
||
2584 | "symfony/process": "" |
||
2585 | }, |
||
2586 | "type": "library", |
||
2587 | "extra": { |
||
2588 | "branch-alias": { |
||
2589 | "dev-master": "2.8-dev" |
||
2590 | } |
||
2591 | }, |
||
2592 | "autoload": { |
||
2593 | "psr-4": { |
||
2594 | "Symfony\\Component\\Console\\": "" |
||
2595 | }, |
||
2596 | "exclude-from-classmap": [ |
||
2597 | "/Tests/" |
||
2598 | ] |
||
2599 | }, |
||
2600 | "notification-url": "https://packagist.org/downloads/", |
||
2601 | "license": [ |
||
2602 | "MIT" |
||
2603 | ], |
||
2604 | "authors": [ |
||
2605 | { |
||
2606 | "name": "Fabien Potencier", |
||
2607 | "email": "[email protected]" |
||
2608 | }, |
||
2609 | { |
||
2610 | "name": "Symfony Community", |
||
2611 | "homepage": "https://symfony.com/contributors" |
||
2612 | } |
||
2613 | ], |
||
2614 | "description": "Symfony Console Component", |
||
2615 | "homepage": "https://symfony.com", |
||
2616 | "time": "2018-09-30T03:33:07+00:00" |
||
2617 | }, |
||
2618 | { |
||
2619 | "name": "symfony/debug", |
||
2620 | "version": "v3.0.9", |
||
2621 | "source": { |
||
2622 | "type": "git", |
||
2623 | "url": "https://github.com/symfony/debug.git", |
||
2624 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" |
||
2625 | }, |
||
2626 | "dist": { |
||
2627 | "type": "zip", |
||
2628 | "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", |
||
2629 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", |
||
2630 | "shasum": "" |
||
2631 | }, |
||
2632 | "require": { |
||
2633 | "php": ">=5.5.9", |
||
2634 | "psr/log": "~1.0" |
||
2635 | }, |
||
2636 | "conflict": { |
||
2637 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
2638 | }, |
||
2639 | "require-dev": { |
||
2640 | "symfony/class-loader": "~2.8|~3.0", |
||
2641 | "symfony/http-kernel": "~2.8|~3.0" |
||
2642 | }, |
||
2643 | "type": "library", |
||
2644 | "extra": { |
||
2645 | "branch-alias": { |
||
2646 | "dev-master": "3.0-dev" |
||
2647 | } |
||
2648 | }, |
||
2649 | "autoload": { |
||
2650 | "psr-4": { |
||
2651 | "Symfony\\Component\\Debug\\": "" |
||
2652 | }, |
||
2653 | "exclude-from-classmap": [ |
||
2654 | "/Tests/" |
||
2655 | ] |
||
2656 | }, |
||
2657 | "notification-url": "https://packagist.org/downloads/", |
||
2658 | "license": [ |
||
2659 | "MIT" |
||
2660 | ], |
||
2661 | "authors": [ |
||
2662 | { |
||
2663 | "name": "Fabien Potencier", |
||
2664 | "email": "[email protected]" |
||
2665 | }, |
||
2666 | { |
||
2667 | "name": "Symfony Community", |
||
2668 | "homepage": "https://symfony.com/contributors" |
||
2669 | } |
||
2670 | ], |
||
2671 | "description": "Symfony Debug Component", |
||
2672 | "homepage": "https://symfony.com", |
||
2673 | "time": "2016-07-30T07:22:48+00:00" |
||
2674 | }, |
||
2675 | { |
||
2676 | "name": "symfony/event-dispatcher", |
||
2677 | "version": "v2.8.46", |
||
2678 | "source": { |
||
2679 | "type": "git", |
||
2680 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2681 | "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12" |
||
2682 | }, |
||
2683 | "dist": { |
||
2684 | "type": "zip", |
||
2685 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/84ae343f39947aa084426ed1138bb96bf94d1f12", |
||
2686 | "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12", |
||
2687 | "shasum": "" |
||
2688 | }, |
||
2689 | "require": { |
||
2690 | "php": ">=5.3.9" |
||
2691 | }, |
||
2692 | "require-dev": { |
||
2693 | "psr/log": "~1.0", |
||
2694 | "symfony/config": "^2.0.5|~3.0.0", |
||
2695 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
2696 | "symfony/expression-language": "~2.6|~3.0.0", |
||
2697 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
2698 | }, |
||
2699 | "suggest": { |
||
2700 | "symfony/dependency-injection": "", |
||
2701 | "symfony/http-kernel": "" |
||
2702 | }, |
||
2703 | "type": "library", |
||
2704 | "extra": { |
||
2705 | "branch-alias": { |
||
2706 | "dev-master": "2.8-dev" |
||
2707 | } |
||
2708 | }, |
||
2709 | "autoload": { |
||
2710 | "psr-4": { |
||
2711 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2712 | }, |
||
2713 | "exclude-from-classmap": [ |
||
2714 | "/Tests/" |
||
2715 | ] |
||
2716 | }, |
||
2717 | "notification-url": "https://packagist.org/downloads/", |
||
2718 | "license": [ |
||
2719 | "MIT" |
||
2720 | ], |
||
2721 | "authors": [ |
||
2722 | { |
||
2723 | "name": "Fabien Potencier", |
||
2724 | "email": "[email protected]" |
||
2725 | }, |
||
2726 | { |
||
2727 | "name": "Symfony Community", |
||
2728 | "homepage": "https://symfony.com/contributors" |
||
2729 | } |
||
2730 | ], |
||
2731 | "description": "Symfony EventDispatcher Component", |
||
2732 | "homepage": "https://symfony.com", |
||
2733 | "time": "2018-07-26T09:03:18+00:00" |
||
2734 | }, |
||
2735 | { |
||
2736 | "name": "symfony/filesystem", |
||
2737 | "version": "v3.0.9", |
||
2738 | "source": { |
||
2739 | "type": "git", |
||
2740 | "url": "https://github.com/symfony/filesystem.git", |
||
2741 | "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d" |
||
2742 | }, |
||
2743 | "dist": { |
||
2744 | "type": "zip", |
||
2745 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d", |
||
2746 | "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d", |
||
2747 | "shasum": "" |
||
2748 | }, |
||
2749 | "require": { |
||
2750 | "php": ">=5.5.9" |
||
2751 | }, |
||
2752 | "type": "library", |
||
2753 | "extra": { |
||
2754 | "branch-alias": { |
||
2755 | "dev-master": "3.0-dev" |
||
2756 | } |
||
2757 | }, |
||
2758 | "autoload": { |
||
2759 | "psr-4": { |
||
2760 | "Symfony\\Component\\Filesystem\\": "" |
||
2761 | }, |
||
2762 | "exclude-from-classmap": [ |
||
2763 | "/Tests/" |
||
2764 | ] |
||
2765 | }, |
||
2766 | "notification-url": "https://packagist.org/downloads/", |
||
2767 | "license": [ |
||
2768 | "MIT" |
||
2769 | ], |
||
2770 | "authors": [ |
||
2771 | { |
||
2772 | "name": "Fabien Potencier", |
||
2773 | "email": "[email protected]" |
||
2774 | }, |
||
2775 | { |
||
2776 | "name": "Symfony Community", |
||
2777 | "homepage": "https://symfony.com/contributors" |
||
2778 | } |
||
2779 | ], |
||
2780 | "description": "Symfony Filesystem Component", |
||
2781 | "homepage": "https://symfony.com", |
||
2782 | "time": "2016-07-20T05:43:46+00:00" |
||
2783 | }, |
||
2784 | { |
||
2785 | "name": "symfony/finder", |
||
2786 | "version": "v2.8.46", |
||
2787 | "source": { |
||
2788 | "type": "git", |
||
2789 | "url": "https://github.com/symfony/finder.git", |
||
2790 | "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e" |
||
2791 | }, |
||
2792 | "dist": { |
||
2793 | "type": "zip", |
||
2794 | "url": "https://api.github.com/repos/symfony/finder/zipball/5ebb438d1aabe9dba93099dd06e0500f97817a6e", |
||
2795 | "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e", |
||
2796 | "shasum": "" |
||
2797 | }, |
||
2798 | "require": { |
||
2799 | "php": ">=5.3.9" |
||
2800 | }, |
||
2801 | "type": "library", |
||
2802 | "extra": { |
||
2803 | "branch-alias": { |
||
2804 | "dev-master": "2.8-dev" |
||
2805 | } |
||
2806 | }, |
||
2807 | "autoload": { |
||
2808 | "psr-4": { |
||
2809 | "Symfony\\Component\\Finder\\": "" |
||
2810 | }, |
||
2811 | "exclude-from-classmap": [ |
||
2812 | "/Tests/" |
||
2813 | ] |
||
2814 | }, |
||
2815 | "notification-url": "https://packagist.org/downloads/", |
||
2816 | "license": [ |
||
2817 | "MIT" |
||
2818 | ], |
||
2819 | "authors": [ |
||
2820 | { |
||
2821 | "name": "Fabien Potencier", |
||
2822 | "email": "[email protected]" |
||
2823 | }, |
||
2824 | { |
||
2825 | "name": "Symfony Community", |
||
2826 | "homepage": "https://symfony.com/contributors" |
||
2827 | } |
||
2828 | ], |
||
2829 | "description": "Symfony Finder Component", |
||
2830 | "homepage": "https://symfony.com", |
||
2831 | "time": "2018-09-21T12:46:38+00:00" |
||
2832 | }, |
||
2833 | { |
||
2834 | "name": "symfony/polyfill-ctype", |
||
2835 | "version": "v1.9.0", |
||
2836 | "source": { |
||
2837 | "type": "git", |
||
2838 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
2839 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
||
2840 | }, |
||
2841 | "dist": { |
||
2842 | "type": "zip", |
||
2843 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
||
2844 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
||
2845 | "shasum": "" |
||
2846 | }, |
||
2847 | "require": { |
||
2848 | "php": ">=5.3.3" |
||
2849 | }, |
||
2850 | "suggest": { |
||
2851 | "ext-ctype": "For best performance" |
||
2852 | }, |
||
2853 | "type": "library", |
||
2854 | "extra": { |
||
2855 | "branch-alias": { |
||
2856 | "dev-master": "1.9-dev" |
||
2857 | } |
||
2858 | }, |
||
2859 | "autoload": { |
||
2860 | "psr-4": { |
||
2861 | "Symfony\\Polyfill\\Ctype\\": "" |
||
2862 | }, |
||
2863 | "files": [ |
||
2864 | "bootstrap.php" |
||
2865 | ] |
||
2866 | }, |
||
2867 | "notification-url": "https://packagist.org/downloads/", |
||
2868 | "license": [ |
||
2869 | "MIT" |
||
2870 | ], |
||
2871 | "authors": [ |
||
2872 | { |
||
2873 | "name": "Symfony Community", |
||
2874 | "homepage": "https://symfony.com/contributors" |
||
2875 | }, |
||
2876 | { |
||
2877 | "name": "Gert de Pagter", |
||
2878 | "email": "[email protected]" |
||
2879 | } |
||
2880 | ], |
||
2881 | "description": "Symfony polyfill for ctype functions", |
||
2882 | "homepage": "https://symfony.com", |
||
2883 | "keywords": [ |
||
2884 | "compatibility", |
||
2885 | "ctype", |
||
2886 | "polyfill", |
||
2887 | "portable" |
||
2888 | ], |
||
2889 | "time": "2018-08-06T14:22:27+00:00" |
||
2890 | }, |
||
2891 | { |
||
2892 | "name": "symfony/polyfill-mbstring", |
||
2893 | "version": "v1.9.0", |
||
2894 | "source": { |
||
2895 | "type": "git", |
||
2896 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2897 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" |
||
2898 | }, |
||
2899 | "dist": { |
||
2900 | "type": "zip", |
||
2901 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", |
||
2902 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", |
||
2903 | "shasum": "" |
||
2904 | }, |
||
2905 | "require": { |
||
2906 | "php": ">=5.3.3" |
||
2907 | }, |
||
2908 | "suggest": { |
||
2909 | "ext-mbstring": "For best performance" |
||
2910 | }, |
||
2911 | "type": "library", |
||
2912 | "extra": { |
||
2913 | "branch-alias": { |
||
2914 | "dev-master": "1.9-dev" |
||
2915 | } |
||
2916 | }, |
||
2917 | "autoload": { |
||
2918 | "psr-4": { |
||
2919 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2920 | }, |
||
2921 | "files": [ |
||
2922 | "bootstrap.php" |
||
2923 | ] |
||
2924 | }, |
||
2925 | "notification-url": "https://packagist.org/downloads/", |
||
2926 | "license": [ |
||
2927 | "MIT" |
||
2928 | ], |
||
2929 | "authors": [ |
||
2930 | { |
||
2931 | "name": "Nicolas Grekas", |
||
2932 | "email": "[email protected]" |
||
2933 | }, |
||
2934 | { |
||
2935 | "name": "Symfony Community", |
||
2936 | "homepage": "https://symfony.com/contributors" |
||
2937 | } |
||
2938 | ], |
||
2939 | "description": "Symfony polyfill for the Mbstring extension", |
||
2940 | "homepage": "https://symfony.com", |
||
2941 | "keywords": [ |
||
2942 | "compatibility", |
||
2943 | "mbstring", |
||
2944 | "polyfill", |
||
2945 | "portable", |
||
2946 | "shim" |
||
2947 | ], |
||
2948 | "time": "2018-08-06T14:22:27+00:00" |
||
2949 | }, |
||
2950 | { |
||
2951 | "name": "symfony/process", |
||
2952 | "version": "v2.8.46", |
||
2953 | "source": { |
||
2954 | "type": "git", |
||
2955 | "url": "https://github.com/symfony/process.git", |
||
2956 | "reference": "f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6" |
||
2957 | }, |
||
2958 | "dist": { |
||
2959 | "type": "zip", |
||
2960 | "url": "https://api.github.com/repos/symfony/process/zipball/f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6", |
||
2961 | "reference": "f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6", |
||
2962 | "shasum": "" |
||
2963 | }, |
||
2964 | "require": { |
||
2965 | "php": ">=5.3.9" |
||
2966 | }, |
||
2967 | "type": "library", |
||
2968 | "extra": { |
||
2969 | "branch-alias": { |
||
2970 | "dev-master": "2.8-dev" |
||
2971 | } |
||
2972 | }, |
||
2973 | "autoload": { |
||
2974 | "psr-4": { |
||
2975 | "Symfony\\Component\\Process\\": "" |
||
2976 | }, |
||
2977 | "exclude-from-classmap": [ |
||
2978 | "/Tests/" |
||
2979 | ] |
||
2980 | }, |
||
2981 | "notification-url": "https://packagist.org/downloads/", |
||
2982 | "license": [ |
||
2983 | "MIT" |
||
2984 | ], |
||
2985 | "authors": [ |
||
2986 | { |
||
2987 | "name": "Fabien Potencier", |
||
2988 | "email": "[email protected]" |
||
2989 | }, |
||
2990 | { |
||
2991 | "name": "Symfony Community", |
||
2992 | "homepage": "https://symfony.com/contributors" |
||
2993 | } |
||
2994 | ], |
||
2995 | "description": "Symfony Process Component", |
||
2996 | "homepage": "https://symfony.com", |
||
2997 | "time": "2018-09-06T17:11:15+00:00" |
||
2998 | }, |
||
2999 | { |
||
3000 | "name": "symfony/stopwatch", |
||
3001 | "version": "v2.8.46", |
||
3002 | "source": { |
||
3003 | "type": "git", |
||
3004 | "url": "https://github.com/symfony/stopwatch.git", |
||
3005 | "reference": "12a4b0c2a1788adf16a5548ab18ab9e8801d71d8" |
||
3006 | }, |
||
3007 | "dist": { |
||
3008 | "type": "zip", |
||
3009 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/12a4b0c2a1788adf16a5548ab18ab9e8801d71d8", |
||
3010 | "reference": "12a4b0c2a1788adf16a5548ab18ab9e8801d71d8", |
||
3011 | "shasum": "" |
||
3012 | }, |
||
3013 | "require": { |
||
3014 | "php": ">=5.3.9" |
||
3015 | }, |
||
3016 | "type": "library", |
||
3017 | "extra": { |
||
3018 | "branch-alias": { |
||
3019 | "dev-master": "2.8-dev" |
||
3020 | } |
||
3021 | }, |
||
3022 | "autoload": { |
||
3023 | "psr-4": { |
||
3024 | "Symfony\\Component\\Stopwatch\\": "" |
||
3025 | }, |
||
3026 | "exclude-from-classmap": [ |
||
3027 | "/Tests/" |
||
3028 | ] |
||
3029 | }, |
||
3030 | "notification-url": "https://packagist.org/downloads/", |
||
3031 | "license": [ |
||
3032 | "MIT" |
||
3033 | ], |
||
3034 | "authors": [ |
||
3035 | { |
||
3036 | "name": "Fabien Potencier", |
||
3037 | "email": "[email protected]" |
||
3038 | }, |
||
3039 | { |
||
3040 | "name": "Symfony Community", |
||
3041 | "homepage": "https://symfony.com/contributors" |
||
3042 | } |
||
3043 | ], |
||
3044 | "description": "Symfony Stopwatch Component", |
||
3045 | "homepage": "https://symfony.com", |
||
3046 | "time": "2018-07-24T10:05:38+00:00" |
||
3047 | }, |
||
3048 | { |
||
3049 | "name": "symfony/translation", |
||
3050 | "version": "v3.0.9", |
||
3051 | "source": { |
||
3052 | "type": "git", |
||
3053 | "url": "https://github.com/symfony/translation.git", |
||
3054 | "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26" |
||
3055 | }, |
||
3056 | "dist": { |
||
3057 | "type": "zip", |
||
3058 | "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26", |
||
3059 | "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26", |
||
3060 | "shasum": "" |
||
3061 | }, |
||
3062 | "require": { |
||
3063 | "php": ">=5.5.9", |
||
3064 | "symfony/polyfill-mbstring": "~1.0" |
||
3065 | }, |
||
3066 | "conflict": { |
||
3067 | "symfony/config": "<2.8" |
||
3068 | }, |
||
3069 | "require-dev": { |
||
3070 | "psr/log": "~1.0", |
||
3071 | "symfony/config": "~2.8|~3.0", |
||
3072 | "symfony/intl": "~2.8|~3.0", |
||
3073 | "symfony/yaml": "~2.8|~3.0" |
||
3074 | }, |
||
3075 | "suggest": { |
||
3076 | "psr/log": "To use logging capability in translator", |
||
3077 | "symfony/config": "", |
||
3078 | "symfony/yaml": "" |
||
3079 | }, |
||
3080 | "type": "library", |
||
3081 | "extra": { |
||
3082 | "branch-alias": { |
||
3083 | "dev-master": "3.0-dev" |
||
3084 | } |
||
3085 | }, |
||
3086 | "autoload": { |
||
3087 | "psr-4": { |
||
3088 | "Symfony\\Component\\Translation\\": "" |
||
3089 | }, |
||
3090 | "exclude-from-classmap": [ |
||
3091 | "/Tests/" |
||
3092 | ] |
||
3093 | }, |
||
3094 | "notification-url": "https://packagist.org/downloads/", |
||
3095 | "license": [ |
||
3096 | "MIT" |
||
3097 | ], |
||
3098 | "authors": [ |
||
3099 | { |
||
3100 | "name": "Fabien Potencier", |
||
3101 | "email": "[email protected]" |
||
3102 | }, |
||
3103 | { |
||
3104 | "name": "Symfony Community", |
||
3105 | "homepage": "https://symfony.com/contributors" |
||
3106 | } |
||
3107 | ], |
||
3108 | "description": "Symfony Translation Component", |
||
3109 | "homepage": "https://symfony.com", |
||
3110 | "time": "2016-07-30T07:22:48+00:00" |
||
3111 | }, |
||
3112 | { |
||
3113 | "name": "symfony/validator", |
||
3114 | "version": "v2.8.46", |
||
3115 | "source": { |
||
3116 | "type": "git", |
||
3117 | "url": "https://github.com/symfony/validator.git", |
||
3118 | "reference": "d928358e4e67353784be1816d3830e7097d5cf56" |
||
3119 | }, |
||
3120 | "dist": { |
||
3121 | "type": "zip", |
||
3122 | "url": "https://api.github.com/repos/symfony/validator/zipball/d928358e4e67353784be1816d3830e7097d5cf56", |
||
3123 | "reference": "d928358e4e67353784be1816d3830e7097d5cf56", |
||
3124 | "shasum": "" |
||
3125 | }, |
||
3126 | "require": { |
||
3127 | "php": ">=5.3.9", |
||
3128 | "symfony/polyfill-ctype": "~1.8", |
||
3129 | "symfony/polyfill-mbstring": "~1.0", |
||
3130 | "symfony/translation": "~2.4|~3.0.0" |
||
3131 | }, |
||
3132 | "require-dev": { |
||
3133 | "doctrine/annotations": "~1.0", |
||
3134 | "doctrine/cache": "~1.0", |
||
3135 | "egulias/email-validator": "^1.2.1", |
||
3136 | "symfony/config": "~2.2|~3.0.0", |
||
3137 | "symfony/expression-language": "~2.4|~3.0.0", |
||
3138 | "symfony/http-foundation": "~2.3|~3.0.0", |
||
3139 | "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", |
||
3140 | "symfony/property-access": "~2.3|~3.0.0", |
||
3141 | "symfony/yaml": "^2.0.5|~3.0.0" |
||
3142 | }, |
||
3143 | "suggest": { |
||
3144 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
3145 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
3146 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
3147 | "symfony/config": "", |
||
3148 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
3149 | "symfony/http-foundation": "", |
||
3150 | "symfony/intl": "", |
||
3151 | "symfony/property-access": "For using the 2.4 Validator API", |
||
3152 | "symfony/yaml": "" |
||
3153 | }, |
||
3154 | "type": "library", |
||
3155 | "extra": { |
||
3156 | "branch-alias": { |
||
3157 | "dev-master": "2.8-dev" |
||
3158 | } |
||
3159 | }, |
||
3160 | "autoload": { |
||
3161 | "psr-4": { |
||
3162 | "Symfony\\Component\\Validator\\": "" |
||
3163 | }, |
||
3164 | "exclude-from-classmap": [ |
||
3165 | "/Tests/" |
||
3166 | ] |
||
3167 | }, |
||
3168 | "notification-url": "https://packagist.org/downloads/", |
||
3169 | "license": [ |
||
3170 | "MIT" |
||
3171 | ], |
||
3172 | "authors": [ |
||
3173 | { |
||
3174 | "name": "Fabien Potencier", |
||
3175 | "email": "[email protected]" |
||
3176 | }, |
||
3177 | { |
||
3178 | "name": "Symfony Community", |
||
3179 | "homepage": "https://symfony.com/contributors" |
||
3180 | } |
||
3181 | ], |
||
3182 | "description": "Symfony Validator Component", |
||
3183 | "homepage": "https://symfony.com", |
||
3184 | "time": "2018-09-25T08:06:01+00:00" |
||
3185 | }, |
||
3186 | { |
||
3187 | "name": "symfony/yaml", |
||
3188 | "version": "v2.8.46", |
||
3189 | "source": { |
||
3190 | "type": "git", |
||
3191 | "url": "https://github.com/symfony/yaml.git", |
||
3192 | "reference": "5baf0f821b14eee8ca415e6a0361a9fa140c002c" |
||
3193 | }, |
||
3194 | "dist": { |
||
3195 | "type": "zip", |
||
3196 | "url": "https://api.github.com/repos/symfony/yaml/zipball/5baf0f821b14eee8ca415e6a0361a9fa140c002c", |
||
3197 | "reference": "5baf0f821b14eee8ca415e6a0361a9fa140c002c", |
||
3198 | "shasum": "" |
||
3199 | }, |
||
3200 | "require": { |
||
3201 | "php": ">=5.3.9", |
||
3202 | "symfony/polyfill-ctype": "~1.8" |
||
3203 | }, |
||
3204 | "type": "library", |
||
3205 | "extra": { |
||
3206 | "branch-alias": { |
||
3207 | "dev-master": "2.8-dev" |
||
3208 | } |
||
3209 | }, |
||
3210 | "autoload": { |
||
3211 | "psr-4": { |
||
3212 | "Symfony\\Component\\Yaml\\": "" |
||
3213 | }, |
||
3214 | "exclude-from-classmap": [ |
||
3215 | "/Tests/" |
||
3216 | ] |
||
3217 | }, |
||
3218 | "notification-url": "https://packagist.org/downloads/", |
||
3219 | "license": [ |
||
3220 | "MIT" |
||
3221 | ], |
||
3222 | "authors": [ |
||
3223 | { |
||
3224 | "name": "Fabien Potencier", |
||
3225 | "email": "[email protected]" |
||
3226 | }, |
||
3227 | { |
||
3228 | "name": "Symfony Community", |
||
3229 | "homepage": "https://symfony.com/contributors" |
||
3230 | } |
||
3231 | ], |
||
3232 | "description": "Symfony Yaml Component", |
||
3233 | "homepage": "https://symfony.com", |
||
3234 | "time": "2018-08-29T13:11:53+00:00" |
||
3235 | }, |
||
3236 | { |
||
3237 | "name": "twig/twig", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
3238 | "version": "v1.18.2", |
||
3239 | "source": { |
||
3240 | "type": "git", |
||
3241 | "url": "https://github.com/twigphp/Twig.git", |
||
3242 | "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602" |
||
3243 | }, |
||
3244 | "dist": { |
||
3245 | "type": "zip", |
||
3246 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602", |
||
3247 | "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602", |
||
3248 | "shasum": "" |
||
3249 | }, |
||
3250 | "require": { |
||
3251 | "php": ">=5.2.7" |
||
3252 | }, |
||
3253 | "type": "library", |
||
3254 | "extra": { |
||
3255 | "branch-alias": { |
||
3256 | "dev-master": "1.18-dev" |
||
3257 | } |
||
3258 | }, |
||
3259 | "autoload": { |
||
3260 | "psr-0": { |
||
3261 | "Twig_": "lib/" |
||
3262 | } |
||
3263 | }, |
||
3264 | "notification-url": "https://packagist.org/downloads/", |
||
3265 | "license": [ |
||
3266 | "BSD-3-Clause" |
||
3267 | ], |
||
3268 | "authors": [ |
||
3269 | { |
||
3270 | "name": "Fabien Potencier", |
||
3271 | "email": "[email protected]", |
||
3272 | "homepage": "http://fabien.potencier.org", |
||
3273 | "role": "Lead Developer" |
||
3274 | }, |
||
3275 | { |
||
3276 | "name": "Armin Ronacher", |
||
3277 | "email": "[email protected]", |
||
3278 | "role": "Project Founder" |
||
3279 | }, |
||
3280 | { |
||
3281 | "name": "Twig Team", |
||
3282 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3283 | "role": "Contributors" |
||
3284 | } |
||
3285 | ], |
||
3286 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3287 | "homepage": "http://twig.sensiolabs.org", |
||
3288 | "keywords": [ |
||
3289 | "templating" |
||
3290 | ], |
||
3291 | "time": "2015-06-06T23:31:24+00:00" |
||
3292 | }, |
||
3293 | { |
||
3294 | "name": "zendframework/zend-cache", |
||
3295 | "version": "2.8.2", |
||
3296 | "source": { |
||
3297 | "type": "git", |
||
3298 | "url": "https://github.com/zendframework/zend-cache.git", |
||
3299 | "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3" |
||
3300 | }, |
||
3301 | "dist": { |
||
3302 | "type": "zip", |
||
3303 | "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3", |
||
3304 | "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3", |
||
3305 | "shasum": "" |
||
3306 | }, |
||
3307 | "require": { |
||
3308 | "php": "^5.6 || ^7.0", |
||
3309 | "psr/cache": "^1.0", |
||
3310 | "psr/simple-cache": "^1.0", |
||
3311 | "zendframework/zend-eventmanager": "^2.6.3 || ^3.2", |
||
3312 | "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", |
||
3313 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
3314 | }, |
||
3315 | "provide": { |
||
3316 | "psr/cache-implementation": "1.0", |
||
3317 | "psr/simple-cache-implementation": "1.0" |
||
3318 | }, |
||
3319 | "require-dev": { |
||
3320 | "cache/integration-tests": "^0.16", |
||
3321 | "phpbench/phpbench": "^0.13", |
||
3322 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
||
3323 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3324 | "zendframework/zend-serializer": "^2.6", |
||
3325 | "zendframework/zend-session": "^2.7.4" |
||
3326 | }, |
||
3327 | "suggest": { |
||
3328 | "ext-apc": "APC or compatible extension, to use the APC storage adapter", |
||
3329 | "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter", |
||
3330 | "ext-dba": "DBA, to use the DBA storage adapter", |
||
3331 | "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", |
||
3332 | "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", |
||
3333 | "ext-mongo": "Mongo, to use MongoDb storage adapter", |
||
3334 | "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter", |
||
3335 | "ext-redis": "Redis, to use Redis storage adapter", |
||
3336 | "ext-wincache": "WinCache, to use the WinCache storage adapter", |
||
3337 | "ext-xcache": "XCache, to use the XCache storage adapter", |
||
3338 | "mongodb/mongodb": "Required for use with the ext-mongodb adapter", |
||
3339 | "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", |
||
3340 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
3341 | "zendframework/zend-session": "Zend\\Session component" |
||
3342 | }, |
||
3343 | "type": "library", |
||
3344 | "extra": { |
||
3345 | "branch-alias": { |
||
3346 | "dev-master": "2.8.x-dev", |
||
3347 | "dev-develop": "2.9.x-dev" |
||
3348 | }, |
||
3349 | "zf": { |
||
3350 | "component": "Zend\\Cache", |
||
3351 | "config-provider": "Zend\\Cache\\ConfigProvider" |
||
3352 | } |
||
3353 | }, |
||
3354 | "autoload": { |
||
3355 | "files": [ |
||
3356 | "autoload/patternPluginManagerPolyfill.php" |
||
3357 | ], |
||
3358 | "psr-4": { |
||
3359 | "Zend\\Cache\\": "src/" |
||
3360 | } |
||
3361 | }, |
||
3362 | "notification-url": "https://packagist.org/downloads/", |
||
3363 | "license": [ |
||
3364 | "BSD-3-Clause" |
||
3365 | ], |
||
3366 | "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output", |
||
3367 | "keywords": [ |
||
3368 | "ZendFramework", |
||
3369 | "cache", |
||
3370 | "psr-16", |
||
3371 | "psr-6", |
||
3372 | "zf" |
||
3373 | ], |
||
3374 | "time": "2018-05-01T21:58:00+00:00" |
||
3375 | }, |
||
3376 | { |
||
3377 | "name": "zendframework/zend-config", |
||
3378 | "version": "2.6.0", |
||
3379 | "source": { |
||
3380 | "type": "git", |
||
3381 | "url": "https://github.com/zendframework/zend-config.git", |
||
3382 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d" |
||
3383 | }, |
||
3384 | "dist": { |
||
3385 | "type": "zip", |
||
3386 | "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
3387 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
3388 | "shasum": "" |
||
3389 | }, |
||
3390 | "require": { |
||
3391 | "php": "^5.5 || ^7.0", |
||
3392 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3393 | }, |
||
3394 | "require-dev": { |
||
3395 | "fabpot/php-cs-fixer": "1.7.*", |
||
3396 | "phpunit/phpunit": "~4.0", |
||
3397 | "zendframework/zend-filter": "^2.6", |
||
3398 | "zendframework/zend-i18n": "^2.5", |
||
3399 | "zendframework/zend-json": "^2.6.1", |
||
3400 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
3401 | }, |
||
3402 | "suggest": { |
||
3403 | "zendframework/zend-filter": "Zend\\Filter component", |
||
3404 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
3405 | "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", |
||
3406 | "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" |
||
3407 | }, |
||
3408 | "type": "library", |
||
3409 | "extra": { |
||
3410 | "branch-alias": { |
||
3411 | "dev-master": "2.6-dev", |
||
3412 | "dev-develop": "2.7-dev" |
||
3413 | } |
||
3414 | }, |
||
3415 | "autoload": { |
||
3416 | "psr-4": { |
||
3417 | "Zend\\Config\\": "src/" |
||
3418 | } |
||
3419 | }, |
||
3420 | "notification-url": "https://packagist.org/downloads/", |
||
3421 | "license": [ |
||
3422 | "BSD-3-Clause" |
||
3423 | ], |
||
3424 | "description": "provides a nested object property based user interface for accessing this configuration data within application code", |
||
3425 | "homepage": "https://github.com/zendframework/zend-config", |
||
3426 | "keywords": [ |
||
3427 | "config", |
||
3428 | "zf2" |
||
3429 | ], |
||
3430 | "time": "2016-02-04T23:01:10+00:00" |
||
3431 | }, |
||
3432 | { |
||
3433 | "name": "zendframework/zend-eventmanager", |
||
3434 | "version": "3.2.1", |
||
3435 | "source": { |
||
3436 | "type": "git", |
||
3437 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
3438 | "reference": "a5e2583a211f73604691586b8406ff7296a946dd" |
||
3439 | }, |
||
3440 | "dist": { |
||
3441 | "type": "zip", |
||
3442 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", |
||
3443 | "reference": "a5e2583a211f73604691586b8406ff7296a946dd", |
||
3444 | "shasum": "" |
||
3445 | }, |
||
3446 | "require": { |
||
3447 | "php": "^5.6 || ^7.0" |
||
3448 | }, |
||
3449 | "require-dev": { |
||
3450 | "athletic/athletic": "^0.1", |
||
3451 | "container-interop/container-interop": "^1.1.0", |
||
3452 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
||
3453 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3454 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
3455 | }, |
||
3456 | "suggest": { |
||
3457 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
3458 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
3459 | }, |
||
3460 | "type": "library", |
||
3461 | "extra": { |
||
3462 | "branch-alias": { |
||
3463 | "dev-master": "3.2-dev", |
||
3464 | "dev-develop": "3.3-dev" |
||
3465 | } |
||
3466 | }, |
||
3467 | "autoload": { |
||
3468 | "psr-4": { |
||
3469 | "Zend\\EventManager\\": "src/" |
||
3470 | } |
||
3471 | }, |
||
3472 | "notification-url": "https://packagist.org/downloads/", |
||
3473 | "license": [ |
||
3474 | "BSD-3-Clause" |
||
3475 | ], |
||
3476 | "description": "Trigger and listen to events within a PHP application", |
||
3477 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
3478 | "keywords": [ |
||
3479 | "event", |
||
3480 | "eventmanager", |
||
3481 | "events", |
||
3482 | "zf2" |
||
3483 | ], |
||
3484 | "time": "2018-04-25T15:33:34+00:00" |
||
3485 | }, |
||
3486 | { |
||
3487 | "name": "zendframework/zend-filter", |
||
3488 | "version": "2.8.0", |
||
3489 | "source": { |
||
3490 | "type": "git", |
||
3491 | "url": "https://github.com/zendframework/zend-filter.git", |
||
3492 | "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9" |
||
3493 | }, |
||
3494 | "dist": { |
||
3495 | "type": "zip", |
||
3496 | "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9", |
||
3497 | "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9", |
||
3498 | "shasum": "" |
||
3499 | }, |
||
3500 | "require": { |
||
3501 | "php": "^5.6 || ^7.0", |
||
3502 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
3503 | }, |
||
3504 | "conflict": { |
||
3505 | "zendframework/zend-validator": "<2.10.1" |
||
3506 | }, |
||
3507 | "require-dev": { |
||
3508 | "pear/archive_tar": "^1.4.3", |
||
3509 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
3510 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3511 | "zendframework/zend-crypt": "^3.2.1", |
||
3512 | "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", |
||
3513 | "zendframework/zend-uri": "^2.6" |
||
3514 | }, |
||
3515 | "suggest": { |
||
3516 | "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters", |
||
3517 | "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality", |
||
3518 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality", |
||
3519 | "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter" |
||
3520 | }, |
||
3521 | "type": "library", |
||
3522 | "extra": { |
||
3523 | "branch-alias": { |
||
3524 | "dev-master": "2.8.x-dev", |
||
3525 | "dev-develop": "2.9.x-dev" |
||
3526 | }, |
||
3527 | "zf": { |
||
3528 | "component": "Zend\\Filter", |
||
3529 | "config-provider": "Zend\\Filter\\ConfigProvider" |
||
3530 | } |
||
3531 | }, |
||
3532 | "autoload": { |
||
3533 | "psr-4": { |
||
3534 | "Zend\\Filter\\": "src/" |
||
3535 | } |
||
3536 | }, |
||
3537 | "notification-url": "https://packagist.org/downloads/", |
||
3538 | "license": [ |
||
3539 | "BSD-3-Clause" |
||
3540 | ], |
||
3541 | "description": "provides a set of commonly needed data filters", |
||
3542 | "keywords": [ |
||
3543 | "ZendFramework", |
||
3544 | "filter", |
||
3545 | "zf" |
||
3546 | ], |
||
3547 | "time": "2018-04-11T16:20:04+00:00" |
||
3548 | }, |
||
3549 | { |
||
3550 | "name": "zendframework/zend-hydrator", |
||
3551 | "version": "1.1.0", |
||
3552 | "source": { |
||
3553 | "type": "git", |
||
3554 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
3555 | "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65" |
||
3556 | }, |
||
3557 | "dist": { |
||
3558 | "type": "zip", |
||
3559 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65", |
||
3560 | "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65", |
||
3561 | "shasum": "" |
||
3562 | }, |
||
3563 | "require": { |
||
3564 | "php": "^5.5 || ^7.0", |
||
3565 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3566 | }, |
||
3567 | "require-dev": { |
||
3568 | "phpunit/phpunit": "~4.0", |
||
3569 | "squizlabs/php_codesniffer": "^2.0@dev", |
||
3570 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
3571 | "zendframework/zend-filter": "^2.6", |
||
3572 | "zendframework/zend-inputfilter": "^2.6", |
||
3573 | "zendframework/zend-serializer": "^2.6.1", |
||
3574 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
3575 | }, |
||
3576 | "suggest": { |
||
3577 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", |
||
3578 | "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", |
||
3579 | "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", |
||
3580 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" |
||
3581 | }, |
||
3582 | "type": "library", |
||
3583 | "extra": { |
||
3584 | "branch-alias": { |
||
3585 | "dev-release-1.0": "1.0-dev", |
||
3586 | "dev-release-1.1": "1.1-dev", |
||
3587 | "dev-master": "2.0-dev", |
||
3588 | "dev-develop": "2.1-dev" |
||
3589 | } |
||
3590 | }, |
||
3591 | "autoload": { |
||
3592 | "psr-4": { |
||
3593 | "Zend\\Hydrator\\": "src/" |
||
3594 | } |
||
3595 | }, |
||
3596 | "notification-url": "https://packagist.org/downloads/", |
||
3597 | "license": [ |
||
3598 | "BSD-3-Clause" |
||
3599 | ], |
||
3600 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
3601 | "keywords": [ |
||
3602 | "hydrator", |
||
3603 | "zf2" |
||
3604 | ], |
||
3605 | "time": "2016-02-18T22:38:26+00:00" |
||
3606 | }, |
||
3607 | { |
||
3608 | "name": "zendframework/zend-i18n", |
||
3609 | "version": "2.9.0", |
||
3610 | "source": { |
||
3611 | "type": "git", |
||
3612 | "url": "https://github.com/zendframework/zend-i18n.git", |
||
3613 | "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f" |
||
3614 | }, |
||
3615 | "dist": { |
||
3616 | "type": "zip", |
||
3617 | "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f", |
||
3618 | "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f", |
||
3619 | "shasum": "" |
||
3620 | }, |
||
3621 | "require": { |
||
3622 | "php": "^5.6 || ^7.0", |
||
3623 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3624 | }, |
||
3625 | "require-dev": { |
||
3626 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
||
3627 | "zendframework/zend-cache": "^2.6.1", |
||
3628 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3629 | "zendframework/zend-config": "^2.6", |
||
3630 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
3631 | "zendframework/zend-filter": "^2.6.1", |
||
3632 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
3633 | "zendframework/zend-validator": "^2.6", |
||
3634 | "zendframework/zend-view": "^2.6.3" |
||
3635 | }, |
||
3636 | "suggest": { |
||
3637 | "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", |
||
3638 | "zendframework/zend-cache": "Zend\\Cache component", |
||
3639 | "zendframework/zend-config": "Zend\\Config component", |
||
3640 | "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", |
||
3641 | "zendframework/zend-filter": "You should install this package to use the provided filters", |
||
3642 | "zendframework/zend-i18n-resources": "Translation resources", |
||
3643 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
3644 | "zendframework/zend-validator": "You should install this package to use the provided validators", |
||
3645 | "zendframework/zend-view": "You should install this package to use the provided view helpers" |
||
3646 | }, |
||
3647 | "type": "library", |
||
3648 | "extra": { |
||
3649 | "branch-alias": { |
||
3650 | "dev-master": "2.9.x-dev", |
||
3651 | "dev-develop": "2.10.x-dev" |
||
3652 | }, |
||
3653 | "zf": { |
||
3654 | "component": "Zend\\I18n", |
||
3655 | "config-provider": "Zend\\I18n\\ConfigProvider" |
||
3656 | } |
||
3657 | }, |
||
3658 | "autoload": { |
||
3659 | "psr-4": { |
||
3660 | "Zend\\I18n\\": "src/" |
||
3661 | } |
||
3662 | }, |
||
3663 | "notification-url": "https://packagist.org/downloads/", |
||
3664 | "license": [ |
||
3665 | "BSD-3-Clause" |
||
3666 | ], |
||
3667 | "description": "Provide translations for your application, and filter and validate internationalized values", |
||
3668 | "keywords": [ |
||
3669 | "ZendFramework", |
||
3670 | "i18n", |
||
3671 | "zf" |
||
3672 | ], |
||
3673 | "time": "2018-05-16T16:39:13+00:00" |
||
3674 | }, |
||
3675 | { |
||
3676 | "name": "zendframework/zend-json", |
||
3677 | "version": "3.1.0", |
||
3678 | "source": { |
||
3679 | "type": "git", |
||
3680 | "url": "https://github.com/zendframework/zend-json.git", |
||
3681 | "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c" |
||
3682 | }, |
||
3683 | "dist": { |
||
3684 | "type": "zip", |
||
3685 | "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", |
||
3686 | "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", |
||
3687 | "shasum": "" |
||
3688 | }, |
||
3689 | "require": { |
||
3690 | "php": "^5.6 || ^7.0" |
||
3691 | }, |
||
3692 | "require-dev": { |
||
3693 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
3694 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3695 | "zendframework/zend-stdlib": "^2.7.7 || ^3.1" |
||
3696 | }, |
||
3697 | "suggest": { |
||
3698 | "zendframework/zend-json-server": "For implementing JSON-RPC servers", |
||
3699 | "zendframework/zend-xml2json": "For converting XML documents to JSON" |
||
3700 | }, |
||
3701 | "type": "library", |
||
3702 | "extra": { |
||
3703 | "branch-alias": { |
||
3704 | "dev-master": "3.1.x-dev", |
||
3705 | "dev-develop": "3.2.x-dev" |
||
3706 | } |
||
3707 | }, |
||
3708 | "autoload": { |
||
3709 | "psr-4": { |
||
3710 | "Zend\\Json\\": "src/" |
||
3711 | } |
||
3712 | }, |
||
3713 | "notification-url": "https://packagist.org/downloads/", |
||
3714 | "license": [ |
||
3715 | "BSD-3-Clause" |
||
3716 | ], |
||
3717 | "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", |
||
3718 | "keywords": [ |
||
3719 | "ZendFramework", |
||
3720 | "json", |
||
3721 | "zf" |
||
3722 | ], |
||
3723 | "time": "2018-01-04T17:51:34+00:00" |
||
3724 | }, |
||
3725 | { |
||
3726 | "name": "zendframework/zend-serializer", |
||
3727 | "version": "2.9.0", |
||
3728 | "source": { |
||
3729 | "type": "git", |
||
3730 | "url": "https://github.com/zendframework/zend-serializer.git", |
||
3731 | "reference": "0172690db48d8935edaf625c4cba38b79719892c" |
||
3732 | }, |
||
3733 | "dist": { |
||
3734 | "type": "zip", |
||
3735 | "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c", |
||
3736 | "reference": "0172690db48d8935edaf625c4cba38b79719892c", |
||
3737 | "shasum": "" |
||
3738 | }, |
||
3739 | "require": { |
||
3740 | "php": "^5.6 || ^7.0", |
||
3741 | "zendframework/zend-json": "^2.5 || ^3.0", |
||
3742 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3743 | }, |
||
3744 | "require-dev": { |
||
3745 | "phpunit/phpunit": "^5.7.25 || ^6.4.4", |
||
3746 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3747 | "zendframework/zend-math": "^2.6 || ^3.0", |
||
3748 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
3749 | }, |
||
3750 | "suggest": { |
||
3751 | "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", |
||
3752 | "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" |
||
3753 | }, |
||
3754 | "type": "library", |
||
3755 | "extra": { |
||
3756 | "branch-alias": { |
||
3757 | "dev-master": "2.9.x-dev", |
||
3758 | "dev-develop": "2.10.x-dev" |
||
3759 | }, |
||
3760 | "zf": { |
||
3761 | "component": "Zend\\Serializer", |
||
3762 | "config-provider": "Zend\\Serializer\\ConfigProvider" |
||
3763 | } |
||
3764 | }, |
||
3765 | "autoload": { |
||
3766 | "psr-4": { |
||
3767 | "Zend\\Serializer\\": "src/" |
||
3768 | } |
||
3769 | }, |
||
3770 | "notification-url": "https://packagist.org/downloads/", |
||
3771 | "license": [ |
||
3772 | "BSD-3-Clause" |
||
3773 | ], |
||
3774 | "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", |
||
3775 | "keywords": [ |
||
3776 | "ZendFramework", |
||
3777 | "serializer", |
||
3778 | "zf" |
||
3779 | ], |
||
3780 | "time": "2018-05-14T18:45:18+00:00" |
||
3781 | }, |
||
3782 | { |
||
3783 | "name": "zendframework/zend-servicemanager", |
||
3784 | "version": "2.7.11", |
||
3785 | "source": { |
||
3786 | "type": "git", |
||
3787 | "url": "https://github.com/zendframework/zend-servicemanager.git", |
||
3788 | "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7" |
||
3789 | }, |
||
3790 | "dist": { |
||
3791 | "type": "zip", |
||
3792 | "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7", |
||
3793 | "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7", |
||
3794 | "shasum": "" |
||
3795 | }, |
||
3796 | "require": { |
||
3797 | "container-interop/container-interop": "~1.0", |
||
3798 | "php": "^5.5 || ^7.0" |
||
3799 | }, |
||
3800 | "require-dev": { |
||
3801 | "athletic/athletic": "dev-master", |
||
3802 | "fabpot/php-cs-fixer": "1.7.*", |
||
3803 | "phpunit/phpunit": "~4.0", |
||
3804 | "zendframework/zend-di": "~2.5", |
||
3805 | "zendframework/zend-mvc": "~2.5" |
||
3806 | }, |
||
3807 | "suggest": { |
||
3808 | "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", |
||
3809 | "zendframework/zend-di": "Zend\\Di component" |
||
3810 | }, |
||
3811 | "type": "library", |
||
3812 | "extra": { |
||
3813 | "branch-alias": { |
||
3814 | "dev-master": "2.7-dev", |
||
3815 | "dev-develop": "3.0-dev" |
||
3816 | } |
||
3817 | }, |
||
3818 | "autoload": { |
||
3819 | "psr-4": { |
||
3820 | "Zend\\ServiceManager\\": "src/" |
||
3821 | } |
||
3822 | }, |
||
3823 | "notification-url": "https://packagist.org/downloads/", |
||
3824 | "license": [ |
||
3825 | "BSD-3-Clause" |
||
3826 | ], |
||
3827 | "homepage": "https://github.com/zendframework/zend-servicemanager", |
||
3828 | "keywords": [ |
||
3829 | "servicemanager", |
||
3830 | "zf2" |
||
3831 | ], |
||
3832 | "time": "2018-06-22T14:49:54+00:00" |
||
3833 | }, |
||
3834 | { |
||
3835 | "name": "zendframework/zend-stdlib", |
||
3836 | "version": "2.7.7", |
||
3837 | "source": { |
||
3838 | "type": "git", |
||
3839 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
3840 | "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f" |
||
3841 | }, |
||
3842 | "dist": { |
||
3843 | "type": "zip", |
||
3844 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f", |
||
3845 | "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f", |
||
3846 | "shasum": "" |
||
3847 | }, |
||
3848 | "require": { |
||
3849 | "php": "^5.5 || ^7.0", |
||
3850 | "zendframework/zend-hydrator": "~1.1" |
||
3851 | }, |
||
3852 | "require-dev": { |
||
3853 | "athletic/athletic": "~0.1", |
||
3854 | "fabpot/php-cs-fixer": "1.7.*", |
||
3855 | "phpunit/phpunit": "~4.0", |
||
3856 | "zendframework/zend-config": "~2.5", |
||
3857 | "zendframework/zend-eventmanager": "~2.5", |
||
3858 | "zendframework/zend-filter": "~2.5", |
||
3859 | "zendframework/zend-inputfilter": "~2.5", |
||
3860 | "zendframework/zend-serializer": "~2.5", |
||
3861 | "zendframework/zend-servicemanager": "~2.5" |
||
3862 | }, |
||
3863 | "suggest": { |
||
3864 | "zendframework/zend-eventmanager": "To support aggregate hydrator usage", |
||
3865 | "zendframework/zend-filter": "To support naming strategy hydrator usage", |
||
3866 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
3867 | "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" |
||
3868 | }, |
||
3869 | "type": "library", |
||
3870 | "extra": { |
||
3871 | "branch-alias": { |
||
3872 | "dev-release-2.7": "2.7-dev", |
||
3873 | "dev-master": "3.0-dev", |
||
3874 | "dev-develop": "3.1-dev" |
||
3875 | } |
||
3876 | }, |
||
3877 | "autoload": { |
||
3878 | "psr-4": { |
||
3879 | "Zend\\Stdlib\\": "src/" |
||
3880 | } |
||
3881 | }, |
||
3882 | "notification-url": "https://packagist.org/downloads/", |
||
3883 | "license": [ |
||
3884 | "BSD-3-Clause" |
||
3885 | ], |
||
3886 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
3887 | "keywords": [ |
||
3888 | "stdlib", |
||
3889 | "zf2" |
||
3890 | ], |
||
3891 | "time": "2016-04-12T21:17:31+00:00" |
||
3892 | }, |
||
3893 | { |
||
3894 | "name": "zetacomponents/base", |
||
3895 | "version": "1.9.1", |
||
3896 | "source": { |
||
3897 | "type": "git", |
||
3898 | "url": "https://github.com/zetacomponents/Base.git", |
||
3899 | "reference": "489e20235989ddc97fdd793af31ac803972454f1" |
||
3900 | }, |
||
3901 | "dist": { |
||
3902 | "type": "zip", |
||
3903 | "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1", |
||
3904 | "reference": "489e20235989ddc97fdd793af31ac803972454f1", |
||
3905 | "shasum": "" |
||
3906 | }, |
||
3907 | "require-dev": { |
||
3908 | "phpunit/phpunit": "~5.7", |
||
3909 | "zetacomponents/unit-test": "*" |
||
3910 | }, |
||
3911 | "type": "library", |
||
3912 | "autoload": { |
||
3913 | "classmap": [ |
||
3914 | "src" |
||
3915 | ] |
||
3916 | }, |
||
3917 | "notification-url": "https://packagist.org/downloads/", |
||
3918 | "license": [ |
||
3919 | "Apache-2.0" |
||
3920 | ], |
||
3921 | "authors": [ |
||
3922 | { |
||
3923 | "name": "Sergey Alexeev" |
||
3924 | }, |
||
3925 | { |
||
3926 | "name": "Sebastian Bergmann" |
||
3927 | }, |
||
3928 | { |
||
3929 | "name": "Jan Borsodi" |
||
3930 | }, |
||
3931 | { |
||
3932 | "name": "Raymond Bosman" |
||
3933 | }, |
||
3934 | { |
||
3935 | "name": "Frederik Holljen" |
||
3936 | }, |
||
3937 | { |
||
3938 | "name": "Kore Nordmann" |
||
3939 | }, |
||
3940 | { |
||
3941 | "name": "Derick Rethans" |
||
3942 | }, |
||
3943 | { |
||
3944 | "name": "Vadym Savchuk" |
||
3945 | }, |
||
3946 | { |
||
3947 | "name": "Tobias Schlitt" |
||
3948 | }, |
||
3949 | { |
||
3950 | "name": "Alexandru Stanoi" |
||
3951 | } |
||
3952 | ], |
||
3953 | "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", |
||
3954 | "homepage": "https://github.com/zetacomponents", |
||
3955 | "time": "2017-11-28T11:30:00+00:00" |
||
3956 | }, |
||
3957 | { |
||
3958 | "name": "zetacomponents/document", |
||
3959 | "version": "1.3.1", |
||
3960 | "source": { |
||
3961 | "type": "git", |
||
3962 | "url": "https://github.com/zetacomponents/Document.git", |
||
3963 | "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" |
||
3964 | }, |
||
3965 | "dist": { |
||
3966 | "type": "zip", |
||
3967 | "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", |
||
3968 | "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", |
||
3969 | "shasum": "" |
||
3970 | }, |
||
3971 | "require": { |
||
3972 | "zetacomponents/base": "*" |
||
3973 | }, |
||
3974 | "require-dev": { |
||
3975 | "zetacomponents/unit-test": "dev-master" |
||
3976 | }, |
||
3977 | "type": "library", |
||
3978 | "autoload": { |
||
3979 | "classmap": [ |
||
3980 | "src" |
||
3981 | ] |
||
3982 | }, |
||
3983 | "notification-url": "https://packagist.org/downloads/", |
||
3984 | "license": [ |
||
3985 | "Apache-2.0" |
||
3986 | ], |
||
3987 | "authors": [ |
||
3988 | { |
||
3989 | "name": "Sebastian Bergmann" |
||
3990 | }, |
||
3991 | { |
||
3992 | "name": "Kore Nordmann" |
||
3993 | }, |
||
3994 | { |
||
3995 | "name": "Derick Rethans" |
||
3996 | }, |
||
3997 | { |
||
3998 | "name": "Tobias Schlitt" |
||
3999 | }, |
||
4000 | { |
||
4001 | "name": "Alexandru Stanoi" |
||
4002 | } |
||
4003 | ], |
||
4004 | "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", |
||
4005 | "homepage": "https://github.com/zetacomponents", |
||
4006 | "time": "2013-12-19T11:40:00+00:00" |
||
4007 | } |
||
4008 | ], |
||
4009 | "aliases": [], |
||
4010 | "minimum-stability": "stable", |
||
4011 | "stability-flags": [], |
||
4012 | "prefer-stable": false, |
||
4013 | "prefer-lowest": false, |
||
4014 | "platform": { |
||
4015 | "php": ">=5.4", |
||
4016 | "ext-mbstring": "*" |
||
4017 | }, |
||
4018 | "platform-dev": [] |
||
4019 | } |
||
4020 |