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": "4e9dc9e175875f34cc38520ed78b8d8d", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "adbario/php-dot-notation", |
||
11 | "version": "2.2.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/adbario/php-dot-notation.git", |
||
15 | "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e", |
||
20 | "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "ext-json": "*", |
||
25 | "php": ">=5.5" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "phpunit/phpunit": "^4.0|^5.0|^6.0", |
||
29 | "squizlabs/php_codesniffer": "^3.0" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "autoload": { |
||
33 | "files": [ |
||
34 | "src/helpers.php" |
||
35 | ], |
||
36 | "psr-4": { |
||
37 | "Adbar\\": "src" |
||
38 | } |
||
39 | }, |
||
40 | "notification-url": "https://packagist.org/downloads/", |
||
41 | "license": [ |
||
42 | "MIT" |
||
43 | ], |
||
44 | "authors": [ |
||
45 | { |
||
46 | "name": "Riku Särkinen", |
||
47 | "email": "[email protected]" |
||
48 | } |
||
49 | ], |
||
50 | "description": "PHP dot notation access to arrays", |
||
51 | "homepage": "https://github.com/adbario/php-dot-notation", |
||
52 | "keywords": [ |
||
53 | "ArrayAccess", |
||
54 | "dotnotation" |
||
55 | ], |
||
56 | "time": "2019-01-01T23:59:15+00:00" |
||
57 | }, |
||
58 | { |
||
59 | "name": "clagiordano/weblibs-configmanager", |
||
60 | "version": "v1.0", |
||
61 | "source": { |
||
62 | "type": "git", |
||
63 | "url": "https://github.com/clagiordano/weblibs-configmanager.git", |
||
64 | "reference": "ae09a71c4af906f816b7caf9a913d44409f4cf50" |
||
65 | }, |
||
66 | "dist": { |
||
67 | "type": "zip", |
||
68 | "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/ae09a71c4af906f816b7caf9a913d44409f4cf50", |
||
69 | "reference": "ae09a71c4af906f816b7caf9a913d44409f4cf50", |
||
70 | "shasum": "" |
||
71 | }, |
||
72 | "require": { |
||
73 | "php": ">=5.3" |
||
74 | }, |
||
75 | "require-dev": { |
||
76 | "phpunit/phpunit": "*" |
||
77 | }, |
||
78 | "type": "library", |
||
79 | "autoload": { |
||
80 | "psr-4": { |
||
81 | "clagiordano\\weblibs\\configmanager\\": "src/" |
||
82 | } |
||
83 | }, |
||
84 | "notification-url": "https://packagist.org/downloads/", |
||
85 | "license": [ |
||
86 | "LGPL-3.0" |
||
87 | ], |
||
88 | "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object", |
||
89 | "time": "2016-08-17T21:12:41+00:00" |
||
90 | }, |
||
91 | { |
||
92 | "name": "danielstjules/stringy", |
||
93 | "version": "3.1.0", |
||
94 | "source": { |
||
95 | "type": "git", |
||
96 | "url": "https://github.com/danielstjules/Stringy.git", |
||
97 | "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e" |
||
98 | }, |
||
99 | "dist": { |
||
100 | "type": "zip", |
||
101 | "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e", |
||
102 | "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e", |
||
103 | "shasum": "" |
||
104 | }, |
||
105 | "require": { |
||
106 | "php": ">=5.4.0", |
||
107 | "symfony/polyfill-mbstring": "~1.1" |
||
108 | }, |
||
109 | "require-dev": { |
||
110 | "phpunit/phpunit": "~4.0" |
||
111 | }, |
||
112 | "type": "library", |
||
113 | "autoload": { |
||
114 | "psr-4": { |
||
115 | "Stringy\\": "src/" |
||
116 | }, |
||
117 | "files": [ |
||
118 | "src/Create.php" |
||
119 | ] |
||
120 | }, |
||
121 | "notification-url": "https://packagist.org/downloads/", |
||
122 | "license": [ |
||
123 | "MIT" |
||
124 | ], |
||
125 | "authors": [ |
||
126 | { |
||
127 | "name": "Daniel St. Jules", |
||
128 | "email": "[email protected]", |
||
129 | "homepage": "http://www.danielstjules.com" |
||
130 | } |
||
131 | ], |
||
132 | "description": "A string manipulation library with multibyte support", |
||
133 | "homepage": "https://github.com/danielstjules/Stringy", |
||
134 | "keywords": [ |
||
135 | "UTF", |
||
136 | "helpers", |
||
137 | "manipulation", |
||
138 | "methods", |
||
139 | "multibyte", |
||
140 | "string", |
||
141 | "utf-8", |
||
142 | "utility", |
||
143 | "utils" |
||
144 | ], |
||
145 | "time": "2017-06-12T01:10:27+00:00" |
||
146 | }, |
||
147 | { |
||
148 | "name": "guzzlehttp/guzzle", |
||
149 | "version": "6.3.0", |
||
150 | "source": { |
||
151 | "type": "git", |
||
152 | "url": "https://github.com/guzzle/guzzle.git", |
||
153 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
154 | }, |
||
155 | "dist": { |
||
156 | "type": "zip", |
||
157 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
158 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
159 | "shasum": "" |
||
160 | }, |
||
161 | "require": { |
||
162 | "guzzlehttp/promises": "^1.0", |
||
163 | "guzzlehttp/psr7": "^1.4", |
||
164 | "php": ">=5.5" |
||
165 | }, |
||
166 | "require-dev": { |
||
167 | "ext-curl": "*", |
||
168 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
169 | "psr/log": "^1.0" |
||
170 | }, |
||
171 | "suggest": { |
||
172 | "psr/log": "Required for using the Log middleware" |
||
173 | }, |
||
174 | "type": "library", |
||
175 | "extra": { |
||
176 | "branch-alias": { |
||
177 | "dev-master": "6.2-dev" |
||
178 | } |
||
179 | }, |
||
180 | "autoload": { |
||
181 | "files": [ |
||
182 | "src/functions_include.php" |
||
183 | ], |
||
184 | "psr-4": { |
||
185 | "GuzzleHttp\\": "src/" |
||
186 | } |
||
187 | }, |
||
188 | "notification-url": "https://packagist.org/downloads/", |
||
189 | "license": [ |
||
190 | "MIT" |
||
191 | ], |
||
192 | "authors": [ |
||
193 | { |
||
194 | "name": "Michael Dowling", |
||
195 | "email": "[email protected]", |
||
196 | "homepage": "https://github.com/mtdowling" |
||
197 | } |
||
198 | ], |
||
199 | "description": "Guzzle is a PHP HTTP client library", |
||
200 | "homepage": "http://guzzlephp.org/", |
||
201 | "keywords": [ |
||
202 | "client", |
||
203 | "curl", |
||
204 | "framework", |
||
205 | "http", |
||
206 | "http client", |
||
207 | "rest", |
||
208 | "web service" |
||
209 | ], |
||
210 | "time": "2017-06-22T18:50:49+00:00" |
||
211 | }, |
||
212 | { |
||
213 | "name": "guzzlehttp/promises", |
||
214 | "version": "1.3.0", |
||
215 | "source": { |
||
216 | "type": "git", |
||
217 | "url": "https://github.com/guzzle/promises.git", |
||
218 | "reference": "2693c101803ca78b27972d84081d027fca790a1e" |
||
219 | }, |
||
220 | "dist": { |
||
221 | "type": "zip", |
||
222 | "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e", |
||
223 | "reference": "2693c101803ca78b27972d84081d027fca790a1e", |
||
224 | "shasum": "" |
||
225 | }, |
||
226 | "require": { |
||
227 | "php": ">=5.5.0" |
||
228 | }, |
||
229 | "require-dev": { |
||
230 | "phpunit/phpunit": "~4.0" |
||
231 | }, |
||
232 | "type": "library", |
||
233 | "extra": { |
||
234 | "branch-alias": { |
||
235 | "dev-master": "1.0-dev" |
||
236 | } |
||
237 | }, |
||
238 | "autoload": { |
||
239 | "psr-4": { |
||
240 | "GuzzleHttp\\Promise\\": "src/" |
||
241 | }, |
||
242 | "files": [ |
||
243 | "src/functions_include.php" |
||
244 | ] |
||
245 | }, |
||
246 | "notification-url": "https://packagist.org/downloads/", |
||
247 | "license": [ |
||
248 | "MIT" |
||
249 | ], |
||
250 | "authors": [ |
||
251 | { |
||
252 | "name": "Michael Dowling", |
||
253 | "email": "[email protected]", |
||
254 | "homepage": "https://github.com/mtdowling" |
||
255 | } |
||
256 | ], |
||
257 | "description": "Guzzle promises library", |
||
258 | "keywords": [ |
||
259 | "promise" |
||
260 | ], |
||
261 | "time": "2016-11-18T17:47:58+00:00" |
||
262 | }, |
||
263 | { |
||
264 | "name": "guzzlehttp/psr7", |
||
265 | "version": "1.4.0", |
||
266 | "source": { |
||
267 | "type": "git", |
||
268 | "url": "https://github.com/guzzle/psr7.git", |
||
269 | "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569" |
||
270 | }, |
||
271 | "dist": { |
||
272 | "type": "zip", |
||
273 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/04a6d1a00ea5da0727ee94309a9f0d3dbaecb569", |
||
274 | "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569", |
||
275 | "shasum": "" |
||
276 | }, |
||
277 | "require": { |
||
278 | "php": ">=5.4.0", |
||
279 | "psr/http-message": "~1.0" |
||
280 | }, |
||
281 | "provide": { |
||
282 | "psr/http-message-implementation": "1.0" |
||
283 | }, |
||
284 | "require-dev": { |
||
285 | "phpunit/phpunit": "~4.0" |
||
286 | }, |
||
287 | "type": "library", |
||
288 | "extra": { |
||
289 | "branch-alias": { |
||
290 | "dev-master": "1.4-dev" |
||
291 | } |
||
292 | }, |
||
293 | "autoload": { |
||
294 | "psr-4": { |
||
295 | "GuzzleHttp\\Psr7\\": "src/" |
||
296 | }, |
||
297 | "files": [ |
||
298 | "src/functions_include.php" |
||
299 | ] |
||
300 | }, |
||
301 | "notification-url": "https://packagist.org/downloads/", |
||
302 | "license": [ |
||
303 | "MIT" |
||
304 | ], |
||
305 | "authors": [ |
||
306 | { |
||
307 | "name": "Michael Dowling", |
||
308 | "email": "[email protected]", |
||
309 | "homepage": "https://github.com/mtdowling" |
||
310 | }, |
||
311 | { |
||
312 | "name": "Tobias Schultze", |
||
313 | "homepage": "https://github.com/Tobion" |
||
314 | } |
||
315 | ], |
||
316 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
317 | "keywords": [ |
||
318 | "http", |
||
319 | "message", |
||
320 | "request", |
||
321 | "response", |
||
322 | "stream", |
||
323 | "uri", |
||
324 | "url" |
||
325 | ], |
||
326 | "time": "2017-02-21T01:20:32+00:00" |
||
327 | }, |
||
328 | { |
||
329 | "name": "mtdowling/jmespath.php", |
||
330 | "version": "2.4.0", |
||
331 | "source": { |
||
332 | "type": "git", |
||
333 | "url": "https://github.com/jmespath/jmespath.php.git", |
||
334 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" |
||
335 | }, |
||
336 | "dist": { |
||
337 | "type": "zip", |
||
338 | "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
339 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
340 | "shasum": "" |
||
341 | }, |
||
342 | "require": { |
||
343 | "php": ">=5.4.0" |
||
344 | }, |
||
345 | "require-dev": { |
||
346 | "phpunit/phpunit": "~4.0" |
||
347 | }, |
||
348 | "bin": [ |
||
349 | "bin/jp.php" |
||
350 | ], |
||
351 | "type": "library", |
||
352 | "extra": { |
||
353 | "branch-alias": { |
||
354 | "dev-master": "2.0-dev" |
||
355 | } |
||
356 | }, |
||
357 | "autoload": { |
||
358 | "psr-4": { |
||
359 | "JmesPath\\": "src/" |
||
360 | }, |
||
361 | "files": [ |
||
362 | "src/JmesPath.php" |
||
363 | ] |
||
364 | }, |
||
365 | "notification-url": "https://packagist.org/downloads/", |
||
366 | "license": [ |
||
367 | "MIT" |
||
368 | ], |
||
369 | "authors": [ |
||
370 | { |
||
371 | "name": "Michael Dowling", |
||
372 | "email": "[email protected]", |
||
373 | "homepage": "https://github.com/mtdowling" |
||
374 | } |
||
375 | ], |
||
376 | "description": "Declaratively specify how to extract elements from a JSON document", |
||
377 | "keywords": [ |
||
378 | "json", |
||
379 | "jsonpath" |
||
380 | ], |
||
381 | "time": "2016-12-03T22:08:25+00:00" |
||
382 | }, |
||
383 | { |
||
384 | "name": "psr/http-message", |
||
385 | "version": "1.0", |
||
386 | "source": { |
||
387 | "type": "git", |
||
388 | "url": "https://github.com/php-fig/http-message.git", |
||
389 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
390 | }, |
||
391 | "dist": { |
||
392 | "type": "zip", |
||
393 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
394 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
395 | "shasum": "" |
||
396 | }, |
||
397 | "require": { |
||
398 | "php": ">=5.3.0" |
||
399 | }, |
||
400 | "type": "library", |
||
401 | "extra": { |
||
402 | "branch-alias": { |
||
403 | "dev-master": "1.0.x-dev" |
||
404 | } |
||
405 | }, |
||
406 | "autoload": { |
||
407 | "psr-4": { |
||
408 | "Psr\\Http\\Message\\": "src/" |
||
409 | } |
||
410 | }, |
||
411 | "notification-url": "https://packagist.org/downloads/", |
||
412 | "license": [ |
||
413 | "MIT" |
||
414 | ], |
||
415 | "authors": [ |
||
416 | { |
||
417 | "name": "PHP-FIG", |
||
418 | "homepage": "http://www.php-fig.org/" |
||
419 | } |
||
420 | ], |
||
421 | "description": "Common interface for HTTP messages", |
||
422 | "keywords": [ |
||
423 | "http", |
||
424 | "http-message", |
||
425 | "psr", |
||
426 | "psr-7", |
||
427 | "request", |
||
428 | "response" |
||
429 | ], |
||
430 | "time": "2015-05-04T20:22:00+00:00" |
||
431 | }, |
||
432 | { |
||
433 | "name": "symfony/polyfill-mbstring", |
||
434 | "version": "v1.1.0", |
||
435 | "source": { |
||
436 | "type": "git", |
||
437 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
438 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
439 | }, |
||
440 | "dist": { |
||
441 | "type": "zip", |
||
442 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
443 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
444 | "shasum": "" |
||
445 | }, |
||
446 | "require": { |
||
447 | "php": ">=5.3.3" |
||
448 | }, |
||
449 | "suggest": { |
||
450 | "ext-mbstring": "For best performance" |
||
451 | }, |
||
452 | "type": "library", |
||
453 | "extra": { |
||
454 | "branch-alias": { |
||
455 | "dev-master": "1.1-dev" |
||
456 | } |
||
457 | }, |
||
458 | "autoload": { |
||
459 | "psr-4": { |
||
460 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
461 | }, |
||
462 | "files": [ |
||
463 | "bootstrap.php" |
||
464 | ] |
||
465 | }, |
||
466 | "notification-url": "https://packagist.org/downloads/", |
||
467 | "license": [ |
||
468 | "MIT" |
||
469 | ], |
||
470 | "authors": [ |
||
471 | { |
||
472 | "name": "Nicolas Grekas", |
||
473 | "email": "[email protected]" |
||
474 | }, |
||
475 | { |
||
476 | "name": "Symfony Community", |
||
477 | "homepage": "https://symfony.com/contributors" |
||
478 | } |
||
479 | ], |
||
480 | "description": "Symfony polyfill for the Mbstring extension", |
||
481 | "homepage": "https://symfony.com", |
||
482 | "keywords": [ |
||
483 | "compatibility", |
||
484 | "mbstring", |
||
485 | "polyfill", |
||
486 | "portable", |
||
487 | "shim" |
||
488 | ], |
||
489 | "time": "2016-01-20T09:13:37+00:00" |
||
490 | } |
||
491 | ], |
||
492 | "packages-dev": [ |
||
493 | { |
||
494 | "name": "dflydev/markdown", |
||
495 | "version": "v1.0.0", |
||
496 | "source": { |
||
497 | "type": "git", |
||
498 | "url": "https://github.com/dflydev/dflydev-markdown.git", |
||
499 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d" |
||
500 | }, |
||
501 | "dist": { |
||
502 | "type": "zip", |
||
503 | "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
504 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
505 | "shasum": "" |
||
506 | }, |
||
507 | "require": { |
||
508 | "php": ">=5.3" |
||
509 | }, |
||
510 | "type": "library", |
||
511 | "autoload": { |
||
512 | "psr-0": { |
||
513 | "dflydev\\markdown": "src" |
||
514 | } |
||
515 | }, |
||
516 | "notification-url": "https://packagist.org/downloads/", |
||
517 | "license": [ |
||
518 | "New BSD License" |
||
519 | ], |
||
520 | "authors": [ |
||
521 | { |
||
522 | "name": "Dragonfly Development Inc.", |
||
523 | "email": "[email protected]", |
||
524 | "homepage": "http://dflydev.com" |
||
525 | }, |
||
526 | { |
||
527 | "name": "Beau Simensen", |
||
528 | "email": "[email protected]", |
||
529 | "homepage": "http://beausimensen.com" |
||
530 | }, |
||
531 | { |
||
532 | "name": "Michel Fortin", |
||
533 | "homepage": "http://michelf.com" |
||
534 | }, |
||
535 | { |
||
536 | "name": "John Gruber", |
||
537 | "homepage": "http://daringfireball.net" |
||
538 | } |
||
539 | ], |
||
540 | "description": "PHP Markdown & Extra", |
||
541 | "homepage": "http://github.com/dflydev/dflydev-markdown", |
||
542 | "keywords": [ |
||
543 | "markdown" |
||
544 | ], |
||
545 | "abandoned": "michelf/php-markdown", |
||
546 | "time": "2012-01-02T23:11:32+00:00" |
||
547 | }, |
||
548 | { |
||
549 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
550 | "version": "v1.2.0", |
||
551 | "source": { |
||
552 | "type": "git", |
||
553 | "url": "https://github.com/doctrine/annotations.git", |
||
554 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" |
||
555 | }, |
||
556 | "dist": { |
||
557 | "type": "zip", |
||
558 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
||
559 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
||
560 | "shasum": "" |
||
561 | }, |
||
562 | "require": { |
||
563 | "doctrine/lexer": "1.*", |
||
564 | "php": ">=5.3.2" |
||
565 | }, |
||
566 | "require-dev": { |
||
567 | "doctrine/cache": "1.*", |
||
568 | "phpunit/phpunit": "4.*" |
||
569 | }, |
||
570 | "type": "library", |
||
571 | "extra": { |
||
572 | "branch-alias": { |
||
573 | "dev-master": "1.3.x-dev" |
||
574 | } |
||
575 | }, |
||
576 | "autoload": { |
||
577 | "psr-0": { |
||
578 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
579 | } |
||
580 | }, |
||
581 | "notification-url": "https://packagist.org/downloads/", |
||
582 | "license": [ |
||
583 | "MIT" |
||
584 | ], |
||
585 | "authors": [ |
||
586 | { |
||
587 | "name": "Jonathan Wage", |
||
588 | "email": "[email protected]", |
||
589 | "homepage": "http://www.jwage.com/", |
||
590 | "role": "Creator" |
||
591 | }, |
||
592 | { |
||
593 | "name": "Guilherme Blanco", |
||
594 | "email": "[email protected]", |
||
595 | "homepage": "http://www.instaclick.com" |
||
596 | }, |
||
597 | { |
||
598 | "name": "Roman Borschel", |
||
599 | "email": "[email protected]" |
||
600 | }, |
||
601 | { |
||
602 | "name": "Benjamin Eberlei", |
||
603 | "email": "[email protected]" |
||
604 | }, |
||
605 | { |
||
606 | "name": "Johannes Schmitt", |
||
607 | "email": "[email protected]", |
||
608 | "homepage": "https://github.com/schmittjoh", |
||
609 | "role": "Developer of wrapped JMSSerializerBundle" |
||
610 | } |
||
611 | ], |
||
612 | "description": "Docblock Annotations Parser", |
||
613 | "homepage": "http://www.doctrine-project.org", |
||
614 | "keywords": [ |
||
615 | "annotations", |
||
616 | "docblock", |
||
617 | "parser" |
||
618 | ], |
||
619 | "time": "2014-07-06T15:52:21+00:00" |
||
620 | }, |
||
621 | { |
||
622 | "name": "doctrine/instantiator", |
||
623 | "version": "1.0.4", |
||
624 | "source": { |
||
625 | "type": "git", |
||
626 | "url": "https://github.com/doctrine/instantiator.git", |
||
627 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
628 | }, |
||
629 | "dist": { |
||
630 | "type": "zip", |
||
631 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
632 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
633 | "shasum": "" |
||
634 | }, |
||
635 | "require": { |
||
636 | "php": ">=5.3,<8.0-DEV" |
||
637 | }, |
||
638 | "require-dev": { |
||
639 | "athletic/athletic": "~0.1.8", |
||
640 | "ext-pdo": "*", |
||
641 | "ext-phar": "*", |
||
642 | "phpunit/phpunit": "~4.0", |
||
643 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
644 | }, |
||
645 | "type": "library", |
||
646 | "extra": { |
||
647 | "branch-alias": { |
||
648 | "dev-master": "1.0.x-dev" |
||
649 | } |
||
650 | }, |
||
651 | "autoload": { |
||
652 | "psr-0": { |
||
653 | "Doctrine\\Instantiator\\": "src" |
||
654 | } |
||
655 | }, |
||
656 | "notification-url": "https://packagist.org/downloads/", |
||
657 | "license": [ |
||
658 | "MIT" |
||
659 | ], |
||
660 | "authors": [ |
||
661 | { |
||
662 | "name": "Marco Pivetta", |
||
663 | "email": "[email protected]", |
||
664 | "homepage": "http://ocramius.github.com/" |
||
665 | } |
||
666 | ], |
||
667 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
668 | "homepage": "https://github.com/doctrine/instantiator", |
||
669 | "keywords": [ |
||
670 | "constructor", |
||
671 | "instantiate" |
||
672 | ], |
||
673 | "time": "2014-10-13T12:58:55+00:00" |
||
674 | }, |
||
675 | { |
||
676 | "name": "doctrine/lexer", |
||
677 | "version": "v1.0", |
||
678 | "source": { |
||
679 | "type": "git", |
||
680 | "url": "https://github.com/doctrine/lexer.git", |
||
681 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
682 | }, |
||
683 | "dist": { |
||
684 | "type": "zip", |
||
685 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
686 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
687 | "shasum": "" |
||
688 | }, |
||
689 | "require": { |
||
690 | "php": ">=5.3.2" |
||
691 | }, |
||
692 | "type": "library", |
||
693 | "autoload": { |
||
694 | "psr-0": { |
||
695 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
696 | } |
||
697 | }, |
||
698 | "notification-url": "https://packagist.org/downloads/", |
||
699 | "license": [ |
||
700 | "MIT" |
||
701 | ], |
||
702 | "authors": [ |
||
703 | { |
||
704 | "name": "Guilherme Blanco", |
||
705 | "email": "[email protected]", |
||
706 | "homepage": "http://www.instaclick.com" |
||
707 | }, |
||
708 | { |
||
709 | "name": "Roman Borschel", |
||
710 | "email": "[email protected]" |
||
711 | }, |
||
712 | { |
||
713 | "name": "Johannes Schmitt", |
||
714 | "email": "[email protected]", |
||
715 | "homepage": "https://github.com/schmittjoh", |
||
716 | "role": "Developer of wrapped JMSSerializerBundle" |
||
717 | } |
||
718 | ], |
||
719 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
720 | "homepage": "http://www.doctrine-project.org", |
||
721 | "keywords": [ |
||
722 | "lexer", |
||
723 | "parser" |
||
724 | ], |
||
725 | "time": "2013-01-12T18:59:04+00:00" |
||
726 | }, |
||
727 | { |
||
728 | "name": "drupal/coder", |
||
729 | "version": "8.3.0", |
||
730 | "source": { |
||
731 | "type": "git", |
||
732 | "url": "https://git.drupal.org/project/coder.git", |
||
733 | "reference": "fd3321a777a645dd683a8c6ecf4978012357717b" |
||
734 | }, |
||
735 | "require": { |
||
736 | "ext-mbstring": "*", |
||
737 | "php": ">=5.4.0", |
||
738 | "squizlabs/php_codesniffer": "^3.0.0", |
||
739 | "symfony/yaml": ">=2.0.0" |
||
740 | }, |
||
741 | "require-dev": { |
||
742 | "phpunit/phpunit": ">=3.7 <6" |
||
743 | }, |
||
744 | "type": "phpcodesniffer-standard", |
||
745 | "autoload": { |
||
746 | "psr-0": { |
||
747 | "Drupal\\": "coder_sniffer/Drupal/", |
||
748 | "DrupalPractice\\": "coder_sniffer/Drupal/" |
||
749 | } |
||
750 | }, |
||
751 | "notification-url": "https://packagist.org/downloads/", |
||
752 | "license": [ |
||
753 | "GPL-2.0+" |
||
754 | ], |
||
755 | "description": "Coder is a library to review Drupal code.", |
||
756 | "homepage": "https://www.drupal.org/project/coder", |
||
757 | "keywords": [ |
||
758 | "code review", |
||
759 | "phpcs", |
||
760 | "standards" |
||
761 | ], |
||
762 | "time": "2018-08-29T23:39:17+00:00" |
||
763 | }, |
||
764 | { |
||
765 | "name": "friendsofphp/php-cs-fixer", |
||
766 | "version": "v2.2.0", |
||
767 | "source": { |
||
768 | "type": "git", |
||
769 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
770 | "reference": "d6f17423412d33df6b69c9aaf12037b91703533b" |
||
771 | }, |
||
772 | "dist": { |
||
773 | "type": "zip", |
||
774 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d6f17423412d33df6b69c9aaf12037b91703533b", |
||
775 | "reference": "d6f17423412d33df6b69c9aaf12037b91703533b", |
||
776 | "shasum": "" |
||
777 | }, |
||
778 | "require": { |
||
779 | "doctrine/annotations": "^1.2", |
||
780 | "ext-tokenizer": "*", |
||
781 | "php": "^5.3.6 || >=7.0 <7.2", |
||
782 | "sebastian/diff": "^1.1", |
||
783 | "symfony/console": "^2.4 || ^3.0", |
||
784 | "symfony/event-dispatcher": "^2.1 || ^3.0", |
||
785 | "symfony/filesystem": "^2.4 || ^3.0", |
||
786 | "symfony/finder": "^2.2 || ^3.0", |
||
787 | "symfony/options-resolver": "^2.6 || ^3.0", |
||
788 | "symfony/polyfill-php54": "^1.0", |
||
789 | "symfony/polyfill-php55": "^1.3", |
||
790 | "symfony/polyfill-php70": "^1.0", |
||
791 | "symfony/polyfill-xml": "^1.3", |
||
792 | "symfony/process": "^2.3 || ^3.0", |
||
793 | "symfony/stopwatch": "^2.5 || ^3.0" |
||
794 | }, |
||
795 | "conflict": { |
||
796 | "hhvm": "<3.18" |
||
797 | }, |
||
798 | "require-dev": { |
||
799 | "gecko-packages/gecko-php-unit": "^2.0", |
||
800 | "justinrainbow/json-schema": "^5.0", |
||
801 | "phpunit/phpunit": "^4.5 || ^5.0", |
||
802 | "satooshi/php-coveralls": "^1.0", |
||
803 | "symfony/phpunit-bridge": "^3.2.2" |
||
804 | }, |
||
805 | "suggest": { |
||
806 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
807 | "ext-xml": "For better performance.", |
||
808 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
809 | }, |
||
810 | "bin": [ |
||
811 | "php-cs-fixer" |
||
812 | ], |
||
813 | "type": "application", |
||
814 | "extra": { |
||
815 | "branch-alias": { |
||
816 | "dev-master": "2.2-dev" |
||
817 | } |
||
818 | }, |
||
819 | "autoload": { |
||
820 | "psr-4": { |
||
821 | "PhpCsFixer\\": "src/" |
||
822 | } |
||
823 | }, |
||
824 | "notification-url": "https://packagist.org/downloads/", |
||
825 | "license": [ |
||
826 | "MIT" |
||
827 | ], |
||
828 | "authors": [ |
||
829 | { |
||
830 | "name": "Dariusz Rumiński", |
||
831 | "email": "[email protected]" |
||
832 | }, |
||
833 | { |
||
834 | "name": "Fabien Potencier", |
||
835 | "email": "[email protected]" |
||
836 | } |
||
837 | ], |
||
838 | "description": "A tool to automatically fix PHP code style", |
||
839 | "time": "2017-03-31T16:16:30+00:00" |
||
840 | }, |
||
841 | { |
||
842 | "name": "ircmaxell/password-compat", |
||
843 | "version": "1.0.0", |
||
844 | "source": { |
||
845 | "type": "git", |
||
846 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
847 | "reference": "58151cf24e73119576c2a016393120f9c146448b" |
||
848 | }, |
||
849 | "dist": { |
||
850 | "type": "zip", |
||
851 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/58151cf24e73119576c2a016393120f9c146448b", |
||
852 | "reference": "58151cf24e73119576c2a016393120f9c146448b", |
||
853 | "shasum": "" |
||
854 | }, |
||
855 | "type": "library", |
||
856 | "autoload": { |
||
857 | "files": [ |
||
858 | "lib/password.php" |
||
859 | ] |
||
860 | }, |
||
861 | "notification-url": "https://packagist.org/downloads/", |
||
862 | "license": [ |
||
863 | "MIT" |
||
864 | ], |
||
865 | "authors": [ |
||
866 | { |
||
867 | "name": "Anthony Ferrara", |
||
868 | "email": "[email protected]", |
||
869 | "homepage": "http://blog.ircmaxell.com" |
||
870 | } |
||
871 | ], |
||
872 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
873 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
874 | "keywords": [ |
||
875 | "hashing", |
||
876 | "password" |
||
877 | ], |
||
878 | "time": "2013-01-14T16:49:31+00:00" |
||
879 | }, |
||
880 | { |
||
881 | "name": "league/climate", |
||
882 | "version": "3.2.4", |
||
883 | "source": { |
||
884 | "type": "git", |
||
885 | "url": "https://github.com/thephpleague/climate.git", |
||
886 | "reference": "ca70f67f7739cca823eba0ad98f8130bca226bf0" |
||
887 | }, |
||
888 | "dist": { |
||
889 | "type": "zip", |
||
890 | "url": "https://api.github.com/repos/thephpleague/climate/zipball/ca70f67f7739cca823eba0ad98f8130bca226bf0", |
||
891 | "reference": "ca70f67f7739cca823eba0ad98f8130bca226bf0", |
||
892 | "shasum": "" |
||
893 | }, |
||
894 | "require": { |
||
895 | "php": ">=5.4.0", |
||
896 | "seld/cli-prompt": "~1.0" |
||
897 | }, |
||
898 | "require-dev": { |
||
899 | "mikey179/vfsstream": "~1.4", |
||
900 | "mockery/mockery": "~0.9", |
||
901 | "phpunit/phpunit": "~4.6" |
||
902 | }, |
||
903 | "type": "library", |
||
904 | "autoload": { |
||
905 | "psr-4": { |
||
906 | "League\\CLImate\\": "src/" |
||
907 | } |
||
908 | }, |
||
909 | "notification-url": "https://packagist.org/downloads/", |
||
910 | "license": [ |
||
911 | "MIT" |
||
912 | ], |
||
913 | "authors": [ |
||
914 | { |
||
915 | "name": "Joe Tannenbaum", |
||
916 | "email": "[email protected]", |
||
917 | "homepage": "http://joe.codes/", |
||
918 | "role": "Developer" |
||
919 | } |
||
920 | ], |
||
921 | "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", |
||
922 | "keywords": [ |
||
923 | "cli", |
||
924 | "colors", |
||
925 | "command", |
||
926 | "php", |
||
927 | "terminal" |
||
928 | ], |
||
929 | "time": "2016-10-30T22:18:25+00:00" |
||
930 | }, |
||
931 | { |
||
932 | "name": "mikey179/vfsStream", |
||
933 | "version": "v1.6.0", |
||
934 | "source": { |
||
935 | "type": "git", |
||
936 | "url": "https://github.com/mikey179/vfsStream.git", |
||
937 | "reference": "73bcb605b741a7d5044b47592338c633788b0eb7" |
||
938 | }, |
||
939 | "dist": { |
||
940 | "type": "zip", |
||
941 | "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/73bcb605b741a7d5044b47592338c633788b0eb7", |
||
942 | "reference": "73bcb605b741a7d5044b47592338c633788b0eb7", |
||
943 | "shasum": "" |
||
944 | }, |
||
945 | "require": { |
||
946 | "php": ">=5.3.0" |
||
947 | }, |
||
948 | "require-dev": { |
||
949 | "phpunit/phpunit": "~4.5" |
||
950 | }, |
||
951 | "type": "library", |
||
952 | "extra": { |
||
953 | "branch-alias": { |
||
954 | "dev-master": "1.6.x-dev" |
||
955 | } |
||
956 | }, |
||
957 | "autoload": { |
||
958 | "psr-0": { |
||
959 | "org\\bovigo\\vfs\\": "src/main/php" |
||
960 | } |
||
961 | }, |
||
962 | "notification-url": "https://packagist.org/downloads/", |
||
963 | "license": [ |
||
964 | "BSD-3-Clause" |
||
965 | ], |
||
966 | "authors": [ |
||
967 | { |
||
968 | "name": "Frank Kleine", |
||
969 | "homepage": "http://frankkleine.de/", |
||
970 | "role": "Developer" |
||
971 | } |
||
972 | ], |
||
973 | "description": "Virtual file system to mock the real file system in unit tests.", |
||
974 | "homepage": "http://vfs.bovigo.org/", |
||
975 | "time": "2015-10-06T16:59:57+00:00" |
||
976 | }, |
||
977 | { |
||
978 | "name": "paragonie/random_compat", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of paragonie/random_compat:
Uses insecure CSPRNG (openssl_random_pseudo_bytes()) ![]() |
|||
979 | "version": "v1.0.0", |
||
980 | "source": { |
||
981 | "type": "git", |
||
982 | "url": "https://github.com/paragonie/random_compat.git", |
||
983 | "reference": "a1d9f267eb8b8ad560e54e397a5ed1e3b78097d1" |
||
984 | }, |
||
985 | "dist": { |
||
986 | "type": "zip", |
||
987 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a1d9f267eb8b8ad560e54e397a5ed1e3b78097d1", |
||
988 | "reference": "a1d9f267eb8b8ad560e54e397a5ed1e3b78097d1", |
||
989 | "shasum": "" |
||
990 | }, |
||
991 | "require": { |
||
992 | "php": ">=5.2.0" |
||
993 | }, |
||
994 | "type": "library", |
||
995 | "autoload": { |
||
996 | "files": [ |
||
997 | "lib/random.php" |
||
998 | ] |
||
999 | }, |
||
1000 | "notification-url": "https://packagist.org/downloads/", |
||
1001 | "license": [ |
||
1002 | "MIT" |
||
1003 | ], |
||
1004 | "authors": [ |
||
1005 | { |
||
1006 | "name": "Paragon Initiative Enterprises", |
||
1007 | "email": "[email protected]", |
||
1008 | "homepage": "https://paragonie.com" |
||
1009 | } |
||
1010 | ], |
||
1011 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1012 | "keywords": [ |
||
1013 | "csprng", |
||
1014 | "pseudorandom", |
||
1015 | "random" |
||
1016 | ], |
||
1017 | "time": "2015-09-07T01:49:23+00:00" |
||
1018 | }, |
||
1019 | { |
||
1020 | "name": "phpdocumentor/reflection-docblock", |
||
1021 | "version": "2.0.0", |
||
1022 | "source": { |
||
1023 | "type": "git", |
||
1024 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1025 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5" |
||
1026 | }, |
||
1027 | "dist": { |
||
1028 | "type": "zip", |
||
1029 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
1030 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
1031 | "shasum": "" |
||
1032 | }, |
||
1033 | "require": { |
||
1034 | "dflydev/markdown": "1.0.*", |
||
1035 | "php": ">=5.3.3" |
||
1036 | }, |
||
1037 | "require-dev": { |
||
1038 | "phpunit/phpunit": "3.7.*@stable" |
||
1039 | }, |
||
1040 | "type": "library", |
||
1041 | "extra": { |
||
1042 | "branch-alias": { |
||
1043 | "dev-master": "2.0.x-dev" |
||
1044 | } |
||
1045 | }, |
||
1046 | "autoload": { |
||
1047 | "psr-0": { |
||
1048 | "phpDocumentor": [ |
||
1049 | "src/" |
||
1050 | ] |
||
1051 | } |
||
1052 | }, |
||
1053 | "notification-url": "https://packagist.org/downloads/", |
||
1054 | "license": [ |
||
1055 | "MIT" |
||
1056 | ], |
||
1057 | "authors": [ |
||
1058 | { |
||
1059 | "name": "Mike van Riel", |
||
1060 | "email": "[email protected]" |
||
1061 | } |
||
1062 | ], |
||
1063 | "time": "2013-08-07T11:04:22+00:00" |
||
1064 | }, |
||
1065 | { |
||
1066 | "name": "phpspec/prophecy", |
||
1067 | "version": "v1.3.1", |
||
1068 | "source": { |
||
1069 | "type": "git", |
||
1070 | "url": "https://github.com/phpspec/prophecy.git", |
||
1071 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" |
||
1072 | }, |
||
1073 | "dist": { |
||
1074 | "type": "zip", |
||
1075 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
1076 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
1077 | "shasum": "" |
||
1078 | }, |
||
1079 | "require": { |
||
1080 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
1081 | "phpdocumentor/reflection-docblock": "~2.0" |
||
1082 | }, |
||
1083 | "require-dev": { |
||
1084 | "phpspec/phpspec": "~2.0" |
||
1085 | }, |
||
1086 | "type": "library", |
||
1087 | "extra": { |
||
1088 | "branch-alias": { |
||
1089 | "dev-master": "1.2.x-dev" |
||
1090 | } |
||
1091 | }, |
||
1092 | "autoload": { |
||
1093 | "psr-0": { |
||
1094 | "Prophecy\\": "src/" |
||
1095 | } |
||
1096 | }, |
||
1097 | "notification-url": "https://packagist.org/downloads/", |
||
1098 | "license": [ |
||
1099 | "MIT" |
||
1100 | ], |
||
1101 | "authors": [ |
||
1102 | { |
||
1103 | "name": "Konstantin Kudryashov", |
||
1104 | "email": "[email protected]", |
||
1105 | "homepage": "http://everzet.com" |
||
1106 | }, |
||
1107 | { |
||
1108 | "name": "Marcello Duarte", |
||
1109 | "email": "[email protected]" |
||
1110 | } |
||
1111 | ], |
||
1112 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1113 | "homepage": "http://phpspec.org", |
||
1114 | "keywords": [ |
||
1115 | "Double", |
||
1116 | "Dummy", |
||
1117 | "fake", |
||
1118 | "mock", |
||
1119 | "spy", |
||
1120 | "stub" |
||
1121 | ], |
||
1122 | "time": "2014-11-17T16:23:49+00:00" |
||
1123 | }, |
||
1124 | { |
||
1125 | "name": "phpunit/php-code-coverage", |
||
1126 | "version": "2.1.0", |
||
1127 | "source": { |
||
1128 | "type": "git", |
||
1129 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1130 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886" |
||
1131 | }, |
||
1132 | "dist": { |
||
1133 | "type": "zip", |
||
1134 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
1135 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
1136 | "shasum": "" |
||
1137 | }, |
||
1138 | "require": { |
||
1139 | "php": ">=5.3.3", |
||
1140 | "phpunit/php-file-iterator": "~1.3", |
||
1141 | "phpunit/php-text-template": "~1.2", |
||
1142 | "phpunit/php-token-stream": "~1.3", |
||
1143 | "sebastian/environment": "~1.0", |
||
1144 | "sebastian/version": "~1.0" |
||
1145 | }, |
||
1146 | "require-dev": { |
||
1147 | "ext-xdebug": ">=2.1.4", |
||
1148 | "phpunit/phpunit": "~4" |
||
1149 | }, |
||
1150 | "suggest": { |
||
1151 | "ext-dom": "*", |
||
1152 | "ext-xdebug": ">=2.2.1", |
||
1153 | "ext-xmlwriter": "*" |
||
1154 | }, |
||
1155 | "type": "library", |
||
1156 | "extra": { |
||
1157 | "branch-alias": { |
||
1158 | "dev-master": "2.1.x-dev" |
||
1159 | } |
||
1160 | }, |
||
1161 | "autoload": { |
||
1162 | "classmap": [ |
||
1163 | "src/" |
||
1164 | ] |
||
1165 | }, |
||
1166 | "notification-url": "https://packagist.org/downloads/", |
||
1167 | "license": [ |
||
1168 | "BSD-3-Clause" |
||
1169 | ], |
||
1170 | "authors": [ |
||
1171 | { |
||
1172 | "name": "Sebastian Bergmann", |
||
1173 | "email": "[email protected]", |
||
1174 | "role": "lead" |
||
1175 | } |
||
1176 | ], |
||
1177 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1178 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1179 | "keywords": [ |
||
1180 | "coverage", |
||
1181 | "testing", |
||
1182 | "xunit" |
||
1183 | ], |
||
1184 | "time": "2015-05-30T12:58:40+00:00" |
||
1185 | }, |
||
1186 | { |
||
1187 | "name": "phpunit/php-file-iterator", |
||
1188 | "version": "1.4.0", |
||
1189 | "source": { |
||
1190 | "type": "git", |
||
1191 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1192 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" |
||
1193 | }, |
||
1194 | "dist": { |
||
1195 | "type": "zip", |
||
1196 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
1197 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
1198 | "shasum": "" |
||
1199 | }, |
||
1200 | "require": { |
||
1201 | "php": ">=5.3.3" |
||
1202 | }, |
||
1203 | "type": "library", |
||
1204 | "extra": { |
||
1205 | "branch-alias": { |
||
1206 | "dev-master": "1.4.x-dev" |
||
1207 | } |
||
1208 | }, |
||
1209 | "autoload": { |
||
1210 | "classmap": [ |
||
1211 | "src/" |
||
1212 | ] |
||
1213 | }, |
||
1214 | "notification-url": "https://packagist.org/downloads/", |
||
1215 | "license": [ |
||
1216 | "BSD-3-Clause" |
||
1217 | ], |
||
1218 | "authors": [ |
||
1219 | { |
||
1220 | "name": "Sebastian Bergmann", |
||
1221 | "email": "[email protected]", |
||
1222 | "role": "lead" |
||
1223 | } |
||
1224 | ], |
||
1225 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1226 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1227 | "keywords": [ |
||
1228 | "filesystem", |
||
1229 | "iterator" |
||
1230 | ], |
||
1231 | "time": "2015-04-02T05:19:05+00:00" |
||
1232 | }, |
||
1233 | { |
||
1234 | "name": "phpunit/php-text-template", |
||
1235 | "version": "1.2.0", |
||
1236 | "source": { |
||
1237 | "type": "git", |
||
1238 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1239 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
1240 | }, |
||
1241 | "dist": { |
||
1242 | "type": "zip", |
||
1243 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1244 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1245 | "shasum": "" |
||
1246 | }, |
||
1247 | "require": { |
||
1248 | "php": ">=5.3.3" |
||
1249 | }, |
||
1250 | "type": "library", |
||
1251 | "autoload": { |
||
1252 | "classmap": [ |
||
1253 | "Text/" |
||
1254 | ] |
||
1255 | }, |
||
1256 | "notification-url": "https://packagist.org/downloads/", |
||
1257 | "include-path": [ |
||
1258 | "" |
||
1259 | ], |
||
1260 | "license": [ |
||
1261 | "BSD-3-Clause" |
||
1262 | ], |
||
1263 | "authors": [ |
||
1264 | { |
||
1265 | "name": "Sebastian Bergmann", |
||
1266 | "email": "[email protected]", |
||
1267 | "role": "lead" |
||
1268 | } |
||
1269 | ], |
||
1270 | "description": "Simple template engine.", |
||
1271 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1272 | "keywords": [ |
||
1273 | "template" |
||
1274 | ], |
||
1275 | "time": "2014-01-30T17:20:04+00:00" |
||
1276 | }, |
||
1277 | { |
||
1278 | "name": "phpunit/php-timer", |
||
1279 | "version": "1.0.6", |
||
1280 | "source": { |
||
1281 | "type": "git", |
||
1282 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1283 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" |
||
1284 | }, |
||
1285 | "dist": { |
||
1286 | "type": "zip", |
||
1287 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
1288 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
1289 | "shasum": "" |
||
1290 | }, |
||
1291 | "require": { |
||
1292 | "php": ">=5.3.3" |
||
1293 | }, |
||
1294 | "type": "library", |
||
1295 | "autoload": { |
||
1296 | "classmap": [ |
||
1297 | "src/" |
||
1298 | ] |
||
1299 | }, |
||
1300 | "notification-url": "https://packagist.org/downloads/", |
||
1301 | "license": [ |
||
1302 | "BSD-3-Clause" |
||
1303 | ], |
||
1304 | "authors": [ |
||
1305 | { |
||
1306 | "name": "Sebastian Bergmann", |
||
1307 | "email": "[email protected]", |
||
1308 | "role": "lead" |
||
1309 | } |
||
1310 | ], |
||
1311 | "description": "Utility class for timing", |
||
1312 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1313 | "keywords": [ |
||
1314 | "timer" |
||
1315 | ], |
||
1316 | "time": "2015-06-13T07:35:30+00:00" |
||
1317 | }, |
||
1318 | { |
||
1319 | "name": "phpunit/php-token-stream", |
||
1320 | "version": "1.3.0", |
||
1321 | "source": { |
||
1322 | "type": "git", |
||
1323 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1324 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" |
||
1325 | }, |
||
1326 | "dist": { |
||
1327 | "type": "zip", |
||
1328 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", |
||
1329 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", |
||
1330 | "shasum": "" |
||
1331 | }, |
||
1332 | "require": { |
||
1333 | "ext-tokenizer": "*", |
||
1334 | "php": ">=5.3.3" |
||
1335 | }, |
||
1336 | "require-dev": { |
||
1337 | "phpunit/phpunit": "~4.2" |
||
1338 | }, |
||
1339 | "type": "library", |
||
1340 | "extra": { |
||
1341 | "branch-alias": { |
||
1342 | "dev-master": "1.3-dev" |
||
1343 | } |
||
1344 | }, |
||
1345 | "autoload": { |
||
1346 | "classmap": [ |
||
1347 | "src/" |
||
1348 | ] |
||
1349 | }, |
||
1350 | "notification-url": "https://packagist.org/downloads/", |
||
1351 | "license": [ |
||
1352 | "BSD-3-Clause" |
||
1353 | ], |
||
1354 | "authors": [ |
||
1355 | { |
||
1356 | "name": "Sebastian Bergmann", |
||
1357 | "email": "[email protected]" |
||
1358 | } |
||
1359 | ], |
||
1360 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1361 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1362 | "keywords": [ |
||
1363 | "tokenizer" |
||
1364 | ], |
||
1365 | "time": "2014-08-31T06:12:13+00:00" |
||
1366 | }, |
||
1367 | { |
||
1368 | "name": "phpunit/phpunit", |
||
1369 | "version": "4.8.35", |
||
1370 | "source": { |
||
1371 | "type": "git", |
||
1372 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1373 | "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" |
||
1374 | }, |
||
1375 | "dist": { |
||
1376 | "type": "zip", |
||
1377 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", |
||
1378 | "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", |
||
1379 | "shasum": "" |
||
1380 | }, |
||
1381 | "require": { |
||
1382 | "ext-dom": "*", |
||
1383 | "ext-json": "*", |
||
1384 | "ext-pcre": "*", |
||
1385 | "ext-reflection": "*", |
||
1386 | "ext-spl": "*", |
||
1387 | "php": ">=5.3.3", |
||
1388 | "phpspec/prophecy": "^1.3.1", |
||
1389 | "phpunit/php-code-coverage": "~2.1", |
||
1390 | "phpunit/php-file-iterator": "~1.4", |
||
1391 | "phpunit/php-text-template": "~1.2", |
||
1392 | "phpunit/php-timer": "^1.0.6", |
||
1393 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1394 | "sebastian/comparator": "~1.2.2", |
||
1395 | "sebastian/diff": "~1.2", |
||
1396 | "sebastian/environment": "~1.3", |
||
1397 | "sebastian/exporter": "~1.2", |
||
1398 | "sebastian/global-state": "~1.0", |
||
1399 | "sebastian/version": "~1.0", |
||
1400 | "symfony/yaml": "~2.1|~3.0" |
||
1401 | }, |
||
1402 | "suggest": { |
||
1403 | "phpunit/php-invoker": "~1.1" |
||
1404 | }, |
||
1405 | "bin": [ |
||
1406 | "phpunit" |
||
1407 | ], |
||
1408 | "type": "library", |
||
1409 | "extra": { |
||
1410 | "branch-alias": { |
||
1411 | "dev-master": "4.8.x-dev" |
||
1412 | } |
||
1413 | }, |
||
1414 | "autoload": { |
||
1415 | "classmap": [ |
||
1416 | "src/" |
||
1417 | ] |
||
1418 | }, |
||
1419 | "notification-url": "https://packagist.org/downloads/", |
||
1420 | "license": [ |
||
1421 | "BSD-3-Clause" |
||
1422 | ], |
||
1423 | "authors": [ |
||
1424 | { |
||
1425 | "name": "Sebastian Bergmann", |
||
1426 | "email": "[email protected]", |
||
1427 | "role": "lead" |
||
1428 | } |
||
1429 | ], |
||
1430 | "description": "The PHP Unit Testing framework.", |
||
1431 | "homepage": "https://phpunit.de/", |
||
1432 | "keywords": [ |
||
1433 | "phpunit", |
||
1434 | "testing", |
||
1435 | "xunit" |
||
1436 | ], |
||
1437 | "time": "2017-02-06T05:18:07+00:00" |
||
1438 | }, |
||
1439 | { |
||
1440 | "name": "phpunit/phpunit-mock-objects", |
||
1441 | "version": "2.3.0", |
||
1442 | "source": { |
||
1443 | "type": "git", |
||
1444 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1445 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
1446 | }, |
||
1447 | "dist": { |
||
1448 | "type": "zip", |
||
1449 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
1450 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
1451 | "shasum": "" |
||
1452 | }, |
||
1453 | "require": { |
||
1454 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
1455 | "php": ">=5.3.3", |
||
1456 | "phpunit/php-text-template": "~1.2" |
||
1457 | }, |
||
1458 | "require-dev": { |
||
1459 | "phpunit/phpunit": "~4.3" |
||
1460 | }, |
||
1461 | "suggest": { |
||
1462 | "ext-soap": "*" |
||
1463 | }, |
||
1464 | "type": "library", |
||
1465 | "extra": { |
||
1466 | "branch-alias": { |
||
1467 | "dev-master": "2.3.x-dev" |
||
1468 | } |
||
1469 | }, |
||
1470 | "autoload": { |
||
1471 | "classmap": [ |
||
1472 | "src/" |
||
1473 | ] |
||
1474 | }, |
||
1475 | "notification-url": "https://packagist.org/downloads/", |
||
1476 | "license": [ |
||
1477 | "BSD-3-Clause" |
||
1478 | ], |
||
1479 | "authors": [ |
||
1480 | { |
||
1481 | "name": "Sebastian Bergmann", |
||
1482 | "email": "[email protected]", |
||
1483 | "role": "lead" |
||
1484 | } |
||
1485 | ], |
||
1486 | "description": "Mock Object library for PHPUnit", |
||
1487 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1488 | "keywords": [ |
||
1489 | "mock", |
||
1490 | "xunit" |
||
1491 | ], |
||
1492 | "time": "2014-10-03T05:12:11+00:00" |
||
1493 | }, |
||
1494 | { |
||
1495 | "name": "psr/cache", |
||
1496 | "version": "1.0.0", |
||
1497 | "source": { |
||
1498 | "type": "git", |
||
1499 | "url": "https://github.com/php-fig/cache.git", |
||
1500 | "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3" |
||
1501 | }, |
||
1502 | "dist": { |
||
1503 | "type": "zip", |
||
1504 | "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3", |
||
1505 | "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3", |
||
1506 | "shasum": "" |
||
1507 | }, |
||
1508 | "require": { |
||
1509 | "php": ">=5.3.0" |
||
1510 | }, |
||
1511 | "type": "library", |
||
1512 | "extra": { |
||
1513 | "branch-alias": { |
||
1514 | "dev-master": "1.0.x-dev" |
||
1515 | } |
||
1516 | }, |
||
1517 | "autoload": { |
||
1518 | "psr-4": { |
||
1519 | "Psr\\Cache\\": "src/" |
||
1520 | } |
||
1521 | }, |
||
1522 | "notification-url": "https://packagist.org/downloads/", |
||
1523 | "license": [ |
||
1524 | "MIT" |
||
1525 | ], |
||
1526 | "authors": [ |
||
1527 | { |
||
1528 | "name": "PHP-FIG", |
||
1529 | "homepage": "http://www.php-fig.org/" |
||
1530 | } |
||
1531 | ], |
||
1532 | "description": "Common interface for caching libraries", |
||
1533 | "keywords": [ |
||
1534 | "cache", |
||
1535 | "psr", |
||
1536 | "psr-6" |
||
1537 | ], |
||
1538 | "time": "2015-12-11T02:52:07+00:00" |
||
1539 | }, |
||
1540 | { |
||
1541 | "name": "sebastian/comparator", |
||
1542 | "version": "1.2.2", |
||
1543 | "source": { |
||
1544 | "type": "git", |
||
1545 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1546 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" |
||
1547 | }, |
||
1548 | "dist": { |
||
1549 | "type": "zip", |
||
1550 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
1551 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
1552 | "shasum": "" |
||
1553 | }, |
||
1554 | "require": { |
||
1555 | "php": ">=5.3.3", |
||
1556 | "sebastian/diff": "~1.2", |
||
1557 | "sebastian/exporter": "~1.2 || ~2.0" |
||
1558 | }, |
||
1559 | "require-dev": { |
||
1560 | "phpunit/phpunit": "~4.4" |
||
1561 | }, |
||
1562 | "type": "library", |
||
1563 | "extra": { |
||
1564 | "branch-alias": { |
||
1565 | "dev-master": "1.2.x-dev" |
||
1566 | } |
||
1567 | }, |
||
1568 | "autoload": { |
||
1569 | "classmap": [ |
||
1570 | "src/" |
||
1571 | ] |
||
1572 | }, |
||
1573 | "notification-url": "https://packagist.org/downloads/", |
||
1574 | "license": [ |
||
1575 | "BSD-3-Clause" |
||
1576 | ], |
||
1577 | "authors": [ |
||
1578 | { |
||
1579 | "name": "Jeff Welch", |
||
1580 | "email": "[email protected]" |
||
1581 | }, |
||
1582 | { |
||
1583 | "name": "Volker Dusch", |
||
1584 | "email": "[email protected]" |
||
1585 | }, |
||
1586 | { |
||
1587 | "name": "Bernhard Schussek", |
||
1588 | "email": "[email protected]" |
||
1589 | }, |
||
1590 | { |
||
1591 | "name": "Sebastian Bergmann", |
||
1592 | "email": "[email protected]" |
||
1593 | } |
||
1594 | ], |
||
1595 | "description": "Provides the functionality to compare PHP values for equality", |
||
1596 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1597 | "keywords": [ |
||
1598 | "comparator", |
||
1599 | "compare", |
||
1600 | "equality" |
||
1601 | ], |
||
1602 | "time": "2016-11-19T09:18:40+00:00" |
||
1603 | }, |
||
1604 | { |
||
1605 | "name": "sebastian/diff", |
||
1606 | "version": "1.2.0", |
||
1607 | "source": { |
||
1608 | "type": "git", |
||
1609 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1610 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
1611 | }, |
||
1612 | "dist": { |
||
1613 | "type": "zip", |
||
1614 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
1615 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
1616 | "shasum": "" |
||
1617 | }, |
||
1618 | "require": { |
||
1619 | "php": ">=5.3.3" |
||
1620 | }, |
||
1621 | "require-dev": { |
||
1622 | "phpunit/phpunit": "~4.2" |
||
1623 | }, |
||
1624 | "type": "library", |
||
1625 | "extra": { |
||
1626 | "branch-alias": { |
||
1627 | "dev-master": "1.2-dev" |
||
1628 | } |
||
1629 | }, |
||
1630 | "autoload": { |
||
1631 | "classmap": [ |
||
1632 | "src/" |
||
1633 | ] |
||
1634 | }, |
||
1635 | "notification-url": "https://packagist.org/downloads/", |
||
1636 | "license": [ |
||
1637 | "BSD-3-Clause" |
||
1638 | ], |
||
1639 | "authors": [ |
||
1640 | { |
||
1641 | "name": "Kore Nordmann", |
||
1642 | "email": "[email protected]" |
||
1643 | }, |
||
1644 | { |
||
1645 | "name": "Sebastian Bergmann", |
||
1646 | "email": "[email protected]" |
||
1647 | } |
||
1648 | ], |
||
1649 | "description": "Diff implementation", |
||
1650 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1651 | "keywords": [ |
||
1652 | "diff" |
||
1653 | ], |
||
1654 | "time": "2014-08-15T10:29:00+00:00" |
||
1655 | }, |
||
1656 | { |
||
1657 | "name": "sebastian/environment", |
||
1658 | "version": "1.3.0", |
||
1659 | "source": { |
||
1660 | "type": "git", |
||
1661 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1662 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87" |
||
1663 | }, |
||
1664 | "dist": { |
||
1665 | "type": "zip", |
||
1666 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
1667 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
1668 | "shasum": "" |
||
1669 | }, |
||
1670 | "require": { |
||
1671 | "php": ">=5.3.3" |
||
1672 | }, |
||
1673 | "require-dev": { |
||
1674 | "phpunit/phpunit": "~4.4" |
||
1675 | }, |
||
1676 | "type": "library", |
||
1677 | "extra": { |
||
1678 | "branch-alias": { |
||
1679 | "dev-master": "1.3.x-dev" |
||
1680 | } |
||
1681 | }, |
||
1682 | "autoload": { |
||
1683 | "classmap": [ |
||
1684 | "src/" |
||
1685 | ] |
||
1686 | }, |
||
1687 | "notification-url": "https://packagist.org/downloads/", |
||
1688 | "license": [ |
||
1689 | "BSD-3-Clause" |
||
1690 | ], |
||
1691 | "authors": [ |
||
1692 | { |
||
1693 | "name": "Sebastian Bergmann", |
||
1694 | "email": "[email protected]" |
||
1695 | } |
||
1696 | ], |
||
1697 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1698 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1699 | "keywords": [ |
||
1700 | "Xdebug", |
||
1701 | "environment", |
||
1702 | "hhvm" |
||
1703 | ], |
||
1704 | "time": "2015-07-26T06:42:57+00:00" |
||
1705 | }, |
||
1706 | { |
||
1707 | "name": "sebastian/exporter", |
||
1708 | "version": "1.2.0", |
||
1709 | "source": { |
||
1710 | "type": "git", |
||
1711 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1712 | "reference": "84839970d05254c73cde183a721c7af13aede943" |
||
1713 | }, |
||
1714 | "dist": { |
||
1715 | "type": "zip", |
||
1716 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", |
||
1717 | "reference": "84839970d05254c73cde183a721c7af13aede943", |
||
1718 | "shasum": "" |
||
1719 | }, |
||
1720 | "require": { |
||
1721 | "php": ">=5.3.3", |
||
1722 | "sebastian/recursion-context": "~1.0" |
||
1723 | }, |
||
1724 | "require-dev": { |
||
1725 | "phpunit/phpunit": "~4.4" |
||
1726 | }, |
||
1727 | "type": "library", |
||
1728 | "extra": { |
||
1729 | "branch-alias": { |
||
1730 | "dev-master": "1.2.x-dev" |
||
1731 | } |
||
1732 | }, |
||
1733 | "autoload": { |
||
1734 | "classmap": [ |
||
1735 | "src/" |
||
1736 | ] |
||
1737 | }, |
||
1738 | "notification-url": "https://packagist.org/downloads/", |
||
1739 | "license": [ |
||
1740 | "BSD-3-Clause" |
||
1741 | ], |
||
1742 | "authors": [ |
||
1743 | { |
||
1744 | "name": "Jeff Welch", |
||
1745 | "email": "[email protected]" |
||
1746 | }, |
||
1747 | { |
||
1748 | "name": "Volker Dusch", |
||
1749 | "email": "[email protected]" |
||
1750 | }, |
||
1751 | { |
||
1752 | "name": "Bernhard Schussek", |
||
1753 | "email": "[email protected]" |
||
1754 | }, |
||
1755 | { |
||
1756 | "name": "Sebastian Bergmann", |
||
1757 | "email": "[email protected]" |
||
1758 | }, |
||
1759 | { |
||
1760 | "name": "Adam Harvey", |
||
1761 | "email": "[email protected]" |
||
1762 | } |
||
1763 | ], |
||
1764 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1765 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1766 | "keywords": [ |
||
1767 | "export", |
||
1768 | "exporter" |
||
1769 | ], |
||
1770 | "time": "2015-01-27T07:23:06+00:00" |
||
1771 | }, |
||
1772 | { |
||
1773 | "name": "sebastian/global-state", |
||
1774 | "version": "1.0.0", |
||
1775 | "source": { |
||
1776 | "type": "git", |
||
1777 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1778 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
1779 | }, |
||
1780 | "dist": { |
||
1781 | "type": "zip", |
||
1782 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1783 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1784 | "shasum": "" |
||
1785 | }, |
||
1786 | "require": { |
||
1787 | "php": ">=5.3.3" |
||
1788 | }, |
||
1789 | "require-dev": { |
||
1790 | "phpunit/phpunit": "~4.2" |
||
1791 | }, |
||
1792 | "suggest": { |
||
1793 | "ext-uopz": "*" |
||
1794 | }, |
||
1795 | "type": "library", |
||
1796 | "extra": { |
||
1797 | "branch-alias": { |
||
1798 | "dev-master": "1.0-dev" |
||
1799 | } |
||
1800 | }, |
||
1801 | "autoload": { |
||
1802 | "classmap": [ |
||
1803 | "src/" |
||
1804 | ] |
||
1805 | }, |
||
1806 | "notification-url": "https://packagist.org/downloads/", |
||
1807 | "license": [ |
||
1808 | "BSD-3-Clause" |
||
1809 | ], |
||
1810 | "authors": [ |
||
1811 | { |
||
1812 | "name": "Sebastian Bergmann", |
||
1813 | "email": "[email protected]" |
||
1814 | } |
||
1815 | ], |
||
1816 | "description": "Snapshotting of global state", |
||
1817 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1818 | "keywords": [ |
||
1819 | "global state" |
||
1820 | ], |
||
1821 | "time": "2014-10-06T09:23:50+00:00" |
||
1822 | }, |
||
1823 | { |
||
1824 | "name": "sebastian/recursion-context", |
||
1825 | "version": "1.0.0", |
||
1826 | "source": { |
||
1827 | "type": "git", |
||
1828 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1829 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
||
1830 | }, |
||
1831 | "dist": { |
||
1832 | "type": "zip", |
||
1833 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
||
1834 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
||
1835 | "shasum": "" |
||
1836 | }, |
||
1837 | "require": { |
||
1838 | "php": ">=5.3.3" |
||
1839 | }, |
||
1840 | "require-dev": { |
||
1841 | "phpunit/phpunit": "~4.4" |
||
1842 | }, |
||
1843 | "type": "library", |
||
1844 | "extra": { |
||
1845 | "branch-alias": { |
||
1846 | "dev-master": "1.0.x-dev" |
||
1847 | } |
||
1848 | }, |
||
1849 | "autoload": { |
||
1850 | "classmap": [ |
||
1851 | "src/" |
||
1852 | ] |
||
1853 | }, |
||
1854 | "notification-url": "https://packagist.org/downloads/", |
||
1855 | "license": [ |
||
1856 | "BSD-3-Clause" |
||
1857 | ], |
||
1858 | "authors": [ |
||
1859 | { |
||
1860 | "name": "Jeff Welch", |
||
1861 | "email": "[email protected]" |
||
1862 | }, |
||
1863 | { |
||
1864 | "name": "Sebastian Bergmann", |
||
1865 | "email": "[email protected]" |
||
1866 | }, |
||
1867 | { |
||
1868 | "name": "Adam Harvey", |
||
1869 | "email": "[email protected]" |
||
1870 | } |
||
1871 | ], |
||
1872 | "description": "Provides functionality to recursively process PHP variables", |
||
1873 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1874 | "time": "2015-01-24T09:48:32+00:00" |
||
1875 | }, |
||
1876 | { |
||
1877 | "name": "sebastian/version", |
||
1878 | "version": "1.0.0", |
||
1879 | "source": { |
||
1880 | "type": "git", |
||
1881 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1882 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb" |
||
1883 | }, |
||
1884 | "dist": { |
||
1885 | "type": "zip", |
||
1886 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb", |
||
1887 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb", |
||
1888 | "shasum": "" |
||
1889 | }, |
||
1890 | "type": "library", |
||
1891 | "autoload": { |
||
1892 | "classmap": [ |
||
1893 | "src/" |
||
1894 | ] |
||
1895 | }, |
||
1896 | "notification-url": "https://packagist.org/downloads/", |
||
1897 | "license": [ |
||
1898 | "BSD-3-Clause" |
||
1899 | ], |
||
1900 | "authors": [ |
||
1901 | { |
||
1902 | "name": "Sebastian Bergmann", |
||
1903 | "email": "[email protected]", |
||
1904 | "role": "lead" |
||
1905 | } |
||
1906 | ], |
||
1907 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1908 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1909 | "time": "2013-01-05T14:27:32+00:00" |
||
1910 | }, |
||
1911 | { |
||
1912 | "name": "seld/cli-prompt", |
||
1913 | "version": "1.0.0", |
||
1914 | "source": { |
||
1915 | "type": "git", |
||
1916 | "url": "https://github.com/Seldaek/cli-prompt.git", |
||
1917 | "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c" |
||
1918 | }, |
||
1919 | "dist": { |
||
1920 | "type": "zip", |
||
1921 | "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
||
1922 | "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
||
1923 | "shasum": "" |
||
1924 | }, |
||
1925 | "require": { |
||
1926 | "php": ">=5.3" |
||
1927 | }, |
||
1928 | "type": "library", |
||
1929 | "extra": { |
||
1930 | "branch-alias": { |
||
1931 | "dev-master": "1.x-dev" |
||
1932 | } |
||
1933 | }, |
||
1934 | "autoload": { |
||
1935 | "psr-4": { |
||
1936 | "Seld\\CliPrompt\\": "src/" |
||
1937 | } |
||
1938 | }, |
||
1939 | "notification-url": "https://packagist.org/downloads/", |
||
1940 | "license": [ |
||
1941 | "MIT" |
||
1942 | ], |
||
1943 | "authors": [ |
||
1944 | { |
||
1945 | "name": "Jordi Boggiano", |
||
1946 | "email": "[email protected]" |
||
1947 | } |
||
1948 | ], |
||
1949 | "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", |
||
1950 | "keywords": [ |
||
1951 | "cli", |
||
1952 | "console", |
||
1953 | "hidden", |
||
1954 | "input", |
||
1955 | "prompt" |
||
1956 | ], |
||
1957 | "time": "2015-04-30T20:24:49+00:00" |
||
1958 | }, |
||
1959 | { |
||
1960 | "name": "squizlabs/php_codesniffer", |
||
1961 | "version": "3.4.0", |
||
1962 | "source": { |
||
1963 | "type": "git", |
||
1964 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
1965 | "reference": "379deb987e26c7cd103a7b387aea178baec96e48" |
||
1966 | }, |
||
1967 | "dist": { |
||
1968 | "type": "zip", |
||
1969 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", |
||
1970 | "reference": "379deb987e26c7cd103a7b387aea178baec96e48", |
||
1971 | "shasum": "" |
||
1972 | }, |
||
1973 | "require": { |
||
1974 | "ext-simplexml": "*", |
||
1975 | "ext-tokenizer": "*", |
||
1976 | "ext-xmlwriter": "*", |
||
1977 | "php": ">=5.4.0" |
||
1978 | }, |
||
1979 | "require-dev": { |
||
1980 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
||
1981 | }, |
||
1982 | "bin": [ |
||
1983 | "bin/phpcs", |
||
1984 | "bin/phpcbf" |
||
1985 | ], |
||
1986 | "type": "library", |
||
1987 | "extra": { |
||
1988 | "branch-alias": { |
||
1989 | "dev-master": "3.x-dev" |
||
1990 | } |
||
1991 | }, |
||
1992 | "notification-url": "https://packagist.org/downloads/", |
||
1993 | "license": [ |
||
1994 | "BSD-3-Clause" |
||
1995 | ], |
||
1996 | "authors": [ |
||
1997 | { |
||
1998 | "name": "Greg Sherwood", |
||
1999 | "role": "lead" |
||
2000 | } |
||
2001 | ], |
||
2002 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
2003 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
2004 | "keywords": [ |
||
2005 | "phpcs", |
||
2006 | "standards" |
||
2007 | ], |
||
2008 | "time": "2018-12-19T23:57:18+00:00" |
||
2009 | }, |
||
2010 | { |
||
2011 | "name": "symfony/console", |
||
2012 | "version": "v2.4.0", |
||
2013 | "target-dir": "Symfony/Component/Console", |
||
2014 | "source": { |
||
2015 | "type": "git", |
||
2016 | "url": "https://github.com/symfony/console.git", |
||
2017 | "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c" |
||
2018 | }, |
||
2019 | "dist": { |
||
2020 | "type": "zip", |
||
2021 | "url": "https://api.github.com/repos/symfony/console/zipball/3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", |
||
2022 | "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", |
||
2023 | "shasum": "" |
||
2024 | }, |
||
2025 | "require": { |
||
2026 | "php": ">=5.3.3" |
||
2027 | }, |
||
2028 | "require-dev": { |
||
2029 | "symfony/event-dispatcher": "~2.1" |
||
2030 | }, |
||
2031 | "suggest": { |
||
2032 | "symfony/event-dispatcher": "" |
||
2033 | }, |
||
2034 | "type": "library", |
||
2035 | "extra": { |
||
2036 | "branch-alias": { |
||
2037 | "dev-master": "2.4-dev" |
||
2038 | } |
||
2039 | }, |
||
2040 | "autoload": { |
||
2041 | "psr-0": { |
||
2042 | "Symfony\\Component\\Console\\": "" |
||
2043 | } |
||
2044 | }, |
||
2045 | "notification-url": "https://packagist.org/downloads/", |
||
2046 | "license": [ |
||
2047 | "MIT" |
||
2048 | ], |
||
2049 | "authors": [ |
||
2050 | { |
||
2051 | "name": "Symfony Community", |
||
2052 | "homepage": "http://symfony.com/contributors" |
||
2053 | }, |
||
2054 | { |
||
2055 | "name": "Fabien Potencier", |
||
2056 | "email": "[email protected]" |
||
2057 | } |
||
2058 | ], |
||
2059 | "description": "Symfony Console Component", |
||
2060 | "homepage": "http://symfony.com", |
||
2061 | "time": "2013-11-27T09:10:40+00:00" |
||
2062 | }, |
||
2063 | { |
||
2064 | "name": "symfony/dotenv", |
||
2065 | "version": "v3.4.0", |
||
2066 | "source": { |
||
2067 | "type": "git", |
||
2068 | "url": "https://github.com/symfony/dotenv.git", |
||
2069 | "reference": "b6b1d1a58c974ddf3f49ab251dbe868f74a4f69a" |
||
2070 | }, |
||
2071 | "dist": { |
||
2072 | "type": "zip", |
||
2073 | "url": "https://api.github.com/repos/symfony/dotenv/zipball/b6b1d1a58c974ddf3f49ab251dbe868f74a4f69a", |
||
2074 | "reference": "b6b1d1a58c974ddf3f49ab251dbe868f74a4f69a", |
||
2075 | "shasum": "" |
||
2076 | }, |
||
2077 | "require": { |
||
2078 | "php": "^5.5.9|>=7.0.8" |
||
2079 | }, |
||
2080 | "require-dev": { |
||
2081 | "symfony/process": "~3.2|~4.0" |
||
2082 | }, |
||
2083 | "type": "library", |
||
2084 | "extra": { |
||
2085 | "branch-alias": { |
||
2086 | "dev-master": "3.4-dev" |
||
2087 | } |
||
2088 | }, |
||
2089 | "autoload": { |
||
2090 | "psr-4": { |
||
2091 | "Symfony\\Component\\Dotenv\\": "" |
||
2092 | }, |
||
2093 | "exclude-from-classmap": [ |
||
2094 | "/Tests/" |
||
2095 | ] |
||
2096 | }, |
||
2097 | "notification-url": "https://packagist.org/downloads/", |
||
2098 | "license": [ |
||
2099 | "MIT" |
||
2100 | ], |
||
2101 | "authors": [ |
||
2102 | { |
||
2103 | "name": "Fabien Potencier", |
||
2104 | "email": "[email protected]" |
||
2105 | }, |
||
2106 | { |
||
2107 | "name": "Symfony Community", |
||
2108 | "homepage": "https://symfony.com/contributors" |
||
2109 | } |
||
2110 | ], |
||
2111 | "description": "Registers environment variables from a .env file", |
||
2112 | "homepage": "https://symfony.com", |
||
2113 | "keywords": [ |
||
2114 | "dotenv", |
||
2115 | "env", |
||
2116 | "environment" |
||
2117 | ], |
||
2118 | "time": "2017-11-30T14:59:23+00:00" |
||
2119 | }, |
||
2120 | { |
||
2121 | "name": "symfony/event-dispatcher", |
||
2122 | "version": "v2.1.0", |
||
2123 | "target-dir": "Symfony/Component/EventDispatcher", |
||
2124 | "source": { |
||
2125 | "type": "git", |
||
2126 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2127 | "reference": "421520fd35ace52106947b2d6c2d9db49cb5a866" |
||
2128 | }, |
||
2129 | "dist": { |
||
2130 | "type": "zip", |
||
2131 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/421520fd35ace52106947b2d6c2d9db49cb5a866", |
||
2132 | "reference": "421520fd35ace52106947b2d6c2d9db49cb5a866", |
||
2133 | "shasum": "" |
||
2134 | }, |
||
2135 | "require": { |
||
2136 | "php": ">=5.3.3" |
||
2137 | }, |
||
2138 | "require-dev": { |
||
2139 | "symfony/dependency-injection": "2.1.*" |
||
2140 | }, |
||
2141 | "suggest": { |
||
2142 | "symfony/dependency-injection": "v2.1.0", |
||
2143 | "symfony/http-kernel": "v2.1.0" |
||
2144 | }, |
||
2145 | "type": "library", |
||
2146 | "extra": { |
||
2147 | "branch-alias": { |
||
2148 | "dev-master": "2.1-dev" |
||
2149 | } |
||
2150 | }, |
||
2151 | "autoload": { |
||
2152 | "psr-0": { |
||
2153 | "Symfony\\Component\\EventDispatcher": "" |
||
2154 | } |
||
2155 | }, |
||
2156 | "notification-url": "https://packagist.org/downloads/", |
||
2157 | "license": [ |
||
2158 | "MIT" |
||
2159 | ], |
||
2160 | "authors": [ |
||
2161 | { |
||
2162 | "name": "Symfony Community", |
||
2163 | "homepage": "http://symfony.com/contributors" |
||
2164 | }, |
||
2165 | { |
||
2166 | "name": "Fabien Potencier", |
||
2167 | "email": "[email protected]" |
||
2168 | } |
||
2169 | ], |
||
2170 | "description": "Symfony EventDispatcher Component", |
||
2171 | "homepage": "http://symfony.com", |
||
2172 | "time": "2012-08-22T13:48:41+00:00" |
||
2173 | }, |
||
2174 | { |
||
2175 | "name": "symfony/filesystem", |
||
2176 | "version": "v2.4.0", |
||
2177 | "target-dir": "Symfony/Component/Filesystem", |
||
2178 | "source": { |
||
2179 | "type": "git", |
||
2180 | "url": "https://github.com/symfony/filesystem.git", |
||
2181 | "reference": "79acd777762e81d0f3414ca25a602deeeb48240d" |
||
2182 | }, |
||
2183 | "dist": { |
||
2184 | "type": "zip", |
||
2185 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/79acd777762e81d0f3414ca25a602deeeb48240d", |
||
2186 | "reference": "79acd777762e81d0f3414ca25a602deeeb48240d", |
||
2187 | "shasum": "" |
||
2188 | }, |
||
2189 | "require": { |
||
2190 | "php": ">=5.3.3" |
||
2191 | }, |
||
2192 | "type": "library", |
||
2193 | "extra": { |
||
2194 | "branch-alias": { |
||
2195 | "dev-master": "2.4-dev" |
||
2196 | } |
||
2197 | }, |
||
2198 | "autoload": { |
||
2199 | "psr-0": { |
||
2200 | "Symfony\\Component\\Filesystem\\": "" |
||
2201 | } |
||
2202 | }, |
||
2203 | "notification-url": "https://packagist.org/downloads/", |
||
2204 | "license": [ |
||
2205 | "MIT" |
||
2206 | ], |
||
2207 | "authors": [ |
||
2208 | { |
||
2209 | "name": "Symfony Community", |
||
2210 | "homepage": "http://symfony.com/contributors" |
||
2211 | }, |
||
2212 | { |
||
2213 | "name": "Fabien Potencier", |
||
2214 | "email": "[email protected]" |
||
2215 | } |
||
2216 | ], |
||
2217 | "description": "Symfony Filesystem Component", |
||
2218 | "homepage": "http://symfony.com", |
||
2219 | "time": "2013-11-16T15:13:54+00:00" |
||
2220 | }, |
||
2221 | { |
||
2222 | "name": "symfony/finder", |
||
2223 | "version": "v2.2.0", |
||
2224 | "target-dir": "Symfony/Component/Finder", |
||
2225 | "source": { |
||
2226 | "type": "git", |
||
2227 | "url": "https://github.com/symfony/finder.git", |
||
2228 | "reference": "2feb8d33876f64801bd1b14bdce829b314e2c418" |
||
2229 | }, |
||
2230 | "dist": { |
||
2231 | "type": "zip", |
||
2232 | "url": "https://api.github.com/repos/symfony/finder/zipball/2feb8d33876f64801bd1b14bdce829b314e2c418", |
||
2233 | "reference": "2feb8d33876f64801bd1b14bdce829b314e2c418", |
||
2234 | "shasum": "" |
||
2235 | }, |
||
2236 | "require": { |
||
2237 | "php": ">=5.3.3" |
||
2238 | }, |
||
2239 | "type": "library", |
||
2240 | "extra": { |
||
2241 | "branch-alias": { |
||
2242 | "dev-master": "2.2-dev" |
||
2243 | } |
||
2244 | }, |
||
2245 | "autoload": { |
||
2246 | "psr-0": { |
||
2247 | "Symfony\\Component\\Finder\\": "" |
||
2248 | } |
||
2249 | }, |
||
2250 | "notification-url": "https://packagist.org/downloads/", |
||
2251 | "license": [ |
||
2252 | "MIT" |
||
2253 | ], |
||
2254 | "authors": [ |
||
2255 | { |
||
2256 | "name": "Symfony Community", |
||
2257 | "homepage": "http://symfony.com/contributors" |
||
2258 | }, |
||
2259 | { |
||
2260 | "name": "Fabien Potencier", |
||
2261 | "email": "[email protected]" |
||
2262 | } |
||
2263 | ], |
||
2264 | "description": "Symfony Finder Component", |
||
2265 | "homepage": "http://symfony.com", |
||
2266 | "time": "2013-02-28T14:06:36+00:00" |
||
2267 | }, |
||
2268 | { |
||
2269 | "name": "symfony/options-resolver", |
||
2270 | "version": "v2.6.0", |
||
2271 | "target-dir": "Symfony/Component/OptionsResolver", |
||
2272 | "source": { |
||
2273 | "type": "git", |
||
2274 | "url": "https://github.com/symfony/options-resolver.git", |
||
2275 | "reference": "007d41188680f7ea78afc2d9ffea18f4274146ca" |
||
2276 | }, |
||
2277 | "dist": { |
||
2278 | "type": "zip", |
||
2279 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/007d41188680f7ea78afc2d9ffea18f4274146ca", |
||
2280 | "reference": "007d41188680f7ea78afc2d9ffea18f4274146ca", |
||
2281 | "shasum": "" |
||
2282 | }, |
||
2283 | "require": { |
||
2284 | "php": ">=5.3.3" |
||
2285 | }, |
||
2286 | "type": "library", |
||
2287 | "extra": { |
||
2288 | "branch-alias": { |
||
2289 | "dev-master": "2.6-dev" |
||
2290 | } |
||
2291 | }, |
||
2292 | "autoload": { |
||
2293 | "psr-0": { |
||
2294 | "Symfony\\Component\\OptionsResolver\\": "" |
||
2295 | } |
||
2296 | }, |
||
2297 | "notification-url": "https://packagist.org/downloads/", |
||
2298 | "license": [ |
||
2299 | "MIT" |
||
2300 | ], |
||
2301 | "authors": [ |
||
2302 | { |
||
2303 | "name": "Symfony Community", |
||
2304 | "homepage": "http://symfony.com/contributors" |
||
2305 | }, |
||
2306 | { |
||
2307 | "name": "Fabien Potencier", |
||
2308 | "email": "[email protected]" |
||
2309 | } |
||
2310 | ], |
||
2311 | "description": "Symfony OptionsResolver Component", |
||
2312 | "homepage": "http://symfony.com", |
||
2313 | "keywords": [ |
||
2314 | "config", |
||
2315 | "configuration", |
||
2316 | "options" |
||
2317 | ], |
||
2318 | "time": "2014-11-03T09:04:37+00:00" |
||
2319 | }, |
||
2320 | { |
||
2321 | "name": "symfony/polyfill-php54", |
||
2322 | "version": "v1.0.0", |
||
2323 | "source": { |
||
2324 | "type": "git", |
||
2325 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
2326 | "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc" |
||
2327 | }, |
||
2328 | "dist": { |
||
2329 | "type": "zip", |
||
2330 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc", |
||
2331 | "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc", |
||
2332 | "shasum": "" |
||
2333 | }, |
||
2334 | "require": { |
||
2335 | "php": ">=5.3.3" |
||
2336 | }, |
||
2337 | "type": "library", |
||
2338 | "extra": { |
||
2339 | "branch-alias": { |
||
2340 | "dev-master": "1.0-dev" |
||
2341 | } |
||
2342 | }, |
||
2343 | "autoload": { |
||
2344 | "psr-4": { |
||
2345 | "Symfony\\Polyfill\\Php54\\": "" |
||
2346 | }, |
||
2347 | "files": [ |
||
2348 | "bootstrap.php" |
||
2349 | ], |
||
2350 | "classmap": [ |
||
2351 | "Resources/stubs" |
||
2352 | ] |
||
2353 | }, |
||
2354 | "notification-url": "https://packagist.org/downloads/", |
||
2355 | "license": [ |
||
2356 | "MIT" |
||
2357 | ], |
||
2358 | "authors": [ |
||
2359 | { |
||
2360 | "name": "Nicolas Grekas", |
||
2361 | "email": "[email protected]" |
||
2362 | }, |
||
2363 | { |
||
2364 | "name": "Symfony Community", |
||
2365 | "homepage": "https://symfony.com/contributors" |
||
2366 | } |
||
2367 | ], |
||
2368 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
2369 | "homepage": "https://symfony.com", |
||
2370 | "keywords": [ |
||
2371 | "compatibility", |
||
2372 | "polyfill", |
||
2373 | "portable", |
||
2374 | "shim" |
||
2375 | ], |
||
2376 | "time": "2015-11-04T20:28:58+00:00" |
||
2377 | }, |
||
2378 | { |
||
2379 | "name": "symfony/polyfill-php55", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/polyfill-php55:
Possible DOS attack with long user-submitted passwords (correct fix for CVE-2013-5958) ![]() |
|||
2380 | "version": "v1.3.0", |
||
2381 | "source": { |
||
2382 | "type": "git", |
||
2383 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
2384 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67" |
||
2385 | }, |
||
2386 | "dist": { |
||
2387 | "type": "zip", |
||
2388 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67", |
||
2389 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67", |
||
2390 | "shasum": "" |
||
2391 | }, |
||
2392 | "require": { |
||
2393 | "ircmaxell/password-compat": "~1.0", |
||
2394 | "php": ">=5.3.3" |
||
2395 | }, |
||
2396 | "type": "library", |
||
2397 | "extra": { |
||
2398 | "branch-alias": { |
||
2399 | "dev-master": "1.3-dev" |
||
2400 | } |
||
2401 | }, |
||
2402 | "autoload": { |
||
2403 | "psr-4": { |
||
2404 | "Symfony\\Polyfill\\Php55\\": "" |
||
2405 | }, |
||
2406 | "files": [ |
||
2407 | "bootstrap.php" |
||
2408 | ] |
||
2409 | }, |
||
2410 | "notification-url": "https://packagist.org/downloads/", |
||
2411 | "license": [ |
||
2412 | "MIT" |
||
2413 | ], |
||
2414 | "authors": [ |
||
2415 | { |
||
2416 | "name": "Nicolas Grekas", |
||
2417 | "email": "[email protected]" |
||
2418 | }, |
||
2419 | { |
||
2420 | "name": "Symfony Community", |
||
2421 | "homepage": "https://symfony.com/contributors" |
||
2422 | } |
||
2423 | ], |
||
2424 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
2425 | "homepage": "https://symfony.com", |
||
2426 | "keywords": [ |
||
2427 | "compatibility", |
||
2428 | "polyfill", |
||
2429 | "portable", |
||
2430 | "shim" |
||
2431 | ], |
||
2432 | "time": "2016-11-14T01:06:16+00:00" |
||
2433 | }, |
||
2434 | { |
||
2435 | "name": "symfony/polyfill-php70", |
||
2436 | "version": "v1.0.0", |
||
2437 | "source": { |
||
2438 | "type": "git", |
||
2439 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2440 | "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146" |
||
2441 | }, |
||
2442 | "dist": { |
||
2443 | "type": "zip", |
||
2444 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146", |
||
2445 | "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146", |
||
2446 | "shasum": "" |
||
2447 | }, |
||
2448 | "require": { |
||
2449 | "paragonie/random_compat": "~1.0", |
||
2450 | "php": ">=5.3.3" |
||
2451 | }, |
||
2452 | "type": "library", |
||
2453 | "extra": { |
||
2454 | "branch-alias": { |
||
2455 | "dev-master": "1.0-dev" |
||
2456 | } |
||
2457 | }, |
||
2458 | "autoload": { |
||
2459 | "psr-4": { |
||
2460 | "Symfony\\Polyfill\\Php70\\": "" |
||
2461 | }, |
||
2462 | "files": [ |
||
2463 | "bootstrap.php" |
||
2464 | ], |
||
2465 | "classmap": [ |
||
2466 | "Resources/stubs" |
||
2467 | ] |
||
2468 | }, |
||
2469 | "notification-url": "https://packagist.org/downloads/", |
||
2470 | "license": [ |
||
2471 | "MIT" |
||
2472 | ], |
||
2473 | "authors": [ |
||
2474 | { |
||
2475 | "name": "Nicolas Grekas", |
||
2476 | "email": "[email protected]" |
||
2477 | }, |
||
2478 | { |
||
2479 | "name": "Symfony Community", |
||
2480 | "homepage": "https://symfony.com/contributors" |
||
2481 | } |
||
2482 | ], |
||
2483 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2484 | "homepage": "https://symfony.com", |
||
2485 | "keywords": [ |
||
2486 | "compatibility", |
||
2487 | "polyfill", |
||
2488 | "portable", |
||
2489 | "shim" |
||
2490 | ], |
||
2491 | "time": "2015-11-04T20:28:58+00:00" |
||
2492 | }, |
||
2493 | { |
||
2494 | "name": "symfony/polyfill-xml", |
||
2495 | "version": "v1.3.0", |
||
2496 | "source": { |
||
2497 | "type": "git", |
||
2498 | "url": "https://github.com/symfony/polyfill-xml.git", |
||
2499 | "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd" |
||
2500 | }, |
||
2501 | "dist": { |
||
2502 | "type": "zip", |
||
2503 | "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/64b6a864f18ab4fddad49f5025f805f6781dfabd", |
||
2504 | "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd", |
||
2505 | "shasum": "" |
||
2506 | }, |
||
2507 | "require": { |
||
2508 | "php": ">=5.3.3" |
||
2509 | }, |
||
2510 | "suggest": { |
||
2511 | "ext-xml": "For best performance" |
||
2512 | }, |
||
2513 | "type": "library", |
||
2514 | "extra": { |
||
2515 | "branch-alias": { |
||
2516 | "dev-master": "1.3-dev" |
||
2517 | } |
||
2518 | }, |
||
2519 | "autoload": { |
||
2520 | "psr-4": { |
||
2521 | "Symfony\\Polyfill\\Xml\\": "" |
||
2522 | }, |
||
2523 | "files": [ |
||
2524 | "bootstrap.php" |
||
2525 | ] |
||
2526 | }, |
||
2527 | "notification-url": "https://packagist.org/downloads/", |
||
2528 | "license": [ |
||
2529 | "MIT" |
||
2530 | ], |
||
2531 | "authors": [ |
||
2532 | { |
||
2533 | "name": "Nicolas Grekas", |
||
2534 | "email": "[email protected]" |
||
2535 | }, |
||
2536 | { |
||
2537 | "name": "Symfony Community", |
||
2538 | "homepage": "https://symfony.com/contributors" |
||
2539 | } |
||
2540 | ], |
||
2541 | "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions", |
||
2542 | "homepage": "https://symfony.com", |
||
2543 | "keywords": [ |
||
2544 | "compatibility", |
||
2545 | "polyfill", |
||
2546 | "portable", |
||
2547 | "shim" |
||
2548 | ], |
||
2549 | "time": "2016-11-14T01:06:16+00:00" |
||
2550 | }, |
||
2551 | { |
||
2552 | "name": "symfony/process", |
||
2553 | "version": "v2.3.0", |
||
2554 | "target-dir": "Symfony/Component/Process", |
||
2555 | "source": { |
||
2556 | "type": "git", |
||
2557 | "url": "https://github.com/symfony/process.git", |
||
2558 | "reference": "bb721b29e033594512f8b08386e13593b0faaf0f" |
||
2559 | }, |
||
2560 | "dist": { |
||
2561 | "type": "zip", |
||
2562 | "url": "https://api.github.com/repos/symfony/process/zipball/bb721b29e033594512f8b08386e13593b0faaf0f", |
||
2563 | "reference": "bb721b29e033594512f8b08386e13593b0faaf0f", |
||
2564 | "shasum": "" |
||
2565 | }, |
||
2566 | "require": { |
||
2567 | "php": ">=5.3.3" |
||
2568 | }, |
||
2569 | "type": "library", |
||
2570 | "extra": { |
||
2571 | "branch-alias": { |
||
2572 | "dev-master": "2.3-dev" |
||
2573 | } |
||
2574 | }, |
||
2575 | "autoload": { |
||
2576 | "psr-0": { |
||
2577 | "Symfony\\Component\\Process\\": "" |
||
2578 | } |
||
2579 | }, |
||
2580 | "notification-url": "https://packagist.org/downloads/", |
||
2581 | "license": [ |
||
2582 | "MIT" |
||
2583 | ], |
||
2584 | "authors": [ |
||
2585 | { |
||
2586 | "name": "Symfony Community", |
||
2587 | "homepage": "http://symfony.com/contributors" |
||
2588 | }, |
||
2589 | { |
||
2590 | "name": "Fabien Potencier", |
||
2591 | "email": "[email protected]" |
||
2592 | } |
||
2593 | ], |
||
2594 | "description": "Symfony Process Component", |
||
2595 | "homepage": "http://symfony.com", |
||
2596 | "time": "2013-05-06T20:03:44+00:00" |
||
2597 | }, |
||
2598 | { |
||
2599 | "name": "symfony/stopwatch", |
||
2600 | "version": "v2.5.0", |
||
2601 | "target-dir": "Symfony/Component/Stopwatch", |
||
2602 | "source": { |
||
2603 | "type": "git", |
||
2604 | "url": "https://github.com/symfony/Stopwatch.git", |
||
2605 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1" |
||
2606 | }, |
||
2607 | "dist": { |
||
2608 | "type": "zip", |
||
2609 | "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
2610 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
2611 | "shasum": "" |
||
2612 | }, |
||
2613 | "require": { |
||
2614 | "php": ">=5.3.3" |
||
2615 | }, |
||
2616 | "type": "library", |
||
2617 | "extra": { |
||
2618 | "branch-alias": { |
||
2619 | "dev-master": "2.5-dev" |
||
2620 | } |
||
2621 | }, |
||
2622 | "autoload": { |
||
2623 | "psr-0": { |
||
2624 | "Symfony\\Component\\Stopwatch\\": "" |
||
2625 | } |
||
2626 | }, |
||
2627 | "notification-url": "https://packagist.org/downloads/", |
||
2628 | "license": [ |
||
2629 | "MIT" |
||
2630 | ], |
||
2631 | "authors": [ |
||
2632 | { |
||
2633 | "name": "Fabien Potencier", |
||
2634 | "email": "[email protected]", |
||
2635 | "homepage": "http://fabien.potencier.org", |
||
2636 | "role": "Lead Developer" |
||
2637 | }, |
||
2638 | { |
||
2639 | "name": "Symfony Community", |
||
2640 | "homepage": "http://symfony.com/contributors" |
||
2641 | } |
||
2642 | ], |
||
2643 | "description": "Symfony Stopwatch Component", |
||
2644 | "homepage": "http://symfony.com", |
||
2645 | "time": "2014-04-18T20:40:13+00:00" |
||
2646 | }, |
||
2647 | { |
||
2648 | "name": "symfony/var-dumper", |
||
2649 | "version": "v3.4.0", |
||
2650 | "source": { |
||
2651 | "type": "git", |
||
2652 | "url": "https://github.com/symfony/var-dumper.git", |
||
2653 | "reference": "ec650a975a8e04e0c114d35eab732981243db3a2" |
||
2654 | }, |
||
2655 | "dist": { |
||
2656 | "type": "zip", |
||
2657 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ec650a975a8e04e0c114d35eab732981243db3a2", |
||
2658 | "reference": "ec650a975a8e04e0c114d35eab732981243db3a2", |
||
2659 | "shasum": "" |
||
2660 | }, |
||
2661 | "require": { |
||
2662 | "php": "^5.5.9|>=7.0.8", |
||
2663 | "symfony/polyfill-mbstring": "~1.0" |
||
2664 | }, |
||
2665 | "conflict": { |
||
2666 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
2667 | }, |
||
2668 | "require-dev": { |
||
2669 | "ext-iconv": "*", |
||
2670 | "twig/twig": "~1.34|~2.4" |
||
2671 | }, |
||
2672 | "suggest": { |
||
2673 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
2674 | "ext-intl": "To show region name in time zone dump", |
||
2675 | "ext-symfony_debug": "" |
||
2676 | }, |
||
2677 | "type": "library", |
||
2678 | "extra": { |
||
2679 | "branch-alias": { |
||
2680 | "dev-master": "3.4-dev" |
||
2681 | } |
||
2682 | }, |
||
2683 | "autoload": { |
||
2684 | "files": [ |
||
2685 | "Resources/functions/dump.php" |
||
2686 | ], |
||
2687 | "psr-4": { |
||
2688 | "Symfony\\Component\\VarDumper\\": "" |
||
2689 | }, |
||
2690 | "exclude-from-classmap": [ |
||
2691 | "/Tests/" |
||
2692 | ] |
||
2693 | }, |
||
2694 | "notification-url": "https://packagist.org/downloads/", |
||
2695 | "license": [ |
||
2696 | "MIT" |
||
2697 | ], |
||
2698 | "authors": [ |
||
2699 | { |
||
2700 | "name": "Nicolas Grekas", |
||
2701 | "email": "[email protected]" |
||
2702 | }, |
||
2703 | { |
||
2704 | "name": "Symfony Community", |
||
2705 | "homepage": "https://symfony.com/contributors" |
||
2706 | } |
||
2707 | ], |
||
2708 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
2709 | "homepage": "https://symfony.com", |
||
2710 | "keywords": [ |
||
2711 | "debug", |
||
2712 | "dump" |
||
2713 | ], |
||
2714 | "time": "2017-11-30T14:59:23+00:00" |
||
2715 | }, |
||
2716 | { |
||
2717 | "name": "symfony/yaml", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/yaml:
Ability to enable/disable object support in YAML parsing and dumping ![]() |
|||
2718 | "version": "v2.1.0", |
||
2719 | "target-dir": "Symfony/Component/Yaml", |
||
2720 | "source": { |
||
2721 | "type": "git", |
||
2722 | "url": "https://github.com/symfony/yaml.git", |
||
2723 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715" |
||
2724 | }, |
||
2725 | "dist": { |
||
2726 | "type": "zip", |
||
2727 | "url": "https://api.github.com/repos/symfony/yaml/zipball/f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
2728 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
2729 | "shasum": "" |
||
2730 | }, |
||
2731 | "require": { |
||
2732 | "php": ">=5.3.3" |
||
2733 | }, |
||
2734 | "type": "library", |
||
2735 | "extra": { |
||
2736 | "branch-alias": { |
||
2737 | "dev-master": "2.1-dev" |
||
2738 | } |
||
2739 | }, |
||
2740 | "autoload": { |
||
2741 | "psr-0": { |
||
2742 | "Symfony\\Component\\Yaml": "" |
||
2743 | } |
||
2744 | }, |
||
2745 | "notification-url": "https://packagist.org/downloads/", |
||
2746 | "license": [ |
||
2747 | "MIT" |
||
2748 | ], |
||
2749 | "authors": [ |
||
2750 | { |
||
2751 | "name": "Symfony Community", |
||
2752 | "homepage": "http://symfony.com/contributors" |
||
2753 | }, |
||
2754 | { |
||
2755 | "name": "Fabien Potencier", |
||
2756 | "email": "[email protected]" |
||
2757 | } |
||
2758 | ], |
||
2759 | "description": "Symfony Yaml Component", |
||
2760 | "homepage": "http://symfony.com", |
||
2761 | "time": "2012-08-22T13:48:41+00:00" |
||
2762 | } |
||
2763 | ], |
||
2764 | "aliases": [], |
||
2765 | "minimum-stability": "dev", |
||
2766 | "stability-flags": [], |
||
2767 | "prefer-stable": true, |
||
2768 | "prefer-lowest": true, |
||
2769 | "platform": { |
||
2770 | "php": ">=5.5", |
||
2771 | "ext-curl": "*", |
||
2772 | "ext-json": "*", |
||
2773 | "ext-mbstring": "*", |
||
2774 | "ext-openssl": "*", |
||
2775 | "ext-simplexml": "*" |
||
2776 | }, |
||
2777 | "platform-dev": { |
||
2778 | "ext-dom": "*", |
||
2779 | "ext-pcre": "*", |
||
2780 | "ext-sockets": "*", |
||
2781 | "ext-spl": "*" |
||
2782 | } |
||
2783 | } |
||
2784 |