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": "e6a58569de87dc4f30ded2f4c34e097b", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "lcobucci/clock", |
||
11 | "version": "1.1.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/lcobucci/clock.git", |
||
15 | "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/lcobucci/clock/zipball/d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451", |
||
20 | "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": "^7.1" |
||
25 | }, |
||
26 | "require-dev": { |
||
27 | "phpunit/phpunit": "^6.1" |
||
28 | }, |
||
29 | "type": "library", |
||
30 | "extra": { |
||
31 | "branch-alias": { |
||
32 | "dev-master": "1.1-dev" |
||
33 | } |
||
34 | }, |
||
35 | "autoload": { |
||
36 | "psr-4": { |
||
37 | "Lcobucci\\Clock\\": "src" |
||
38 | } |
||
39 | }, |
||
40 | "notification-url": "https://packagist.org/downloads/", |
||
41 | "license": [ |
||
42 | "MIT" |
||
43 | ], |
||
44 | "authors": [ |
||
45 | { |
||
46 | "name": "Luís Cobucci", |
||
47 | "email": "[email protected]" |
||
48 | } |
||
49 | ], |
||
50 | "description": "Yet another clock abstraction", |
||
51 | "time": "2018-01-19T15:38:44+00:00" |
||
52 | }, |
||
53 | { |
||
54 | "name": "lcobucci/jose-parsing", |
||
55 | "version": "2.2.0", |
||
56 | "source": { |
||
57 | "type": "git", |
||
58 | "url": "https://github.com/lcobucci/jose-parsing.git", |
||
59 | "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4" |
||
60 | }, |
||
61 | "dist": { |
||
62 | "type": "zip", |
||
63 | "url": "https://api.github.com/repos/lcobucci/jose-parsing/zipball/ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4", |
||
64 | "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4", |
||
65 | "shasum": "" |
||
66 | }, |
||
67 | "require": { |
||
68 | "php": "^7.1" |
||
69 | }, |
||
70 | "require-dev": { |
||
71 | "phpmd/phpmd": "^2.3", |
||
72 | "phpunit/phpunit": "^6.0", |
||
73 | "squizlabs/php_codesniffer": "^2.3" |
||
74 | }, |
||
75 | "type": "library", |
||
76 | "extra": { |
||
77 | "branch-alias": { |
||
78 | "dev-master": "2.2-dev" |
||
79 | } |
||
80 | }, |
||
81 | "autoload": { |
||
82 | "psr-4": { |
||
83 | "Lcobucci\\Jose\\Parsing\\": "src" |
||
84 | } |
||
85 | }, |
||
86 | "notification-url": "https://packagist.org/downloads/", |
||
87 | "license": [ |
||
88 | "BSD-3-Clause" |
||
89 | ], |
||
90 | "authors": [ |
||
91 | { |
||
92 | "name": "Luís Otávio Cobucci Oblonczyk", |
||
93 | "email": "[email protected]", |
||
94 | "role": "Developer" |
||
95 | } |
||
96 | ], |
||
97 | "description": "A basic Base64Url and JSON encoding/decoding implementation", |
||
98 | "keywords": [ |
||
99 | "JOSE", |
||
100 | "base64url" |
||
101 | ], |
||
102 | "time": "2017-02-12T22:14:17+00:00" |
||
103 | }, |
||
104 | { |
||
105 | "name": "lcobucci/jwt", |
||
106 | "version": "dev-master", |
||
107 | "source": { |
||
108 | "type": "git", |
||
109 | "url": "https://github.com/lcobucci/jwt.git", |
||
110 | "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6" |
||
111 | }, |
||
112 | "dist": { |
||
113 | "type": "zip", |
||
114 | "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3f75ff6140b13c305b6312881e4f9b1a56b9c8c6", |
||
115 | "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6", |
||
116 | "shasum": "" |
||
117 | }, |
||
118 | "require": { |
||
119 | "ext-openssl": "*", |
||
120 | "lcobucci/clock": "^1.0", |
||
121 | "lcobucci/jose-parsing": "~2.1", |
||
122 | "php": "^7.1" |
||
123 | }, |
||
124 | "require-dev": { |
||
125 | "doctrine/coding-standard": "^4.0", |
||
126 | "infection/infection": "^0.8", |
||
127 | "mdanter/ecc": "^0.4", |
||
128 | "mikey179/vfsstream": "^1.6", |
||
129 | "phpbench/phpbench": "dev-master@dev", |
||
130 | "phpmd/phpmd": "^2.5", |
||
131 | "phpstan/phpstan": "^0.9", |
||
132 | "phpstan/phpstan-phpunit": "^0.9", |
||
133 | "phpstan/phpstan-strict-rules": "^0.9", |
||
134 | "phpunit/php-invoker": "^1.1", |
||
135 | "phpunit/phpunit": "^7.0", |
||
136 | "squizlabs/php_codesniffer": "^3.2" |
||
137 | }, |
||
138 | "suggest": { |
||
139 | "mdanter/ecc": "Required to use Elliptic Curves based algorithms." |
||
140 | }, |
||
141 | "type": "library", |
||
142 | "extra": { |
||
143 | "branch-alias": { |
||
144 | "dev-master": "4.0-dev" |
||
145 | } |
||
146 | }, |
||
147 | "autoload": { |
||
148 | "psr-4": { |
||
149 | "Lcobucci\\JWT\\": "src" |
||
150 | } |
||
151 | }, |
||
152 | "notification-url": "https://packagist.org/downloads/", |
||
153 | "license": [ |
||
154 | "BSD-3-Clause" |
||
155 | ], |
||
156 | "authors": [ |
||
157 | { |
||
158 | "name": "Luís Cobucci", |
||
159 | "email": "[email protected]", |
||
160 | "role": "Developer" |
||
161 | } |
||
162 | ], |
||
163 | "description": "A simple library to work with JSON Web Token and JSON Web Signature", |
||
164 | "keywords": [ |
||
165 | "JWS", |
||
166 | "jwt" |
||
167 | ], |
||
168 | "time": "2018-05-29T06:59:04+00:00" |
||
169 | }, |
||
170 | { |
||
171 | "name": "psr/container", |
||
172 | "version": "1.0.0", |
||
173 | "source": { |
||
174 | "type": "git", |
||
175 | "url": "https://github.com/php-fig/container.git", |
||
176 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
177 | }, |
||
178 | "dist": { |
||
179 | "type": "zip", |
||
180 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
181 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
182 | "shasum": "" |
||
183 | }, |
||
184 | "require": { |
||
185 | "php": ">=5.3.0" |
||
186 | }, |
||
187 | "type": "library", |
||
188 | "extra": { |
||
189 | "branch-alias": { |
||
190 | "dev-master": "1.0.x-dev" |
||
191 | } |
||
192 | }, |
||
193 | "autoload": { |
||
194 | "psr-4": { |
||
195 | "Psr\\Container\\": "src/" |
||
196 | } |
||
197 | }, |
||
198 | "notification-url": "https://packagist.org/downloads/", |
||
199 | "license": [ |
||
200 | "MIT" |
||
201 | ], |
||
202 | "authors": [ |
||
203 | { |
||
204 | "name": "PHP-FIG", |
||
205 | "homepage": "http://www.php-fig.org/" |
||
206 | } |
||
207 | ], |
||
208 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
209 | "homepage": "https://github.com/php-fig/container", |
||
210 | "keywords": [ |
||
211 | "PSR-11", |
||
212 | "container", |
||
213 | "container-interface", |
||
214 | "container-interop", |
||
215 | "psr" |
||
216 | ], |
||
217 | "time": "2017-02-14T16:28:37+00:00" |
||
218 | }, |
||
219 | { |
||
220 | "name": "psr/log", |
||
221 | "version": "1.0.2", |
||
222 | "source": { |
||
223 | "type": "git", |
||
224 | "url": "https://github.com/php-fig/log.git", |
||
225 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
226 | }, |
||
227 | "dist": { |
||
228 | "type": "zip", |
||
229 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
230 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
231 | "shasum": "" |
||
232 | }, |
||
233 | "require": { |
||
234 | "php": ">=5.3.0" |
||
235 | }, |
||
236 | "type": "library", |
||
237 | "extra": { |
||
238 | "branch-alias": { |
||
239 | "dev-master": "1.0.x-dev" |
||
240 | } |
||
241 | }, |
||
242 | "autoload": { |
||
243 | "psr-4": { |
||
244 | "Psr\\Log\\": "Psr/Log/" |
||
245 | } |
||
246 | }, |
||
247 | "notification-url": "https://packagist.org/downloads/", |
||
248 | "license": [ |
||
249 | "MIT" |
||
250 | ], |
||
251 | "authors": [ |
||
252 | { |
||
253 | "name": "PHP-FIG", |
||
254 | "homepage": "http://www.php-fig.org/" |
||
255 | } |
||
256 | ], |
||
257 | "description": "Common interface for logging libraries", |
||
258 | "homepage": "https://github.com/php-fig/log", |
||
259 | "keywords": [ |
||
260 | "log", |
||
261 | "psr", |
||
262 | "psr-3" |
||
263 | ], |
||
264 | "time": "2016-10-10T12:19:37+00:00" |
||
265 | }, |
||
266 | { |
||
267 | "name": "symfony/debug", |
||
268 | "version": "v4.0.4", |
||
269 | "source": { |
||
270 | "type": "git", |
||
271 | "url": "https://github.com/symfony/debug.git", |
||
272 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54" |
||
273 | }, |
||
274 | "dist": { |
||
275 | "type": "zip", |
||
276 | "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
277 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
278 | "shasum": "" |
||
279 | }, |
||
280 | "require": { |
||
281 | "php": "^7.1.3", |
||
282 | "psr/log": "~1.0" |
||
283 | }, |
||
284 | "conflict": { |
||
285 | "symfony/http-kernel": "<3.4" |
||
286 | }, |
||
287 | "require-dev": { |
||
288 | "symfony/http-kernel": "~3.4|~4.0" |
||
289 | }, |
||
290 | "type": "library", |
||
291 | "extra": { |
||
292 | "branch-alias": { |
||
293 | "dev-master": "4.0-dev" |
||
294 | } |
||
295 | }, |
||
296 | "autoload": { |
||
297 | "psr-4": { |
||
298 | "Symfony\\Component\\Debug\\": "" |
||
299 | }, |
||
300 | "exclude-from-classmap": [ |
||
301 | "/Tests/" |
||
302 | ] |
||
303 | }, |
||
304 | "notification-url": "https://packagist.org/downloads/", |
||
305 | "license": [ |
||
306 | "MIT" |
||
307 | ], |
||
308 | "authors": [ |
||
309 | { |
||
310 | "name": "Fabien Potencier", |
||
311 | "email": "[email protected]" |
||
312 | }, |
||
313 | { |
||
314 | "name": "Symfony Community", |
||
315 | "homepage": "https://symfony.com/contributors" |
||
316 | } |
||
317 | ], |
||
318 | "description": "Symfony Debug Component", |
||
319 | "homepage": "https://symfony.com", |
||
320 | "time": "2018-01-18T22:19:33+00:00" |
||
321 | }, |
||
322 | { |
||
323 | "name": "symfony/dependency-injection", |
||
324 | "version": "v4.0.4", |
||
325 | "source": { |
||
326 | "type": "git", |
||
327 | "url": "https://github.com/symfony/dependency-injection.git", |
||
328 | "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2" |
||
329 | }, |
||
330 | "dist": { |
||
331 | "type": "zip", |
||
332 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f78ca49c6360c710ca8e316511e71a23b10e3bf2", |
||
333 | "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2", |
||
334 | "shasum": "" |
||
335 | }, |
||
336 | "require": { |
||
337 | "php": "^7.1.3", |
||
338 | "psr/container": "^1.0" |
||
339 | }, |
||
340 | "conflict": { |
||
341 | "symfony/config": "<3.4", |
||
342 | "symfony/finder": "<3.4", |
||
343 | "symfony/proxy-manager-bridge": "<3.4", |
||
344 | "symfony/yaml": "<3.4" |
||
345 | }, |
||
346 | "provide": { |
||
347 | "psr/container-implementation": "1.0" |
||
348 | }, |
||
349 | "require-dev": { |
||
350 | "symfony/config": "~3.4|~4.0", |
||
351 | "symfony/expression-language": "~3.4|~4.0", |
||
352 | "symfony/yaml": "~3.4|~4.0" |
||
353 | }, |
||
354 | "suggest": { |
||
355 | "symfony/config": "", |
||
356 | "symfony/expression-language": "For using expressions in service container configuration", |
||
357 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
358 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
359 | "symfony/yaml": "" |
||
360 | }, |
||
361 | "type": "library", |
||
362 | "extra": { |
||
363 | "branch-alias": { |
||
364 | "dev-master": "4.0-dev" |
||
365 | } |
||
366 | }, |
||
367 | "autoload": { |
||
368 | "psr-4": { |
||
369 | "Symfony\\Component\\DependencyInjection\\": "" |
||
370 | }, |
||
371 | "exclude-from-classmap": [ |
||
372 | "/Tests/" |
||
373 | ] |
||
374 | }, |
||
375 | "notification-url": "https://packagist.org/downloads/", |
||
376 | "license": [ |
||
377 | "MIT" |
||
378 | ], |
||
379 | "authors": [ |
||
380 | { |
||
381 | "name": "Fabien Potencier", |
||
382 | "email": "[email protected]" |
||
383 | }, |
||
384 | { |
||
385 | "name": "Symfony Community", |
||
386 | "homepage": "https://symfony.com/contributors" |
||
387 | } |
||
388 | ], |
||
389 | "description": "Symfony DependencyInjection Component", |
||
390 | "homepage": "https://symfony.com", |
||
391 | "time": "2018-01-29T09:29:16+00:00" |
||
392 | }, |
||
393 | { |
||
394 | "name": "symfony/event-dispatcher", |
||
395 | "version": "v4.1.0", |
||
396 | "source": { |
||
397 | "type": "git", |
||
398 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
399 | "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5" |
||
400 | }, |
||
401 | "dist": { |
||
402 | "type": "zip", |
||
403 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5", |
||
404 | "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5", |
||
405 | "shasum": "" |
||
406 | }, |
||
407 | "require": { |
||
408 | "php": "^7.1.3" |
||
409 | }, |
||
410 | "conflict": { |
||
411 | "symfony/dependency-injection": "<3.4" |
||
412 | }, |
||
413 | "require-dev": { |
||
414 | "psr/log": "~1.0", |
||
415 | "symfony/config": "~3.4|~4.0", |
||
416 | "symfony/dependency-injection": "~3.4|~4.0", |
||
417 | "symfony/expression-language": "~3.4|~4.0", |
||
418 | "symfony/stopwatch": "~3.4|~4.0" |
||
419 | }, |
||
420 | "suggest": { |
||
421 | "symfony/dependency-injection": "", |
||
422 | "symfony/http-kernel": "" |
||
423 | }, |
||
424 | "type": "library", |
||
425 | "extra": { |
||
426 | "branch-alias": { |
||
427 | "dev-master": "4.1-dev" |
||
428 | } |
||
429 | }, |
||
430 | "autoload": { |
||
431 | "psr-4": { |
||
432 | "Symfony\\Component\\EventDispatcher\\": "" |
||
433 | }, |
||
434 | "exclude-from-classmap": [ |
||
435 | "/Tests/" |
||
436 | ] |
||
437 | }, |
||
438 | "notification-url": "https://packagist.org/downloads/", |
||
439 | "license": [ |
||
440 | "MIT" |
||
441 | ], |
||
442 | "authors": [ |
||
443 | { |
||
444 | "name": "Fabien Potencier", |
||
445 | "email": "[email protected]" |
||
446 | }, |
||
447 | { |
||
448 | "name": "Symfony Community", |
||
449 | "homepage": "https://symfony.com/contributors" |
||
450 | } |
||
451 | ], |
||
452 | "description": "Symfony EventDispatcher Component", |
||
453 | "homepage": "https://symfony.com", |
||
454 | "time": "2018-04-06T07:35:57+00:00" |
||
455 | }, |
||
456 | { |
||
457 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
458 | "version": "v4.0.4", |
||
459 | "source": { |
||
460 | "type": "git", |
||
461 | "url": "https://github.com/symfony/http-foundation.git", |
||
462 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4" |
||
463 | }, |
||
464 | "dist": { |
||
465 | "type": "zip", |
||
466 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
467 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
468 | "shasum": "" |
||
469 | }, |
||
470 | "require": { |
||
471 | "php": "^7.1.3", |
||
472 | "symfony/polyfill-mbstring": "~1.1" |
||
473 | }, |
||
474 | "require-dev": { |
||
475 | "symfony/expression-language": "~3.4|~4.0" |
||
476 | }, |
||
477 | "type": "library", |
||
478 | "extra": { |
||
479 | "branch-alias": { |
||
480 | "dev-master": "4.0-dev" |
||
481 | } |
||
482 | }, |
||
483 | "autoload": { |
||
484 | "psr-4": { |
||
485 | "Symfony\\Component\\HttpFoundation\\": "" |
||
486 | }, |
||
487 | "exclude-from-classmap": [ |
||
488 | "/Tests/" |
||
489 | ] |
||
490 | }, |
||
491 | "notification-url": "https://packagist.org/downloads/", |
||
492 | "license": [ |
||
493 | "MIT" |
||
494 | ], |
||
495 | "authors": [ |
||
496 | { |
||
497 | "name": "Fabien Potencier", |
||
498 | "email": "[email protected]" |
||
499 | }, |
||
500 | { |
||
501 | "name": "Symfony Community", |
||
502 | "homepage": "https://symfony.com/contributors" |
||
503 | } |
||
504 | ], |
||
505 | "description": "Symfony HttpFoundation Component", |
||
506 | "homepage": "https://symfony.com", |
||
507 | "time": "2018-01-29T09:06:29+00:00" |
||
508 | }, |
||
509 | { |
||
510 | "name": "symfony/http-kernel", |
||
511 | "version": "v4.0.4", |
||
512 | "source": { |
||
513 | "type": "git", |
||
514 | "url": "https://github.com/symfony/http-kernel.git", |
||
515 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca" |
||
516 | }, |
||
517 | "dist": { |
||
518 | "type": "zip", |
||
519 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca", |
||
520 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca", |
||
521 | "shasum": "" |
||
522 | }, |
||
523 | "require": { |
||
524 | "php": "^7.1.3", |
||
525 | "psr/log": "~1.0", |
||
526 | "symfony/debug": "~3.4|~4.0", |
||
527 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
528 | "symfony/http-foundation": "~3.4.4|~4.0.4" |
||
529 | }, |
||
530 | "conflict": { |
||
531 | "symfony/config": "<3.4", |
||
532 | "symfony/dependency-injection": "<3.4", |
||
533 | "symfony/var-dumper": "<3.4", |
||
534 | "twig/twig": "<1.34|<2.4,>=2" |
||
535 | }, |
||
536 | "provide": { |
||
537 | "psr/log-implementation": "1.0" |
||
538 | }, |
||
539 | "require-dev": { |
||
540 | "psr/cache": "~1.0", |
||
541 | "symfony/browser-kit": "~3.4|~4.0", |
||
542 | "symfony/config": "~3.4|~4.0", |
||
543 | "symfony/console": "~3.4|~4.0", |
||
544 | "symfony/css-selector": "~3.4|~4.0", |
||
545 | "symfony/dependency-injection": "~3.4|~4.0", |
||
546 | "symfony/dom-crawler": "~3.4|~4.0", |
||
547 | "symfony/expression-language": "~3.4|~4.0", |
||
548 | "symfony/finder": "~3.4|~4.0", |
||
549 | "symfony/process": "~3.4|~4.0", |
||
550 | "symfony/routing": "~3.4|~4.0", |
||
551 | "symfony/stopwatch": "~3.4|~4.0", |
||
552 | "symfony/templating": "~3.4|~4.0", |
||
553 | "symfony/translation": "~3.4|~4.0", |
||
554 | "symfony/var-dumper": "~3.4|~4.0" |
||
555 | }, |
||
556 | "suggest": { |
||
557 | "symfony/browser-kit": "", |
||
558 | "symfony/config": "", |
||
559 | "symfony/console": "", |
||
560 | "symfony/dependency-injection": "", |
||
561 | "symfony/var-dumper": "" |
||
562 | }, |
||
563 | "type": "library", |
||
564 | "extra": { |
||
565 | "branch-alias": { |
||
566 | "dev-master": "4.0-dev" |
||
567 | } |
||
568 | }, |
||
569 | "autoload": { |
||
570 | "psr-4": { |
||
571 | "Symfony\\Component\\HttpKernel\\": "" |
||
572 | }, |
||
573 | "exclude-from-classmap": [ |
||
574 | "/Tests/" |
||
575 | ] |
||
576 | }, |
||
577 | "notification-url": "https://packagist.org/downloads/", |
||
578 | "license": [ |
||
579 | "MIT" |
||
580 | ], |
||
581 | "authors": [ |
||
582 | { |
||
583 | "name": "Fabien Potencier", |
||
584 | "email": "[email protected]" |
||
585 | }, |
||
586 | { |
||
587 | "name": "Symfony Community", |
||
588 | "homepage": "https://symfony.com/contributors" |
||
589 | } |
||
590 | ], |
||
591 | "description": "Symfony HttpKernel Component", |
||
592 | "homepage": "https://symfony.com", |
||
593 | "time": "2018-01-29T13:27:08+00:00" |
||
594 | }, |
||
595 | { |
||
596 | "name": "symfony/inflector", |
||
597 | "version": "v4.0.4", |
||
598 | "source": { |
||
599 | "type": "git", |
||
600 | "url": "https://github.com/symfony/inflector.git", |
||
601 | "reference": "da634a9968162f7c5c94f8d6949a4ede86085304" |
||
602 | }, |
||
603 | "dist": { |
||
604 | "type": "zip", |
||
605 | "url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304", |
||
606 | "reference": "da634a9968162f7c5c94f8d6949a4ede86085304", |
||
607 | "shasum": "" |
||
608 | }, |
||
609 | "require": { |
||
610 | "php": "^7.1.3" |
||
611 | }, |
||
612 | "type": "library", |
||
613 | "extra": { |
||
614 | "branch-alias": { |
||
615 | "dev-master": "4.0-dev" |
||
616 | } |
||
617 | }, |
||
618 | "autoload": { |
||
619 | "psr-4": { |
||
620 | "Symfony\\Component\\Inflector\\": "" |
||
621 | }, |
||
622 | "exclude-from-classmap": [ |
||
623 | "/Tests/" |
||
624 | ] |
||
625 | }, |
||
626 | "notification-url": "https://packagist.org/downloads/", |
||
627 | "license": [ |
||
628 | "MIT" |
||
629 | ], |
||
630 | "authors": [ |
||
631 | { |
||
632 | "name": "Bernhard Schussek", |
||
633 | "email": "[email protected]" |
||
634 | }, |
||
635 | { |
||
636 | "name": "Symfony Community", |
||
637 | "homepage": "https://symfony.com/contributors" |
||
638 | } |
||
639 | ], |
||
640 | "description": "Symfony Inflector Component", |
||
641 | "homepage": "https://symfony.com", |
||
642 | "keywords": [ |
||
643 | "inflection", |
||
644 | "pluralize", |
||
645 | "singularize", |
||
646 | "string", |
||
647 | "symfony", |
||
648 | "words" |
||
649 | ], |
||
650 | "time": "2018-01-03T17:15:19+00:00" |
||
651 | }, |
||
652 | { |
||
653 | "name": "symfony/polyfill-mbstring", |
||
654 | "version": "v1.8.0", |
||
655 | "source": { |
||
656 | "type": "git", |
||
657 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
658 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
659 | }, |
||
660 | "dist": { |
||
661 | "type": "zip", |
||
662 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
663 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
664 | "shasum": "" |
||
665 | }, |
||
666 | "require": { |
||
667 | "php": ">=5.3.3" |
||
668 | }, |
||
669 | "suggest": { |
||
670 | "ext-mbstring": "For best performance" |
||
671 | }, |
||
672 | "type": "library", |
||
673 | "extra": { |
||
674 | "branch-alias": { |
||
675 | "dev-master": "1.8-dev" |
||
676 | } |
||
677 | }, |
||
678 | "autoload": { |
||
679 | "psr-4": { |
||
680 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
681 | }, |
||
682 | "files": [ |
||
683 | "bootstrap.php" |
||
684 | ] |
||
685 | }, |
||
686 | "notification-url": "https://packagist.org/downloads/", |
||
687 | "license": [ |
||
688 | "MIT" |
||
689 | ], |
||
690 | "authors": [ |
||
691 | { |
||
692 | "name": "Nicolas Grekas", |
||
693 | "email": "[email protected]" |
||
694 | }, |
||
695 | { |
||
696 | "name": "Symfony Community", |
||
697 | "homepage": "https://symfony.com/contributors" |
||
698 | } |
||
699 | ], |
||
700 | "description": "Symfony polyfill for the Mbstring extension", |
||
701 | "homepage": "https://symfony.com", |
||
702 | "keywords": [ |
||
703 | "compatibility", |
||
704 | "mbstring", |
||
705 | "polyfill", |
||
706 | "portable", |
||
707 | "shim" |
||
708 | ], |
||
709 | "time": "2018-04-26T10:06:28+00:00" |
||
710 | }, |
||
711 | { |
||
712 | "name": "symfony/property-access", |
||
713 | "version": "v4.0.4", |
||
714 | "source": { |
||
715 | "type": "git", |
||
716 | "url": "https://github.com/symfony/property-access.git", |
||
717 | "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7" |
||
718 | }, |
||
719 | "dist": { |
||
720 | "type": "zip", |
||
721 | "url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7", |
||
722 | "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7", |
||
723 | "shasum": "" |
||
724 | }, |
||
725 | "require": { |
||
726 | "php": "^7.1.3", |
||
727 | "symfony/inflector": "~3.4|~4.0" |
||
728 | }, |
||
729 | "require-dev": { |
||
730 | "symfony/cache": "~3.4|~4.0" |
||
731 | }, |
||
732 | "suggest": { |
||
733 | "psr/cache-implementation": "To cache access methods." |
||
734 | }, |
||
735 | "type": "library", |
||
736 | "extra": { |
||
737 | "branch-alias": { |
||
738 | "dev-master": "4.0-dev" |
||
739 | } |
||
740 | }, |
||
741 | "autoload": { |
||
742 | "psr-4": { |
||
743 | "Symfony\\Component\\PropertyAccess\\": "" |
||
744 | }, |
||
745 | "exclude-from-classmap": [ |
||
746 | "/Tests/" |
||
747 | ] |
||
748 | }, |
||
749 | "notification-url": "https://packagist.org/downloads/", |
||
750 | "license": [ |
||
751 | "MIT" |
||
752 | ], |
||
753 | "authors": [ |
||
754 | { |
||
755 | "name": "Fabien Potencier", |
||
756 | "email": "[email protected]" |
||
757 | }, |
||
758 | { |
||
759 | "name": "Symfony Community", |
||
760 | "homepage": "https://symfony.com/contributors" |
||
761 | } |
||
762 | ], |
||
763 | "description": "Symfony PropertyAccess Component", |
||
764 | "homepage": "https://symfony.com", |
||
765 | "keywords": [ |
||
766 | "access", |
||
767 | "array", |
||
768 | "extraction", |
||
769 | "index", |
||
770 | "injection", |
||
771 | "object", |
||
772 | "property", |
||
773 | "property path", |
||
774 | "reflection" |
||
775 | ], |
||
776 | "time": "2018-01-03T07:38:00+00:00" |
||
777 | }, |
||
778 | { |
||
779 | "name": "symfony/security", |
||
0 ignored issues
–
show
There are 3 security advisories for your installed version of symfony/security:
- CVE-2018-11407: Unauthorized access on a misconfigured LDAP server when using an empty password - CVE-2018-11406: CSRF Token Fixation - CVE-2018-11385: Session Fixation Issue for Guard Authentication ![]() |
|||
780 | "version": "v4.0.4", |
||
781 | "source": { |
||
782 | "type": "git", |
||
783 | "url": "https://github.com/symfony/security.git", |
||
784 | "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79" |
||
785 | }, |
||
786 | "dist": { |
||
787 | "type": "zip", |
||
788 | "url": "https://api.github.com/repos/symfony/security/zipball/08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79", |
||
789 | "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79", |
||
790 | "shasum": "" |
||
791 | }, |
||
792 | "require": { |
||
793 | "php": "^7.1.3", |
||
794 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
795 | "symfony/http-foundation": "~3.4|~4.0", |
||
796 | "symfony/http-kernel": "~3.4|~4.0", |
||
797 | "symfony/property-access": "~3.4|~4.0" |
||
798 | }, |
||
799 | "replace": { |
||
800 | "symfony/security-core": "self.version", |
||
801 | "symfony/security-csrf": "self.version", |
||
802 | "symfony/security-guard": "self.version", |
||
803 | "symfony/security-http": "self.version" |
||
804 | }, |
||
805 | "require-dev": { |
||
806 | "psr/container": "^1.0", |
||
807 | "psr/log": "~1.0", |
||
808 | "symfony/expression-language": "~3.4|~4.0", |
||
809 | "symfony/finder": "~3.4|~4.0", |
||
810 | "symfony/ldap": "~3.4|~4.0", |
||
811 | "symfony/polyfill-intl-icu": "~1.0", |
||
812 | "symfony/routing": "~3.4|~4.0", |
||
813 | "symfony/validator": "~3.4|~4.0" |
||
814 | }, |
||
815 | "suggest": { |
||
816 | "psr/container": "To instantiate the Security class", |
||
817 | "symfony/expression-language": "For using the expression voter", |
||
818 | "symfony/form": "", |
||
819 | "symfony/ldap": "For using the LDAP user and authentication providers", |
||
820 | "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |
||
821 | "symfony/validator": "For using the user password constraint" |
||
822 | }, |
||
823 | "type": "library", |
||
824 | "extra": { |
||
825 | "branch-alias": { |
||
826 | "dev-master": "4.0-dev" |
||
827 | } |
||
828 | }, |
||
829 | "autoload": { |
||
830 | "psr-4": { |
||
831 | "Symfony\\Component\\Security\\": "" |
||
832 | }, |
||
833 | "exclude-from-classmap": [ |
||
834 | "/Tests/" |
||
835 | ] |
||
836 | }, |
||
837 | "notification-url": "https://packagist.org/downloads/", |
||
838 | "license": [ |
||
839 | "MIT" |
||
840 | ], |
||
841 | "authors": [ |
||
842 | { |
||
843 | "name": "Fabien Potencier", |
||
844 | "email": "[email protected]" |
||
845 | }, |
||
846 | { |
||
847 | "name": "Symfony Community", |
||
848 | "homepage": "https://symfony.com/contributors" |
||
849 | } |
||
850 | ], |
||
851 | "description": "Symfony Security Component", |
||
852 | "homepage": "https://symfony.com", |
||
853 | "time": "2018-01-29T09:06:29+00:00" |
||
854 | }, |
||
855 | { |
||
856 | "name": "symfony/security-bundle", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/security-bundle:
- CVE-2018-11406: CSRF Token Fixation - CVE-2018-11408: Open redirect vulnerability on security handlers ![]() |
|||
857 | "version": "v4.0.4", |
||
858 | "source": { |
||
859 | "type": "git", |
||
860 | "url": "https://github.com/symfony/security-bundle.git", |
||
861 | "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b" |
||
862 | }, |
||
863 | "dist": { |
||
864 | "type": "zip", |
||
865 | "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2d65eb4f72e89cf9ee710a64be14922e81229d7b", |
||
866 | "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b", |
||
867 | "shasum": "" |
||
868 | }, |
||
869 | "require": { |
||
870 | "ext-xml": "*", |
||
871 | "php": "^7.1.3", |
||
872 | "symfony/dependency-injection": "^3.4.3|^4.0.3", |
||
873 | "symfony/http-kernel": "~3.4|~4.0", |
||
874 | "symfony/security": "~3.4|~4.0" |
||
875 | }, |
||
876 | "conflict": { |
||
877 | "symfony/console": "<3.4", |
||
878 | "symfony/event-dispatcher": "<3.4", |
||
879 | "symfony/framework-bundle": "<3.4", |
||
880 | "symfony/var-dumper": "<3.4" |
||
881 | }, |
||
882 | "require-dev": { |
||
883 | "doctrine/doctrine-bundle": "~1.5", |
||
884 | "symfony/asset": "~3.4|~4.0", |
||
885 | "symfony/browser-kit": "~3.4|~4.0", |
||
886 | "symfony/console": "~3.4|~4.0", |
||
887 | "symfony/css-selector": "~3.4|~4.0", |
||
888 | "symfony/dom-crawler": "~3.4|~4.0", |
||
889 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
890 | "symfony/expression-language": "~3.4|~4.0", |
||
891 | "symfony/form": "~3.4|~4.0", |
||
892 | "symfony/framework-bundle": "~3.4|~4.0", |
||
893 | "symfony/http-foundation": "~3.4|~4.0", |
||
894 | "symfony/process": "~3.4|~4.0", |
||
895 | "symfony/translation": "~3.4|~4.0", |
||
896 | "symfony/twig-bridge": "~3.4|~4.0", |
||
897 | "symfony/twig-bundle": "~3.4|~4.0", |
||
898 | "symfony/validator": "~3.4|~4.0", |
||
899 | "symfony/var-dumper": "~3.4|~4.0", |
||
900 | "symfony/yaml": "~3.4|~4.0", |
||
901 | "twig/twig": "~1.34|~2.4" |
||
902 | }, |
||
903 | "type": "symfony-bundle", |
||
904 | "extra": { |
||
905 | "branch-alias": { |
||
906 | "dev-master": "4.0-dev" |
||
907 | } |
||
908 | }, |
||
909 | "autoload": { |
||
910 | "psr-4": { |
||
911 | "Symfony\\Bundle\\SecurityBundle\\": "" |
||
912 | }, |
||
913 | "exclude-from-classmap": [ |
||
914 | "/Tests/" |
||
915 | ] |
||
916 | }, |
||
917 | "notification-url": "https://packagist.org/downloads/", |
||
918 | "license": [ |
||
919 | "MIT" |
||
920 | ], |
||
921 | "authors": [ |
||
922 | { |
||
923 | "name": "Fabien Potencier", |
||
924 | "email": "[email protected]" |
||
925 | }, |
||
926 | { |
||
927 | "name": "Symfony Community", |
||
928 | "homepage": "https://symfony.com/contributors" |
||
929 | } |
||
930 | ], |
||
931 | "description": "Symfony SecurityBundle", |
||
932 | "homepage": "https://symfony.com", |
||
933 | "time": "2018-01-29T09:06:29+00:00" |
||
934 | } |
||
935 | ], |
||
936 | "packages-dev": [ |
||
937 | { |
||
938 | "name": "composer/semver", |
||
939 | "version": "1.4.2", |
||
940 | "source": { |
||
941 | "type": "git", |
||
942 | "url": "https://github.com/composer/semver.git", |
||
943 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
944 | }, |
||
945 | "dist": { |
||
946 | "type": "zip", |
||
947 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
948 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
949 | "shasum": "" |
||
950 | }, |
||
951 | "require": { |
||
952 | "php": "^5.3.2 || ^7.0" |
||
953 | }, |
||
954 | "require-dev": { |
||
955 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
956 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
957 | }, |
||
958 | "type": "library", |
||
959 | "extra": { |
||
960 | "branch-alias": { |
||
961 | "dev-master": "1.x-dev" |
||
962 | } |
||
963 | }, |
||
964 | "autoload": { |
||
965 | "psr-4": { |
||
966 | "Composer\\Semver\\": "src" |
||
967 | } |
||
968 | }, |
||
969 | "notification-url": "https://packagist.org/downloads/", |
||
970 | "license": [ |
||
971 | "MIT" |
||
972 | ], |
||
973 | "authors": [ |
||
974 | { |
||
975 | "name": "Nils Adermann", |
||
976 | "email": "[email protected]", |
||
977 | "homepage": "http://www.naderman.de" |
||
978 | }, |
||
979 | { |
||
980 | "name": "Jordi Boggiano", |
||
981 | "email": "[email protected]", |
||
982 | "homepage": "http://seld.be" |
||
983 | }, |
||
984 | { |
||
985 | "name": "Rob Bast", |
||
986 | "email": "[email protected]", |
||
987 | "homepage": "http://robbast.nl" |
||
988 | } |
||
989 | ], |
||
990 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
991 | "keywords": [ |
||
992 | "semantic", |
||
993 | "semver", |
||
994 | "validation", |
||
995 | "versioning" |
||
996 | ], |
||
997 | "time": "2016-08-30T16:08:34+00:00" |
||
998 | }, |
||
999 | { |
||
1000 | "name": "doctrine/annotations", |
||
1001 | "version": "v1.6.0", |
||
1002 | "source": { |
||
1003 | "type": "git", |
||
1004 | "url": "https://github.com/doctrine/annotations.git", |
||
1005 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
1006 | }, |
||
1007 | "dist": { |
||
1008 | "type": "zip", |
||
1009 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
1010 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
1011 | "shasum": "" |
||
1012 | }, |
||
1013 | "require": { |
||
1014 | "doctrine/lexer": "1.*", |
||
1015 | "php": "^7.1" |
||
1016 | }, |
||
1017 | "require-dev": { |
||
1018 | "doctrine/cache": "1.*", |
||
1019 | "phpunit/phpunit": "^6.4" |
||
1020 | }, |
||
1021 | "type": "library", |
||
1022 | "extra": { |
||
1023 | "branch-alias": { |
||
1024 | "dev-master": "1.6.x-dev" |
||
1025 | } |
||
1026 | }, |
||
1027 | "autoload": { |
||
1028 | "psr-4": { |
||
1029 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
1030 | } |
||
1031 | }, |
||
1032 | "notification-url": "https://packagist.org/downloads/", |
||
1033 | "license": [ |
||
1034 | "MIT" |
||
1035 | ], |
||
1036 | "authors": [ |
||
1037 | { |
||
1038 | "name": "Roman Borschel", |
||
1039 | "email": "[email protected]" |
||
1040 | }, |
||
1041 | { |
||
1042 | "name": "Benjamin Eberlei", |
||
1043 | "email": "[email protected]" |
||
1044 | }, |
||
1045 | { |
||
1046 | "name": "Guilherme Blanco", |
||
1047 | "email": "[email protected]" |
||
1048 | }, |
||
1049 | { |
||
1050 | "name": "Jonathan Wage", |
||
1051 | "email": "[email protected]" |
||
1052 | }, |
||
1053 | { |
||
1054 | "name": "Johannes Schmitt", |
||
1055 | "email": "[email protected]" |
||
1056 | } |
||
1057 | ], |
||
1058 | "description": "Docblock Annotations Parser", |
||
1059 | "homepage": "http://www.doctrine-project.org", |
||
1060 | "keywords": [ |
||
1061 | "annotations", |
||
1062 | "docblock", |
||
1063 | "parser" |
||
1064 | ], |
||
1065 | "time": "2017-12-06T07:11:42+00:00" |
||
1066 | }, |
||
1067 | { |
||
1068 | "name": "doctrine/lexer", |
||
1069 | "version": "v1.0.1", |
||
1070 | "source": { |
||
1071 | "type": "git", |
||
1072 | "url": "https://github.com/doctrine/lexer.git", |
||
1073 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
1074 | }, |
||
1075 | "dist": { |
||
1076 | "type": "zip", |
||
1077 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1078 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1079 | "shasum": "" |
||
1080 | }, |
||
1081 | "require": { |
||
1082 | "php": ">=5.3.2" |
||
1083 | }, |
||
1084 | "type": "library", |
||
1085 | "extra": { |
||
1086 | "branch-alias": { |
||
1087 | "dev-master": "1.0.x-dev" |
||
1088 | } |
||
1089 | }, |
||
1090 | "autoload": { |
||
1091 | "psr-0": { |
||
1092 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
1093 | } |
||
1094 | }, |
||
1095 | "notification-url": "https://packagist.org/downloads/", |
||
1096 | "license": [ |
||
1097 | "MIT" |
||
1098 | ], |
||
1099 | "authors": [ |
||
1100 | { |
||
1101 | "name": "Roman Borschel", |
||
1102 | "email": "[email protected]" |
||
1103 | }, |
||
1104 | { |
||
1105 | "name": "Guilherme Blanco", |
||
1106 | "email": "[email protected]" |
||
1107 | }, |
||
1108 | { |
||
1109 | "name": "Johannes Schmitt", |
||
1110 | "email": "[email protected]" |
||
1111 | } |
||
1112 | ], |
||
1113 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1114 | "homepage": "http://www.doctrine-project.org", |
||
1115 | "keywords": [ |
||
1116 | "lexer", |
||
1117 | "parser" |
||
1118 | ], |
||
1119 | "time": "2014-09-09T13:34:57+00:00" |
||
1120 | }, |
||
1121 | { |
||
1122 | "name": "friendsofphp/php-cs-fixer", |
||
1123 | "version": "v2.11.1", |
||
1124 | "source": { |
||
1125 | "type": "git", |
||
1126 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
1127 | "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8" |
||
1128 | }, |
||
1129 | "dist": { |
||
1130 | "type": "zip", |
||
1131 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8", |
||
1132 | "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8", |
||
1133 | "shasum": "" |
||
1134 | }, |
||
1135 | "require": { |
||
1136 | "composer/semver": "^1.4", |
||
1137 | "doctrine/annotations": "^1.2", |
||
1138 | "ext-json": "*", |
||
1139 | "ext-tokenizer": "*", |
||
1140 | "php": "^5.6 || >=7.0 <7.3", |
||
1141 | "php-cs-fixer/diff": "^1.3", |
||
1142 | "symfony/console": "^3.2 || ^4.0", |
||
1143 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
1144 | "symfony/filesystem": "^3.0 || ^4.0", |
||
1145 | "symfony/finder": "^3.0 || ^4.0", |
||
1146 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
1147 | "symfony/polyfill-php70": "^1.0", |
||
1148 | "symfony/polyfill-php72": "^1.4", |
||
1149 | "symfony/process": "^3.0 || ^4.0", |
||
1150 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
1151 | }, |
||
1152 | "conflict": { |
||
1153 | "hhvm": "*" |
||
1154 | }, |
||
1155 | "require-dev": { |
||
1156 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
||
1157 | "justinrainbow/json-schema": "^5.0", |
||
1158 | "keradus/cli-executor": "^1.0", |
||
1159 | "mikey179/vfsstream": "^1.6", |
||
1160 | "php-coveralls/php-coveralls": "^2.0", |
||
1161 | "php-cs-fixer/accessible-object": "^1.0", |
||
1162 | "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", |
||
1163 | "phpunitgoodpractices/traits": "^1.3.1", |
||
1164 | "symfony/phpunit-bridge": "^3.2.2 || ^4.0" |
||
1165 | }, |
||
1166 | "suggest": { |
||
1167 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
1168 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
1169 | }, |
||
1170 | "bin": [ |
||
1171 | "php-cs-fixer" |
||
1172 | ], |
||
1173 | "type": "application", |
||
1174 | "extra": { |
||
1175 | "branch-alias": { |
||
1176 | "dev-master": "2.11-dev" |
||
1177 | } |
||
1178 | }, |
||
1179 | "autoload": { |
||
1180 | "psr-4": { |
||
1181 | "PhpCsFixer\\": "src/" |
||
1182 | }, |
||
1183 | "classmap": [ |
||
1184 | "tests/Test/AbstractFixerTestCase.php", |
||
1185 | "tests/Test/AbstractIntegrationCaseFactory.php", |
||
1186 | "tests/Test/AbstractIntegrationTestCase.php", |
||
1187 | "tests/Test/Assert/AssertTokensTrait.php", |
||
1188 | "tests/Test/Constraint/SameStringsConstraint.php", |
||
1189 | "tests/Test/Constraint/SameStringsConstraintForV5.php", |
||
1190 | "tests/Test/Constraint/SameStringsConstraintForV7.php", |
||
1191 | "tests/Test/IntegrationCase.php", |
||
1192 | "tests/Test/IntegrationCaseFactory.php", |
||
1193 | "tests/Test/IntegrationCaseFactoryInterface.php", |
||
1194 | "tests/Test/InternalIntegrationCaseFactory.php", |
||
1195 | "tests/TestCase.php" |
||
1196 | ] |
||
1197 | }, |
||
1198 | "notification-url": "https://packagist.org/downloads/", |
||
1199 | "license": [ |
||
1200 | "MIT" |
||
1201 | ], |
||
1202 | "authors": [ |
||
1203 | { |
||
1204 | "name": "Dariusz Rumiński", |
||
1205 | "email": "[email protected]" |
||
1206 | }, |
||
1207 | { |
||
1208 | "name": "Fabien Potencier", |
||
1209 | "email": "[email protected]" |
||
1210 | } |
||
1211 | ], |
||
1212 | "description": "A tool to automatically fix PHP code style", |
||
1213 | "time": "2018-03-21T17:41:26+00:00" |
||
1214 | }, |
||
1215 | { |
||
1216 | "name": "guzzlehttp/guzzle", |
||
1217 | "version": "6.3.0", |
||
1218 | "source": { |
||
1219 | "type": "git", |
||
1220 | "url": "https://github.com/guzzle/guzzle.git", |
||
1221 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
1222 | }, |
||
1223 | "dist": { |
||
1224 | "type": "zip", |
||
1225 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1226 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1227 | "shasum": "" |
||
1228 | }, |
||
1229 | "require": { |
||
1230 | "guzzlehttp/promises": "^1.0", |
||
1231 | "guzzlehttp/psr7": "^1.4", |
||
1232 | "php": ">=5.5" |
||
1233 | }, |
||
1234 | "require-dev": { |
||
1235 | "ext-curl": "*", |
||
1236 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
1237 | "psr/log": "^1.0" |
||
1238 | }, |
||
1239 | "suggest": { |
||
1240 | "psr/log": "Required for using the Log middleware" |
||
1241 | }, |
||
1242 | "type": "library", |
||
1243 | "extra": { |
||
1244 | "branch-alias": { |
||
1245 | "dev-master": "6.2-dev" |
||
1246 | } |
||
1247 | }, |
||
1248 | "autoload": { |
||
1249 | "files": [ |
||
1250 | "src/functions_include.php" |
||
1251 | ], |
||
1252 | "psr-4": { |
||
1253 | "GuzzleHttp\\": "src/" |
||
1254 | } |
||
1255 | }, |
||
1256 | "notification-url": "https://packagist.org/downloads/", |
||
1257 | "license": [ |
||
1258 | "MIT" |
||
1259 | ], |
||
1260 | "authors": [ |
||
1261 | { |
||
1262 | "name": "Michael Dowling", |
||
1263 | "email": "[email protected]", |
||
1264 | "homepage": "https://github.com/mtdowling" |
||
1265 | } |
||
1266 | ], |
||
1267 | "description": "Guzzle is a PHP HTTP client library", |
||
1268 | "homepage": "http://guzzlephp.org/", |
||
1269 | "keywords": [ |
||
1270 | "client", |
||
1271 | "curl", |
||
1272 | "framework", |
||
1273 | "http", |
||
1274 | "http client", |
||
1275 | "rest", |
||
1276 | "web service" |
||
1277 | ], |
||
1278 | "time": "2017-06-22T18:50:49+00:00" |
||
1279 | }, |
||
1280 | { |
||
1281 | "name": "guzzlehttp/promises", |
||
1282 | "version": "v1.3.1", |
||
1283 | "source": { |
||
1284 | "type": "git", |
||
1285 | "url": "https://github.com/guzzle/promises.git", |
||
1286 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1287 | }, |
||
1288 | "dist": { |
||
1289 | "type": "zip", |
||
1290 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1291 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1292 | "shasum": "" |
||
1293 | }, |
||
1294 | "require": { |
||
1295 | "php": ">=5.5.0" |
||
1296 | }, |
||
1297 | "require-dev": { |
||
1298 | "phpunit/phpunit": "^4.0" |
||
1299 | }, |
||
1300 | "type": "library", |
||
1301 | "extra": { |
||
1302 | "branch-alias": { |
||
1303 | "dev-master": "1.4-dev" |
||
1304 | } |
||
1305 | }, |
||
1306 | "autoload": { |
||
1307 | "psr-4": { |
||
1308 | "GuzzleHttp\\Promise\\": "src/" |
||
1309 | }, |
||
1310 | "files": [ |
||
1311 | "src/functions_include.php" |
||
1312 | ] |
||
1313 | }, |
||
1314 | "notification-url": "https://packagist.org/downloads/", |
||
1315 | "license": [ |
||
1316 | "MIT" |
||
1317 | ], |
||
1318 | "authors": [ |
||
1319 | { |
||
1320 | "name": "Michael Dowling", |
||
1321 | "email": "[email protected]", |
||
1322 | "homepage": "https://github.com/mtdowling" |
||
1323 | } |
||
1324 | ], |
||
1325 | "description": "Guzzle promises library", |
||
1326 | "keywords": [ |
||
1327 | "promise" |
||
1328 | ], |
||
1329 | "time": "2016-12-20T10:07:11+00:00" |
||
1330 | }, |
||
1331 | { |
||
1332 | "name": "guzzlehttp/psr7", |
||
1333 | "version": "1.4.2", |
||
1334 | "source": { |
||
1335 | "type": "git", |
||
1336 | "url": "https://github.com/guzzle/psr7.git", |
||
1337 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
1338 | }, |
||
1339 | "dist": { |
||
1340 | "type": "zip", |
||
1341 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1342 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1343 | "shasum": "" |
||
1344 | }, |
||
1345 | "require": { |
||
1346 | "php": ">=5.4.0", |
||
1347 | "psr/http-message": "~1.0" |
||
1348 | }, |
||
1349 | "provide": { |
||
1350 | "psr/http-message-implementation": "1.0" |
||
1351 | }, |
||
1352 | "require-dev": { |
||
1353 | "phpunit/phpunit": "~4.0" |
||
1354 | }, |
||
1355 | "type": "library", |
||
1356 | "extra": { |
||
1357 | "branch-alias": { |
||
1358 | "dev-master": "1.4-dev" |
||
1359 | } |
||
1360 | }, |
||
1361 | "autoload": { |
||
1362 | "psr-4": { |
||
1363 | "GuzzleHttp\\Psr7\\": "src/" |
||
1364 | }, |
||
1365 | "files": [ |
||
1366 | "src/functions_include.php" |
||
1367 | ] |
||
1368 | }, |
||
1369 | "notification-url": "https://packagist.org/downloads/", |
||
1370 | "license": [ |
||
1371 | "MIT" |
||
1372 | ], |
||
1373 | "authors": [ |
||
1374 | { |
||
1375 | "name": "Michael Dowling", |
||
1376 | "email": "[email protected]", |
||
1377 | "homepage": "https://github.com/mtdowling" |
||
1378 | }, |
||
1379 | { |
||
1380 | "name": "Tobias Schultze", |
||
1381 | "homepage": "https://github.com/Tobion" |
||
1382 | } |
||
1383 | ], |
||
1384 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
1385 | "keywords": [ |
||
1386 | "http", |
||
1387 | "message", |
||
1388 | "request", |
||
1389 | "response", |
||
1390 | "stream", |
||
1391 | "uri", |
||
1392 | "url" |
||
1393 | ], |
||
1394 | "time": "2017-03-20T17:10:46+00:00" |
||
1395 | }, |
||
1396 | { |
||
1397 | "name": "matthiasnoback/symfony-config-test", |
||
1398 | "version": "v3.1.0", |
||
1399 | "source": { |
||
1400 | "type": "git", |
||
1401 | "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git", |
||
1402 | "reference": "581ccd2757ec07a356485fbe22939e8a65b70491" |
||
1403 | }, |
||
1404 | "dist": { |
||
1405 | "type": "zip", |
||
1406 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/581ccd2757ec07a356485fbe22939e8a65b70491", |
||
1407 | "reference": "581ccd2757ec07a356485fbe22939e8a65b70491", |
||
1408 | "shasum": "" |
||
1409 | }, |
||
1410 | "require": { |
||
1411 | "php": "^7.0", |
||
1412 | "symfony/config": "^2.3 || ^3.0 || ^4.0" |
||
1413 | }, |
||
1414 | "require-dev": { |
||
1415 | "phpunit/phpunit": "^6.0" |
||
1416 | }, |
||
1417 | "type": "library", |
||
1418 | "autoload": { |
||
1419 | "psr-4": { |
||
1420 | "Matthias\\SymfonyConfigTest\\": "" |
||
1421 | } |
||
1422 | }, |
||
1423 | "notification-url": "https://packagist.org/downloads/", |
||
1424 | "license": [ |
||
1425 | "MIT" |
||
1426 | ], |
||
1427 | "authors": [ |
||
1428 | { |
||
1429 | "name": "Matthias Noback", |
||
1430 | "email": "[email protected]", |
||
1431 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1432 | } |
||
1433 | ], |
||
1434 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
1435 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
1436 | "keywords": [ |
||
1437 | "config", |
||
1438 | "phpunit", |
||
1439 | "symfony" |
||
1440 | ], |
||
1441 | "time": "2017-11-30T08:22:14+00:00" |
||
1442 | }, |
||
1443 | { |
||
1444 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
1445 | "version": "v2.3.0", |
||
1446 | "source": { |
||
1447 | "type": "git", |
||
1448 | "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git", |
||
1449 | "reference": "9744ea44fc801d629c795bf0ae598ff5172fad67" |
||
1450 | }, |
||
1451 | "dist": { |
||
1452 | "type": "zip", |
||
1453 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/9744ea44fc801d629c795bf0ae598ff5172fad67", |
||
1454 | "reference": "9744ea44fc801d629c795bf0ae598ff5172fad67", |
||
1455 | "shasum": "" |
||
1456 | }, |
||
1457 | "require": { |
||
1458 | "matthiasnoback/symfony-config-test": "^3.0", |
||
1459 | "php": "^7.0", |
||
1460 | "symfony/config": "^2.7 || ^3.3 || ^4.0", |
||
1461 | "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0", |
||
1462 | "symfony/yaml": "^2.7 || ^3.3 || ^4.0" |
||
1463 | }, |
||
1464 | "require-dev": { |
||
1465 | "phpunit/phpunit": "^6.0" |
||
1466 | }, |
||
1467 | "type": "library", |
||
1468 | "autoload": { |
||
1469 | "psr-4": { |
||
1470 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
1471 | } |
||
1472 | }, |
||
1473 | "notification-url": "https://packagist.org/downloads/", |
||
1474 | "license": [ |
||
1475 | "MIT" |
||
1476 | ], |
||
1477 | "authors": [ |
||
1478 | { |
||
1479 | "name": "Matthias Noback", |
||
1480 | "email": "[email protected]", |
||
1481 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1482 | } |
||
1483 | ], |
||
1484 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
1485 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
1486 | "keywords": [ |
||
1487 | "Symfony2", |
||
1488 | "dependency injection", |
||
1489 | "phpunit" |
||
1490 | ], |
||
1491 | "time": "2017-11-30T12:31:50+00:00" |
||
1492 | }, |
||
1493 | { |
||
1494 | "name": "paragonie/random_compat", |
||
1495 | "version": "v2.0.12", |
||
1496 | "source": { |
||
1497 | "type": "git", |
||
1498 | "url": "https://github.com/paragonie/random_compat.git", |
||
1499 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" |
||
1500 | }, |
||
1501 | "dist": { |
||
1502 | "type": "zip", |
||
1503 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1504 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1505 | "shasum": "" |
||
1506 | }, |
||
1507 | "require": { |
||
1508 | "php": ">=5.2.0" |
||
1509 | }, |
||
1510 | "require-dev": { |
||
1511 | "phpunit/phpunit": "4.*|5.*" |
||
1512 | }, |
||
1513 | "suggest": { |
||
1514 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1515 | }, |
||
1516 | "type": "library", |
||
1517 | "autoload": { |
||
1518 | "files": [ |
||
1519 | "lib/random.php" |
||
1520 | ] |
||
1521 | }, |
||
1522 | "notification-url": "https://packagist.org/downloads/", |
||
1523 | "license": [ |
||
1524 | "MIT" |
||
1525 | ], |
||
1526 | "authors": [ |
||
1527 | { |
||
1528 | "name": "Paragon Initiative Enterprises", |
||
1529 | "email": "[email protected]", |
||
1530 | "homepage": "https://paragonie.com" |
||
1531 | } |
||
1532 | ], |
||
1533 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1534 | "keywords": [ |
||
1535 | "csprng", |
||
1536 | "pseudorandom", |
||
1537 | "random" |
||
1538 | ], |
||
1539 | "time": "2018-04-04T21:24:14+00:00" |
||
1540 | }, |
||
1541 | { |
||
1542 | "name": "php-coveralls/php-coveralls", |
||
1543 | "version": "v2.0.0", |
||
1544 | "source": { |
||
1545 | "type": "git", |
||
1546 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
1547 | "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068" |
||
1548 | }, |
||
1549 | "dist": { |
||
1550 | "type": "zip", |
||
1551 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068", |
||
1552 | "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068", |
||
1553 | "shasum": "" |
||
1554 | }, |
||
1555 | "require": { |
||
1556 | "ext-json": "*", |
||
1557 | "ext-simplexml": "*", |
||
1558 | "guzzlehttp/guzzle": "^6.0", |
||
1559 | "php": "^5.5 || ^7.0", |
||
1560 | "psr/log": "^1.0", |
||
1561 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
1562 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
1563 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
1564 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
1565 | }, |
||
1566 | "require-dev": { |
||
1567 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
1568 | }, |
||
1569 | "suggest": { |
||
1570 | "symfony/http-kernel": "Allows Symfony integration" |
||
1571 | }, |
||
1572 | "bin": [ |
||
1573 | "bin/php-coveralls" |
||
1574 | ], |
||
1575 | "type": "library", |
||
1576 | "extra": { |
||
1577 | "branch-alias": { |
||
1578 | "dev-master": "2.0-dev" |
||
1579 | } |
||
1580 | }, |
||
1581 | "autoload": { |
||
1582 | "psr-4": { |
||
1583 | "PhpCoveralls\\": "src/" |
||
1584 | } |
||
1585 | }, |
||
1586 | "notification-url": "https://packagist.org/downloads/", |
||
1587 | "license": [ |
||
1588 | "MIT" |
||
1589 | ], |
||
1590 | "authors": [ |
||
1591 | { |
||
1592 | "name": "Kitamura Satoshi", |
||
1593 | "email": "[email protected]", |
||
1594 | "homepage": "https://www.facebook.com/satooshi.jp", |
||
1595 | "role": "Original creator" |
||
1596 | }, |
||
1597 | { |
||
1598 | "name": "Takashi Matsuo", |
||
1599 | "email": "[email protected]" |
||
1600 | }, |
||
1601 | { |
||
1602 | "name": "Google Inc" |
||
1603 | }, |
||
1604 | { |
||
1605 | "name": "Dariusz Ruminski", |
||
1606 | "email": "[email protected]", |
||
1607 | "homepage": "https://github.com/keradus" |
||
1608 | }, |
||
1609 | { |
||
1610 | "name": "Contributors", |
||
1611 | "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" |
||
1612 | } |
||
1613 | ], |
||
1614 | "description": "PHP client library for Coveralls API", |
||
1615 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
1616 | "keywords": [ |
||
1617 | "ci", |
||
1618 | "coverage", |
||
1619 | "github", |
||
1620 | "test" |
||
1621 | ], |
||
1622 | "time": "2017-12-08T14:28:16+00:00" |
||
1623 | }, |
||
1624 | { |
||
1625 | "name": "php-cs-fixer/diff", |
||
1626 | "version": "v1.3.0", |
||
1627 | "source": { |
||
1628 | "type": "git", |
||
1629 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
1630 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" |
||
1631 | }, |
||
1632 | "dist": { |
||
1633 | "type": "zip", |
||
1634 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1635 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1636 | "shasum": "" |
||
1637 | }, |
||
1638 | "require": { |
||
1639 | "php": "^5.6 || ^7.0" |
||
1640 | }, |
||
1641 | "require-dev": { |
||
1642 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
1643 | "symfony/process": "^3.3" |
||
1644 | }, |
||
1645 | "type": "library", |
||
1646 | "autoload": { |
||
1647 | "classmap": [ |
||
1648 | "src/" |
||
1649 | ] |
||
1650 | }, |
||
1651 | "notification-url": "https://packagist.org/downloads/", |
||
1652 | "license": [ |
||
1653 | "BSD-3-Clause" |
||
1654 | ], |
||
1655 | "authors": [ |
||
1656 | { |
||
1657 | "name": "Kore Nordmann", |
||
1658 | "email": "[email protected]" |
||
1659 | }, |
||
1660 | { |
||
1661 | "name": "Sebastian Bergmann", |
||
1662 | "email": "[email protected]" |
||
1663 | }, |
||
1664 | { |
||
1665 | "name": "SpacePossum" |
||
1666 | } |
||
1667 | ], |
||
1668 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
1669 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
1670 | "keywords": [ |
||
1671 | "diff" |
||
1672 | ], |
||
1673 | "time": "2018-02-15T16:58:55+00:00" |
||
1674 | }, |
||
1675 | { |
||
1676 | "name": "psr/http-message", |
||
1677 | "version": "1.0.1", |
||
1678 | "source": { |
||
1679 | "type": "git", |
||
1680 | "url": "https://github.com/php-fig/http-message.git", |
||
1681 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1682 | }, |
||
1683 | "dist": { |
||
1684 | "type": "zip", |
||
1685 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1686 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1687 | "shasum": "" |
||
1688 | }, |
||
1689 | "require": { |
||
1690 | "php": ">=5.3.0" |
||
1691 | }, |
||
1692 | "type": "library", |
||
1693 | "extra": { |
||
1694 | "branch-alias": { |
||
1695 | "dev-master": "1.0.x-dev" |
||
1696 | } |
||
1697 | }, |
||
1698 | "autoload": { |
||
1699 | "psr-4": { |
||
1700 | "Psr\\Http\\Message\\": "src/" |
||
1701 | } |
||
1702 | }, |
||
1703 | "notification-url": "https://packagist.org/downloads/", |
||
1704 | "license": [ |
||
1705 | "MIT" |
||
1706 | ], |
||
1707 | "authors": [ |
||
1708 | { |
||
1709 | "name": "PHP-FIG", |
||
1710 | "homepage": "http://www.php-fig.org/" |
||
1711 | } |
||
1712 | ], |
||
1713 | "description": "Common interface for HTTP messages", |
||
1714 | "homepage": "https://github.com/php-fig/http-message", |
||
1715 | "keywords": [ |
||
1716 | "http", |
||
1717 | "http-message", |
||
1718 | "psr", |
||
1719 | "psr-7", |
||
1720 | "request", |
||
1721 | "response" |
||
1722 | ], |
||
1723 | "time": "2016-08-06T14:39:51+00:00" |
||
1724 | }, |
||
1725 | { |
||
1726 | "name": "symfony/config", |
||
1727 | "version": "v4.0.4", |
||
1728 | "source": { |
||
1729 | "type": "git", |
||
1730 | "url": "https://github.com/symfony/config.git", |
||
1731 | "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2" |
||
1732 | }, |
||
1733 | "dist": { |
||
1734 | "type": "zip", |
||
1735 | "url": "https://api.github.com/repos/symfony/config/zipball/ecd917899167922086ddb3247aa43eb1c418fcb2", |
||
1736 | "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2", |
||
1737 | "shasum": "" |
||
1738 | }, |
||
1739 | "require": { |
||
1740 | "php": "^7.1.3", |
||
1741 | "symfony/filesystem": "~3.4|~4.0" |
||
1742 | }, |
||
1743 | "conflict": { |
||
1744 | "symfony/finder": "<3.4" |
||
1745 | }, |
||
1746 | "require-dev": { |
||
1747 | "symfony/finder": "~3.4|~4.0", |
||
1748 | "symfony/yaml": "~3.4|~4.0" |
||
1749 | }, |
||
1750 | "suggest": { |
||
1751 | "symfony/yaml": "To use the yaml reference dumper" |
||
1752 | }, |
||
1753 | "type": "library", |
||
1754 | "extra": { |
||
1755 | "branch-alias": { |
||
1756 | "dev-master": "4.0-dev" |
||
1757 | } |
||
1758 | }, |
||
1759 | "autoload": { |
||
1760 | "psr-4": { |
||
1761 | "Symfony\\Component\\Config\\": "" |
||
1762 | }, |
||
1763 | "exclude-from-classmap": [ |
||
1764 | "/Tests/" |
||
1765 | ] |
||
1766 | }, |
||
1767 | "notification-url": "https://packagist.org/downloads/", |
||
1768 | "license": [ |
||
1769 | "MIT" |
||
1770 | ], |
||
1771 | "authors": [ |
||
1772 | { |
||
1773 | "name": "Fabien Potencier", |
||
1774 | "email": "[email protected]" |
||
1775 | }, |
||
1776 | { |
||
1777 | "name": "Symfony Community", |
||
1778 | "homepage": "https://symfony.com/contributors" |
||
1779 | } |
||
1780 | ], |
||
1781 | "description": "Symfony Config Component", |
||
1782 | "homepage": "https://symfony.com", |
||
1783 | "time": "2018-01-21T19:06:11+00:00" |
||
1784 | }, |
||
1785 | { |
||
1786 | "name": "symfony/console", |
||
1787 | "version": "v4.1.0", |
||
1788 | "source": { |
||
1789 | "type": "git", |
||
1790 | "url": "https://github.com/symfony/console.git", |
||
1791 | "reference": "2d5d973bf9933d46802b01010bd25c800c87c242" |
||
1792 | }, |
||
1793 | "dist": { |
||
1794 | "type": "zip", |
||
1795 | "url": "https://api.github.com/repos/symfony/console/zipball/2d5d973bf9933d46802b01010bd25c800c87c242", |
||
1796 | "reference": "2d5d973bf9933d46802b01010bd25c800c87c242", |
||
1797 | "shasum": "" |
||
1798 | }, |
||
1799 | "require": { |
||
1800 | "php": "^7.1.3", |
||
1801 | "symfony/polyfill-mbstring": "~1.0" |
||
1802 | }, |
||
1803 | "conflict": { |
||
1804 | "symfony/dependency-injection": "<3.4", |
||
1805 | "symfony/process": "<3.3" |
||
1806 | }, |
||
1807 | "require-dev": { |
||
1808 | "psr/log": "~1.0", |
||
1809 | "symfony/config": "~3.4|~4.0", |
||
1810 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1811 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
1812 | "symfony/lock": "~3.4|~4.0", |
||
1813 | "symfony/process": "~3.4|~4.0" |
||
1814 | }, |
||
1815 | "suggest": { |
||
1816 | "psr/log-implementation": "For using the console logger", |
||
1817 | "symfony/event-dispatcher": "", |
||
1818 | "symfony/lock": "", |
||
1819 | "symfony/process": "" |
||
1820 | }, |
||
1821 | "type": "library", |
||
1822 | "extra": { |
||
1823 | "branch-alias": { |
||
1824 | "dev-master": "4.1-dev" |
||
1825 | } |
||
1826 | }, |
||
1827 | "autoload": { |
||
1828 | "psr-4": { |
||
1829 | "Symfony\\Component\\Console\\": "" |
||
1830 | }, |
||
1831 | "exclude-from-classmap": [ |
||
1832 | "/Tests/" |
||
1833 | ] |
||
1834 | }, |
||
1835 | "notification-url": "https://packagist.org/downloads/", |
||
1836 | "license": [ |
||
1837 | "MIT" |
||
1838 | ], |
||
1839 | "authors": [ |
||
1840 | { |
||
1841 | "name": "Fabien Potencier", |
||
1842 | "email": "[email protected]" |
||
1843 | }, |
||
1844 | { |
||
1845 | "name": "Symfony Community", |
||
1846 | "homepage": "https://symfony.com/contributors" |
||
1847 | } |
||
1848 | ], |
||
1849 | "description": "Symfony Console Component", |
||
1850 | "homepage": "https://symfony.com", |
||
1851 | "time": "2018-05-30T07:26:09+00:00" |
||
1852 | }, |
||
1853 | { |
||
1854 | "name": "symfony/filesystem", |
||
1855 | "version": "v4.1.0", |
||
1856 | "source": { |
||
1857 | "type": "git", |
||
1858 | "url": "https://github.com/symfony/filesystem.git", |
||
1859 | "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c" |
||
1860 | }, |
||
1861 | "dist": { |
||
1862 | "type": "zip", |
||
1863 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c", |
||
1864 | "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c", |
||
1865 | "shasum": "" |
||
1866 | }, |
||
1867 | "require": { |
||
1868 | "php": "^7.1.3", |
||
1869 | "symfony/polyfill-ctype": "~1.8" |
||
1870 | }, |
||
1871 | "type": "library", |
||
1872 | "extra": { |
||
1873 | "branch-alias": { |
||
1874 | "dev-master": "4.1-dev" |
||
1875 | } |
||
1876 | }, |
||
1877 | "autoload": { |
||
1878 | "psr-4": { |
||
1879 | "Symfony\\Component\\Filesystem\\": "" |
||
1880 | }, |
||
1881 | "exclude-from-classmap": [ |
||
1882 | "/Tests/" |
||
1883 | ] |
||
1884 | }, |
||
1885 | "notification-url": "https://packagist.org/downloads/", |
||
1886 | "license": [ |
||
1887 | "MIT" |
||
1888 | ], |
||
1889 | "authors": [ |
||
1890 | { |
||
1891 | "name": "Fabien Potencier", |
||
1892 | "email": "[email protected]" |
||
1893 | }, |
||
1894 | { |
||
1895 | "name": "Symfony Community", |
||
1896 | "homepage": "https://symfony.com/contributors" |
||
1897 | } |
||
1898 | ], |
||
1899 | "description": "Symfony Filesystem Component", |
||
1900 | "homepage": "https://symfony.com", |
||
1901 | "time": "2018-05-30T07:26:09+00:00" |
||
1902 | }, |
||
1903 | { |
||
1904 | "name": "symfony/finder", |
||
1905 | "version": "v4.1.0", |
||
1906 | "source": { |
||
1907 | "type": "git", |
||
1908 | "url": "https://github.com/symfony/finder.git", |
||
1909 | "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238" |
||
1910 | }, |
||
1911 | "dist": { |
||
1912 | "type": "zip", |
||
1913 | "url": "https://api.github.com/repos/symfony/finder/zipball/087e2ee0d74464a4c6baac4e90417db7477dc238", |
||
1914 | "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238", |
||
1915 | "shasum": "" |
||
1916 | }, |
||
1917 | "require": { |
||
1918 | "php": "^7.1.3" |
||
1919 | }, |
||
1920 | "type": "library", |
||
1921 | "extra": { |
||
1922 | "branch-alias": { |
||
1923 | "dev-master": "4.1-dev" |
||
1924 | } |
||
1925 | }, |
||
1926 | "autoload": { |
||
1927 | "psr-4": { |
||
1928 | "Symfony\\Component\\Finder\\": "" |
||
1929 | }, |
||
1930 | "exclude-from-classmap": [ |
||
1931 | "/Tests/" |
||
1932 | ] |
||
1933 | }, |
||
1934 | "notification-url": "https://packagist.org/downloads/", |
||
1935 | "license": [ |
||
1936 | "MIT" |
||
1937 | ], |
||
1938 | "authors": [ |
||
1939 | { |
||
1940 | "name": "Fabien Potencier", |
||
1941 | "email": "[email protected]" |
||
1942 | }, |
||
1943 | { |
||
1944 | "name": "Symfony Community", |
||
1945 | "homepage": "https://symfony.com/contributors" |
||
1946 | } |
||
1947 | ], |
||
1948 | "description": "Symfony Finder Component", |
||
1949 | "homepage": "https://symfony.com", |
||
1950 | "time": "2018-05-16T14:33:22+00:00" |
||
1951 | }, |
||
1952 | { |
||
1953 | "name": "symfony/options-resolver", |
||
1954 | "version": "v4.1.0", |
||
1955 | "source": { |
||
1956 | "type": "git", |
||
1957 | "url": "https://github.com/symfony/options-resolver.git", |
||
1958 | "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589" |
||
1959 | }, |
||
1960 | "dist": { |
||
1961 | "type": "zip", |
||
1962 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9b9ab6043c57c8c5571bc846e6ebfd27dff3b589", |
||
1963 | "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589", |
||
1964 | "shasum": "" |
||
1965 | }, |
||
1966 | "require": { |
||
1967 | "php": "^7.1.3" |
||
1968 | }, |
||
1969 | "type": "library", |
||
1970 | "extra": { |
||
1971 | "branch-alias": { |
||
1972 | "dev-master": "4.1-dev" |
||
1973 | } |
||
1974 | }, |
||
1975 | "autoload": { |
||
1976 | "psr-4": { |
||
1977 | "Symfony\\Component\\OptionsResolver\\": "" |
||
1978 | }, |
||
1979 | "exclude-from-classmap": [ |
||
1980 | "/Tests/" |
||
1981 | ] |
||
1982 | }, |
||
1983 | "notification-url": "https://packagist.org/downloads/", |
||
1984 | "license": [ |
||
1985 | "MIT" |
||
1986 | ], |
||
1987 | "authors": [ |
||
1988 | { |
||
1989 | "name": "Fabien Potencier", |
||
1990 | "email": "[email protected]" |
||
1991 | }, |
||
1992 | { |
||
1993 | "name": "Symfony Community", |
||
1994 | "homepage": "https://symfony.com/contributors" |
||
1995 | } |
||
1996 | ], |
||
1997 | "description": "Symfony OptionsResolver Component", |
||
1998 | "homepage": "https://symfony.com", |
||
1999 | "keywords": [ |
||
2000 | "config", |
||
2001 | "configuration", |
||
2002 | "options" |
||
2003 | ], |
||
2004 | "time": "2018-05-30T07:26:09+00:00" |
||
2005 | }, |
||
2006 | { |
||
2007 | "name": "symfony/phpunit-bridge", |
||
2008 | "version": "v4.0.4", |
||
2009 | "source": { |
||
2010 | "type": "git", |
||
2011 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
2012 | "reference": "c12fc01946942723ee824b5f09d241f5de15c037" |
||
2013 | }, |
||
2014 | "dist": { |
||
2015 | "type": "zip", |
||
2016 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c12fc01946942723ee824b5f09d241f5de15c037", |
||
2017 | "reference": "c12fc01946942723ee824b5f09d241f5de15c037", |
||
2018 | "shasum": "" |
||
2019 | }, |
||
2020 | "require": { |
||
2021 | "php": ">=5.3.3" |
||
2022 | }, |
||
2023 | "conflict": { |
||
2024 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
2025 | }, |
||
2026 | "suggest": { |
||
2027 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
2028 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
2029 | }, |
||
2030 | "bin": [ |
||
2031 | "bin/simple-phpunit" |
||
2032 | ], |
||
2033 | "type": "symfony-bridge", |
||
2034 | "extra": { |
||
2035 | "branch-alias": { |
||
2036 | "dev-master": "4.0-dev" |
||
2037 | }, |
||
2038 | "thanks": { |
||
2039 | "name": "phpunit/phpunit", |
||
2040 | "url": "https://github.com/sebastianbergmann/phpunit" |
||
2041 | } |
||
2042 | }, |
||
2043 | "autoload": { |
||
2044 | "files": [ |
||
2045 | "bootstrap.php" |
||
2046 | ], |
||
2047 | "psr-4": { |
||
2048 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
2049 | }, |
||
2050 | "exclude-from-classmap": [ |
||
2051 | "/Tests/" |
||
2052 | ] |
||
2053 | }, |
||
2054 | "notification-url": "https://packagist.org/downloads/", |
||
2055 | "license": [ |
||
2056 | "MIT" |
||
2057 | ], |
||
2058 | "authors": [ |
||
2059 | { |
||
2060 | "name": "Nicolas Grekas", |
||
2061 | "email": "[email protected]" |
||
2062 | }, |
||
2063 | { |
||
2064 | "name": "Symfony Community", |
||
2065 | "homepage": "https://symfony.com/contributors" |
||
2066 | } |
||
2067 | ], |
||
2068 | "description": "Symfony PHPUnit Bridge", |
||
2069 | "homepage": "https://symfony.com", |
||
2070 | "time": "2018-01-21T19:06:11+00:00" |
||
2071 | }, |
||
2072 | { |
||
2073 | "name": "symfony/polyfill-ctype", |
||
2074 | "version": "v1.8.0", |
||
2075 | "source": { |
||
2076 | "type": "git", |
||
2077 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
2078 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" |
||
2079 | }, |
||
2080 | "dist": { |
||
2081 | "type": "zip", |
||
2082 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
2083 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
2084 | "shasum": "" |
||
2085 | }, |
||
2086 | "require": { |
||
2087 | "php": ">=5.3.3" |
||
2088 | }, |
||
2089 | "type": "library", |
||
2090 | "extra": { |
||
2091 | "branch-alias": { |
||
2092 | "dev-master": "1.8-dev" |
||
2093 | } |
||
2094 | }, |
||
2095 | "autoload": { |
||
2096 | "psr-4": { |
||
2097 | "Symfony\\Polyfill\\Ctype\\": "" |
||
2098 | }, |
||
2099 | "files": [ |
||
2100 | "bootstrap.php" |
||
2101 | ] |
||
2102 | }, |
||
2103 | "notification-url": "https://packagist.org/downloads/", |
||
2104 | "license": [ |
||
2105 | "MIT" |
||
2106 | ], |
||
2107 | "authors": [ |
||
2108 | { |
||
2109 | "name": "Symfony Community", |
||
2110 | "homepage": "https://symfony.com/contributors" |
||
2111 | }, |
||
2112 | { |
||
2113 | "name": "Gert de Pagter", |
||
2114 | "email": "[email protected]" |
||
2115 | } |
||
2116 | ], |
||
2117 | "description": "Symfony polyfill for ctype functions", |
||
2118 | "homepage": "https://symfony.com", |
||
2119 | "keywords": [ |
||
2120 | "compatibility", |
||
2121 | "ctype", |
||
2122 | "polyfill", |
||
2123 | "portable" |
||
2124 | ], |
||
2125 | "time": "2018-04-30T19:57:29+00:00" |
||
2126 | }, |
||
2127 | { |
||
2128 | "name": "symfony/polyfill-php70", |
||
2129 | "version": "v1.8.0", |
||
2130 | "source": { |
||
2131 | "type": "git", |
||
2132 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2133 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" |
||
2134 | }, |
||
2135 | "dist": { |
||
2136 | "type": "zip", |
||
2137 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
2138 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
2139 | "shasum": "" |
||
2140 | }, |
||
2141 | "require": { |
||
2142 | "paragonie/random_compat": "~1.0|~2.0", |
||
2143 | "php": ">=5.3.3" |
||
2144 | }, |
||
2145 | "type": "library", |
||
2146 | "extra": { |
||
2147 | "branch-alias": { |
||
2148 | "dev-master": "1.8-dev" |
||
2149 | } |
||
2150 | }, |
||
2151 | "autoload": { |
||
2152 | "psr-4": { |
||
2153 | "Symfony\\Polyfill\\Php70\\": "" |
||
2154 | }, |
||
2155 | "files": [ |
||
2156 | "bootstrap.php" |
||
2157 | ], |
||
2158 | "classmap": [ |
||
2159 | "Resources/stubs" |
||
2160 | ] |
||
2161 | }, |
||
2162 | "notification-url": "https://packagist.org/downloads/", |
||
2163 | "license": [ |
||
2164 | "MIT" |
||
2165 | ], |
||
2166 | "authors": [ |
||
2167 | { |
||
2168 | "name": "Nicolas Grekas", |
||
2169 | "email": "[email protected]" |
||
2170 | }, |
||
2171 | { |
||
2172 | "name": "Symfony Community", |
||
2173 | "homepage": "https://symfony.com/contributors" |
||
2174 | } |
||
2175 | ], |
||
2176 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2177 | "homepage": "https://symfony.com", |
||
2178 | "keywords": [ |
||
2179 | "compatibility", |
||
2180 | "polyfill", |
||
2181 | "portable", |
||
2182 | "shim" |
||
2183 | ], |
||
2184 | "time": "2018-04-26T10:06:28+00:00" |
||
2185 | }, |
||
2186 | { |
||
2187 | "name": "symfony/polyfill-php72", |
||
2188 | "version": "v1.8.0", |
||
2189 | "source": { |
||
2190 | "type": "git", |
||
2191 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
2192 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" |
||
2193 | }, |
||
2194 | "dist": { |
||
2195 | "type": "zip", |
||
2196 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2197 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2198 | "shasum": "" |
||
2199 | }, |
||
2200 | "require": { |
||
2201 | "php": ">=5.3.3" |
||
2202 | }, |
||
2203 | "type": "library", |
||
2204 | "extra": { |
||
2205 | "branch-alias": { |
||
2206 | "dev-master": "1.8-dev" |
||
2207 | } |
||
2208 | }, |
||
2209 | "autoload": { |
||
2210 | "psr-4": { |
||
2211 | "Symfony\\Polyfill\\Php72\\": "" |
||
2212 | }, |
||
2213 | "files": [ |
||
2214 | "bootstrap.php" |
||
2215 | ] |
||
2216 | }, |
||
2217 | "notification-url": "https://packagist.org/downloads/", |
||
2218 | "license": [ |
||
2219 | "MIT" |
||
2220 | ], |
||
2221 | "authors": [ |
||
2222 | { |
||
2223 | "name": "Nicolas Grekas", |
||
2224 | "email": "[email protected]" |
||
2225 | }, |
||
2226 | { |
||
2227 | "name": "Symfony Community", |
||
2228 | "homepage": "https://symfony.com/contributors" |
||
2229 | } |
||
2230 | ], |
||
2231 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
2232 | "homepage": "https://symfony.com", |
||
2233 | "keywords": [ |
||
2234 | "compatibility", |
||
2235 | "polyfill", |
||
2236 | "portable", |
||
2237 | "shim" |
||
2238 | ], |
||
2239 | "time": "2018-04-26T10:06:28+00:00" |
||
2240 | }, |
||
2241 | { |
||
2242 | "name": "symfony/process", |
||
2243 | "version": "v4.1.0", |
||
2244 | "source": { |
||
2245 | "type": "git", |
||
2246 | "url": "https://github.com/symfony/process.git", |
||
2247 | "reference": "73445bd33b0d337c060eef9652b94df72b6b3434" |
||
2248 | }, |
||
2249 | "dist": { |
||
2250 | "type": "zip", |
||
2251 | "url": "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434", |
||
2252 | "reference": "73445bd33b0d337c060eef9652b94df72b6b3434", |
||
2253 | "shasum": "" |
||
2254 | }, |
||
2255 | "require": { |
||
2256 | "php": "^7.1.3" |
||
2257 | }, |
||
2258 | "type": "library", |
||
2259 | "extra": { |
||
2260 | "branch-alias": { |
||
2261 | "dev-master": "4.1-dev" |
||
2262 | } |
||
2263 | }, |
||
2264 | "autoload": { |
||
2265 | "psr-4": { |
||
2266 | "Symfony\\Component\\Process\\": "" |
||
2267 | }, |
||
2268 | "exclude-from-classmap": [ |
||
2269 | "/Tests/" |
||
2270 | ] |
||
2271 | }, |
||
2272 | "notification-url": "https://packagist.org/downloads/", |
||
2273 | "license": [ |
||
2274 | "MIT" |
||
2275 | ], |
||
2276 | "authors": [ |
||
2277 | { |
||
2278 | "name": "Fabien Potencier", |
||
2279 | "email": "[email protected]" |
||
2280 | }, |
||
2281 | { |
||
2282 | "name": "Symfony Community", |
||
2283 | "homepage": "https://symfony.com/contributors" |
||
2284 | } |
||
2285 | ], |
||
2286 | "description": "Symfony Process Component", |
||
2287 | "homepage": "https://symfony.com", |
||
2288 | "time": "2018-05-30T07:26:09+00:00" |
||
2289 | }, |
||
2290 | { |
||
2291 | "name": "symfony/stopwatch", |
||
2292 | "version": "v4.1.0", |
||
2293 | "source": { |
||
2294 | "type": "git", |
||
2295 | "url": "https://github.com/symfony/stopwatch.git", |
||
2296 | "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784" |
||
2297 | }, |
||
2298 | "dist": { |
||
2299 | "type": "zip", |
||
2300 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784", |
||
2301 | "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784", |
||
2302 | "shasum": "" |
||
2303 | }, |
||
2304 | "require": { |
||
2305 | "php": "^7.1.3" |
||
2306 | }, |
||
2307 | "type": "library", |
||
2308 | "extra": { |
||
2309 | "branch-alias": { |
||
2310 | "dev-master": "4.1-dev" |
||
2311 | } |
||
2312 | }, |
||
2313 | "autoload": { |
||
2314 | "psr-4": { |
||
2315 | "Symfony\\Component\\Stopwatch\\": "" |
||
2316 | }, |
||
2317 | "exclude-from-classmap": [ |
||
2318 | "/Tests/" |
||
2319 | ] |
||
2320 | }, |
||
2321 | "notification-url": "https://packagist.org/downloads/", |
||
2322 | "license": [ |
||
2323 | "MIT" |
||
2324 | ], |
||
2325 | "authors": [ |
||
2326 | { |
||
2327 | "name": "Fabien Potencier", |
||
2328 | "email": "[email protected]" |
||
2329 | }, |
||
2330 | { |
||
2331 | "name": "Symfony Community", |
||
2332 | "homepage": "https://symfony.com/contributors" |
||
2333 | } |
||
2334 | ], |
||
2335 | "description": "Symfony Stopwatch Component", |
||
2336 | "homepage": "https://symfony.com", |
||
2337 | "time": "2018-02-19T16:51:42+00:00" |
||
2338 | }, |
||
2339 | { |
||
2340 | "name": "symfony/yaml", |
||
2341 | "version": "v4.0.4", |
||
2342 | "source": { |
||
2343 | "type": "git", |
||
2344 | "url": "https://github.com/symfony/yaml.git", |
||
2345 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028" |
||
2346 | }, |
||
2347 | "dist": { |
||
2348 | "type": "zip", |
||
2349 | "url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
2350 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
2351 | "shasum": "" |
||
2352 | }, |
||
2353 | "require": { |
||
2354 | "php": "^7.1.3" |
||
2355 | }, |
||
2356 | "conflict": { |
||
2357 | "symfony/console": "<3.4" |
||
2358 | }, |
||
2359 | "require-dev": { |
||
2360 | "symfony/console": "~3.4|~4.0" |
||
2361 | }, |
||
2362 | "suggest": { |
||
2363 | "symfony/console": "For validating YAML files using the lint command" |
||
2364 | }, |
||
2365 | "type": "library", |
||
2366 | "extra": { |
||
2367 | "branch-alias": { |
||
2368 | "dev-master": "4.0-dev" |
||
2369 | } |
||
2370 | }, |
||
2371 | "autoload": { |
||
2372 | "psr-4": { |
||
2373 | "Symfony\\Component\\Yaml\\": "" |
||
2374 | }, |
||
2375 | "exclude-from-classmap": [ |
||
2376 | "/Tests/" |
||
2377 | ] |
||
2378 | }, |
||
2379 | "notification-url": "https://packagist.org/downloads/", |
||
2380 | "license": [ |
||
2381 | "MIT" |
||
2382 | ], |
||
2383 | "authors": [ |
||
2384 | { |
||
2385 | "name": "Fabien Potencier", |
||
2386 | "email": "[email protected]" |
||
2387 | }, |
||
2388 | { |
||
2389 | "name": "Symfony Community", |
||
2390 | "homepage": "https://symfony.com/contributors" |
||
2391 | } |
||
2392 | ], |
||
2393 | "description": "Symfony Yaml Component", |
||
2394 | "homepage": "https://symfony.com", |
||
2395 | "time": "2018-01-21T19:06:11+00:00" |
||
2396 | } |
||
2397 | ], |
||
2398 | "aliases": [], |
||
2399 | "minimum-stability": "stable", |
||
2400 | "stability-flags": { |
||
2401 | "lcobucci/jwt": 20 |
||
2402 | }, |
||
2403 | "prefer-stable": false, |
||
2404 | "prefer-lowest": false, |
||
2405 | "platform": { |
||
2406 | "php": "^7.1" |
||
2407 | }, |
||
2408 | "platform-dev": [] |
||
2409 | } |
||
2410 |