]>
Commit | Line | Data |
---|---|---|
1c070fa8 A |
1 | { |
2 | "_readme": [ | |
3 | "This file locks the dependencies of your project to a known state", | |
787faa42 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
1c070fa8 A |
5 | "This file is @generated automatically" |
6 | ], | |
37c9c6b4 | 7 | "content-hash": "3876b34296fedb365517b785af8384de", |
1c070fa8 | 8 | "packages": [ |
e85b7a05 A |
9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | |
5e66ba18 | 11 | "version": "v1.3.1", |
e85b7a05 A |
12 | "source": { |
13 | "type": "git", | |
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | |
5e66ba18 | 15 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860" |
e85b7a05 A |
16 | }, |
17 | "dist": { | |
18 | "type": "zip", | |
5e66ba18 A |
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860", |
20 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860", | |
e85b7a05 A |
21 | "shasum": "" |
22 | }, | |
23 | "require": { | |
fcba541e A |
24 | "php": ">=5.6", |
25 | "phpunit/php-text-template": "^1.2" | |
e85b7a05 | 26 | }, |
787faa42 A |
27 | "conflict": { |
28 | "phpunit/php-timer": ">=2" | |
29 | }, | |
e85b7a05 | 30 | "require-dev": { |
787faa42 A |
31 | "php-coveralls/php-coveralls": "^2.0", |
32 | "phpunit/phpunit": "5.2.*", | |
33 | "squizlabs/php_codesniffer": "^3.2" | |
e85b7a05 A |
34 | }, |
35 | "type": "library", | |
36 | "autoload": { | |
37 | "psr-0": { | |
38 | "WebThumbnailer\\": [ | |
39 | "src/", | |
40 | "tests/" | |
41 | ] | |
42 | } | |
43 | }, | |
44 | "notification-url": "https://packagist.org/downloads/", | |
45 | "license": [ | |
46 | "MIT" | |
47 | ], | |
48 | "authors": [ | |
49 | { | |
50 | "name": "Arthur Hoaro", | |
51 | "homepage": "http://hoa.ro" | |
52 | } | |
53 | ], | |
787faa42 | 54 | "description": "PHP library which will retrieve a thumbnail for any given URL", |
5e66ba18 | 55 | "time": "2018-08-11T12:21:52+00:00" |
e85b7a05 | 56 | }, |
1c070fa8 A |
57 | { |
58 | "name": "container-interop/container-interop", | |
59 | "version": "1.2.0", | |
60 | "source": { | |
61 | "type": "git", | |
62 | "url": "https://github.com/container-interop/container-interop.git", | |
63 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" | |
64 | }, | |
65 | "dist": { | |
66 | "type": "zip", | |
67 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", | |
68 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", | |
69 | "shasum": "" | |
70 | }, | |
71 | "require": { | |
72 | "psr/container": "^1.0" | |
73 | }, | |
74 | "type": "library", | |
75 | "autoload": { | |
76 | "psr-4": { | |
77 | "Interop\\Container\\": "src/Interop/Container/" | |
78 | } | |
79 | }, | |
80 | "notification-url": "https://packagist.org/downloads/", | |
81 | "license": [ | |
82 | "MIT" | |
83 | ], | |
84 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | |
85 | "homepage": "https://github.com/container-interop/container-interop", | |
86 | "time": "2017-02-14T19:40:03+00:00" | |
87 | }, | |
88 | { | |
89 | "name": "erusev/parsedown", | |
c5ee1318 | 90 | "version": "1.7.1", |
1c070fa8 A |
91 | "source": { |
92 | "type": "git", | |
93 | "url": "https://github.com/erusev/parsedown.git", | |
c5ee1318 | 94 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
1c070fa8 A |
95 | }, |
96 | "dist": { | |
97 | "type": "zip", | |
c5ee1318 A |
98 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
99 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", | |
1c070fa8 A |
100 | "shasum": "" |
101 | }, | |
c5ee1318 A |
102 | "require": { |
103 | "ext-mbstring": "*", | |
104 | "php": ">=5.3.0" | |
105 | }, | |
106 | "require-dev": { | |
107 | "phpunit/phpunit": "^4.8.35" | |
108 | }, | |
1c070fa8 A |
109 | "type": "library", |
110 | "autoload": { | |
111 | "psr-0": { | |
112 | "Parsedown": "" | |
113 | } | |
114 | }, | |
115 | "notification-url": "https://packagist.org/downloads/", | |
116 | "license": [ | |
117 | "MIT" | |
118 | ], | |
119 | "authors": [ | |
120 | { | |
121 | "name": "Emanuil Rusev", | |
122 | "email": "hello@erusev.com", | |
123 | "homepage": "http://erusev.com" | |
124 | } | |
125 | ], | |
126 | "description": "Parser for Markdown.", | |
127 | "homepage": "http://parsedown.org", | |
128 | "keywords": [ | |
129 | "markdown", | |
130 | "parser" | |
131 | ], | |
c5ee1318 | 132 | "time": "2018-03-08T01:11:30+00:00" |
1c070fa8 | 133 | }, |
12266213 A |
134 | { |
135 | "name": "gettext/gettext", | |
b41c5ab0 | 136 | "version": "v4.6.1", |
12266213 A |
137 | "source": { |
138 | "type": "git", | |
139 | "url": "https://github.com/oscarotero/Gettext.git", | |
b41c5ab0 | 140 | "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a" |
12266213 A |
141 | }, |
142 | "dist": { | |
143 | "type": "zip", | |
b41c5ab0 V |
144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/854ff5f5aaf92d2af7080ba8fc15718b27b5c89a", |
145 | "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a", | |
12266213 A |
146 | "shasum": "" |
147 | }, | |
148 | "require": { | |
149 | "gettext/languages": "^2.3", | |
150 | "php": ">=5.4.0" | |
151 | }, | |
152 | "require-dev": { | |
153 | "illuminate/view": "*", | |
fcba541e | 154 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
12266213 A |
155 | "squizlabs/php_codesniffer": "^3.0", |
156 | "symfony/yaml": "~2", | |
157 | "twig/extensions": "*", | |
158 | "twig/twig": "^1.31|^2.0" | |
159 | }, | |
160 | "suggest": { | |
161 | "illuminate/view": "Is necessary if you want to use the Blade extractor", | |
162 | "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", | |
163 | "twig/extensions": "Is necessary if you want to use the Twig extractor", | |
164 | "twig/twig": "Is necessary if you want to use the Twig extractor" | |
165 | }, | |
166 | "type": "library", | |
167 | "autoload": { | |
168 | "psr-4": { | |
169 | "Gettext\\": "src" | |
170 | } | |
171 | }, | |
172 | "notification-url": "https://packagist.org/downloads/", | |
173 | "license": [ | |
174 | "MIT" | |
175 | ], | |
176 | "authors": [ | |
177 | { | |
178 | "name": "Oscar Otero", | |
179 | "email": "oom@oscarotero.com", | |
180 | "homepage": "http://oscarotero.com", | |
181 | "role": "Developer" | |
182 | } | |
183 | ], | |
184 | "description": "PHP gettext manager", | |
185 | "homepage": "https://github.com/oscarotero/Gettext", | |
186 | "keywords": [ | |
187 | "JS", | |
188 | "gettext", | |
189 | "i18n", | |
190 | "mo", | |
191 | "po", | |
192 | "translation" | |
193 | ], | |
b41c5ab0 | 194 | "time": "2018-08-27T15:40:19+00:00" |
12266213 A |
195 | }, |
196 | { | |
197 | "name": "gettext/languages", | |
fcba541e | 198 | "version": "2.4.0", |
12266213 A |
199 | "source": { |
200 | "type": "git", | |
201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | |
fcba541e | 202 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5" |
12266213 A |
203 | }, |
204 | "dist": { | |
205 | "type": "zip", | |
fcba541e A |
206 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
207 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5", | |
12266213 A |
208 | "shasum": "" |
209 | }, | |
210 | "require": { | |
211 | "php": ">=5.3" | |
212 | }, | |
213 | "require-dev": { | |
214 | "phpunit/phpunit": "^4" | |
215 | }, | |
216 | "bin": [ | |
217 | "bin/export-plural-rules", | |
218 | "bin/export-plural-rules.php" | |
219 | ], | |
220 | "type": "library", | |
221 | "autoload": { | |
222 | "psr-4": { | |
223 | "Gettext\\Languages\\": "src/" | |
224 | } | |
225 | }, | |
226 | "notification-url": "https://packagist.org/downloads/", | |
227 | "license": [ | |
228 | "MIT" | |
229 | ], | |
230 | "authors": [ | |
231 | { | |
232 | "name": "Michele Locati", | |
233 | "email": "mlocati@gmail.com", | |
234 | "role": "Developer" | |
235 | } | |
236 | ], | |
237 | "description": "gettext languages with plural rules", | |
238 | "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", | |
239 | "keywords": [ | |
240 | "cldr", | |
241 | "i18n", | |
242 | "internationalization", | |
243 | "l10n", | |
244 | "language", | |
245 | "languages", | |
246 | "localization", | |
247 | "php", | |
248 | "plural", | |
249 | "plural rules", | |
250 | "plurals", | |
251 | "translate", | |
252 | "translations", | |
253 | "unicode" | |
254 | ], | |
fcba541e | 255 | "time": "2018-06-21T15:58:36+00:00" |
12266213 | 256 | }, |
1c070fa8 A |
257 | { |
258 | "name": "katzgrau/klogger", | |
259 | "version": "1.2.1", | |
260 | "source": { | |
261 | "type": "git", | |
262 | "url": "https://github.com/katzgrau/KLogger.git", | |
263 | "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1" | |
264 | }, | |
265 | "dist": { | |
266 | "type": "zip", | |
267 | "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", | |
268 | "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", | |
269 | "shasum": "" | |
270 | }, | |
271 | "require": { | |
272 | "php": ">=5.3", | |
273 | "psr/log": "^1.0.0" | |
274 | }, | |
275 | "require-dev": { | |
276 | "phpunit/phpunit": "4.0.*" | |
277 | }, | |
278 | "type": "library", | |
279 | "autoload": { | |
280 | "psr-4": { | |
281 | "Katzgrau\\KLogger\\": "src/" | |
282 | }, | |
283 | "classmap": [ | |
284 | "src/" | |
285 | ] | |
286 | }, | |
287 | "notification-url": "https://packagist.org/downloads/", | |
288 | "license": [ | |
289 | "MIT" | |
290 | ], | |
291 | "authors": [ | |
292 | { | |
293 | "name": "Kenny Katzgrau", | |
294 | "email": "katzgrau@gmail.com" | |
295 | }, | |
296 | { | |
297 | "name": "Dan Horrigan", | |
298 | "email": "dan@dhorrigan.com" | |
299 | } | |
300 | ], | |
301 | "description": "A Simple Logging Class", | |
302 | "keywords": [ | |
303 | "logging" | |
304 | ], | |
305 | "time": "2016-11-07T19:29:14+00:00" | |
306 | }, | |
307 | { | |
308 | "name": "nikic/fast-route", | |
c5ee1318 | 309 | "version": "v1.3.0", |
1c070fa8 A |
310 | "source": { |
311 | "type": "git", | |
312 | "url": "https://github.com/nikic/FastRoute.git", | |
c5ee1318 | 313 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812" |
1c070fa8 A |
314 | }, |
315 | "dist": { | |
316 | "type": "zip", | |
c5ee1318 A |
317 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", |
318 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812", | |
1c070fa8 A |
319 | "shasum": "" |
320 | }, | |
321 | "require": { | |
322 | "php": ">=5.4.0" | |
323 | }, | |
c5ee1318 A |
324 | "require-dev": { |
325 | "phpunit/phpunit": "^4.8.35|~5.7" | |
326 | }, | |
1c070fa8 A |
327 | "type": "library", |
328 | "autoload": { | |
329 | "psr-4": { | |
330 | "FastRoute\\": "src/" | |
331 | }, | |
332 | "files": [ | |
333 | "src/functions.php" | |
334 | ] | |
335 | }, | |
336 | "notification-url": "https://packagist.org/downloads/", | |
337 | "license": [ | |
338 | "BSD-3-Clause" | |
339 | ], | |
340 | "authors": [ | |
341 | { | |
342 | "name": "Nikita Popov", | |
343 | "email": "nikic@php.net" | |
344 | } | |
345 | ], | |
346 | "description": "Fast request router for PHP", | |
347 | "keywords": [ | |
348 | "router", | |
349 | "routing" | |
350 | ], | |
c5ee1318 | 351 | "time": "2018-02-13T20:26:39+00:00" |
1c070fa8 | 352 | }, |
fcba541e A |
353 | { |
354 | "name": "phpunit/php-text-template", | |
355 | "version": "1.2.1", | |
356 | "source": { | |
357 | "type": "git", | |
358 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
359 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
360 | }, | |
361 | "dist": { | |
362 | "type": "zip", | |
363 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
364 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
365 | "shasum": "" | |
366 | }, | |
367 | "require": { | |
368 | "php": ">=5.3.3" | |
369 | }, | |
370 | "type": "library", | |
371 | "autoload": { | |
372 | "classmap": [ | |
373 | "src/" | |
374 | ] | |
375 | }, | |
376 | "notification-url": "https://packagist.org/downloads/", | |
377 | "license": [ | |
378 | "BSD-3-Clause" | |
379 | ], | |
380 | "authors": [ | |
381 | { | |
382 | "name": "Sebastian Bergmann", | |
383 | "email": "sebastian@phpunit.de", | |
384 | "role": "lead" | |
385 | } | |
386 | ], | |
387 | "description": "Simple template engine.", | |
388 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
389 | "keywords": [ | |
390 | "template" | |
391 | ], | |
392 | "time": "2015-06-21T13:50:34+00:00" | |
393 | }, | |
1c070fa8 A |
394 | { |
395 | "name": "pimple/pimple", | |
44c818ce | 396 | "version": "v3.2.3", |
1c070fa8 A |
397 | "source": { |
398 | "type": "git", | |
399 | "url": "https://github.com/silexphp/Pimple.git", | |
44c818ce | 400 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" |
1c070fa8 A |
401 | }, |
402 | "dist": { | |
403 | "type": "zip", | |
44c818ce A |
404 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", |
405 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", | |
1c070fa8 A |
406 | "shasum": "" |
407 | }, | |
408 | "require": { | |
89118630 A |
409 | "php": ">=5.3.0", |
410 | "psr/container": "^1.0" | |
411 | }, | |
412 | "require-dev": { | |
413 | "symfony/phpunit-bridge": "^3.2" | |
1c070fa8 A |
414 | }, |
415 | "type": "library", | |
416 | "extra": { | |
417 | "branch-alias": { | |
89118630 | 418 | "dev-master": "3.2.x-dev" |
1c070fa8 A |
419 | } |
420 | }, | |
421 | "autoload": { | |
422 | "psr-0": { | |
423 | "Pimple": "src/" | |
424 | } | |
425 | }, | |
426 | "notification-url": "https://packagist.org/downloads/", | |
427 | "license": [ | |
428 | "MIT" | |
429 | ], | |
430 | "authors": [ | |
431 | { | |
432 | "name": "Fabien Potencier", | |
433 | "email": "fabien@symfony.com" | |
434 | } | |
435 | ], | |
436 | "description": "Pimple, a simple Dependency Injection Container", | |
437 | "homepage": "http://pimple.sensiolabs.org", | |
438 | "keywords": [ | |
439 | "container", | |
440 | "dependency injection" | |
441 | ], | |
44c818ce | 442 | "time": "2018-01-21T07:42:36+00:00" |
1c070fa8 A |
443 | }, |
444 | { | |
445 | "name": "psr/container", | |
446 | "version": "1.0.0", | |
447 | "source": { | |
448 | "type": "git", | |
449 | "url": "https://github.com/php-fig/container.git", | |
450 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
451 | }, | |
452 | "dist": { | |
453 | "type": "zip", | |
454 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
455 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
456 | "shasum": "" | |
457 | }, | |
458 | "require": { | |
459 | "php": ">=5.3.0" | |
460 | }, | |
461 | "type": "library", | |
462 | "extra": { | |
463 | "branch-alias": { | |
464 | "dev-master": "1.0.x-dev" | |
465 | } | |
466 | }, | |
467 | "autoload": { | |
468 | "psr-4": { | |
469 | "Psr\\Container\\": "src/" | |
470 | } | |
471 | }, | |
472 | "notification-url": "https://packagist.org/downloads/", | |
473 | "license": [ | |
474 | "MIT" | |
475 | ], | |
476 | "authors": [ | |
477 | { | |
478 | "name": "PHP-FIG", | |
479 | "homepage": "http://www.php-fig.org/" | |
480 | } | |
481 | ], | |
482 | "description": "Common Container Interface (PHP FIG PSR-11)", | |
483 | "homepage": "https://github.com/php-fig/container", | |
484 | "keywords": [ | |
485 | "PSR-11", | |
486 | "container", | |
487 | "container-interface", | |
488 | "container-interop", | |
489 | "psr" | |
490 | ], | |
491 | "time": "2017-02-14T16:28:37+00:00" | |
492 | }, | |
493 | { | |
494 | "name": "psr/http-message", | |
495 | "version": "1.0.1", | |
496 | "source": { | |
497 | "type": "git", | |
498 | "url": "https://github.com/php-fig/http-message.git", | |
499 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
500 | }, | |
501 | "dist": { | |
502 | "type": "zip", | |
503 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
504 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
505 | "shasum": "" | |
506 | }, | |
507 | "require": { | |
508 | "php": ">=5.3.0" | |
509 | }, | |
510 | "type": "library", | |
511 | "extra": { | |
512 | "branch-alias": { | |
513 | "dev-master": "1.0.x-dev" | |
514 | } | |
515 | }, | |
516 | "autoload": { | |
517 | "psr-4": { | |
518 | "Psr\\Http\\Message\\": "src/" | |
519 | } | |
520 | }, | |
521 | "notification-url": "https://packagist.org/downloads/", | |
522 | "license": [ | |
523 | "MIT" | |
524 | ], | |
525 | "authors": [ | |
526 | { | |
527 | "name": "PHP-FIG", | |
528 | "homepage": "http://www.php-fig.org/" | |
529 | } | |
530 | ], | |
531 | "description": "Common interface for HTTP messages", | |
532 | "homepage": "https://github.com/php-fig/http-message", | |
533 | "keywords": [ | |
534 | "http", | |
535 | "http-message", | |
536 | "psr", | |
537 | "psr-7", | |
538 | "request", | |
539 | "response" | |
540 | ], | |
541 | "time": "2016-08-06T14:39:51+00:00" | |
542 | }, | |
543 | { | |
544 | "name": "psr/log", | |
545 | "version": "1.0.2", | |
546 | "source": { | |
547 | "type": "git", | |
548 | "url": "https://github.com/php-fig/log.git", | |
549 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
550 | }, | |
551 | "dist": { | |
552 | "type": "zip", | |
553 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
554 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
555 | "shasum": "" | |
556 | }, | |
557 | "require": { | |
558 | "php": ">=5.3.0" | |
559 | }, | |
560 | "type": "library", | |
561 | "extra": { | |
562 | "branch-alias": { | |
563 | "dev-master": "1.0.x-dev" | |
564 | } | |
565 | }, | |
566 | "autoload": { | |
567 | "psr-4": { | |
568 | "Psr\\Log\\": "Psr/Log/" | |
569 | } | |
570 | }, | |
571 | "notification-url": "https://packagist.org/downloads/", | |
572 | "license": [ | |
573 | "MIT" | |
574 | ], | |
575 | "authors": [ | |
576 | { | |
577 | "name": "PHP-FIG", | |
578 | "homepage": "http://www.php-fig.org/" | |
579 | } | |
580 | ], | |
581 | "description": "Common interface for logging libraries", | |
582 | "homepage": "https://github.com/php-fig/log", | |
583 | "keywords": [ | |
584 | "log", | |
585 | "psr", | |
586 | "psr-3" | |
587 | ], | |
588 | "time": "2016-10-10T12:19:37+00:00" | |
589 | }, | |
590 | { | |
591 | "name": "pubsubhubbub/publisher", | |
592 | "version": "dev-master", | |
593 | "source": { | |
594 | "type": "git", | |
595 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | |
37c9c6b4 | 596 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884" |
1c070fa8 A |
597 | }, |
598 | "dist": { | |
599 | "type": "zip", | |
37c9c6b4 V |
600 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884", |
601 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884", | |
1c070fa8 A |
602 | "shasum": "" |
603 | }, | |
604 | "require": { | |
b41c5ab0 | 605 | "ext-curl": "*", |
1c070fa8 A |
606 | "php": "~5.4 || ~7.0" |
607 | }, | |
608 | "type": "library", | |
609 | "autoload": { | |
610 | "psr-4": { | |
611 | "pubsubhubbub\\publisher\\": "library/" | |
612 | } | |
613 | }, | |
614 | "notification-url": "https://packagist.org/downloads/", | |
615 | "license": [ | |
616 | "Apache-2.0" | |
617 | ], | |
618 | "authors": [ | |
619 | { | |
620 | "name": "pubsubhubbub publisher Contributors", | |
621 | "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors" | |
622 | } | |
623 | ], | |
624 | "description": "pubsubhubbub implementation of publisher.", | |
625 | "homepage": "https://github.com/pubsubhubbub/php-publisher", | |
626 | "keywords": [ | |
627 | "data", | |
628 | "feeds", | |
629 | "publishers", | |
37c9c6b4 V |
630 | "pubsubhubbub", |
631 | "websub" | |
1c070fa8 | 632 | ], |
37c9c6b4 | 633 | "time": "2018-10-09T05:20:28+00:00" |
1c070fa8 A |
634 | }, |
635 | { | |
636 | "name": "shaarli/netscape-bookmark-parser", | |
b41c5ab0 | 637 | "version": "v2.1.0", |
1c070fa8 A |
638 | "source": { |
639 | "type": "git", | |
640 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", | |
b41c5ab0 | 641 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" |
1c070fa8 A |
642 | }, |
643 | "dist": { | |
644 | "type": "zip", | |
b41c5ab0 V |
645 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577", |
646 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", | |
1c070fa8 A |
647 | "shasum": "" |
648 | }, | |
649 | "require": { | |
650 | "katzgrau/klogger": "~1.0", | |
b41c5ab0 | 651 | "php": ">=5.6" |
1c070fa8 A |
652 | }, |
653 | "require-dev": { | |
b41c5ab0 | 654 | "phpunit/phpunit": "^5.0" |
1c070fa8 A |
655 | }, |
656 | "type": "library", | |
657 | "autoload": { | |
658 | "files": [ | |
659 | "NetscapeBookmarkParser.php" | |
660 | ] | |
661 | }, | |
662 | "notification-url": "https://packagist.org/downloads/", | |
663 | "license": [ | |
664 | "MIT" | |
665 | ], | |
666 | "authors": [ | |
667 | { | |
668 | "name": "Kafene", | |
669 | "email": "io@kafene.org", | |
670 | "homepage": "https://github.com/kafene", | |
671 | "role": "Developer" | |
672 | }, | |
673 | { | |
674 | "name": "VirtualTam", | |
675 | "email": "virtualtam@flibidi.net", | |
676 | "homepage": "https://github.com/virtualtam", | |
677 | "role": "Developer" | |
678 | } | |
679 | ], | |
680 | "description": "Generic Netscape bookmark parser", | |
681 | "homepage": "https://github.com/shaarli/netscape-bookmark-parser", | |
682 | "keywords": [ | |
683 | "bookmark", | |
684 | "link", | |
685 | "netscape", | |
b41c5ab0 | 686 | "parser" |
1c070fa8 | 687 | ], |
b41c5ab0 | 688 | "time": "2018-10-06T14:43:38+00:00" |
1c070fa8 A |
689 | }, |
690 | { | |
691 | "name": "slim/slim", | |
b41c5ab0 | 692 | "version": "3.11.0", |
1c070fa8 A |
693 | "source": { |
694 | "type": "git", | |
695 | "url": "https://github.com/slimphp/Slim.git", | |
b41c5ab0 | 696 | "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a" |
1c070fa8 A |
697 | }, |
698 | "dist": { | |
699 | "type": "zip", | |
b41c5ab0 V |
700 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a", |
701 | "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a", | |
1c070fa8 A |
702 | "shasum": "" |
703 | }, | |
704 | "require": { | |
705 | "container-interop/container-interop": "^1.2", | |
706 | "nikic/fast-route": "^1.0", | |
707 | "php": ">=5.5.0", | |
708 | "pimple/pimple": "^3.0", | |
709 | "psr/container": "^1.0", | |
710 | "psr/http-message": "^1.0" | |
711 | }, | |
712 | "provide": { | |
713 | "psr/http-message-implementation": "1.0" | |
714 | }, | |
715 | "require-dev": { | |
716 | "phpunit/phpunit": "^4.0", | |
717 | "squizlabs/php_codesniffer": "^2.5" | |
718 | }, | |
719 | "type": "library", | |
720 | "autoload": { | |
721 | "psr-4": { | |
722 | "Slim\\": "Slim" | |
723 | } | |
724 | }, | |
725 | "notification-url": "https://packagist.org/downloads/", | |
726 | "license": [ | |
727 | "MIT" | |
728 | ], | |
729 | "authors": [ | |
730 | { | |
731 | "name": "Rob Allen", | |
732 | "email": "rob@akrabat.com", | |
733 | "homepage": "http://akrabat.com" | |
734 | }, | |
735 | { | |
736 | "name": "Josh Lockhart", | |
737 | "email": "hello@joshlockhart.com", | |
738 | "homepage": "https://joshlockhart.com" | |
739 | }, | |
740 | { | |
741 | "name": "Gabriel Manricks", | |
742 | "email": "gmanricks@me.com", | |
743 | "homepage": "http://gabrielmanricks.com" | |
744 | }, | |
745 | { | |
746 | "name": "Andrew Smith", | |
747 | "email": "a.smith@silentworks.co.uk", | |
748 | "homepage": "http://silentworks.co.uk" | |
749 | } | |
750 | ], | |
751 | "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", | |
752 | "homepage": "https://slimframework.com", | |
753 | "keywords": [ | |
754 | "api", | |
755 | "framework", | |
756 | "micro", | |
757 | "router" | |
758 | ], | |
b41c5ab0 | 759 | "time": "2018-09-16T10:54:21+00:00" |
1c070fa8 A |
760 | } |
761 | ], | |
762 | "packages-dev": [ | |
763 | { | |
764 | "name": "doctrine/instantiator", | |
765 | "version": "1.0.5", | |
766 | "source": { | |
767 | "type": "git", | |
768 | "url": "https://github.com/doctrine/instantiator.git", | |
769 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
770 | }, | |
771 | "dist": { | |
772 | "type": "zip", | |
773 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
774 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
775 | "shasum": "" | |
776 | }, | |
777 | "require": { | |
778 | "php": ">=5.3,<8.0-DEV" | |
779 | }, | |
780 | "require-dev": { | |
781 | "athletic/athletic": "~0.1.8", | |
782 | "ext-pdo": "*", | |
783 | "ext-phar": "*", | |
784 | "phpunit/phpunit": "~4.0", | |
785 | "squizlabs/php_codesniffer": "~2.0" | |
786 | }, | |
787 | "type": "library", | |
788 | "extra": { | |
789 | "branch-alias": { | |
790 | "dev-master": "1.0.x-dev" | |
791 | } | |
792 | }, | |
793 | "autoload": { | |
794 | "psr-4": { | |
795 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
796 | } | |
797 | }, | |
798 | "notification-url": "https://packagist.org/downloads/", | |
799 | "license": [ | |
800 | "MIT" | |
801 | ], | |
802 | "authors": [ | |
803 | { | |
804 | "name": "Marco Pivetta", | |
805 | "email": "ocramius@gmail.com", | |
806 | "homepage": "http://ocramius.github.com/" | |
807 | } | |
808 | ], | |
809 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
810 | "homepage": "https://github.com/doctrine/instantiator", | |
811 | "keywords": [ | |
812 | "constructor", | |
813 | "instantiate" | |
814 | ], | |
815 | "time": "2015-06-14T21:17:01+00:00" | |
816 | }, | |
5617dcf9 A |
817 | { |
818 | "name": "myclabs/deep-copy", | |
819 | "version": "1.7.0", | |
820 | "source": { | |
821 | "type": "git", | |
822 | "url": "https://github.com/myclabs/DeepCopy.git", | |
823 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" | |
824 | }, | |
825 | "dist": { | |
826 | "type": "zip", | |
827 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | |
828 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | |
829 | "shasum": "" | |
830 | }, | |
831 | "require": { | |
832 | "php": "^5.6 || ^7.0" | |
833 | }, | |
834 | "require-dev": { | |
835 | "doctrine/collections": "^1.0", | |
836 | "doctrine/common": "^2.6", | |
837 | "phpunit/phpunit": "^4.1" | |
838 | }, | |
839 | "type": "library", | |
840 | "autoload": { | |
841 | "psr-4": { | |
842 | "DeepCopy\\": "src/DeepCopy/" | |
843 | }, | |
844 | "files": [ | |
845 | "src/DeepCopy/deep_copy.php" | |
846 | ] | |
847 | }, | |
848 | "notification-url": "https://packagist.org/downloads/", | |
849 | "license": [ | |
850 | "MIT" | |
851 | ], | |
852 | "description": "Create deep copies (clones) of your objects", | |
853 | "keywords": [ | |
854 | "clone", | |
855 | "copy", | |
856 | "duplicate", | |
857 | "object", | |
858 | "object graph" | |
859 | ], | |
860 | "time": "2017-10-19T19:58:43+00:00" | |
861 | }, | |
1c070fa8 A |
862 | { |
863 | "name": "phpdocumentor/reflection-common", | |
f39580c6 | 864 | "version": "1.0.1", |
1c070fa8 A |
865 | "source": { |
866 | "type": "git", | |
867 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
f39580c6 | 868 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
1c070fa8 A |
869 | }, |
870 | "dist": { | |
871 | "type": "zip", | |
f39580c6 A |
872 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
873 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
1c070fa8 A |
874 | "shasum": "" |
875 | }, | |
876 | "require": { | |
877 | "php": ">=5.5" | |
878 | }, | |
879 | "require-dev": { | |
880 | "phpunit/phpunit": "^4.6" | |
881 | }, | |
882 | "type": "library", | |
883 | "extra": { | |
884 | "branch-alias": { | |
885 | "dev-master": "1.0.x-dev" | |
886 | } | |
887 | }, | |
888 | "autoload": { | |
889 | "psr-4": { | |
890 | "phpDocumentor\\Reflection\\": [ | |
891 | "src" | |
892 | ] | |
893 | } | |
894 | }, | |
895 | "notification-url": "https://packagist.org/downloads/", | |
896 | "license": [ | |
897 | "MIT" | |
898 | ], | |
899 | "authors": [ | |
900 | { | |
901 | "name": "Jaap van Otterdijk", | |
902 | "email": "opensource@ijaap.nl" | |
903 | } | |
904 | ], | |
905 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
906 | "homepage": "http://www.phpdoc.org", | |
907 | "keywords": [ | |
908 | "FQSEN", | |
909 | "phpDocumentor", | |
910 | "phpdoc", | |
911 | "reflection", | |
912 | "static analysis" | |
913 | ], | |
f39580c6 | 914 | "time": "2017-09-11T18:02:19+00:00" |
1c070fa8 A |
915 | }, |
916 | { | |
917 | "name": "phpdocumentor/reflection-docblock", | |
5617dcf9 | 918 | "version": "3.3.2", |
1c070fa8 A |
919 | "source": { |
920 | "type": "git", | |
921 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
5617dcf9 | 922 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" |
1c070fa8 A |
923 | }, |
924 | "dist": { | |
925 | "type": "zip", | |
5617dcf9 A |
926 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", |
927 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", | |
1c070fa8 A |
928 | "shasum": "" |
929 | }, | |
930 | "require": { | |
5617dcf9 A |
931 | "php": "^5.6 || ^7.0", |
932 | "phpdocumentor/reflection-common": "^1.0.0", | |
933 | "phpdocumentor/type-resolver": "^0.4.0", | |
1c070fa8 A |
934 | "webmozart/assert": "^1.0" |
935 | }, | |
936 | "require-dev": { | |
937 | "mockery/mockery": "^0.9.4", | |
938 | "phpunit/phpunit": "^4.4" | |
939 | }, | |
940 | "type": "library", | |
941 | "autoload": { | |
942 | "psr-4": { | |
943 | "phpDocumentor\\Reflection\\": [ | |
944 | "src/" | |
945 | ] | |
946 | } | |
947 | }, | |
948 | "notification-url": "https://packagist.org/downloads/", | |
949 | "license": [ | |
950 | "MIT" | |
951 | ], | |
952 | "authors": [ | |
953 | { | |
954 | "name": "Mike van Riel", | |
955 | "email": "me@mikevanriel.com" | |
956 | } | |
957 | ], | |
958 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
5617dcf9 | 959 | "time": "2017-11-10T14:09:06+00:00" |
1c070fa8 A |
960 | }, |
961 | { | |
962 | "name": "phpdocumentor/type-resolver", | |
5617dcf9 | 963 | "version": "0.4.0", |
1c070fa8 A |
964 | "source": { |
965 | "type": "git", | |
966 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
5617dcf9 | 967 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
1c070fa8 A |
968 | }, |
969 | "dist": { | |
970 | "type": "zip", | |
5617dcf9 A |
971 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
972 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", | |
1c070fa8 A |
973 | "shasum": "" |
974 | }, | |
975 | "require": { | |
89118630 | 976 | "php": "^5.5 || ^7.0", |
1c070fa8 A |
977 | "phpdocumentor/reflection-common": "^1.0" |
978 | }, | |
979 | "require-dev": { | |
980 | "mockery/mockery": "^0.9.4", | |
981 | "phpunit/phpunit": "^5.2||^4.8.24" | |
982 | }, | |
983 | "type": "library", | |
984 | "extra": { | |
985 | "branch-alias": { | |
986 | "dev-master": "1.0.x-dev" | |
987 | } | |
988 | }, | |
989 | "autoload": { | |
990 | "psr-4": { | |
991 | "phpDocumentor\\Reflection\\": [ | |
992 | "src/" | |
993 | ] | |
994 | } | |
995 | }, | |
996 | "notification-url": "https://packagist.org/downloads/", | |
997 | "license": [ | |
998 | "MIT" | |
999 | ], | |
1000 | "authors": [ | |
1001 | { | |
1002 | "name": "Mike van Riel", | |
1003 | "email": "me@mikevanriel.com" | |
1004 | } | |
1005 | ], | |
5617dcf9 | 1006 | "time": "2017-07-14T14:27:02+00:00" |
1c070fa8 | 1007 | }, |
1c070fa8 A |
1008 | { |
1009 | "name": "phpspec/prophecy", | |
62f5a758 | 1010 | "version": "1.8.0", |
1c070fa8 A |
1011 | "source": { |
1012 | "type": "git", | |
1013 | "url": "https://github.com/phpspec/prophecy.git", | |
62f5a758 | 1014 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
1c070fa8 A |
1015 | }, |
1016 | "dist": { | |
1017 | "type": "zip", | |
62f5a758 A |
1018 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
1019 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", | |
1c070fa8 A |
1020 | "shasum": "" |
1021 | }, | |
1022 | "require": { | |
1023 | "doctrine/instantiator": "^1.0.2", | |
1024 | "php": "^5.3|^7.0", | |
f39580c6 | 1025 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
787faa42 | 1026 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
1c070fa8 A |
1027 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
1028 | }, | |
1029 | "require-dev": { | |
1030 | "phpspec/phpspec": "^2.5|^3.2", | |
62f5a758 | 1031 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
1c070fa8 A |
1032 | }, |
1033 | "type": "library", | |
1034 | "extra": { | |
1035 | "branch-alias": { | |
62f5a758 | 1036 | "dev-master": "1.8.x-dev" |
1c070fa8 A |
1037 | } |
1038 | }, | |
1039 | "autoload": { | |
1040 | "psr-0": { | |
1041 | "Prophecy\\": "src/" | |
1042 | } | |
1043 | }, | |
1044 | "notification-url": "https://packagist.org/downloads/", | |
1045 | "license": [ | |
1046 | "MIT" | |
1047 | ], | |
1048 | "authors": [ | |
1049 | { | |
1050 | "name": "Konstantin Kudryashov", | |
1051 | "email": "ever.zet@gmail.com", | |
1052 | "homepage": "http://everzet.com" | |
1053 | }, | |
1054 | { | |
1055 | "name": "Marcello Duarte", | |
1056 | "email": "marcello.duarte@gmail.com" | |
1057 | } | |
1058 | ], | |
1059 | "description": "Highly opinionated mocking framework for PHP 5.3+", | |
1060 | "homepage": "https://github.com/phpspec/prophecy", | |
1061 | "keywords": [ | |
1062 | "Double", | |
1063 | "Dummy", | |
1064 | "fake", | |
1065 | "mock", | |
1066 | "spy", | |
1067 | "stub" | |
1068 | ], | |
62f5a758 | 1069 | "time": "2018-08-05T17:53:17+00:00" |
1c070fa8 A |
1070 | }, |
1071 | { | |
1072 | "name": "phpunit/php-code-coverage", | |
5617dcf9 | 1073 | "version": "4.0.8", |
1c070fa8 A |
1074 | "source": { |
1075 | "type": "git", | |
1076 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
5617dcf9 | 1077 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
1c070fa8 A |
1078 | }, |
1079 | "dist": { | |
1080 | "type": "zip", | |
5617dcf9 A |
1081 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
1082 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", | |
1c070fa8 A |
1083 | "shasum": "" |
1084 | }, | |
1085 | "require": { | |
5617dcf9 A |
1086 | "ext-dom": "*", |
1087 | "ext-xmlwriter": "*", | |
1088 | "php": "^5.6 || ^7.0", | |
1089 | "phpunit/php-file-iterator": "^1.3", | |
1090 | "phpunit/php-text-template": "^1.2", | |
1091 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", | |
1092 | "sebastian/code-unit-reverse-lookup": "^1.0", | |
1093 | "sebastian/environment": "^1.3.2 || ^2.0", | |
1094 | "sebastian/version": "^1.0 || ^2.0" | |
1c070fa8 A |
1095 | }, |
1096 | "require-dev": { | |
5617dcf9 A |
1097 | "ext-xdebug": "^2.1.4", |
1098 | "phpunit/phpunit": "^5.7" | |
1c070fa8 A |
1099 | }, |
1100 | "suggest": { | |
5617dcf9 | 1101 | "ext-xdebug": "^2.5.1" |
1c070fa8 A |
1102 | }, |
1103 | "type": "library", | |
1104 | "extra": { | |
1105 | "branch-alias": { | |
5617dcf9 | 1106 | "dev-master": "4.0.x-dev" |
1c070fa8 A |
1107 | } |
1108 | }, | |
1109 | "autoload": { | |
1110 | "classmap": [ | |
1111 | "src/" | |
1112 | ] | |
1113 | }, | |
1114 | "notification-url": "https://packagist.org/downloads/", | |
1115 | "license": [ | |
1116 | "BSD-3-Clause" | |
1117 | ], | |
1118 | "authors": [ | |
1119 | { | |
1120 | "name": "Sebastian Bergmann", | |
1121 | "email": "sb@sebastian-bergmann.de", | |
1122 | "role": "lead" | |
1123 | } | |
1124 | ], | |
1125 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
1126 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
1127 | "keywords": [ | |
1128 | "coverage", | |
1129 | "testing", | |
1130 | "xunit" | |
1131 | ], | |
5617dcf9 | 1132 | "time": "2017-04-02T07:44:40+00:00" |
1c070fa8 A |
1133 | }, |
1134 | { | |
1135 | "name": "phpunit/php-file-iterator", | |
44c818ce | 1136 | "version": "1.4.5", |
1c070fa8 A |
1137 | "source": { |
1138 | "type": "git", | |
1139 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
44c818ce | 1140 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
1c070fa8 A |
1141 | }, |
1142 | "dist": { | |
1143 | "type": "zip", | |
44c818ce A |
1144 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
1145 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", | |
1c070fa8 A |
1146 | "shasum": "" |
1147 | }, | |
1148 | "require": { | |
1149 | "php": ">=5.3.3" | |
1150 | }, | |
1151 | "type": "library", | |
1152 | "extra": { | |
1153 | "branch-alias": { | |
1154 | "dev-master": "1.4.x-dev" | |
1155 | } | |
1156 | }, | |
1157 | "autoload": { | |
1158 | "classmap": [ | |
1159 | "src/" | |
1160 | ] | |
1161 | }, | |
1162 | "notification-url": "https://packagist.org/downloads/", | |
1163 | "license": [ | |
1164 | "BSD-3-Clause" | |
1165 | ], | |
1166 | "authors": [ | |
1167 | { | |
1168 | "name": "Sebastian Bergmann", | |
1169 | "email": "sb@sebastian-bergmann.de", | |
1170 | "role": "lead" | |
1171 | } | |
1172 | ], | |
1173 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
1174 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
1175 | "keywords": [ | |
1176 | "filesystem", | |
1177 | "iterator" | |
1178 | ], | |
44c818ce | 1179 | "time": "2017-11-27T13:52:08+00:00" |
1c070fa8 | 1180 | }, |
1c070fa8 A |
1181 | { |
1182 | "name": "phpunit/php-timer", | |
1183 | "version": "1.0.9", | |
1184 | "source": { | |
1185 | "type": "git", | |
1186 | "url": "https://github.com/sebastianbergmann/php-timer.git", | |
1187 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
1188 | }, | |
1189 | "dist": { | |
1190 | "type": "zip", | |
1191 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
1192 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
1193 | "shasum": "" | |
1194 | }, | |
1195 | "require": { | |
1196 | "php": "^5.3.3 || ^7.0" | |
1197 | }, | |
1198 | "require-dev": { | |
1199 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
1200 | }, | |
1201 | "type": "library", | |
1202 | "extra": { | |
1203 | "branch-alias": { | |
1204 | "dev-master": "1.0-dev" | |
1205 | } | |
1206 | }, | |
1207 | "autoload": { | |
1208 | "classmap": [ | |
1209 | "src/" | |
1210 | ] | |
1211 | }, | |
1212 | "notification-url": "https://packagist.org/downloads/", | |
1213 | "license": [ | |
1214 | "BSD-3-Clause" | |
1215 | ], | |
1216 | "authors": [ | |
1217 | { | |
1218 | "name": "Sebastian Bergmann", | |
1219 | "email": "sb@sebastian-bergmann.de", | |
1220 | "role": "lead" | |
1221 | } | |
1222 | ], | |
1223 | "description": "Utility class for timing", | |
1224 | "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
1225 | "keywords": [ | |
1226 | "timer" | |
1227 | ], | |
1228 | "time": "2017-02-26T11:10:40+00:00" | |
1229 | }, | |
1230 | { | |
1231 | "name": "phpunit/php-token-stream", | |
44c818ce | 1232 | "version": "1.4.12", |
1c070fa8 A |
1233 | "source": { |
1234 | "type": "git", | |
1235 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
44c818ce | 1236 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" |
1c070fa8 A |
1237 | }, |
1238 | "dist": { | |
1239 | "type": "zip", | |
44c818ce A |
1240 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", |
1241 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", | |
1c070fa8 A |
1242 | "shasum": "" |
1243 | }, | |
1244 | "require": { | |
1245 | "ext-tokenizer": "*", | |
1246 | "php": ">=5.3.3" | |
1247 | }, | |
1248 | "require-dev": { | |
1249 | "phpunit/phpunit": "~4.2" | |
1250 | }, | |
1251 | "type": "library", | |
1252 | "extra": { | |
1253 | "branch-alias": { | |
1254 | "dev-master": "1.4-dev" | |
1255 | } | |
1256 | }, | |
1257 | "autoload": { | |
1258 | "classmap": [ | |
1259 | "src/" | |
1260 | ] | |
1261 | }, | |
1262 | "notification-url": "https://packagist.org/downloads/", | |
1263 | "license": [ | |
1264 | "BSD-3-Clause" | |
1265 | ], | |
1266 | "authors": [ | |
1267 | { | |
1268 | "name": "Sebastian Bergmann", | |
1269 | "email": "sebastian@phpunit.de" | |
1270 | } | |
1271 | ], | |
1272 | "description": "Wrapper around PHP's tokenizer extension.", | |
1273 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
1274 | "keywords": [ | |
1275 | "tokenizer" | |
1276 | ], | |
44c818ce | 1277 | "time": "2017-12-04T08:55:13+00:00" |
1c070fa8 A |
1278 | }, |
1279 | { | |
1280 | "name": "phpunit/phpcov", | |
5617dcf9 | 1281 | "version": "3.1.0", |
1c070fa8 A |
1282 | "source": { |
1283 | "type": "git", | |
1284 | "url": "https://github.com/sebastianbergmann/phpcov.git", | |
5617dcf9 | 1285 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d" |
1c070fa8 A |
1286 | }, |
1287 | "dist": { | |
1288 | "type": "zip", | |
5617dcf9 A |
1289 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", |
1290 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", | |
1c070fa8 A |
1291 | "shasum": "" |
1292 | }, | |
1293 | "require": { | |
5617dcf9 A |
1294 | "php": "^5.6 || ^7.0", |
1295 | "phpunit/php-code-coverage": "^4.0", | |
1296 | "phpunit/phpunit": "^5.0", | |
1297 | "sebastian/diff": "^1.1", | |
1298 | "sebastian/finder-facade": "^1.1", | |
1299 | "sebastian/version": "^1.0|^2.0", | |
1300 | "symfony/console": "^2|^3" | |
1c070fa8 A |
1301 | }, |
1302 | "bin": [ | |
1303 | "phpcov" | |
1304 | ], | |
1305 | "type": "library", | |
1306 | "extra": { | |
1307 | "branch-alias": { | |
5617dcf9 | 1308 | "dev-master": "3.1.x-dev" |
1c070fa8 A |
1309 | } |
1310 | }, | |
1311 | "autoload": { | |
1312 | "classmap": [ | |
1313 | "src/" | |
1314 | ] | |
1315 | }, | |
1316 | "notification-url": "https://packagist.org/downloads/", | |
1317 | "license": [ | |
1318 | "BSD-3-Clause" | |
1319 | ], | |
1320 | "authors": [ | |
1321 | { | |
1322 | "name": "Sebastian Bergmann", | |
1323 | "email": "sebastian@phpunit.de", | |
1324 | "role": "lead" | |
1325 | } | |
1326 | ], | |
1327 | "description": "CLI frontend for PHP_CodeCoverage", | |
1328 | "homepage": "https://github.com/sebastianbergmann/phpcov", | |
5617dcf9 | 1329 | "time": "2016-06-03T07:01:55+00:00" |
1c070fa8 A |
1330 | }, |
1331 | { | |
1332 | "name": "phpunit/phpunit", | |
5617dcf9 | 1333 | "version": "5.7.27", |
1c070fa8 A |
1334 | "source": { |
1335 | "type": "git", | |
1336 | "url": "https://github.com/sebastianbergmann/phpunit.git", | |
5617dcf9 | 1337 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" |
1c070fa8 A |
1338 | }, |
1339 | "dist": { | |
1340 | "type": "zip", | |
5617dcf9 A |
1341 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
1342 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", | |
1c070fa8 A |
1343 | "shasum": "" |
1344 | }, | |
1345 | "require": { | |
1346 | "ext-dom": "*", | |
1347 | "ext-json": "*", | |
5617dcf9 A |
1348 | "ext-libxml": "*", |
1349 | "ext-mbstring": "*", | |
1350 | "ext-xml": "*", | |
1351 | "myclabs/deep-copy": "~1.3", | |
1352 | "php": "^5.6 || ^7.0", | |
1353 | "phpspec/prophecy": "^1.6.2", | |
1354 | "phpunit/php-code-coverage": "^4.0.4", | |
1c070fa8 A |
1355 | "phpunit/php-file-iterator": "~1.4", |
1356 | "phpunit/php-text-template": "~1.2", | |
1357 | "phpunit/php-timer": "^1.0.6", | |
5617dcf9 A |
1358 | "phpunit/phpunit-mock-objects": "^3.2", |
1359 | "sebastian/comparator": "^1.2.4", | |
1360 | "sebastian/diff": "^1.4.3", | |
1361 | "sebastian/environment": "^1.3.4 || ^2.0", | |
1362 | "sebastian/exporter": "~2.0", | |
1363 | "sebastian/global-state": "^1.1", | |
1364 | "sebastian/object-enumerator": "~2.0", | |
1365 | "sebastian/resource-operations": "~1.0", | |
1366 | "sebastian/version": "^1.0.6|^2.0.1", | |
1367 | "symfony/yaml": "~2.1|~3.0|~4.0" | |
1368 | }, | |
1369 | "conflict": { | |
1370 | "phpdocumentor/reflection-docblock": "3.0.2" | |
1371 | }, | |
1372 | "require-dev": { | |
1373 | "ext-pdo": "*" | |
1c070fa8 A |
1374 | }, |
1375 | "suggest": { | |
5617dcf9 | 1376 | "ext-xdebug": "*", |
1c070fa8 A |
1377 | "phpunit/php-invoker": "~1.1" |
1378 | }, | |
1379 | "bin": [ | |
1380 | "phpunit" | |
1381 | ], | |
1382 | "type": "library", | |
1383 | "extra": { | |
1384 | "branch-alias": { | |
5617dcf9 | 1385 | "dev-master": "5.7.x-dev" |
1c070fa8 A |
1386 | } |
1387 | }, | |
1388 | "autoload": { | |
1389 | "classmap": [ | |
1390 | "src/" | |
1391 | ] | |
1392 | }, | |
1393 | "notification-url": "https://packagist.org/downloads/", | |
1394 | "license": [ | |
1395 | "BSD-3-Clause" | |
1396 | ], | |
1397 | "authors": [ | |
1398 | { | |
1399 | "name": "Sebastian Bergmann", | |
1400 | "email": "sebastian@phpunit.de", | |
1401 | "role": "lead" | |
1402 | } | |
1403 | ], | |
1404 | "description": "The PHP Unit Testing framework.", | |
1405 | "homepage": "https://phpunit.de/", | |
1406 | "keywords": [ | |
1407 | "phpunit", | |
1408 | "testing", | |
1409 | "xunit" | |
1410 | ], | |
5617dcf9 | 1411 | "time": "2018-02-01T05:50:59+00:00" |
1c070fa8 A |
1412 | }, |
1413 | { | |
1414 | "name": "phpunit/phpunit-mock-objects", | |
5617dcf9 | 1415 | "version": "3.4.4", |
1c070fa8 A |
1416 | "source": { |
1417 | "type": "git", | |
1418 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
5617dcf9 | 1419 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
1c070fa8 A |
1420 | }, |
1421 | "dist": { | |
1422 | "type": "zip", | |
5617dcf9 A |
1423 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
1424 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", | |
1c070fa8 A |
1425 | "shasum": "" |
1426 | }, | |
1427 | "require": { | |
1428 | "doctrine/instantiator": "^1.0.2", | |
5617dcf9 A |
1429 | "php": "^5.6 || ^7.0", |
1430 | "phpunit/php-text-template": "^1.2", | |
1431 | "sebastian/exporter": "^1.2 || ^2.0" | |
1432 | }, | |
1433 | "conflict": { | |
1434 | "phpunit/phpunit": "<5.4.0" | |
1c070fa8 A |
1435 | }, |
1436 | "require-dev": { | |
5617dcf9 | 1437 | "phpunit/phpunit": "^5.4" |
1c070fa8 A |
1438 | }, |
1439 | "suggest": { | |
1440 | "ext-soap": "*" | |
1441 | }, | |
1442 | "type": "library", | |
1443 | "extra": { | |
1444 | "branch-alias": { | |
5617dcf9 | 1445 | "dev-master": "3.2.x-dev" |
1c070fa8 A |
1446 | } |
1447 | }, | |
1448 | "autoload": { | |
1449 | "classmap": [ | |
1450 | "src/" | |
1451 | ] | |
1452 | }, | |
1453 | "notification-url": "https://packagist.org/downloads/", | |
1454 | "license": [ | |
1455 | "BSD-3-Clause" | |
1456 | ], | |
1457 | "authors": [ | |
1458 | { | |
1459 | "name": "Sebastian Bergmann", | |
1460 | "email": "sb@sebastian-bergmann.de", | |
1461 | "role": "lead" | |
1462 | } | |
1463 | ], | |
1464 | "description": "Mock Object library for PHPUnit", | |
1465 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
1466 | "keywords": [ | |
1467 | "mock", | |
1468 | "xunit" | |
1469 | ], | |
5617dcf9 A |
1470 | "time": "2017-06-30T09:13:00+00:00" |
1471 | }, | |
1472 | { | |
1473 | "name": "sebastian/code-unit-reverse-lookup", | |
1474 | "version": "1.0.1", | |
1475 | "source": { | |
1476 | "type": "git", | |
1477 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
1478 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
1479 | }, | |
1480 | "dist": { | |
1481 | "type": "zip", | |
1482 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
1483 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
1484 | "shasum": "" | |
1485 | }, | |
1486 | "require": { | |
1487 | "php": "^5.6 || ^7.0" | |
1488 | }, | |
1489 | "require-dev": { | |
1490 | "phpunit/phpunit": "^5.7 || ^6.0" | |
1491 | }, | |
1492 | "type": "library", | |
1493 | "extra": { | |
1494 | "branch-alias": { | |
1495 | "dev-master": "1.0.x-dev" | |
1496 | } | |
1497 | }, | |
1498 | "autoload": { | |
1499 | "classmap": [ | |
1500 | "src/" | |
1501 | ] | |
1502 | }, | |
1503 | "notification-url": "https://packagist.org/downloads/", | |
1504 | "license": [ | |
1505 | "BSD-3-Clause" | |
1506 | ], | |
1507 | "authors": [ | |
1508 | { | |
1509 | "name": "Sebastian Bergmann", | |
1510 | "email": "sebastian@phpunit.de" | |
1511 | } | |
1512 | ], | |
1513 | "description": "Looks up which function or method a line of code belongs to", | |
1514 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
1515 | "time": "2017-03-04T06:30:41+00:00" | |
1c070fa8 A |
1516 | }, |
1517 | { | |
1518 | "name": "sebastian/comparator", | |
1519 | "version": "1.2.4", | |
1520 | "source": { | |
1521 | "type": "git", | |
1522 | "url": "https://github.com/sebastianbergmann/comparator.git", | |
1523 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" | |
1524 | }, | |
1525 | "dist": { | |
1526 | "type": "zip", | |
1527 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | |
1528 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | |
1529 | "shasum": "" | |
1530 | }, | |
1531 | "require": { | |
1532 | "php": ">=5.3.3", | |
1533 | "sebastian/diff": "~1.2", | |
1534 | "sebastian/exporter": "~1.2 || ~2.0" | |
1535 | }, | |
1536 | "require-dev": { | |
1537 | "phpunit/phpunit": "~4.4" | |
1538 | }, | |
1539 | "type": "library", | |
1540 | "extra": { | |
1541 | "branch-alias": { | |
1542 | "dev-master": "1.2.x-dev" | |
1543 | } | |
1544 | }, | |
1545 | "autoload": { | |
1546 | "classmap": [ | |
1547 | "src/" | |
1548 | ] | |
1549 | }, | |
1550 | "notification-url": "https://packagist.org/downloads/", | |
1551 | "license": [ | |
1552 | "BSD-3-Clause" | |
1553 | ], | |
1554 | "authors": [ | |
1555 | { | |
1556 | "name": "Jeff Welch", | |
1557 | "email": "whatthejeff@gmail.com" | |
1558 | }, | |
1559 | { | |
1560 | "name": "Volker Dusch", | |
1561 | "email": "github@wallbash.com" | |
1562 | }, | |
1563 | { | |
1564 | "name": "Bernhard Schussek", | |
1565 | "email": "bschussek@2bepublished.at" | |
1566 | }, | |
1567 | { | |
1568 | "name": "Sebastian Bergmann", | |
1569 | "email": "sebastian@phpunit.de" | |
1570 | } | |
1571 | ], | |
1572 | "description": "Provides the functionality to compare PHP values for equality", | |
1573 | "homepage": "http://www.github.com/sebastianbergmann/comparator", | |
1574 | "keywords": [ | |
1575 | "comparator", | |
1576 | "compare", | |
1577 | "equality" | |
1578 | ], | |
1579 | "time": "2017-01-29T09:50:25+00:00" | |
1580 | }, | |
1581 | { | |
1582 | "name": "sebastian/diff", | |
89118630 | 1583 | "version": "1.4.3", |
1c070fa8 A |
1584 | "source": { |
1585 | "type": "git", | |
1586 | "url": "https://github.com/sebastianbergmann/diff.git", | |
89118630 | 1587 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
1c070fa8 A |
1588 | }, |
1589 | "dist": { | |
1590 | "type": "zip", | |
89118630 A |
1591 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
1592 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", | |
1c070fa8 A |
1593 | "shasum": "" |
1594 | }, | |
1595 | "require": { | |
89118630 | 1596 | "php": "^5.3.3 || ^7.0" |
1c070fa8 A |
1597 | }, |
1598 | "require-dev": { | |
89118630 | 1599 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
1c070fa8 A |
1600 | }, |
1601 | "type": "library", | |
1602 | "extra": { | |
1603 | "branch-alias": { | |
1604 | "dev-master": "1.4-dev" | |
1605 | } | |
1606 | }, | |
1607 | "autoload": { | |
1608 | "classmap": [ | |
1609 | "src/" | |
1610 | ] | |
1611 | }, | |
1612 | "notification-url": "https://packagist.org/downloads/", | |
1613 | "license": [ | |
1614 | "BSD-3-Clause" | |
1615 | ], | |
1616 | "authors": [ | |
1617 | { | |
1618 | "name": "Kore Nordmann", | |
1619 | "email": "mail@kore-nordmann.de" | |
1620 | }, | |
1621 | { | |
1622 | "name": "Sebastian Bergmann", | |
1623 | "email": "sebastian@phpunit.de" | |
1624 | } | |
1625 | ], | |
1626 | "description": "Diff implementation", | |
1627 | "homepage": "https://github.com/sebastianbergmann/diff", | |
1628 | "keywords": [ | |
1629 | "diff" | |
1630 | ], | |
89118630 | 1631 | "time": "2017-05-22T07:24:03+00:00" |
1c070fa8 A |
1632 | }, |
1633 | { | |
1634 | "name": "sebastian/environment", | |
5617dcf9 | 1635 | "version": "2.0.0", |
1c070fa8 A |
1636 | "source": { |
1637 | "type": "git", | |
1638 | "url": "https://github.com/sebastianbergmann/environment.git", | |
5617dcf9 | 1639 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
1c070fa8 A |
1640 | }, |
1641 | "dist": { | |
1642 | "type": "zip", | |
5617dcf9 A |
1643 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
1644 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | |
1c070fa8 A |
1645 | "shasum": "" |
1646 | }, | |
1647 | "require": { | |
5617dcf9 | 1648 | "php": "^5.6 || ^7.0" |
1c070fa8 A |
1649 | }, |
1650 | "require-dev": { | |
5617dcf9 | 1651 | "phpunit/phpunit": "^5.0" |
1c070fa8 A |
1652 | }, |
1653 | "type": "library", | |
1654 | "extra": { | |
1655 | "branch-alias": { | |
5617dcf9 | 1656 | "dev-master": "2.0.x-dev" |
1c070fa8 A |
1657 | } |
1658 | }, | |
1659 | "autoload": { | |
1660 | "classmap": [ | |
1661 | "src/" | |
1662 | ] | |
1663 | }, | |
1664 | "notification-url": "https://packagist.org/downloads/", | |
1665 | "license": [ | |
1666 | "BSD-3-Clause" | |
1667 | ], | |
1668 | "authors": [ | |
1669 | { | |
1670 | "name": "Sebastian Bergmann", | |
1671 | "email": "sebastian@phpunit.de" | |
1672 | } | |
1673 | ], | |
1674 | "description": "Provides functionality to handle HHVM/PHP environments", | |
1675 | "homepage": "http://www.github.com/sebastianbergmann/environment", | |
1676 | "keywords": [ | |
1677 | "Xdebug", | |
1678 | "environment", | |
1679 | "hhvm" | |
1680 | ], | |
5617dcf9 | 1681 | "time": "2016-11-26T07:53:53+00:00" |
1c070fa8 A |
1682 | }, |
1683 | { | |
1684 | "name": "sebastian/exporter", | |
5617dcf9 | 1685 | "version": "2.0.0", |
1c070fa8 A |
1686 | "source": { |
1687 | "type": "git", | |
1688 | "url": "https://github.com/sebastianbergmann/exporter.git", | |
5617dcf9 | 1689 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
1c070fa8 A |
1690 | }, |
1691 | "dist": { | |
1692 | "type": "zip", | |
5617dcf9 A |
1693 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
1694 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", | |
1c070fa8 A |
1695 | "shasum": "" |
1696 | }, | |
1697 | "require": { | |
1698 | "php": ">=5.3.3", | |
5617dcf9 | 1699 | "sebastian/recursion-context": "~2.0" |
1c070fa8 A |
1700 | }, |
1701 | "require-dev": { | |
1702 | "ext-mbstring": "*", | |
1703 | "phpunit/phpunit": "~4.4" | |
1704 | }, | |
1705 | "type": "library", | |
1706 | "extra": { | |
1707 | "branch-alias": { | |
5617dcf9 | 1708 | "dev-master": "2.0.x-dev" |
1c070fa8 A |
1709 | } |
1710 | }, | |
1711 | "autoload": { | |
1712 | "classmap": [ | |
1713 | "src/" | |
1714 | ] | |
1715 | }, | |
1716 | "notification-url": "https://packagist.org/downloads/", | |
1717 | "license": [ | |
1718 | "BSD-3-Clause" | |
1719 | ], | |
1720 | "authors": [ | |
1721 | { | |
1722 | "name": "Jeff Welch", | |
1723 | "email": "whatthejeff@gmail.com" | |
1724 | }, | |
1725 | { | |
1726 | "name": "Volker Dusch", | |
1727 | "email": "github@wallbash.com" | |
1728 | }, | |
1729 | { | |
1730 | "name": "Bernhard Schussek", | |
1731 | "email": "bschussek@2bepublished.at" | |
1732 | }, | |
1733 | { | |
1734 | "name": "Sebastian Bergmann", | |
1735 | "email": "sebastian@phpunit.de" | |
1736 | }, | |
1737 | { | |
1738 | "name": "Adam Harvey", | |
1739 | "email": "aharvey@php.net" | |
1740 | } | |
1741 | ], | |
1742 | "description": "Provides the functionality to export PHP variables for visualization", | |
1743 | "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
1744 | "keywords": [ | |
1745 | "export", | |
1746 | "exporter" | |
1747 | ], | |
5617dcf9 | 1748 | "time": "2016-11-19T08:54:04+00:00" |
1c070fa8 A |
1749 | }, |
1750 | { | |
1751 | "name": "sebastian/finder-facade", | |
44c818ce | 1752 | "version": "1.2.2", |
1c070fa8 A |
1753 | "source": { |
1754 | "type": "git", | |
1755 | "url": "https://github.com/sebastianbergmann/finder-facade.git", | |
44c818ce | 1756 | "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f" |
1c070fa8 A |
1757 | }, |
1758 | "dist": { | |
1759 | "type": "zip", | |
44c818ce A |
1760 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f", |
1761 | "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f", | |
1c070fa8 A |
1762 | "shasum": "" |
1763 | }, | |
1764 | "require": { | |
44c818ce | 1765 | "symfony/finder": "~2.3|~3.0|~4.0", |
1c070fa8 A |
1766 | "theseer/fdomdocument": "~1.3" |
1767 | }, | |
1768 | "type": "library", | |
1769 | "autoload": { | |
1770 | "classmap": [ | |
1771 | "src/" | |
1772 | ] | |
1773 | }, | |
1774 | "notification-url": "https://packagist.org/downloads/", | |
1775 | "license": [ | |
1776 | "BSD-3-Clause" | |
1777 | ], | |
1778 | "authors": [ | |
1779 | { | |
1780 | "name": "Sebastian Bergmann", | |
1781 | "email": "sebastian@phpunit.de", | |
1782 | "role": "lead" | |
1783 | } | |
1784 | ], | |
1785 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", | |
1786 | "homepage": "https://github.com/sebastianbergmann/finder-facade", | |
44c818ce | 1787 | "time": "2017-11-18T17:31:49+00:00" |
1c070fa8 A |
1788 | }, |
1789 | { | |
1790 | "name": "sebastian/global-state", | |
1791 | "version": "1.1.1", | |
1792 | "source": { | |
1793 | "type": "git", | |
1794 | "url": "https://github.com/sebastianbergmann/global-state.git", | |
1795 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" | |
1796 | }, | |
1797 | "dist": { | |
1798 | "type": "zip", | |
1799 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", | |
1800 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", | |
1801 | "shasum": "" | |
1802 | }, | |
1803 | "require": { | |
1804 | "php": ">=5.3.3" | |
1805 | }, | |
1806 | "require-dev": { | |
1807 | "phpunit/phpunit": "~4.2" | |
1808 | }, | |
1809 | "suggest": { | |
1810 | "ext-uopz": "*" | |
1811 | }, | |
1812 | "type": "library", | |
1813 | "extra": { | |
1814 | "branch-alias": { | |
1815 | "dev-master": "1.0-dev" | |
1816 | } | |
1817 | }, | |
1818 | "autoload": { | |
1819 | "classmap": [ | |
1820 | "src/" | |
1821 | ] | |
1822 | }, | |
1823 | "notification-url": "https://packagist.org/downloads/", | |
1824 | "license": [ | |
1825 | "BSD-3-Clause" | |
1826 | ], | |
1827 | "authors": [ | |
1828 | { | |
1829 | "name": "Sebastian Bergmann", | |
1830 | "email": "sebastian@phpunit.de" | |
1831 | } | |
1832 | ], | |
1833 | "description": "Snapshotting of global state", | |
1834 | "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
1835 | "keywords": [ | |
1836 | "global state" | |
1837 | ], | |
1838 | "time": "2015-10-12T03:26:01+00:00" | |
1839 | }, | |
5617dcf9 A |
1840 | { |
1841 | "name": "sebastian/object-enumerator", | |
1842 | "version": "2.0.1", | |
1843 | "source": { | |
1844 | "type": "git", | |
1845 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
1846 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | |
1847 | }, | |
1848 | "dist": { | |
1849 | "type": "zip", | |
1850 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
1851 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
1852 | "shasum": "" | |
1853 | }, | |
1854 | "require": { | |
1855 | "php": ">=5.6", | |
1856 | "sebastian/recursion-context": "~2.0" | |
1857 | }, | |
1858 | "require-dev": { | |
1859 | "phpunit/phpunit": "~5" | |
1860 | }, | |
1861 | "type": "library", | |
1862 | "extra": { | |
1863 | "branch-alias": { | |
1864 | "dev-master": "2.0.x-dev" | |
1865 | } | |
1866 | }, | |
1867 | "autoload": { | |
1868 | "classmap": [ | |
1869 | "src/" | |
1870 | ] | |
1871 | }, | |
1872 | "notification-url": "https://packagist.org/downloads/", | |
1873 | "license": [ | |
1874 | "BSD-3-Clause" | |
1875 | ], | |
1876 | "authors": [ | |
1877 | { | |
1878 | "name": "Sebastian Bergmann", | |
1879 | "email": "sebastian@phpunit.de" | |
1880 | } | |
1881 | ], | |
1882 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
1883 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
1884 | "time": "2017-02-18T15:18:39+00:00" | |
1885 | }, | |
1c070fa8 A |
1886 | { |
1887 | "name": "sebastian/recursion-context", | |
5617dcf9 | 1888 | "version": "2.0.0", |
1c070fa8 A |
1889 | "source": { |
1890 | "type": "git", | |
1891 | "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
5617dcf9 | 1892 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
1c070fa8 A |
1893 | }, |
1894 | "dist": { | |
1895 | "type": "zip", | |
5617dcf9 A |
1896 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
1897 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", | |
1c070fa8 A |
1898 | "shasum": "" |
1899 | }, | |
1900 | "require": { | |
1901 | "php": ">=5.3.3" | |
1902 | }, | |
1903 | "require-dev": { | |
1904 | "phpunit/phpunit": "~4.4" | |
1905 | }, | |
1906 | "type": "library", | |
1907 | "extra": { | |
1908 | "branch-alias": { | |
5617dcf9 | 1909 | "dev-master": "2.0.x-dev" |
1c070fa8 A |
1910 | } |
1911 | }, | |
1912 | "autoload": { | |
1913 | "classmap": [ | |
1914 | "src/" | |
1915 | ] | |
1916 | }, | |
1917 | "notification-url": "https://packagist.org/downloads/", | |
1918 | "license": [ | |
1919 | "BSD-3-Clause" | |
1920 | ], | |
1921 | "authors": [ | |
1922 | { | |
1923 | "name": "Jeff Welch", | |
1924 | "email": "whatthejeff@gmail.com" | |
1925 | }, | |
1926 | { | |
1927 | "name": "Sebastian Bergmann", | |
1928 | "email": "sebastian@phpunit.de" | |
1929 | }, | |
1930 | { | |
1931 | "name": "Adam Harvey", | |
1932 | "email": "aharvey@php.net" | |
1933 | } | |
1934 | ], | |
1935 | "description": "Provides functionality to recursively process PHP variables", | |
1936 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
5617dcf9 A |
1937 | "time": "2016-11-19T07:33:16+00:00" |
1938 | }, | |
1939 | { | |
1940 | "name": "sebastian/resource-operations", | |
1941 | "version": "1.0.0", | |
1942 | "source": { | |
1943 | "type": "git", | |
1944 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
1945 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
1946 | }, | |
1947 | "dist": { | |
1948 | "type": "zip", | |
1949 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
1950 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
1951 | "shasum": "" | |
1952 | }, | |
1953 | "require": { | |
1954 | "php": ">=5.6.0" | |
1955 | }, | |
1956 | "type": "library", | |
1957 | "extra": { | |
1958 | "branch-alias": { | |
1959 | "dev-master": "1.0.x-dev" | |
1960 | } | |
1961 | }, | |
1962 | "autoload": { | |
1963 | "classmap": [ | |
1964 | "src/" | |
1965 | ] | |
1966 | }, | |
1967 | "notification-url": "https://packagist.org/downloads/", | |
1968 | "license": [ | |
1969 | "BSD-3-Clause" | |
1970 | ], | |
1971 | "authors": [ | |
1972 | { | |
1973 | "name": "Sebastian Bergmann", | |
1974 | "email": "sebastian@phpunit.de" | |
1975 | } | |
1976 | ], | |
1977 | "description": "Provides a list of PHP built-in functions that operate on resources", | |
1978 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
1979 | "time": "2015-07-28T20:34:47+00:00" | |
1c070fa8 A |
1980 | }, |
1981 | { | |
1982 | "name": "sebastian/version", | |
5617dcf9 | 1983 | "version": "2.0.1", |
1c070fa8 A |
1984 | "source": { |
1985 | "type": "git", | |
1986 | "url": "https://github.com/sebastianbergmann/version.git", | |
5617dcf9 | 1987 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
1c070fa8 A |
1988 | }, |
1989 | "dist": { | |
1990 | "type": "zip", | |
5617dcf9 A |
1991 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
1992 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
1c070fa8 A |
1993 | "shasum": "" |
1994 | }, | |
5617dcf9 A |
1995 | "require": { |
1996 | "php": ">=5.6" | |
1997 | }, | |
1c070fa8 | 1998 | "type": "library", |
5617dcf9 A |
1999 | "extra": { |
2000 | "branch-alias": { | |
2001 | "dev-master": "2.0.x-dev" | |
2002 | } | |
2003 | }, | |
1c070fa8 A |
2004 | "autoload": { |
2005 | "classmap": [ | |
2006 | "src/" | |
2007 | ] | |
2008 | }, | |
2009 | "notification-url": "https://packagist.org/downloads/", | |
2010 | "license": [ | |
2011 | "BSD-3-Clause" | |
2012 | ], | |
2013 | "authors": [ | |
2014 | { | |
2015 | "name": "Sebastian Bergmann", | |
2016 | "email": "sebastian@phpunit.de", | |
2017 | "role": "lead" | |
2018 | } | |
2019 | ], | |
2020 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
2021 | "homepage": "https://github.com/sebastianbergmann/version", | |
5617dcf9 | 2022 | "time": "2016-10-03T07:35:21+00:00" |
1c070fa8 A |
2023 | }, |
2024 | { | |
2025 | "name": "squizlabs/php_codesniffer", | |
89118630 | 2026 | "version": "2.9.1", |
1c070fa8 A |
2027 | "source": { |
2028 | "type": "git", | |
2029 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", | |
89118630 | 2030 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62" |
1c070fa8 A |
2031 | }, |
2032 | "dist": { | |
2033 | "type": "zip", | |
89118630 A |
2034 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62", |
2035 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62", | |
1c070fa8 A |
2036 | "shasum": "" |
2037 | }, | |
2038 | "require": { | |
2039 | "ext-simplexml": "*", | |
2040 | "ext-tokenizer": "*", | |
2041 | "ext-xmlwriter": "*", | |
2042 | "php": ">=5.1.2" | |
2043 | }, | |
2044 | "require-dev": { | |
2045 | "phpunit/phpunit": "~4.0" | |
2046 | }, | |
2047 | "bin": [ | |
2048 | "scripts/phpcs", | |
2049 | "scripts/phpcbf" | |
2050 | ], | |
2051 | "type": "library", | |
2052 | "extra": { | |
2053 | "branch-alias": { | |
2054 | "dev-master": "2.x-dev" | |
2055 | } | |
2056 | }, | |
2057 | "autoload": { | |
2058 | "classmap": [ | |
2059 | "CodeSniffer.php", | |
2060 | "CodeSniffer/CLI.php", | |
2061 | "CodeSniffer/Exception.php", | |
2062 | "CodeSniffer/File.php", | |
2063 | "CodeSniffer/Fixer.php", | |
2064 | "CodeSniffer/Report.php", | |
2065 | "CodeSniffer/Reporting.php", | |
2066 | "CodeSniffer/Sniff.php", | |
2067 | "CodeSniffer/Tokens.php", | |
2068 | "CodeSniffer/Reports/", | |
2069 | "CodeSniffer/Tokenizers/", | |
2070 | "CodeSniffer/DocGenerators/", | |
2071 | "CodeSniffer/Standards/AbstractPatternSniff.php", | |
2072 | "CodeSniffer/Standards/AbstractScopeSniff.php", | |
2073 | "CodeSniffer/Standards/AbstractVariableSniff.php", | |
2074 | "CodeSniffer/Standards/IncorrectPatternException.php", | |
2075 | "CodeSniffer/Standards/Generic/Sniffs/", | |
2076 | "CodeSniffer/Standards/MySource/Sniffs/", | |
2077 | "CodeSniffer/Standards/PEAR/Sniffs/", | |
2078 | "CodeSniffer/Standards/PSR1/Sniffs/", | |
2079 | "CodeSniffer/Standards/PSR2/Sniffs/", | |
2080 | "CodeSniffer/Standards/Squiz/Sniffs/", | |
2081 | "CodeSniffer/Standards/Zend/Sniffs/" | |
2082 | ] | |
2083 | }, | |
2084 | "notification-url": "https://packagist.org/downloads/", | |
2085 | "license": [ | |
2086 | "BSD-3-Clause" | |
2087 | ], | |
2088 | "authors": [ | |
2089 | { | |
2090 | "name": "Greg Sherwood", | |
2091 | "role": "lead" | |
2092 | } | |
2093 | ], | |
2094 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", | |
2095 | "homepage": "http://www.squizlabs.com/php-codesniffer", | |
2096 | "keywords": [ | |
2097 | "phpcs", | |
2098 | "standards" | |
2099 | ], | |
89118630 | 2100 | "time": "2017-05-22T02:43:20+00:00" |
1c070fa8 | 2101 | }, |
1c070fa8 A |
2102 | { |
2103 | "name": "symfony/console", | |
b41c5ab0 | 2104 | "version": "v3.4.17", |
1c070fa8 A |
2105 | "source": { |
2106 | "type": "git", | |
2107 | "url": "https://github.com/symfony/console.git", | |
b41c5ab0 | 2108 | "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b" |
1c070fa8 A |
2109 | }, |
2110 | "dist": { | |
2111 | "type": "zip", | |
b41c5ab0 V |
2112 | "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", |
2113 | "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", | |
1c070fa8 A |
2114 | "shasum": "" |
2115 | }, | |
2116 | "require": { | |
5617dcf9 A |
2117 | "php": "^5.5.9|>=7.0.8", |
2118 | "symfony/debug": "~2.8|~3.0|~4.0", | |
1c070fa8 A |
2119 | "symfony/polyfill-mbstring": "~1.0" |
2120 | }, | |
5617dcf9 A |
2121 | "conflict": { |
2122 | "symfony/dependency-injection": "<3.4", | |
2123 | "symfony/process": "<3.3" | |
2124 | }, | |
1c070fa8 A |
2125 | "require-dev": { |
2126 | "psr/log": "~1.0", | |
5617dcf9 A |
2127 | "symfony/config": "~3.3|~4.0", |
2128 | "symfony/dependency-injection": "~3.4|~4.0", | |
2129 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", | |
2130 | "symfony/lock": "~3.4|~4.0", | |
2131 | "symfony/process": "~3.3|~4.0" | |
1c070fa8 A |
2132 | }, |
2133 | "suggest": { | |
787faa42 | 2134 | "psr/log-implementation": "For using the console logger", |
1c070fa8 | 2135 | "symfony/event-dispatcher": "", |
5617dcf9 | 2136 | "symfony/lock": "", |
1c070fa8 A |
2137 | "symfony/process": "" |
2138 | }, | |
2139 | "type": "library", | |
2140 | "extra": { | |
2141 | "branch-alias": { | |
5617dcf9 | 2142 | "dev-master": "3.4-dev" |
1c070fa8 A |
2143 | } |
2144 | }, | |
2145 | "autoload": { | |
2146 | "psr-4": { | |
2147 | "Symfony\\Component\\Console\\": "" | |
2148 | }, | |
2149 | "exclude-from-classmap": [ | |
2150 | "/Tests/" | |
2151 | ] | |
2152 | }, | |
2153 | "notification-url": "https://packagist.org/downloads/", | |
2154 | "license": [ | |
2155 | "MIT" | |
2156 | ], | |
2157 | "authors": [ | |
2158 | { | |
2159 | "name": "Fabien Potencier", | |
2160 | "email": "fabien@symfony.com" | |
2161 | }, | |
2162 | { | |
2163 | "name": "Symfony Community", | |
2164 | "homepage": "https://symfony.com/contributors" | |
2165 | } | |
2166 | ], | |
2167 | "description": "Symfony Console Component", | |
2168 | "homepage": "https://symfony.com", | |
b41c5ab0 | 2169 | "time": "2018-10-02T16:33:53+00:00" |
1c070fa8 A |
2170 | }, |
2171 | { | |
2172 | "name": "symfony/debug", | |
b41c5ab0 | 2173 | "version": "v3.4.17", |
1c070fa8 A |
2174 | "source": { |
2175 | "type": "git", | |
2176 | "url": "https://github.com/symfony/debug.git", | |
b41c5ab0 | 2177 | "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6" |
1c070fa8 A |
2178 | }, |
2179 | "dist": { | |
2180 | "type": "zip", | |
b41c5ab0 V |
2181 | "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6", |
2182 | "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6", | |
1c070fa8 A |
2183 | "shasum": "" |
2184 | }, | |
2185 | "require": { | |
5617dcf9 | 2186 | "php": "^5.5.9|>=7.0.8", |
1c070fa8 A |
2187 | "psr/log": "~1.0" |
2188 | }, | |
2189 | "conflict": { | |
2190 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | |
2191 | }, | |
2192 | "require-dev": { | |
5617dcf9 | 2193 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
1c070fa8 A |
2194 | }, |
2195 | "type": "library", | |
2196 | "extra": { | |
2197 | "branch-alias": { | |
5617dcf9 | 2198 | "dev-master": "3.4-dev" |
1c070fa8 A |
2199 | } |
2200 | }, | |
2201 | "autoload": { | |
2202 | "psr-4": { | |
2203 | "Symfony\\Component\\Debug\\": "" | |
2204 | }, | |
2205 | "exclude-from-classmap": [ | |
2206 | "/Tests/" | |
2207 | ] | |
2208 | }, | |
2209 | "notification-url": "https://packagist.org/downloads/", | |
2210 | "license": [ | |
2211 | "MIT" | |
2212 | ], | |
2213 | "authors": [ | |
2214 | { | |
2215 | "name": "Fabien Potencier", | |
2216 | "email": "fabien@symfony.com" | |
2217 | }, | |
2218 | { | |
2219 | "name": "Symfony Community", | |
2220 | "homepage": "https://symfony.com/contributors" | |
2221 | } | |
2222 | ], | |
2223 | "description": "Symfony Debug Component", | |
2224 | "homepage": "https://symfony.com", | |
b41c5ab0 | 2225 | "time": "2018-10-02T16:33:53+00:00" |
1c070fa8 | 2226 | }, |
1c070fa8 A |
2227 | { |
2228 | "name": "symfony/finder", | |
b41c5ab0 | 2229 | "version": "v3.4.17", |
1c070fa8 A |
2230 | "source": { |
2231 | "type": "git", | |
2232 | "url": "https://github.com/symfony/finder.git", | |
b41c5ab0 | 2233 | "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" |
1c070fa8 A |
2234 | }, |
2235 | "dist": { | |
2236 | "type": "zip", | |
b41c5ab0 V |
2237 | "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", |
2238 | "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", | |
1c070fa8 A |
2239 | "shasum": "" |
2240 | }, | |
2241 | "require": { | |
12266213 | 2242 | "php": "^5.5.9|>=7.0.8" |
1c070fa8 A |
2243 | }, |
2244 | "type": "library", | |
2245 | "extra": { | |
2246 | "branch-alias": { | |
44c818ce | 2247 | "dev-master": "3.4-dev" |
1c070fa8 A |
2248 | } |
2249 | }, | |
2250 | "autoload": { | |
2251 | "psr-4": { | |
2252 | "Symfony\\Component\\Finder\\": "" | |
2253 | }, | |
2254 | "exclude-from-classmap": [ | |
2255 | "/Tests/" | |
2256 | ] | |
2257 | }, | |
2258 | "notification-url": "https://packagist.org/downloads/", | |
2259 | "license": [ | |
2260 | "MIT" | |
2261 | ], | |
2262 | "authors": [ | |
2263 | { | |
2264 | "name": "Fabien Potencier", | |
2265 | "email": "fabien@symfony.com" | |
2266 | }, | |
2267 | { | |
2268 | "name": "Symfony Community", | |
2269 | "homepage": "https://symfony.com/contributors" | |
2270 | } | |
2271 | ], | |
2272 | "description": "Symfony Finder Component", | |
2273 | "homepage": "https://symfony.com", | |
b41c5ab0 | 2274 | "time": "2018-10-03T08:46:40+00:00" |
28f26524 A |
2275 | }, |
2276 | { | |
2277 | "name": "symfony/polyfill-ctype", | |
62f5a758 | 2278 | "version": "v1.9.0", |
28f26524 A |
2279 | "source": { |
2280 | "type": "git", | |
2281 | "url": "https://github.com/symfony/polyfill-ctype.git", | |
62f5a758 | 2282 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
28f26524 A |
2283 | }, |
2284 | "dist": { | |
2285 | "type": "zip", | |
62f5a758 A |
2286 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
2287 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", | |
28f26524 A |
2288 | "shasum": "" |
2289 | }, | |
2290 | "require": { | |
2291 | "php": ">=5.3.3" | |
2292 | }, | |
62f5a758 A |
2293 | "suggest": { |
2294 | "ext-ctype": "For best performance" | |
2295 | }, | |
28f26524 A |
2296 | "type": "library", |
2297 | "extra": { | |
2298 | "branch-alias": { | |
62f5a758 | 2299 | "dev-master": "1.9-dev" |
28f26524 A |
2300 | } |
2301 | }, | |
2302 | "autoload": { | |
2303 | "psr-4": { | |
2304 | "Symfony\\Polyfill\\Ctype\\": "" | |
2305 | }, | |
2306 | "files": [ | |
2307 | "bootstrap.php" | |
2308 | ] | |
2309 | }, | |
2310 | "notification-url": "https://packagist.org/downloads/", | |
2311 | "license": [ | |
2312 | "MIT" | |
2313 | ], | |
2314 | "authors": [ | |
2315 | { | |
2316 | "name": "Symfony Community", | |
2317 | "homepage": "https://symfony.com/contributors" | |
2318 | }, | |
2319 | { | |
2320 | "name": "Gert de Pagter", | |
2321 | "email": "BackEndTea@gmail.com" | |
2322 | } | |
2323 | ], | |
2324 | "description": "Symfony polyfill for ctype functions", | |
2325 | "homepage": "https://symfony.com", | |
2326 | "keywords": [ | |
2327 | "compatibility", | |
2328 | "ctype", | |
2329 | "polyfill", | |
2330 | "portable" | |
2331 | ], | |
62f5a758 | 2332 | "time": "2018-08-06T14:22:27+00:00" |
1c070fa8 A |
2333 | }, |
2334 | { | |
2335 | "name": "symfony/polyfill-mbstring", | |
62f5a758 | 2336 | "version": "v1.9.0", |
1c070fa8 A |
2337 | "source": { |
2338 | "type": "git", | |
2339 | "url": "https://github.com/symfony/polyfill-mbstring.git", | |
62f5a758 | 2340 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" |
1c070fa8 A |
2341 | }, |
2342 | "dist": { | |
2343 | "type": "zip", | |
62f5a758 A |
2344 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", |
2345 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", | |
1c070fa8 A |
2346 | "shasum": "" |
2347 | }, | |
2348 | "require": { | |
2349 | "php": ">=5.3.3" | |
2350 | }, | |
2351 | "suggest": { | |
2352 | "ext-mbstring": "For best performance" | |
2353 | }, | |
2354 | "type": "library", | |
2355 | "extra": { | |
2356 | "branch-alias": { | |
62f5a758 | 2357 | "dev-master": "1.9-dev" |
1c070fa8 A |
2358 | } |
2359 | }, | |
2360 | "autoload": { | |
2361 | "psr-4": { | |
2362 | "Symfony\\Polyfill\\Mbstring\\": "" | |
2363 | }, | |
2364 | "files": [ | |
2365 | "bootstrap.php" | |
2366 | ] | |
2367 | }, | |
2368 | "notification-url": "https://packagist.org/downloads/", | |
2369 | "license": [ | |
2370 | "MIT" | |
2371 | ], | |
2372 | "authors": [ | |
2373 | { | |
2374 | "name": "Nicolas Grekas", | |
2375 | "email": "p@tchwork.com" | |
2376 | }, | |
2377 | { | |
2378 | "name": "Symfony Community", | |
2379 | "homepage": "https://symfony.com/contributors" | |
2380 | } | |
2381 | ], | |
2382 | "description": "Symfony polyfill for the Mbstring extension", | |
2383 | "homepage": "https://symfony.com", | |
2384 | "keywords": [ | |
2385 | "compatibility", | |
2386 | "mbstring", | |
2387 | "polyfill", | |
2388 | "portable", | |
2389 | "shim" | |
2390 | ], | |
62f5a758 | 2391 | "time": "2018-08-06T14:22:27+00:00" |
1c070fa8 A |
2392 | }, |
2393 | { | |
2394 | "name": "symfony/yaml", | |
b41c5ab0 | 2395 | "version": "v3.4.17", |
1c070fa8 A |
2396 | "source": { |
2397 | "type": "git", | |
2398 | "url": "https://github.com/symfony/yaml.git", | |
b41c5ab0 | 2399 | "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f" |
1c070fa8 A |
2400 | }, |
2401 | "dist": { | |
2402 | "type": "zip", | |
b41c5ab0 V |
2403 | "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f", |
2404 | "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f", | |
1c070fa8 A |
2405 | "shasum": "" |
2406 | }, | |
2407 | "require": { | |
28f26524 A |
2408 | "php": "^5.5.9|>=7.0.8", |
2409 | "symfony/polyfill-ctype": "~1.8" | |
1c070fa8 | 2410 | }, |
5617dcf9 A |
2411 | "conflict": { |
2412 | "symfony/console": "<3.4" | |
2413 | }, | |
1c070fa8 | 2414 | "require-dev": { |
5617dcf9 | 2415 | "symfony/console": "~3.4|~4.0" |
1c070fa8 A |
2416 | }, |
2417 | "suggest": { | |
2418 | "symfony/console": "For validating YAML files using the lint command" | |
2419 | }, | |
2420 | "type": "library", | |
2421 | "extra": { | |
2422 | "branch-alias": { | |
5617dcf9 | 2423 | "dev-master": "3.4-dev" |
1c070fa8 A |
2424 | } |
2425 | }, | |
2426 | "autoload": { | |
2427 | "psr-4": { | |
2428 | "Symfony\\Component\\Yaml\\": "" | |
2429 | }, | |
2430 | "exclude-from-classmap": [ | |
2431 | "/Tests/" | |
2432 | ] | |
2433 | }, | |
2434 | "notification-url": "https://packagist.org/downloads/", | |
2435 | "license": [ | |
2436 | "MIT" | |
2437 | ], | |
2438 | "authors": [ | |
2439 | { | |
2440 | "name": "Fabien Potencier", | |
2441 | "email": "fabien@symfony.com" | |
2442 | }, | |
2443 | { | |
2444 | "name": "Symfony Community", | |
2445 | "homepage": "https://symfony.com/contributors" | |
2446 | } | |
2447 | ], | |
2448 | "description": "Symfony Yaml Component", | |
2449 | "homepage": "https://symfony.com", | |
b41c5ab0 | 2450 | "time": "2018-10-02T16:33:53+00:00" |
1c070fa8 A |
2451 | }, |
2452 | { | |
2453 | "name": "theseer/fdomdocument", | |
89118630 | 2454 | "version": "1.6.6", |
1c070fa8 A |
2455 | "source": { |
2456 | "type": "git", | |
2457 | "url": "https://github.com/theseer/fDOMDocument.git", | |
89118630 | 2458 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" |
1c070fa8 A |
2459 | }, |
2460 | "dist": { | |
2461 | "type": "zip", | |
89118630 A |
2462 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", |
2463 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", | |
1c070fa8 A |
2464 | "shasum": "" |
2465 | }, | |
2466 | "require": { | |
2467 | "ext-dom": "*", | |
2468 | "lib-libxml": "*", | |
2469 | "php": ">=5.3.3" | |
2470 | }, | |
2471 | "type": "library", | |
2472 | "autoload": { | |
2473 | "classmap": [ | |
2474 | "src/" | |
2475 | ] | |
2476 | }, | |
2477 | "notification-url": "https://packagist.org/downloads/", | |
2478 | "license": [ | |
2479 | "BSD-3-Clause" | |
2480 | ], | |
2481 | "authors": [ | |
2482 | { | |
2483 | "name": "Arne Blankerts", | |
2484 | "email": "arne@blankerts.de", | |
2485 | "role": "lead" | |
2486 | } | |
2487 | ], | |
2488 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", | |
2489 | "homepage": "https://github.com/theseer/fDOMDocument", | |
89118630 | 2490 | "time": "2017-06-30T11:53:12+00:00" |
1c070fa8 A |
2491 | }, |
2492 | { | |
2493 | "name": "webmozart/assert", | |
44c818ce | 2494 | "version": "1.3.0", |
1c070fa8 A |
2495 | "source": { |
2496 | "type": "git", | |
2497 | "url": "https://github.com/webmozart/assert.git", | |
44c818ce | 2498 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
1c070fa8 A |
2499 | }, |
2500 | "dist": { | |
2501 | "type": "zip", | |
44c818ce A |
2502 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
2503 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", | |
1c070fa8 A |
2504 | "shasum": "" |
2505 | }, | |
2506 | "require": { | |
2507 | "php": "^5.3.3 || ^7.0" | |
2508 | }, | |
2509 | "require-dev": { | |
2510 | "phpunit/phpunit": "^4.6", | |
2511 | "sebastian/version": "^1.0.1" | |
2512 | }, | |
2513 | "type": "library", | |
2514 | "extra": { | |
2515 | "branch-alias": { | |
2516 | "dev-master": "1.3-dev" | |
2517 | } | |
2518 | }, | |
2519 | "autoload": { | |
2520 | "psr-4": { | |
2521 | "Webmozart\\Assert\\": "src/" | |
2522 | } | |
2523 | }, | |
2524 | "notification-url": "https://packagist.org/downloads/", | |
2525 | "license": [ | |
2526 | "MIT" | |
2527 | ], | |
2528 | "authors": [ | |
2529 | { | |
2530 | "name": "Bernhard Schussek", | |
2531 | "email": "bschussek@gmail.com" | |
2532 | } | |
2533 | ], | |
2534 | "description": "Assertions to validate method input/output with nice error messages.", | |
2535 | "keywords": [ | |
2536 | "assert", | |
2537 | "check", | |
2538 | "validate" | |
2539 | ], | |
44c818ce | 2540 | "time": "2018-01-29T19:49:41+00:00" |
1c070fa8 A |
2541 | } |
2542 | ], | |
2543 | "aliases": [], | |
2544 | "minimum-stability": "stable", | |
2545 | "stability-flags": { | |
37c9c6b4 | 2546 | "pubsubhubbub/publisher": 20 |
1c070fa8 A |
2547 | }, |
2548 | "prefer-stable": false, | |
2549 | "prefer-lowest": false, | |
2550 | "platform": { | |
5617dcf9 | 2551 | "php": ">=5.6" |
1c070fa8 | 2552 | }, |
89118630 A |
2553 | "platform-dev": [], |
2554 | "platform-overrides": { | |
5617dcf9 | 2555 | "php": "5.6.31" |
89118630 | 2556 | } |
1c070fa8 | 2557 | } |