These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "d31647f3b02df23d4f16f0777e5f23e5", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
11 | "version": "v1.2.7", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
20 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": ">=5.3.2" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*", |
||
29 | "phpunit/phpunit": "4.*" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.3.x-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-0": { |
||
39 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Roman Borschel", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Benjamin Eberlei", |
||
53 | "email": "[email protected]" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Guilherme Blanco", |
||
57 | "email": "[email protected]" |
||
58 | }, |
||
59 | { |
||
60 | "name": "Jonathan Wage", |
||
61 | "email": "[email protected]" |
||
62 | }, |
||
63 | { |
||
64 | "name": "Johannes Schmitt", |
||
65 | "email": "[email protected]" |
||
66 | } |
||
67 | ], |
||
68 | "description": "Docblock Annotations Parser", |
||
69 | "homepage": "http://www.doctrine-project.org", |
||
70 | "keywords": [ |
||
71 | "annotations", |
||
72 | "docblock", |
||
73 | "parser" |
||
74 | ], |
||
75 | "time": "2015-08-31T12:32:49+00:00" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.6.0", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
88 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
89 | "shasum": "" |
||
90 | }, |
||
91 | "require": { |
||
92 | "php": "~5.5|~7.0" |
||
93 | }, |
||
94 | "conflict": { |
||
95 | "doctrine/common": ">2.2,<2.4" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "phpunit/phpunit": "~4.8|~5.0", |
||
99 | "predis/predis": "~1.0", |
||
100 | "satooshi/php-coveralls": "~0.6" |
||
101 | }, |
||
102 | "type": "library", |
||
103 | "extra": { |
||
104 | "branch-alias": { |
||
105 | "dev-master": "1.6.x-dev" |
||
106 | } |
||
107 | }, |
||
108 | "autoload": { |
||
109 | "psr-4": { |
||
110 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
111 | } |
||
112 | }, |
||
113 | "notification-url": "https://packagist.org/downloads/", |
||
114 | "license": [ |
||
115 | "MIT" |
||
116 | ], |
||
117 | "authors": [ |
||
118 | { |
||
119 | "name": "Roman Borschel", |
||
120 | "email": "[email protected]" |
||
121 | }, |
||
122 | { |
||
123 | "name": "Benjamin Eberlei", |
||
124 | "email": "[email protected]" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Guilherme Blanco", |
||
128 | "email": "[email protected]" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Jonathan Wage", |
||
132 | "email": "[email protected]" |
||
133 | }, |
||
134 | { |
||
135 | "name": "Johannes Schmitt", |
||
136 | "email": "[email protected]" |
||
137 | } |
||
138 | ], |
||
139 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
140 | "homepage": "http://www.doctrine-project.org", |
||
141 | "keywords": [ |
||
142 | "cache", |
||
143 | "caching" |
||
144 | ], |
||
145 | "time": "2015-12-31T16:37:02+00:00" |
||
146 | }, |
||
147 | { |
||
148 | "name": "doctrine/collections", |
||
149 | "version": "v1.3.0", |
||
150 | "source": { |
||
151 | "type": "git", |
||
152 | "url": "https://github.com/doctrine/collections.git", |
||
153 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
154 | }, |
||
155 | "dist": { |
||
156 | "type": "zip", |
||
157 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
158 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "shasum": "" |
||
160 | }, |
||
161 | "require": { |
||
162 | "php": ">=5.3.2" |
||
163 | }, |
||
164 | "require-dev": { |
||
165 | "phpunit/phpunit": "~4.0" |
||
166 | }, |
||
167 | "type": "library", |
||
168 | "extra": { |
||
169 | "branch-alias": { |
||
170 | "dev-master": "1.2.x-dev" |
||
171 | } |
||
172 | }, |
||
173 | "autoload": { |
||
174 | "psr-0": { |
||
175 | "Doctrine\\Common\\Collections\\": "lib/" |
||
176 | } |
||
177 | }, |
||
178 | "notification-url": "https://packagist.org/downloads/", |
||
179 | "license": [ |
||
180 | "MIT" |
||
181 | ], |
||
182 | "authors": [ |
||
183 | { |
||
184 | "name": "Roman Borschel", |
||
185 | "email": "[email protected]" |
||
186 | }, |
||
187 | { |
||
188 | "name": "Benjamin Eberlei", |
||
189 | "email": "[email protected]" |
||
190 | }, |
||
191 | { |
||
192 | "name": "Guilherme Blanco", |
||
193 | "email": "[email protected]" |
||
194 | }, |
||
195 | { |
||
196 | "name": "Jonathan Wage", |
||
197 | "email": "[email protected]" |
||
198 | }, |
||
199 | { |
||
200 | "name": "Johannes Schmitt", |
||
201 | "email": "[email protected]" |
||
202 | } |
||
203 | ], |
||
204 | "description": "Collections Abstraction library", |
||
205 | "homepage": "http://www.doctrine-project.org", |
||
206 | "keywords": [ |
||
207 | "array", |
||
208 | "collections", |
||
209 | "iterator" |
||
210 | ], |
||
211 | "time": "2015-04-14T22:21:58+00:00" |
||
212 | }, |
||
213 | { |
||
214 | "name": "doctrine/common", |
||
215 | "version": "v2.6.1", |
||
216 | "source": { |
||
217 | "type": "git", |
||
218 | "url": "https://github.com/doctrine/common.git", |
||
219 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
220 | }, |
||
221 | "dist": { |
||
222 | "type": "zip", |
||
223 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
224 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
225 | "shasum": "" |
||
226 | }, |
||
227 | "require": { |
||
228 | "doctrine/annotations": "1.*", |
||
229 | "doctrine/cache": "1.*", |
||
230 | "doctrine/collections": "1.*", |
||
231 | "doctrine/inflector": "1.*", |
||
232 | "doctrine/lexer": "1.*", |
||
233 | "php": "~5.5|~7.0" |
||
234 | }, |
||
235 | "require-dev": { |
||
236 | "phpunit/phpunit": "~4.8|~5.0" |
||
237 | }, |
||
238 | "type": "library", |
||
239 | "extra": { |
||
240 | "branch-alias": { |
||
241 | "dev-master": "2.7.x-dev" |
||
242 | } |
||
243 | }, |
||
244 | "autoload": { |
||
245 | "psr-4": { |
||
246 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
247 | } |
||
248 | }, |
||
249 | "notification-url": "https://packagist.org/downloads/", |
||
250 | "license": [ |
||
251 | "MIT" |
||
252 | ], |
||
253 | "authors": [ |
||
254 | { |
||
255 | "name": "Roman Borschel", |
||
256 | "email": "[email protected]" |
||
257 | }, |
||
258 | { |
||
259 | "name": "Benjamin Eberlei", |
||
260 | "email": "[email protected]" |
||
261 | }, |
||
262 | { |
||
263 | "name": "Guilherme Blanco", |
||
264 | "email": "[email protected]" |
||
265 | }, |
||
266 | { |
||
267 | "name": "Jonathan Wage", |
||
268 | "email": "[email protected]" |
||
269 | }, |
||
270 | { |
||
271 | "name": "Johannes Schmitt", |
||
272 | "email": "[email protected]" |
||
273 | } |
||
274 | ], |
||
275 | "description": "Common Library for Doctrine projects", |
||
276 | "homepage": "http://www.doctrine-project.org", |
||
277 | "keywords": [ |
||
278 | "annotations", |
||
279 | "collections", |
||
280 | "eventmanager", |
||
281 | "persistence", |
||
282 | "spl" |
||
283 | ], |
||
284 | "time": "2015-12-25T13:18:31+00:00" |
||
285 | }, |
||
286 | { |
||
287 | "name": "doctrine/inflector", |
||
288 | "version": "v1.1.0", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/doctrine/inflector.git", |
||
292 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
297 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "php": ">=5.3.2" |
||
302 | }, |
||
303 | "require-dev": { |
||
304 | "phpunit/phpunit": "4.*" |
||
305 | }, |
||
306 | "type": "library", |
||
307 | "extra": { |
||
308 | "branch-alias": { |
||
309 | "dev-master": "1.1.x-dev" |
||
310 | } |
||
311 | }, |
||
312 | "autoload": { |
||
313 | "psr-0": { |
||
314 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
315 | } |
||
316 | }, |
||
317 | "notification-url": "https://packagist.org/downloads/", |
||
318 | "license": [ |
||
319 | "MIT" |
||
320 | ], |
||
321 | "authors": [ |
||
322 | { |
||
323 | "name": "Roman Borschel", |
||
324 | "email": "[email protected]" |
||
325 | }, |
||
326 | { |
||
327 | "name": "Benjamin Eberlei", |
||
328 | "email": "[email protected]" |
||
329 | }, |
||
330 | { |
||
331 | "name": "Guilherme Blanco", |
||
332 | "email": "[email protected]" |
||
333 | }, |
||
334 | { |
||
335 | "name": "Jonathan Wage", |
||
336 | "email": "[email protected]" |
||
337 | }, |
||
338 | { |
||
339 | "name": "Johannes Schmitt", |
||
340 | "email": "[email protected]" |
||
341 | } |
||
342 | ], |
||
343 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
344 | "homepage": "http://www.doctrine-project.org", |
||
345 | "keywords": [ |
||
346 | "inflection", |
||
347 | "pluralize", |
||
348 | "singularize", |
||
349 | "string" |
||
350 | ], |
||
351 | "time": "2015-11-06T14:35:42+00:00" |
||
352 | }, |
||
353 | { |
||
354 | "name": "doctrine/lexer", |
||
355 | "version": "v1.0.1", |
||
356 | "source": { |
||
357 | "type": "git", |
||
358 | "url": "https://github.com/doctrine/lexer.git", |
||
359 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
360 | }, |
||
361 | "dist": { |
||
362 | "type": "zip", |
||
363 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
364 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
365 | "shasum": "" |
||
366 | }, |
||
367 | "require": { |
||
368 | "php": ">=5.3.2" |
||
369 | }, |
||
370 | "type": "library", |
||
371 | "extra": { |
||
372 | "branch-alias": { |
||
373 | "dev-master": "1.0.x-dev" |
||
374 | } |
||
375 | }, |
||
376 | "autoload": { |
||
377 | "psr-0": { |
||
378 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
379 | } |
||
380 | }, |
||
381 | "notification-url": "https://packagist.org/downloads/", |
||
382 | "license": [ |
||
383 | "MIT" |
||
384 | ], |
||
385 | "authors": [ |
||
386 | { |
||
387 | "name": "Roman Borschel", |
||
388 | "email": "[email protected]" |
||
389 | }, |
||
390 | { |
||
391 | "name": "Guilherme Blanco", |
||
392 | "email": "[email protected]" |
||
393 | }, |
||
394 | { |
||
395 | "name": "Johannes Schmitt", |
||
396 | "email": "[email protected]" |
||
397 | } |
||
398 | ], |
||
399 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
400 | "homepage": "http://www.doctrine-project.org", |
||
401 | "keywords": [ |
||
402 | "lexer", |
||
403 | "parser" |
||
404 | ], |
||
405 | "time": "2014-09-09T13:34:57+00:00" |
||
406 | }, |
||
407 | { |
||
408 | "name": "guzzlehttp/guzzle", |
||
409 | "version": "6.2.2", |
||
410 | "source": { |
||
411 | "type": "git", |
||
412 | "url": "https://github.com/guzzle/guzzle.git", |
||
413 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
414 | }, |
||
415 | "dist": { |
||
416 | "type": "zip", |
||
417 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
418 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
419 | "shasum": "" |
||
420 | }, |
||
421 | "require": { |
||
422 | "guzzlehttp/promises": "^1.0", |
||
423 | "guzzlehttp/psr7": "^1.3.1", |
||
424 | "php": ">=5.5" |
||
425 | }, |
||
426 | "require-dev": { |
||
427 | "ext-curl": "*", |
||
428 | "phpunit/phpunit": "^4.0", |
||
429 | "psr/log": "^1.0" |
||
430 | }, |
||
431 | "type": "library", |
||
432 | "extra": { |
||
433 | "branch-alias": { |
||
434 | "dev-master": "6.2-dev" |
||
435 | } |
||
436 | }, |
||
437 | "autoload": { |
||
438 | "files": [ |
||
439 | "src/functions_include.php" |
||
440 | ], |
||
441 | "psr-4": { |
||
442 | "GuzzleHttp\\": "src/" |
||
443 | } |
||
444 | }, |
||
445 | "notification-url": "https://packagist.org/downloads/", |
||
446 | "license": [ |
||
447 | "MIT" |
||
448 | ], |
||
449 | "authors": [ |
||
450 | { |
||
451 | "name": "Michael Dowling", |
||
452 | "email": "[email protected]", |
||
453 | "homepage": "https://github.com/mtdowling" |
||
454 | } |
||
455 | ], |
||
456 | "description": "Guzzle is a PHP HTTP client library", |
||
457 | "homepage": "http://guzzlephp.org/", |
||
458 | "keywords": [ |
||
459 | "client", |
||
460 | "curl", |
||
461 | "framework", |
||
462 | "http", |
||
463 | "http client", |
||
464 | "rest", |
||
465 | "web service" |
||
466 | ], |
||
467 | "time": "2016-10-08T15:01:37+00:00" |
||
468 | }, |
||
469 | { |
||
470 | "name": "guzzlehttp/promises", |
||
471 | "version": "v1.3.1", |
||
472 | "source": { |
||
473 | "type": "git", |
||
474 | "url": "https://github.com/guzzle/promises.git", |
||
475 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
476 | }, |
||
477 | "dist": { |
||
478 | "type": "zip", |
||
479 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
480 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
481 | "shasum": "" |
||
482 | }, |
||
483 | "require": { |
||
484 | "php": ">=5.5.0" |
||
485 | }, |
||
486 | "require-dev": { |
||
487 | "phpunit/phpunit": "^4.0" |
||
488 | }, |
||
489 | "type": "library", |
||
490 | "extra": { |
||
491 | "branch-alias": { |
||
492 | "dev-master": "1.4-dev" |
||
493 | } |
||
494 | }, |
||
495 | "autoload": { |
||
496 | "psr-4": { |
||
497 | "GuzzleHttp\\Promise\\": "src/" |
||
498 | }, |
||
499 | "files": [ |
||
500 | "src/functions_include.php" |
||
501 | ] |
||
502 | }, |
||
503 | "notification-url": "https://packagist.org/downloads/", |
||
504 | "license": [ |
||
505 | "MIT" |
||
506 | ], |
||
507 | "authors": [ |
||
508 | { |
||
509 | "name": "Michael Dowling", |
||
510 | "email": "[email protected]", |
||
511 | "homepage": "https://github.com/mtdowling" |
||
512 | } |
||
513 | ], |
||
514 | "description": "Guzzle promises library", |
||
515 | "keywords": [ |
||
516 | "promise" |
||
517 | ], |
||
518 | "time": "2016-12-20T10:07:11+00:00" |
||
519 | }, |
||
520 | { |
||
521 | "name": "guzzlehttp/psr7", |
||
522 | "version": "1.4.0", |
||
523 | "source": { |
||
524 | "type": "git", |
||
525 | "url": "https://github.com/guzzle/psr7.git", |
||
526 | "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569" |
||
527 | }, |
||
528 | "dist": { |
||
529 | "type": "zip", |
||
530 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/04a6d1a00ea5da0727ee94309a9f0d3dbaecb569", |
||
531 | "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569", |
||
532 | "shasum": "" |
||
533 | }, |
||
534 | "require": { |
||
535 | "php": ">=5.4.0", |
||
536 | "psr/http-message": "~1.0" |
||
537 | }, |
||
538 | "provide": { |
||
539 | "psr/http-message-implementation": "1.0" |
||
540 | }, |
||
541 | "require-dev": { |
||
542 | "phpunit/phpunit": "~4.0" |
||
543 | }, |
||
544 | "type": "library", |
||
545 | "extra": { |
||
546 | "branch-alias": { |
||
547 | "dev-master": "1.4-dev" |
||
548 | } |
||
549 | }, |
||
550 | "autoload": { |
||
551 | "psr-4": { |
||
552 | "GuzzleHttp\\Psr7\\": "src/" |
||
553 | }, |
||
554 | "files": [ |
||
555 | "src/functions_include.php" |
||
556 | ] |
||
557 | }, |
||
558 | "notification-url": "https://packagist.org/downloads/", |
||
559 | "license": [ |
||
560 | "MIT" |
||
561 | ], |
||
562 | "authors": [ |
||
563 | { |
||
564 | "name": "Michael Dowling", |
||
565 | "email": "[email protected]", |
||
566 | "homepage": "https://github.com/mtdowling" |
||
567 | }, |
||
568 | { |
||
569 | "name": "Tobias Schultze", |
||
570 | "homepage": "https://github.com/Tobion" |
||
571 | } |
||
572 | ], |
||
573 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
574 | "keywords": [ |
||
575 | "http", |
||
576 | "message", |
||
577 | "request", |
||
578 | "response", |
||
579 | "stream", |
||
580 | "uri", |
||
581 | "url" |
||
582 | ], |
||
583 | "time": "2017-02-21T01:20:32+00:00" |
||
584 | }, |
||
585 | { |
||
586 | "name": "ircmaxell/password-compat", |
||
587 | "version": "v1.0.4", |
||
588 | "source": { |
||
589 | "type": "git", |
||
590 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
591 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
592 | }, |
||
593 | "dist": { |
||
594 | "type": "zip", |
||
595 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
596 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
597 | "shasum": "" |
||
598 | }, |
||
599 | "require-dev": { |
||
600 | "phpunit/phpunit": "4.*" |
||
601 | }, |
||
602 | "type": "library", |
||
603 | "autoload": { |
||
604 | "files": [ |
||
605 | "lib/password.php" |
||
606 | ] |
||
607 | }, |
||
608 | "notification-url": "https://packagist.org/downloads/", |
||
609 | "license": [ |
||
610 | "MIT" |
||
611 | ], |
||
612 | "authors": [ |
||
613 | { |
||
614 | "name": "Anthony Ferrara", |
||
615 | "email": "[email protected]", |
||
616 | "homepage": "http://blog.ircmaxell.com" |
||
617 | } |
||
618 | ], |
||
619 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
620 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
621 | "keywords": [ |
||
622 | "hashing", |
||
623 | "password" |
||
624 | ], |
||
625 | "time": "2014-11-20T16:49:30+00:00" |
||
626 | }, |
||
627 | { |
||
628 | "name": "monolog/monolog", |
||
629 | "version": "1.20.0", |
||
630 | "source": { |
||
631 | "type": "git", |
||
632 | "url": "https://github.com/Seldaek/monolog.git", |
||
633 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037" |
||
634 | }, |
||
635 | "dist": { |
||
636 | "type": "zip", |
||
637 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
638 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
639 | "shasum": "" |
||
640 | }, |
||
641 | "require": { |
||
642 | "php": ">=5.3.0", |
||
643 | "psr/log": "~1.0" |
||
644 | }, |
||
645 | "provide": { |
||
646 | "psr/log-implementation": "1.0.0" |
||
647 | }, |
||
648 | "require-dev": { |
||
649 | "aws/aws-sdk-php": "^2.4.9", |
||
650 | "doctrine/couchdb": "~1.0@dev", |
||
651 | "graylog2/gelf-php": "~1.0", |
||
652 | "jakub-onderka/php-parallel-lint": "0.9", |
||
653 | "php-amqplib/php-amqplib": "~2.4", |
||
654 | "php-console/php-console": "^3.1.3", |
||
655 | "phpunit/phpunit": "~4.5", |
||
656 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
657 | "ruflin/elastica": ">=0.90 <3.0", |
||
658 | "sentry/sentry": "^0.13", |
||
659 | "swiftmailer/swiftmailer": "~5.3" |
||
660 | }, |
||
661 | "suggest": { |
||
662 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
663 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
664 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
665 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
666 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
667 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
668 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
669 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
670 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
671 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
672 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
673 | }, |
||
674 | "type": "library", |
||
675 | "extra": { |
||
676 | "branch-alias": { |
||
677 | "dev-master": "2.0.x-dev" |
||
678 | } |
||
679 | }, |
||
680 | "autoload": { |
||
681 | "psr-4": { |
||
682 | "Monolog\\": "src/Monolog" |
||
683 | } |
||
684 | }, |
||
685 | "notification-url": "https://packagist.org/downloads/", |
||
686 | "license": [ |
||
687 | "MIT" |
||
688 | ], |
||
689 | "authors": [ |
||
690 | { |
||
691 | "name": "Jordi Boggiano", |
||
692 | "email": "[email protected]", |
||
693 | "homepage": "http://seld.be" |
||
694 | } |
||
695 | ], |
||
696 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
697 | "homepage": "http://github.com/Seldaek/monolog", |
||
698 | "keywords": [ |
||
699 | "log", |
||
700 | "logging", |
||
701 | "psr-3" |
||
702 | ], |
||
703 | "time": "2016-07-02T14:02:10+00:00" |
||
704 | }, |
||
705 | { |
||
706 | "name": "paragonie/random_compat", |
||
707 | "version": "v2.0.2", |
||
708 | "source": { |
||
709 | "type": "git", |
||
710 | "url": "https://github.com/paragonie/random_compat.git", |
||
711 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
712 | }, |
||
713 | "dist": { |
||
714 | "type": "zip", |
||
715 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
716 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
717 | "shasum": "" |
||
718 | }, |
||
719 | "require": { |
||
720 | "php": ">=5.2.0" |
||
721 | }, |
||
722 | "require-dev": { |
||
723 | "phpunit/phpunit": "4.*|5.*" |
||
724 | }, |
||
725 | "suggest": { |
||
726 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
727 | }, |
||
728 | "type": "library", |
||
729 | "autoload": { |
||
730 | "files": [ |
||
731 | "lib/random.php" |
||
732 | ] |
||
733 | }, |
||
734 | "notification-url": "https://packagist.org/downloads/", |
||
735 | "license": [ |
||
736 | "MIT" |
||
737 | ], |
||
738 | "authors": [ |
||
739 | { |
||
740 | "name": "Paragon Initiative Enterprises", |
||
741 | "email": "[email protected]", |
||
742 | "homepage": "https://paragonie.com" |
||
743 | } |
||
744 | ], |
||
745 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
746 | "keywords": [ |
||
747 | "csprng", |
||
748 | "pseudorandom", |
||
749 | "random" |
||
750 | ], |
||
751 | "time": "2016-04-03T06:00:07+00:00" |
||
752 | }, |
||
753 | { |
||
754 | "name": "psr/http-message", |
||
755 | "version": "1.0.1", |
||
756 | "source": { |
||
757 | "type": "git", |
||
758 | "url": "https://github.com/php-fig/http-message.git", |
||
759 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
760 | }, |
||
761 | "dist": { |
||
762 | "type": "zip", |
||
763 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
764 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
765 | "shasum": "" |
||
766 | }, |
||
767 | "require": { |
||
768 | "php": ">=5.3.0" |
||
769 | }, |
||
770 | "type": "library", |
||
771 | "extra": { |
||
772 | "branch-alias": { |
||
773 | "dev-master": "1.0.x-dev" |
||
774 | } |
||
775 | }, |
||
776 | "autoload": { |
||
777 | "psr-4": { |
||
778 | "Psr\\Http\\Message\\": "src/" |
||
779 | } |
||
780 | }, |
||
781 | "notification-url": "https://packagist.org/downloads/", |
||
782 | "license": [ |
||
783 | "MIT" |
||
784 | ], |
||
785 | "authors": [ |
||
786 | { |
||
787 | "name": "PHP-FIG", |
||
788 | "homepage": "http://www.php-fig.org/" |
||
789 | } |
||
790 | ], |
||
791 | "description": "Common interface for HTTP messages", |
||
792 | "homepage": "https://github.com/php-fig/http-message", |
||
793 | "keywords": [ |
||
794 | "http", |
||
795 | "http-message", |
||
796 | "psr", |
||
797 | "psr-7", |
||
798 | "request", |
||
799 | "response" |
||
800 | ], |
||
801 | "time": "2016-08-06T14:39:51+00:00" |
||
802 | }, |
||
803 | { |
||
804 | "name": "psr/log", |
||
805 | "version": "1.0.2", |
||
806 | "source": { |
||
807 | "type": "git", |
||
808 | "url": "https://github.com/php-fig/log.git", |
||
809 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
810 | }, |
||
811 | "dist": { |
||
812 | "type": "zip", |
||
813 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
814 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
815 | "shasum": "" |
||
816 | }, |
||
817 | "require": { |
||
818 | "php": ">=5.3.0" |
||
819 | }, |
||
820 | "type": "library", |
||
821 | "extra": { |
||
822 | "branch-alias": { |
||
823 | "dev-master": "1.0.x-dev" |
||
824 | } |
||
825 | }, |
||
826 | "autoload": { |
||
827 | "psr-4": { |
||
828 | "Psr\\Log\\": "Psr/Log/" |
||
829 | } |
||
830 | }, |
||
831 | "notification-url": "https://packagist.org/downloads/", |
||
832 | "license": [ |
||
833 | "MIT" |
||
834 | ], |
||
835 | "authors": [ |
||
836 | { |
||
837 | "name": "PHP-FIG", |
||
838 | "homepage": "http://www.php-fig.org/" |
||
839 | } |
||
840 | ], |
||
841 | "description": "Common interface for logging libraries", |
||
842 | "homepage": "https://github.com/php-fig/log", |
||
843 | "keywords": [ |
||
844 | "log", |
||
845 | "psr", |
||
846 | "psr-3" |
||
847 | ], |
||
848 | "time": "2016-10-10T12:19:37+00:00" |
||
849 | }, |
||
850 | { |
||
851 | "name": "robrichards/xmlseclibs", |
||
852 | "version": "3.0.1", |
||
853 | "source": { |
||
854 | "type": "git", |
||
855 | "url": "https://github.com/robrichards/xmlseclibs.git", |
||
856 | "reference": "d937712f70f93a584eb0299ccd87dc6374003781" |
||
857 | }, |
||
858 | "dist": { |
||
859 | "type": "zip", |
||
860 | "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781", |
||
861 | "reference": "d937712f70f93a584eb0299ccd87dc6374003781", |
||
862 | "shasum": "" |
||
863 | }, |
||
864 | "require": { |
||
865 | "php": ">= 5.4" |
||
866 | }, |
||
867 | "suggest": { |
||
868 | "ext-openssl": "OpenSSL extension" |
||
869 | }, |
||
870 | "type": "library", |
||
871 | "autoload": { |
||
872 | "psr-4": { |
||
873 | "RobRichards\\XMLSecLibs\\": "src" |
||
874 | } |
||
875 | }, |
||
876 | "notification-url": "https://packagist.org/downloads/", |
||
877 | "license": [ |
||
878 | "BSD-3-Clause" |
||
879 | ], |
||
880 | "description": "A PHP library for XML Security", |
||
881 | "homepage": "https://github.com/robrichards/xmlseclibs", |
||
882 | "keywords": [ |
||
883 | "security", |
||
884 | "signature", |
||
885 | "xml", |
||
886 | "xmldsig" |
||
887 | ], |
||
888 | "time": "2017-08-31T09:27:07+00:00" |
||
889 | }, |
||
890 | { |
||
891 | "name": "sensio/framework-extra-bundle", |
||
892 | "version": "v3.0.16", |
||
893 | "source": { |
||
894 | "type": "git", |
||
895 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
896 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
897 | }, |
||
898 | "dist": { |
||
899 | "type": "zip", |
||
900 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
901 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
902 | "shasum": "" |
||
903 | }, |
||
904 | "require": { |
||
905 | "doctrine/common": "~2.2", |
||
906 | "symfony/dependency-injection": "~2.3|~3.0", |
||
907 | "symfony/framework-bundle": "~2.3|~3.0" |
||
908 | }, |
||
909 | "require-dev": { |
||
910 | "symfony/browser-kit": "~2.3|~3.0", |
||
911 | "symfony/dom-crawler": "~2.3|~3.0", |
||
912 | "symfony/expression-language": "~2.4|~3.0", |
||
913 | "symfony/finder": "~2.3|~3.0", |
||
914 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
915 | "symfony/security-bundle": "~2.4|~3.0", |
||
916 | "symfony/twig-bundle": "~2.3|~3.0", |
||
917 | "twig/twig": "~1.11|~2.0" |
||
918 | }, |
||
919 | "suggest": { |
||
920 | "symfony/expression-language": "", |
||
921 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
922 | "symfony/security-bundle": "" |
||
923 | }, |
||
924 | "type": "symfony-bundle", |
||
925 | "extra": { |
||
926 | "branch-alias": { |
||
927 | "dev-master": "3.0.x-dev" |
||
928 | } |
||
929 | }, |
||
930 | "autoload": { |
||
931 | "psr-4": { |
||
932 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
933 | } |
||
934 | }, |
||
935 | "notification-url": "https://packagist.org/downloads/", |
||
936 | "license": [ |
||
937 | "MIT" |
||
938 | ], |
||
939 | "authors": [ |
||
940 | { |
||
941 | "name": "Fabien Potencier", |
||
942 | "email": "[email protected]" |
||
943 | } |
||
944 | ], |
||
945 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
946 | "keywords": [ |
||
947 | "annotations", |
||
948 | "controllers" |
||
949 | ], |
||
950 | "time": "2016-03-25T17:08:27+00:00" |
||
951 | }, |
||
952 | { |
||
953 | "name": "simplesamlphp/saml2", |
||
954 | "version": "v3.1.4", |
||
955 | "source": { |
||
956 | "type": "git", |
||
957 | "url": "https://github.com/simplesamlphp/saml2.git", |
||
958 | "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d" |
||
959 | }, |
||
960 | "dist": { |
||
961 | "type": "zip", |
||
962 | "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d", |
||
963 | "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d", |
||
964 | "shasum": "" |
||
965 | }, |
||
966 | "require": { |
||
967 | "ext-dom": "*", |
||
968 | "ext-openssl": "*", |
||
969 | "ext-zlib": "*", |
||
970 | "php": ">=5.4", |
||
971 | "psr/log": "~1.0", |
||
972 | "robrichards/xmlseclibs": "^3.0" |
||
973 | }, |
||
974 | "require-dev": { |
||
975 | "mockery/mockery": "~0.9", |
||
976 | "phpmd/phpmd": "~1.5", |
||
977 | "phpunit/phpunit": "~3.7", |
||
978 | "sebastian/phpcpd": "~1.4", |
||
979 | "sensiolabs/security-checker": "~1.1", |
||
980 | "squizlabs/php_codesniffer": "~1.4" |
||
981 | }, |
||
982 | "type": "library", |
||
983 | "extra": { |
||
984 | "branch-alias": { |
||
985 | "dev-master": "v3.0.x-dev" |
||
986 | } |
||
987 | }, |
||
988 | "autoload": { |
||
989 | "psr-0": { |
||
990 | "SAML2\\": "src/" |
||
991 | }, |
||
992 | "files": [ |
||
993 | "src/_autoload.php" |
||
994 | ] |
||
995 | }, |
||
996 | "notification-url": "https://packagist.org/downloads/", |
||
997 | "license": [ |
||
998 | "LGPL-2.1-or-later" |
||
999 | ], |
||
1000 | "authors": [ |
||
1001 | { |
||
1002 | "name": "Andreas Åkre Solberg", |
||
1003 | "email": "[email protected]" |
||
1004 | } |
||
1005 | ], |
||
1006 | "description": "SAML2 PHP library from SimpleSAMLphp", |
||
1007 | "time": "2018-03-02T14:30:38+00:00" |
||
1008 | }, |
||
1009 | { |
||
1010 | "name": "surfnet/stepup-saml-bundle", |
||
1011 | "version": "dev-feature/add-saml-logger-interface", |
||
1012 | "source": { |
||
1013 | "type": "git", |
||
1014 | "url": "https://github.com/OpenConext/Stepup-saml-bundle.git", |
||
1015 | "reference": "a2d268f7c207c5bd71f81688206ba99aae38af7a" |
||
1016 | }, |
||
1017 | "dist": { |
||
1018 | "type": "zip", |
||
1019 | "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/a2d268f7c207c5bd71f81688206ba99aae38af7a", |
||
1020 | "reference": "a2d268f7c207c5bd71f81688206ba99aae38af7a", |
||
1021 | "shasum": "" |
||
1022 | }, |
||
1023 | "require": { |
||
1024 | "ext-openssl": "*", |
||
1025 | "php": ">=5.6,<8.0-dev", |
||
1026 | "robrichards/xmlseclibs": "^3.0", |
||
1027 | "simplesamlphp/saml2": "^3.0", |
||
1028 | "symfony/dependency-injection": ">=2.7,<4", |
||
1029 | "symfony/framework-bundle": ">=2.7,<4" |
||
1030 | }, |
||
1031 | "require-dev": { |
||
1032 | "ibuildings/qa-tools": "~1.1", |
||
1033 | "liip/rmt": "~1.1", |
||
1034 | "mockery/mockery": "~0.9", |
||
1035 | "psr/log": "~1.0" |
||
1036 | }, |
||
1037 | "type": "symfony-bundle", |
||
1038 | "autoload": { |
||
1039 | "psr-4": { |
||
1040 | "Surfnet\\SamlBundle\\": "src" |
||
1041 | } |
||
1042 | }, |
||
1043 | "license": [ |
||
1044 | "Apache-2.0" |
||
1045 | ], |
||
1046 | "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony", |
||
1047 | "keywords": [ |
||
1048 | "SAML", |
||
1049 | "SAML2", |
||
1050 | "StepUp", |
||
1051 | "simplesamlphp", |
||
1052 | "surfnet" |
||
1053 | ], |
||
1054 | "support": { |
||
1055 | "source": "https://github.com/OpenConext/Stepup-saml-bundle/tree/feature/add-saml-logger-interface", |
||
1056 | "issues": "https://github.com/OpenConext/Stepup-saml-bundle/issues" |
||
1057 | }, |
||
1058 | "time": "2018-08-14T14:11:58+00:00" |
||
1059 | }, |
||
1060 | { |
||
1061 | "name": "symfony/asset", |
||
1062 | "version": "v3.0.8", |
||
1063 | "source": { |
||
1064 | "type": "git", |
||
1065 | "url": "https://github.com/symfony/asset.git", |
||
1066 | "reference": "669665d36ae32613d31a5a3a95967764d5bd5ddd" |
||
1067 | }, |
||
1068 | "dist": { |
||
1069 | "type": "zip", |
||
1070 | "url": "https://api.github.com/repos/symfony/asset/zipball/669665d36ae32613d31a5a3a95967764d5bd5ddd", |
||
1071 | "reference": "669665d36ae32613d31a5a3a95967764d5bd5ddd", |
||
1072 | "shasum": "" |
||
1073 | }, |
||
1074 | "require": { |
||
1075 | "php": ">=5.5.9" |
||
1076 | }, |
||
1077 | "require-dev": { |
||
1078 | "symfony/http-foundation": "~2.8|~3.0" |
||
1079 | }, |
||
1080 | "suggest": { |
||
1081 | "symfony/http-foundation": "" |
||
1082 | }, |
||
1083 | "type": "library", |
||
1084 | "extra": { |
||
1085 | "branch-alias": { |
||
1086 | "dev-master": "3.0-dev" |
||
1087 | } |
||
1088 | }, |
||
1089 | "autoload": { |
||
1090 | "psr-4": { |
||
1091 | "Symfony\\Component\\Asset\\": "" |
||
1092 | }, |
||
1093 | "exclude-from-classmap": [ |
||
1094 | "/Tests/" |
||
1095 | ] |
||
1096 | }, |
||
1097 | "notification-url": "https://packagist.org/downloads/", |
||
1098 | "license": [ |
||
1099 | "MIT" |
||
1100 | ], |
||
1101 | "authors": [ |
||
1102 | { |
||
1103 | "name": "Fabien Potencier", |
||
1104 | "email": "[email protected]" |
||
1105 | }, |
||
1106 | { |
||
1107 | "name": "Symfony Community", |
||
1108 | "homepage": "https://symfony.com/contributors" |
||
1109 | } |
||
1110 | ], |
||
1111 | "description": "Symfony Asset Component", |
||
1112 | "homepage": "https://symfony.com", |
||
1113 | "time": "2016-05-13T18:03:36+00:00" |
||
1114 | }, |
||
1115 | { |
||
1116 | "name": "symfony/class-loader", |
||
1117 | "version": "v3.0.8", |
||
1118 | "source": { |
||
1119 | "type": "git", |
||
1120 | "url": "https://github.com/symfony/class-loader.git", |
||
1121 | "reference": "8e8ba6337eea315deaf7a8545d6e462d49dd7911" |
||
1122 | }, |
||
1123 | "dist": { |
||
1124 | "type": "zip", |
||
1125 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/8e8ba6337eea315deaf7a8545d6e462d49dd7911", |
||
1126 | "reference": "8e8ba6337eea315deaf7a8545d6e462d49dd7911", |
||
1127 | "shasum": "" |
||
1128 | }, |
||
1129 | "require": { |
||
1130 | "php": ">=5.5.9" |
||
1131 | }, |
||
1132 | "require-dev": { |
||
1133 | "symfony/finder": "~2.8|~3.0", |
||
1134 | "symfony/polyfill-apcu": "~1.1" |
||
1135 | }, |
||
1136 | "suggest": { |
||
1137 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
1138 | }, |
||
1139 | "type": "library", |
||
1140 | "extra": { |
||
1141 | "branch-alias": { |
||
1142 | "dev-master": "3.0-dev" |
||
1143 | } |
||
1144 | }, |
||
1145 | "autoload": { |
||
1146 | "psr-4": { |
||
1147 | "Symfony\\Component\\ClassLoader\\": "" |
||
1148 | }, |
||
1149 | "exclude-from-classmap": [ |
||
1150 | "/Tests/" |
||
1151 | ] |
||
1152 | }, |
||
1153 | "notification-url": "https://packagist.org/downloads/", |
||
1154 | "license": [ |
||
1155 | "MIT" |
||
1156 | ], |
||
1157 | "authors": [ |
||
1158 | { |
||
1159 | "name": "Fabien Potencier", |
||
1160 | "email": "[email protected]" |
||
1161 | }, |
||
1162 | { |
||
1163 | "name": "Symfony Community", |
||
1164 | "homepage": "https://symfony.com/contributors" |
||
1165 | } |
||
1166 | ], |
||
1167 | "description": "Symfony ClassLoader Component", |
||
1168 | "homepage": "https://symfony.com", |
||
1169 | "time": "2016-06-29T05:40:00+00:00" |
||
1170 | }, |
||
1171 | { |
||
1172 | "name": "symfony/config", |
||
1173 | "version": "v2.8.8", |
||
1174 | "source": { |
||
1175 | "type": "git", |
||
1176 | "url": "https://github.com/symfony/config.git", |
||
1177 | "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0" |
||
1178 | }, |
||
1179 | "dist": { |
||
1180 | "type": "zip", |
||
1181 | "url": "https://api.github.com/repos/symfony/config/zipball/0926e69411eba491803dbafb9f1f233e2ced58d0", |
||
1182 | "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0", |
||
1183 | "shasum": "" |
||
1184 | }, |
||
1185 | "require": { |
||
1186 | "php": ">=5.3.9", |
||
1187 | "symfony/filesystem": "~2.3|~3.0.0" |
||
1188 | }, |
||
1189 | "suggest": { |
||
1190 | "symfony/yaml": "To use the yaml reference dumper" |
||
1191 | }, |
||
1192 | "type": "library", |
||
1193 | "extra": { |
||
1194 | "branch-alias": { |
||
1195 | "dev-master": "2.8-dev" |
||
1196 | } |
||
1197 | }, |
||
1198 | "autoload": { |
||
1199 | "psr-4": { |
||
1200 | "Symfony\\Component\\Config\\": "" |
||
1201 | }, |
||
1202 | "exclude-from-classmap": [ |
||
1203 | "/Tests/" |
||
1204 | ] |
||
1205 | }, |
||
1206 | "notification-url": "https://packagist.org/downloads/", |
||
1207 | "license": [ |
||
1208 | "MIT" |
||
1209 | ], |
||
1210 | "authors": [ |
||
1211 | { |
||
1212 | "name": "Fabien Potencier", |
||
1213 | "email": "[email protected]" |
||
1214 | }, |
||
1215 | { |
||
1216 | "name": "Symfony Community", |
||
1217 | "homepage": "https://symfony.com/contributors" |
||
1218 | } |
||
1219 | ], |
||
1220 | "description": "Symfony Config Component", |
||
1221 | "homepage": "https://symfony.com", |
||
1222 | "time": "2016-06-29T05:31:50+00:00" |
||
1223 | }, |
||
1224 | { |
||
1225 | "name": "symfony/debug", |
||
1226 | "version": "v2.8.38", |
||
1227 | "source": { |
||
1228 | "type": "git", |
||
1229 | "url": "https://github.com/symfony/debug.git", |
||
1230 | "reference": "4486d2be5e068b51fece4c8551c14e709f573c8d" |
||
1231 | }, |
||
1232 | "dist": { |
||
1233 | "type": "zip", |
||
1234 | "url": "https://api.github.com/repos/symfony/debug/zipball/4486d2be5e068b51fece4c8551c14e709f573c8d", |
||
1235 | "reference": "4486d2be5e068b51fece4c8551c14e709f573c8d", |
||
1236 | "shasum": "" |
||
1237 | }, |
||
1238 | "require": { |
||
1239 | "php": ">=5.3.9", |
||
1240 | "psr/log": "~1.0" |
||
1241 | }, |
||
1242 | "conflict": { |
||
1243 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
1244 | }, |
||
1245 | "require-dev": { |
||
1246 | "symfony/class-loader": "~2.2|~3.0.0", |
||
1247 | "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" |
||
1248 | }, |
||
1249 | "type": "library", |
||
1250 | "extra": { |
||
1251 | "branch-alias": { |
||
1252 | "dev-master": "2.8-dev" |
||
1253 | } |
||
1254 | }, |
||
1255 | "autoload": { |
||
1256 | "psr-4": { |
||
1257 | "Symfony\\Component\\Debug\\": "" |
||
1258 | }, |
||
1259 | "exclude-from-classmap": [ |
||
1260 | "/Tests/" |
||
1261 | ] |
||
1262 | }, |
||
1263 | "notification-url": "https://packagist.org/downloads/", |
||
1264 | "license": [ |
||
1265 | "MIT" |
||
1266 | ], |
||
1267 | "authors": [ |
||
1268 | { |
||
1269 | "name": "Fabien Potencier", |
||
1270 | "email": "[email protected]" |
||
1271 | }, |
||
1272 | { |
||
1273 | "name": "Symfony Community", |
||
1274 | "homepage": "https://symfony.com/contributors" |
||
1275 | } |
||
1276 | ], |
||
1277 | "description": "Symfony Debug Component", |
||
1278 | "homepage": "https://symfony.com", |
||
1279 | "time": "2018-04-03T05:20:27+00:00" |
||
1280 | }, |
||
1281 | { |
||
1282 | "name": "symfony/dependency-injection", |
||
1283 | "version": "v2.8.8", |
||
1284 | "source": { |
||
1285 | "type": "git", |
||
1286 | "url": "https://github.com/symfony/dependency-injection.git", |
||
1287 | "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063" |
||
1288 | }, |
||
1289 | "dist": { |
||
1290 | "type": "zip", |
||
1291 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2dd85de8216079d1360b2b14988cd5cdbbb49063", |
||
1292 | "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063", |
||
1293 | "shasum": "" |
||
1294 | }, |
||
1295 | "require": { |
||
1296 | "php": ">=5.3.9" |
||
1297 | }, |
||
1298 | "conflict": { |
||
1299 | "symfony/expression-language": "<2.6" |
||
1300 | }, |
||
1301 | "require-dev": { |
||
1302 | "symfony/config": "~2.2|~3.0.0", |
||
1303 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1304 | "symfony/yaml": "~2.1|~3.0.0" |
||
1305 | }, |
||
1306 | "suggest": { |
||
1307 | "symfony/config": "", |
||
1308 | "symfony/expression-language": "For using expressions in service container configuration", |
||
1309 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1310 | "symfony/yaml": "" |
||
1311 | }, |
||
1312 | "type": "library", |
||
1313 | "extra": { |
||
1314 | "branch-alias": { |
||
1315 | "dev-master": "2.8-dev" |
||
1316 | } |
||
1317 | }, |
||
1318 | "autoload": { |
||
1319 | "psr-4": { |
||
1320 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1321 | }, |
||
1322 | "exclude-from-classmap": [ |
||
1323 | "/Tests/" |
||
1324 | ] |
||
1325 | }, |
||
1326 | "notification-url": "https://packagist.org/downloads/", |
||
1327 | "license": [ |
||
1328 | "MIT" |
||
1329 | ], |
||
1330 | "authors": [ |
||
1331 | { |
||
1332 | "name": "Fabien Potencier", |
||
1333 | "email": "[email protected]" |
||
1334 | }, |
||
1335 | { |
||
1336 | "name": "Symfony Community", |
||
1337 | "homepage": "https://symfony.com/contributors" |
||
1338 | } |
||
1339 | ], |
||
1340 | "description": "Symfony DependencyInjection Component", |
||
1341 | "homepage": "https://symfony.com", |
||
1342 | "time": "2016-06-29T05:31:50+00:00" |
||
1343 | }, |
||
1344 | { |
||
1345 | "name": "symfony/event-dispatcher", |
||
1346 | "version": "v3.0.9", |
||
1347 | "source": { |
||
1348 | "type": "git", |
||
1349 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1350 | "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00" |
||
1351 | }, |
||
1352 | "dist": { |
||
1353 | "type": "zip", |
||
1354 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00", |
||
1355 | "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00", |
||
1356 | "shasum": "" |
||
1357 | }, |
||
1358 | "require": { |
||
1359 | "php": ">=5.5.9" |
||
1360 | }, |
||
1361 | "require-dev": { |
||
1362 | "psr/log": "~1.0", |
||
1363 | "symfony/config": "~2.8|~3.0", |
||
1364 | "symfony/dependency-injection": "~2.8|~3.0", |
||
1365 | "symfony/expression-language": "~2.8|~3.0", |
||
1366 | "symfony/stopwatch": "~2.8|~3.0" |
||
1367 | }, |
||
1368 | "suggest": { |
||
1369 | "symfony/dependency-injection": "", |
||
1370 | "symfony/http-kernel": "" |
||
1371 | }, |
||
1372 | "type": "library", |
||
1373 | "extra": { |
||
1374 | "branch-alias": { |
||
1375 | "dev-master": "3.0-dev" |
||
1376 | } |
||
1377 | }, |
||
1378 | "autoload": { |
||
1379 | "psr-4": { |
||
1380 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1381 | }, |
||
1382 | "exclude-from-classmap": [ |
||
1383 | "/Tests/" |
||
1384 | ] |
||
1385 | }, |
||
1386 | "notification-url": "https://packagist.org/downloads/", |
||
1387 | "license": [ |
||
1388 | "MIT" |
||
1389 | ], |
||
1390 | "authors": [ |
||
1391 | { |
||
1392 | "name": "Fabien Potencier", |
||
1393 | "email": "[email protected]" |
||
1394 | }, |
||
1395 | { |
||
1396 | "name": "Symfony Community", |
||
1397 | "homepage": "https://symfony.com/contributors" |
||
1398 | } |
||
1399 | ], |
||
1400 | "description": "Symfony EventDispatcher Component", |
||
1401 | "homepage": "https://symfony.com", |
||
1402 | "time": "2016-07-19T10:44:15+00:00" |
||
1403 | }, |
||
1404 | { |
||
1405 | "name": "symfony/filesystem", |
||
1406 | "version": "v3.0.9", |
||
1407 | "source": { |
||
1408 | "type": "git", |
||
1409 | "url": "https://github.com/symfony/filesystem.git", |
||
1410 | "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d" |
||
1411 | }, |
||
1412 | "dist": { |
||
1413 | "type": "zip", |
||
1414 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d", |
||
1415 | "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d", |
||
1416 | "shasum": "" |
||
1417 | }, |
||
1418 | "require": { |
||
1419 | "php": ">=5.5.9" |
||
1420 | }, |
||
1421 | "type": "library", |
||
1422 | "extra": { |
||
1423 | "branch-alias": { |
||
1424 | "dev-master": "3.0-dev" |
||
1425 | } |
||
1426 | }, |
||
1427 | "autoload": { |
||
1428 | "psr-4": { |
||
1429 | "Symfony\\Component\\Filesystem\\": "" |
||
1430 | }, |
||
1431 | "exclude-from-classmap": [ |
||
1432 | "/Tests/" |
||
1433 | ] |
||
1434 | }, |
||
1435 | "notification-url": "https://packagist.org/downloads/", |
||
1436 | "license": [ |
||
1437 | "MIT" |
||
1438 | ], |
||
1439 | "authors": [ |
||
1440 | { |
||
1441 | "name": "Fabien Potencier", |
||
1442 | "email": "[email protected]" |
||
1443 | }, |
||
1444 | { |
||
1445 | "name": "Symfony Community", |
||
1446 | "homepage": "https://symfony.com/contributors" |
||
1447 | } |
||
1448 | ], |
||
1449 | "description": "Symfony Filesystem Component", |
||
1450 | "homepage": "https://symfony.com", |
||
1451 | "time": "2016-07-20T05:43:46+00:00" |
||
1452 | }, |
||
1453 | { |
||
1454 | "name": "symfony/finder", |
||
1455 | "version": "v3.0.9", |
||
1456 | "source": { |
||
1457 | "type": "git", |
||
1458 | "url": "https://github.com/symfony/finder.git", |
||
1459 | "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9" |
||
1460 | }, |
||
1461 | "dist": { |
||
1462 | "type": "zip", |
||
1463 | "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", |
||
1464 | "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", |
||
1465 | "shasum": "" |
||
1466 | }, |
||
1467 | "require": { |
||
1468 | "php": ">=5.5.9" |
||
1469 | }, |
||
1470 | "type": "library", |
||
1471 | "extra": { |
||
1472 | "branch-alias": { |
||
1473 | "dev-master": "3.0-dev" |
||
1474 | } |
||
1475 | }, |
||
1476 | "autoload": { |
||
1477 | "psr-4": { |
||
1478 | "Symfony\\Component\\Finder\\": "" |
||
1479 | }, |
||
1480 | "exclude-from-classmap": [ |
||
1481 | "/Tests/" |
||
1482 | ] |
||
1483 | }, |
||
1484 | "notification-url": "https://packagist.org/downloads/", |
||
1485 | "license": [ |
||
1486 | "MIT" |
||
1487 | ], |
||
1488 | "authors": [ |
||
1489 | { |
||
1490 | "name": "Fabien Potencier", |
||
1491 | "email": "[email protected]" |
||
1492 | }, |
||
1493 | { |
||
1494 | "name": "Symfony Community", |
||
1495 | "homepage": "https://symfony.com/contributors" |
||
1496 | } |
||
1497 | ], |
||
1498 | "description": "Symfony Finder Component", |
||
1499 | "homepage": "https://symfony.com", |
||
1500 | "time": "2016-06-29T05:40:00+00:00" |
||
1501 | }, |
||
1502 | { |
||
1503 | "name": "symfony/form", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1504 | "version": "v2.8.8", |
||
1505 | "source": { |
||
1506 | "type": "git", |
||
1507 | "url": "https://github.com/symfony/form.git", |
||
1508 | "reference": "fd24c42112a3c434a083c498b9550331bb96eaa3" |
||
1509 | }, |
||
1510 | "dist": { |
||
1511 | "type": "zip", |
||
1512 | "url": "https://api.github.com/repos/symfony/form/zipball/fd24c42112a3c434a083c498b9550331bb96eaa3", |
||
1513 | "reference": "fd24c42112a3c434a083c498b9550331bb96eaa3", |
||
1514 | "shasum": "" |
||
1515 | }, |
||
1516 | "require": { |
||
1517 | "php": ">=5.3.9", |
||
1518 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
1519 | "symfony/intl": "~2.4|~3.0.0", |
||
1520 | "symfony/options-resolver": "~2.6", |
||
1521 | "symfony/polyfill-mbstring": "~1.0", |
||
1522 | "symfony/property-access": "~2.3|~3.0.0" |
||
1523 | }, |
||
1524 | "conflict": { |
||
1525 | "symfony/doctrine-bridge": "<2.7", |
||
1526 | "symfony/framework-bundle": "<2.7", |
||
1527 | "symfony/twig-bridge": "<2.7" |
||
1528 | }, |
||
1529 | "require-dev": { |
||
1530 | "doctrine/collections": "~1.0", |
||
1531 | "symfony/dependency-injection": "~2.3|~3.0.0", |
||
1532 | "symfony/http-foundation": "~2.2|~3.0.0", |
||
1533 | "symfony/http-kernel": "~2.4|~3.0.0", |
||
1534 | "symfony/security-csrf": "~2.4|~3.0.0", |
||
1535 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
1536 | "symfony/validator": "~2.8|~3.0.0" |
||
1537 | }, |
||
1538 | "suggest": { |
||
1539 | "symfony/framework-bundle": "For templating with PHP.", |
||
1540 | "symfony/security-csrf": "For protecting forms against CSRF attacks.", |
||
1541 | "symfony/twig-bridge": "For templating with Twig.", |
||
1542 | "symfony/validator": "For form validation." |
||
1543 | }, |
||
1544 | "type": "library", |
||
1545 | "extra": { |
||
1546 | "branch-alias": { |
||
1547 | "dev-master": "2.8-dev" |
||
1548 | } |
||
1549 | }, |
||
1550 | "autoload": { |
||
1551 | "psr-4": { |
||
1552 | "Symfony\\Component\\Form\\": "" |
||
1553 | }, |
||
1554 | "exclude-from-classmap": [ |
||
1555 | "/Tests/" |
||
1556 | ] |
||
1557 | }, |
||
1558 | "notification-url": "https://packagist.org/downloads/", |
||
1559 | "license": [ |
||
1560 | "MIT" |
||
1561 | ], |
||
1562 | "authors": [ |
||
1563 | { |
||
1564 | "name": "Fabien Potencier", |
||
1565 | "email": "[email protected]" |
||
1566 | }, |
||
1567 | { |
||
1568 | "name": "Symfony Community", |
||
1569 | "homepage": "https://symfony.com/contributors" |
||
1570 | } |
||
1571 | ], |
||
1572 | "description": "Symfony Form Component", |
||
1573 | "homepage": "https://symfony.com", |
||
1574 | "time": "2016-06-29T05:29:29+00:00" |
||
1575 | }, |
||
1576 | { |
||
1577 | "name": "symfony/framework-bundle", |
||
1578 | "version": "v2.8.8", |
||
1579 | "source": { |
||
1580 | "type": "git", |
||
1581 | "url": "https://github.com/symfony/framework-bundle.git", |
||
1582 | "reference": "d6307b4506b5eecd9d765dc46caf346e5aa6a7e4" |
||
1583 | }, |
||
1584 | "dist": { |
||
1585 | "type": "zip", |
||
1586 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d6307b4506b5eecd9d765dc46caf346e5aa6a7e4", |
||
1587 | "reference": "d6307b4506b5eecd9d765dc46caf346e5aa6a7e4", |
||
1588 | "shasum": "" |
||
1589 | }, |
||
1590 | "require": { |
||
1591 | "doctrine/annotations": "~1.0", |
||
1592 | "doctrine/cache": "~1.0", |
||
1593 | "php": ">=5.3.9", |
||
1594 | "symfony/asset": "~2.7|~3.0.0", |
||
1595 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1596 | "symfony/config": "~2.8", |
||
1597 | "symfony/dependency-injection": "~2.8", |
||
1598 | "symfony/event-dispatcher": "~2.8|~3.0.0", |
||
1599 | "symfony/filesystem": "~2.3|~3.0.0", |
||
1600 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1601 | "symfony/http-foundation": "~2.7", |
||
1602 | "symfony/http-kernel": "~2.8.8", |
||
1603 | "symfony/polyfill-mbstring": "~1.0", |
||
1604 | "symfony/routing": "~2.8|~3.0.0", |
||
1605 | "symfony/security-core": "~2.6.13|~2.7.9|~2.8|~3.0.0", |
||
1606 | "symfony/security-csrf": "~2.6|~3.0.0", |
||
1607 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1608 | "symfony/templating": "~2.1|~3.0.0", |
||
1609 | "symfony/translation": "~2.8" |
||
1610 | }, |
||
1611 | "require-dev": { |
||
1612 | "phpdocumentor/reflection": "^1.0.7", |
||
1613 | "symfony/browser-kit": "~2.4|~3.0.0", |
||
1614 | "symfony/console": "~2.8.8|~3.0.8", |
||
1615 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1616 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1617 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1618 | "symfony/form": "^2.8.4", |
||
1619 | "symfony/polyfill-intl-icu": "~1.0", |
||
1620 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1621 | "symfony/property-info": "~2.8|~3.0.0", |
||
1622 | "symfony/security": "~2.6|~3.0.0", |
||
1623 | "symfony/validator": "~2.5|~3.0.0", |
||
1624 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0", |
||
1625 | "twig/twig": "~1.23|~2.0" |
||
1626 | }, |
||
1627 | "suggest": { |
||
1628 | "symfony/console": "For using the console commands", |
||
1629 | "symfony/form": "For using forms", |
||
1630 | "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands", |
||
1631 | "symfony/property-info": "For using the property_info service", |
||
1632 | "symfony/serializer": "For using the serializer service", |
||
1633 | "symfony/validator": "For using validation", |
||
1634 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
1635 | }, |
||
1636 | "type": "symfony-bundle", |
||
1637 | "extra": { |
||
1638 | "branch-alias": { |
||
1639 | "dev-master": "2.8-dev" |
||
1640 | } |
||
1641 | }, |
||
1642 | "autoload": { |
||
1643 | "psr-4": { |
||
1644 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
1645 | }, |
||
1646 | "exclude-from-classmap": [ |
||
1647 | "/Tests/" |
||
1648 | ] |
||
1649 | }, |
||
1650 | "notification-url": "https://packagist.org/downloads/", |
||
1651 | "license": [ |
||
1652 | "MIT" |
||
1653 | ], |
||
1654 | "authors": [ |
||
1655 | { |
||
1656 | "name": "Fabien Potencier", |
||
1657 | "email": "[email protected]" |
||
1658 | }, |
||
1659 | { |
||
1660 | "name": "Symfony Community", |
||
1661 | "homepage": "https://symfony.com/contributors" |
||
1662 | } |
||
1663 | ], |
||
1664 | "description": "Symfony FrameworkBundle", |
||
1665 | "homepage": "https://symfony.com", |
||
1666 | "time": "2016-06-30T11:30:07+00:00" |
||
1667 | }, |
||
1668 | { |
||
1669 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-foundation:
- CVE-2018-14773: Remove support for legacy and risky HTTP headers - CVE-2018-11386: Denial of service when using PDOSessionHandler ![]() |
|||
1670 | "version": "v2.8.8", |
||
1671 | "source": { |
||
1672 | "type": "git", |
||
1673 | "url": "https://github.com/symfony/http-foundation.git", |
||
1674 | "reference": "7a55440a2bebd37b8bd06f99f5def1ddf0aa9249" |
||
1675 | }, |
||
1676 | "dist": { |
||
1677 | "type": "zip", |
||
1678 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7a55440a2bebd37b8bd06f99f5def1ddf0aa9249", |
||
1679 | "reference": "7a55440a2bebd37b8bd06f99f5def1ddf0aa9249", |
||
1680 | "shasum": "" |
||
1681 | }, |
||
1682 | "require": { |
||
1683 | "php": ">=5.3.9", |
||
1684 | "symfony/polyfill-mbstring": "~1.1", |
||
1685 | "symfony/polyfill-php54": "~1.0", |
||
1686 | "symfony/polyfill-php55": "~1.0" |
||
1687 | }, |
||
1688 | "require-dev": { |
||
1689 | "symfony/expression-language": "~2.4|~3.0.0" |
||
1690 | }, |
||
1691 | "type": "library", |
||
1692 | "extra": { |
||
1693 | "branch-alias": { |
||
1694 | "dev-master": "2.8-dev" |
||
1695 | } |
||
1696 | }, |
||
1697 | "autoload": { |
||
1698 | "psr-4": { |
||
1699 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1700 | }, |
||
1701 | "exclude-from-classmap": [ |
||
1702 | "/Tests/" |
||
1703 | ] |
||
1704 | }, |
||
1705 | "notification-url": "https://packagist.org/downloads/", |
||
1706 | "license": [ |
||
1707 | "MIT" |
||
1708 | ], |
||
1709 | "authors": [ |
||
1710 | { |
||
1711 | "name": "Fabien Potencier", |
||
1712 | "email": "[email protected]" |
||
1713 | }, |
||
1714 | { |
||
1715 | "name": "Symfony Community", |
||
1716 | "homepage": "https://symfony.com/contributors" |
||
1717 | } |
||
1718 | ], |
||
1719 | "description": "Symfony HttpFoundation Component", |
||
1720 | "homepage": "https://symfony.com", |
||
1721 | "time": "2016-06-29T07:02:14+00:00" |
||
1722 | }, |
||
1723 | { |
||
1724 | "name": "symfony/http-kernel", |
||
1725 | "version": "v2.8.8", |
||
1726 | "source": { |
||
1727 | "type": "git", |
||
1728 | "url": "https://github.com/symfony/http-kernel.git", |
||
1729 | "reference": "2e887a1196c961a0e441f5be87908a5425be015c" |
||
1730 | }, |
||
1731 | "dist": { |
||
1732 | "type": "zip", |
||
1733 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2e887a1196c961a0e441f5be87908a5425be015c", |
||
1734 | "reference": "2e887a1196c961a0e441f5be87908a5425be015c", |
||
1735 | "shasum": "" |
||
1736 | }, |
||
1737 | "require": { |
||
1738 | "php": ">=5.3.9", |
||
1739 | "psr/log": "~1.0", |
||
1740 | "symfony/debug": "~2.6,>=2.6.2", |
||
1741 | "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", |
||
1742 | "symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8" |
||
1743 | }, |
||
1744 | "conflict": { |
||
1745 | "symfony/config": "<2.7" |
||
1746 | }, |
||
1747 | "require-dev": { |
||
1748 | "symfony/browser-kit": "~2.3|~3.0.0", |
||
1749 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1750 | "symfony/config": "~2.8", |
||
1751 | "symfony/console": "~2.3|~3.0.0", |
||
1752 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1753 | "symfony/dependency-injection": "~2.8|~3.0.0", |
||
1754 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1755 | "symfony/expression-language": "~2.4|~3.0.0", |
||
1756 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1757 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1758 | "symfony/routing": "~2.8|~3.0.0", |
||
1759 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1760 | "symfony/templating": "~2.2|~3.0.0", |
||
1761 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
1762 | "symfony/var-dumper": "~2.6|~3.0.0" |
||
1763 | }, |
||
1764 | "suggest": { |
||
1765 | "symfony/browser-kit": "", |
||
1766 | "symfony/class-loader": "", |
||
1767 | "symfony/config": "", |
||
1768 | "symfony/console": "", |
||
1769 | "symfony/dependency-injection": "", |
||
1770 | "symfony/finder": "", |
||
1771 | "symfony/var-dumper": "" |
||
1772 | }, |
||
1773 | "type": "library", |
||
1774 | "extra": { |
||
1775 | "branch-alias": { |
||
1776 | "dev-master": "2.8-dev" |
||
1777 | } |
||
1778 | }, |
||
1779 | "autoload": { |
||
1780 | "psr-4": { |
||
1781 | "Symfony\\Component\\HttpKernel\\": "" |
||
1782 | }, |
||
1783 | "exclude-from-classmap": [ |
||
1784 | "/Tests/" |
||
1785 | ] |
||
1786 | }, |
||
1787 | "notification-url": "https://packagist.org/downloads/", |
||
1788 | "license": [ |
||
1789 | "MIT" |
||
1790 | ], |
||
1791 | "authors": [ |
||
1792 | { |
||
1793 | "name": "Fabien Potencier", |
||
1794 | "email": "[email protected]" |
||
1795 | }, |
||
1796 | { |
||
1797 | "name": "Symfony Community", |
||
1798 | "homepage": "https://symfony.com/contributors" |
||
1799 | } |
||
1800 | ], |
||
1801 | "description": "Symfony HttpKernel Component", |
||
1802 | "homepage": "https://symfony.com", |
||
1803 | "time": "2016-06-30T15:42:15+00:00" |
||
1804 | }, |
||
1805 | { |
||
1806 | "name": "symfony/intl", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/intl:
CVE-2017-16654: Intl bundle readers breaking out of paths ![]() |
|||
1807 | "version": "v3.0.8", |
||
1808 | "source": { |
||
1809 | "type": "git", |
||
1810 | "url": "https://github.com/symfony/intl.git", |
||
1811 | "reference": "330c95b92989c1a515794bb87aabfe7492148f61" |
||
1812 | }, |
||
1813 | "dist": { |
||
1814 | "type": "zip", |
||
1815 | "url": "https://api.github.com/repos/symfony/intl/zipball/330c95b92989c1a515794bb87aabfe7492148f61", |
||
1816 | "reference": "330c95b92989c1a515794bb87aabfe7492148f61", |
||
1817 | "shasum": "" |
||
1818 | }, |
||
1819 | "require": { |
||
1820 | "php": ">=5.5.9", |
||
1821 | "symfony/polyfill-intl-icu": "~1.0" |
||
1822 | }, |
||
1823 | "require-dev": { |
||
1824 | "symfony/filesystem": "~2.8|~3.0" |
||
1825 | }, |
||
1826 | "suggest": { |
||
1827 | "ext-intl": "to use the component with locales other than \"en\"" |
||
1828 | }, |
||
1829 | "type": "library", |
||
1830 | "extra": { |
||
1831 | "branch-alias": { |
||
1832 | "dev-master": "3.0-dev" |
||
1833 | } |
||
1834 | }, |
||
1835 | "autoload": { |
||
1836 | "psr-4": { |
||
1837 | "Symfony\\Component\\Intl\\": "" |
||
1838 | }, |
||
1839 | "classmap": [ |
||
1840 | "Resources/stubs" |
||
1841 | ], |
||
1842 | "exclude-from-classmap": [ |
||
1843 | "/Tests/" |
||
1844 | ] |
||
1845 | }, |
||
1846 | "notification-url": "https://packagist.org/downloads/", |
||
1847 | "license": [ |
||
1848 | "MIT" |
||
1849 | ], |
||
1850 | "authors": [ |
||
1851 | { |
||
1852 | "name": "Bernhard Schussek", |
||
1853 | "email": "[email protected]" |
||
1854 | }, |
||
1855 | { |
||
1856 | "name": "Eriksen Costa", |
||
1857 | "email": "[email protected]" |
||
1858 | }, |
||
1859 | { |
||
1860 | "name": "Igor Wiedler", |
||
1861 | "email": "[email protected]" |
||
1862 | }, |
||
1863 | { |
||
1864 | "name": "Symfony Community", |
||
1865 | "homepage": "https://symfony.com/contributors" |
||
1866 | } |
||
1867 | ], |
||
1868 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", |
||
1869 | "homepage": "https://symfony.com", |
||
1870 | "keywords": [ |
||
1871 | "i18n", |
||
1872 | "icu", |
||
1873 | "internationalization", |
||
1874 | "intl", |
||
1875 | "l10n", |
||
1876 | "localization" |
||
1877 | ], |
||
1878 | "time": "2016-06-29T05:40:45+00:00" |
||
1879 | }, |
||
1880 | { |
||
1881 | "name": "symfony/options-resolver", |
||
1882 | "version": "v2.8.8", |
||
1883 | "source": { |
||
1884 | "type": "git", |
||
1885 | "url": "https://github.com/symfony/options-resolver.git", |
||
1886 | "reference": "b6f982782a0624d37b5416c2c96fb99ce5ab74d5" |
||
1887 | }, |
||
1888 | "dist": { |
||
1889 | "type": "zip", |
||
1890 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b6f982782a0624d37b5416c2c96fb99ce5ab74d5", |
||
1891 | "reference": "b6f982782a0624d37b5416c2c96fb99ce5ab74d5", |
||
1892 | "shasum": "" |
||
1893 | }, |
||
1894 | "require": { |
||
1895 | "php": ">=5.3.9" |
||
1896 | }, |
||
1897 | "type": "library", |
||
1898 | "extra": { |
||
1899 | "branch-alias": { |
||
1900 | "dev-master": "2.8-dev" |
||
1901 | } |
||
1902 | }, |
||
1903 | "autoload": { |
||
1904 | "psr-4": { |
||
1905 | "Symfony\\Component\\OptionsResolver\\": "" |
||
1906 | }, |
||
1907 | "exclude-from-classmap": [ |
||
1908 | "/Tests/" |
||
1909 | ] |
||
1910 | }, |
||
1911 | "notification-url": "https://packagist.org/downloads/", |
||
1912 | "license": [ |
||
1913 | "MIT" |
||
1914 | ], |
||
1915 | "authors": [ |
||
1916 | { |
||
1917 | "name": "Fabien Potencier", |
||
1918 | "email": "[email protected]" |
||
1919 | }, |
||
1920 | { |
||
1921 | "name": "Symfony Community", |
||
1922 | "homepage": "https://symfony.com/contributors" |
||
1923 | } |
||
1924 | ], |
||
1925 | "description": "Symfony OptionsResolver Component", |
||
1926 | "homepage": "https://symfony.com", |
||
1927 | "keywords": [ |
||
1928 | "config", |
||
1929 | "configuration", |
||
1930 | "options" |
||
1931 | ], |
||
1932 | "time": "2016-06-29T05:29:29+00:00" |
||
1933 | }, |
||
1934 | { |
||
1935 | "name": "symfony/polyfill-intl-icu", |
||
1936 | "version": "v1.2.0", |
||
1937 | "source": { |
||
1938 | "type": "git", |
||
1939 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
1940 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
1941 | }, |
||
1942 | "dist": { |
||
1943 | "type": "zip", |
||
1944 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
1945 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
1946 | "shasum": "" |
||
1947 | }, |
||
1948 | "require": { |
||
1949 | "php": ">=5.3.3", |
||
1950 | "symfony/intl": "~2.3|~3.0" |
||
1951 | }, |
||
1952 | "suggest": { |
||
1953 | "ext-intl": "For best performance" |
||
1954 | }, |
||
1955 | "type": "library", |
||
1956 | "extra": { |
||
1957 | "branch-alias": { |
||
1958 | "dev-master": "1.2-dev" |
||
1959 | } |
||
1960 | }, |
||
1961 | "autoload": { |
||
1962 | "files": [ |
||
1963 | "bootstrap.php" |
||
1964 | ] |
||
1965 | }, |
||
1966 | "notification-url": "https://packagist.org/downloads/", |
||
1967 | "license": [ |
||
1968 | "MIT" |
||
1969 | ], |
||
1970 | "authors": [ |
||
1971 | { |
||
1972 | "name": "Nicolas Grekas", |
||
1973 | "email": "[email protected]" |
||
1974 | }, |
||
1975 | { |
||
1976 | "name": "Symfony Community", |
||
1977 | "homepage": "https://symfony.com/contributors" |
||
1978 | } |
||
1979 | ], |
||
1980 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
1981 | "homepage": "https://symfony.com", |
||
1982 | "keywords": [ |
||
1983 | "compatibility", |
||
1984 | "icu", |
||
1985 | "intl", |
||
1986 | "polyfill", |
||
1987 | "portable", |
||
1988 | "shim" |
||
1989 | ], |
||
1990 | "time": "2016-05-18T14:26:46+00:00" |
||
1991 | }, |
||
1992 | { |
||
1993 | "name": "symfony/polyfill-mbstring", |
||
1994 | "version": "v1.7.0", |
||
1995 | "source": { |
||
1996 | "type": "git", |
||
1997 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1998 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
1999 | }, |
||
2000 | "dist": { |
||
2001 | "type": "zip", |
||
2002 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
2003 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
2004 | "shasum": "" |
||
2005 | }, |
||
2006 | "require": { |
||
2007 | "php": ">=5.3.3" |
||
2008 | }, |
||
2009 | "suggest": { |
||
2010 | "ext-mbstring": "For best performance" |
||
2011 | }, |
||
2012 | "type": "library", |
||
2013 | "extra": { |
||
2014 | "branch-alias": { |
||
2015 | "dev-master": "1.7-dev" |
||
2016 | } |
||
2017 | }, |
||
2018 | "autoload": { |
||
2019 | "psr-4": { |
||
2020 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2021 | }, |
||
2022 | "files": [ |
||
2023 | "bootstrap.php" |
||
2024 | ] |
||
2025 | }, |
||
2026 | "notification-url": "https://packagist.org/downloads/", |
||
2027 | "license": [ |
||
2028 | "MIT" |
||
2029 | ], |
||
2030 | "authors": [ |
||
2031 | { |
||
2032 | "name": "Nicolas Grekas", |
||
2033 | "email": "[email protected]" |
||
2034 | }, |
||
2035 | { |
||
2036 | "name": "Symfony Community", |
||
2037 | "homepage": "https://symfony.com/contributors" |
||
2038 | } |
||
2039 | ], |
||
2040 | "description": "Symfony polyfill for the Mbstring extension", |
||
2041 | "homepage": "https://symfony.com", |
||
2042 | "keywords": [ |
||
2043 | "compatibility", |
||
2044 | "mbstring", |
||
2045 | "polyfill", |
||
2046 | "portable", |
||
2047 | "shim" |
||
2048 | ], |
||
2049 | "time": "2018-01-30T19:27:44+00:00" |
||
2050 | }, |
||
2051 | { |
||
2052 | "name": "symfony/polyfill-php54", |
||
2053 | "version": "v1.2.0", |
||
2054 | "source": { |
||
2055 | "type": "git", |
||
2056 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
2057 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1" |
||
2058 | }, |
||
2059 | "dist": { |
||
2060 | "type": "zip", |
||
2061 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
2062 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
2063 | "shasum": "" |
||
2064 | }, |
||
2065 | "require": { |
||
2066 | "php": ">=5.3.3" |
||
2067 | }, |
||
2068 | "type": "library", |
||
2069 | "extra": { |
||
2070 | "branch-alias": { |
||
2071 | "dev-master": "1.2-dev" |
||
2072 | } |
||
2073 | }, |
||
2074 | "autoload": { |
||
2075 | "psr-4": { |
||
2076 | "Symfony\\Polyfill\\Php54\\": "" |
||
2077 | }, |
||
2078 | "files": [ |
||
2079 | "bootstrap.php" |
||
2080 | ], |
||
2081 | "classmap": [ |
||
2082 | "Resources/stubs" |
||
2083 | ] |
||
2084 | }, |
||
2085 | "notification-url": "https://packagist.org/downloads/", |
||
2086 | "license": [ |
||
2087 | "MIT" |
||
2088 | ], |
||
2089 | "authors": [ |
||
2090 | { |
||
2091 | "name": "Nicolas Grekas", |
||
2092 | "email": "[email protected]" |
||
2093 | }, |
||
2094 | { |
||
2095 | "name": "Symfony Community", |
||
2096 | "homepage": "https://symfony.com/contributors" |
||
2097 | } |
||
2098 | ], |
||
2099 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
2100 | "homepage": "https://symfony.com", |
||
2101 | "keywords": [ |
||
2102 | "compatibility", |
||
2103 | "polyfill", |
||
2104 | "portable", |
||
2105 | "shim" |
||
2106 | ], |
||
2107 | "time": "2016-05-18T14:26:46+00:00" |
||
2108 | }, |
||
2109 | { |
||
2110 | "name": "symfony/polyfill-php55", |
||
2111 | "version": "v1.2.0", |
||
2112 | "source": { |
||
2113 | "type": "git", |
||
2114 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
2115 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d" |
||
2116 | }, |
||
2117 | "dist": { |
||
2118 | "type": "zip", |
||
2119 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
2120 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
2121 | "shasum": "" |
||
2122 | }, |
||
2123 | "require": { |
||
2124 | "ircmaxell/password-compat": "~1.0", |
||
2125 | "php": ">=5.3.3" |
||
2126 | }, |
||
2127 | "type": "library", |
||
2128 | "extra": { |
||
2129 | "branch-alias": { |
||
2130 | "dev-master": "1.2-dev" |
||
2131 | } |
||
2132 | }, |
||
2133 | "autoload": { |
||
2134 | "psr-4": { |
||
2135 | "Symfony\\Polyfill\\Php55\\": "" |
||
2136 | }, |
||
2137 | "files": [ |
||
2138 | "bootstrap.php" |
||
2139 | ] |
||
2140 | }, |
||
2141 | "notification-url": "https://packagist.org/downloads/", |
||
2142 | "license": [ |
||
2143 | "MIT" |
||
2144 | ], |
||
2145 | "authors": [ |
||
2146 | { |
||
2147 | "name": "Nicolas Grekas", |
||
2148 | "email": "[email protected]" |
||
2149 | }, |
||
2150 | { |
||
2151 | "name": "Symfony Community", |
||
2152 | "homepage": "https://symfony.com/contributors" |
||
2153 | } |
||
2154 | ], |
||
2155 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
2156 | "homepage": "https://symfony.com", |
||
2157 | "keywords": [ |
||
2158 | "compatibility", |
||
2159 | "polyfill", |
||
2160 | "portable", |
||
2161 | "shim" |
||
2162 | ], |
||
2163 | "time": "2016-05-18T14:26:46+00:00" |
||
2164 | }, |
||
2165 | { |
||
2166 | "name": "symfony/polyfill-php56", |
||
2167 | "version": "v1.2.0", |
||
2168 | "source": { |
||
2169 | "type": "git", |
||
2170 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
2171 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
2172 | }, |
||
2173 | "dist": { |
||
2174 | "type": "zip", |
||
2175 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
2176 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
2177 | "shasum": "" |
||
2178 | }, |
||
2179 | "require": { |
||
2180 | "php": ">=5.3.3", |
||
2181 | "symfony/polyfill-util": "~1.0" |
||
2182 | }, |
||
2183 | "type": "library", |
||
2184 | "extra": { |
||
2185 | "branch-alias": { |
||
2186 | "dev-master": "1.2-dev" |
||
2187 | } |
||
2188 | }, |
||
2189 | "autoload": { |
||
2190 | "psr-4": { |
||
2191 | "Symfony\\Polyfill\\Php56\\": "" |
||
2192 | }, |
||
2193 | "files": [ |
||
2194 | "bootstrap.php" |
||
2195 | ] |
||
2196 | }, |
||
2197 | "notification-url": "https://packagist.org/downloads/", |
||
2198 | "license": [ |
||
2199 | "MIT" |
||
2200 | ], |
||
2201 | "authors": [ |
||
2202 | { |
||
2203 | "name": "Nicolas Grekas", |
||
2204 | "email": "[email protected]" |
||
2205 | }, |
||
2206 | { |
||
2207 | "name": "Symfony Community", |
||
2208 | "homepage": "https://symfony.com/contributors" |
||
2209 | } |
||
2210 | ], |
||
2211 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
2212 | "homepage": "https://symfony.com", |
||
2213 | "keywords": [ |
||
2214 | "compatibility", |
||
2215 | "polyfill", |
||
2216 | "portable", |
||
2217 | "shim" |
||
2218 | ], |
||
2219 | "time": "2016-05-18T14:26:46+00:00" |
||
2220 | }, |
||
2221 | { |
||
2222 | "name": "symfony/polyfill-php70", |
||
2223 | "version": "v1.2.0", |
||
2224 | "source": { |
||
2225 | "type": "git", |
||
2226 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2227 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
2228 | }, |
||
2229 | "dist": { |
||
2230 | "type": "zip", |
||
2231 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
2232 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
2233 | "shasum": "" |
||
2234 | }, |
||
2235 | "require": { |
||
2236 | "paragonie/random_compat": "~1.0|~2.0", |
||
2237 | "php": ">=5.3.3" |
||
2238 | }, |
||
2239 | "type": "library", |
||
2240 | "extra": { |
||
2241 | "branch-alias": { |
||
2242 | "dev-master": "1.2-dev" |
||
2243 | } |
||
2244 | }, |
||
2245 | "autoload": { |
||
2246 | "psr-4": { |
||
2247 | "Symfony\\Polyfill\\Php70\\": "" |
||
2248 | }, |
||
2249 | "files": [ |
||
2250 | "bootstrap.php" |
||
2251 | ], |
||
2252 | "classmap": [ |
||
2253 | "Resources/stubs" |
||
2254 | ] |
||
2255 | }, |
||
2256 | "notification-url": "https://packagist.org/downloads/", |
||
2257 | "license": [ |
||
2258 | "MIT" |
||
2259 | ], |
||
2260 | "authors": [ |
||
2261 | { |
||
2262 | "name": "Nicolas Grekas", |
||
2263 | "email": "[email protected]" |
||
2264 | }, |
||
2265 | { |
||
2266 | "name": "Symfony Community", |
||
2267 | "homepage": "https://symfony.com/contributors" |
||
2268 | } |
||
2269 | ], |
||
2270 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2271 | "homepage": "https://symfony.com", |
||
2272 | "keywords": [ |
||
2273 | "compatibility", |
||
2274 | "polyfill", |
||
2275 | "portable", |
||
2276 | "shim" |
||
2277 | ], |
||
2278 | "time": "2016-05-18T14:26:46+00:00" |
||
2279 | }, |
||
2280 | { |
||
2281 | "name": "symfony/polyfill-util", |
||
2282 | "version": "v1.2.0", |
||
2283 | "source": { |
||
2284 | "type": "git", |
||
2285 | "url": "https://github.com/symfony/polyfill-util.git", |
||
2286 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
2287 | }, |
||
2288 | "dist": { |
||
2289 | "type": "zip", |
||
2290 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2291 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2292 | "shasum": "" |
||
2293 | }, |
||
2294 | "require": { |
||
2295 | "php": ">=5.3.3" |
||
2296 | }, |
||
2297 | "type": "library", |
||
2298 | "extra": { |
||
2299 | "branch-alias": { |
||
2300 | "dev-master": "1.2-dev" |
||
2301 | } |
||
2302 | }, |
||
2303 | "autoload": { |
||
2304 | "psr-4": { |
||
2305 | "Symfony\\Polyfill\\Util\\": "" |
||
2306 | } |
||
2307 | }, |
||
2308 | "notification-url": "https://packagist.org/downloads/", |
||
2309 | "license": [ |
||
2310 | "MIT" |
||
2311 | ], |
||
2312 | "authors": [ |
||
2313 | { |
||
2314 | "name": "Nicolas Grekas", |
||
2315 | "email": "[email protected]" |
||
2316 | }, |
||
2317 | { |
||
2318 | "name": "Symfony Community", |
||
2319 | "homepage": "https://symfony.com/contributors" |
||
2320 | } |
||
2321 | ], |
||
2322 | "description": "Symfony utilities for portability of PHP codes", |
||
2323 | "homepage": "https://symfony.com", |
||
2324 | "keywords": [ |
||
2325 | "compat", |
||
2326 | "compatibility", |
||
2327 | "polyfill", |
||
2328 | "shim" |
||
2329 | ], |
||
2330 | "time": "2016-05-18T14:26:46+00:00" |
||
2331 | }, |
||
2332 | { |
||
2333 | "name": "symfony/property-access", |
||
2334 | "version": "v3.0.8", |
||
2335 | "source": { |
||
2336 | "type": "git", |
||
2337 | "url": "https://github.com/symfony/property-access.git", |
||
2338 | "reference": "dedc1109b7c4f0454dffb00b7caa449a39a3c5dd" |
||
2339 | }, |
||
2340 | "dist": { |
||
2341 | "type": "zip", |
||
2342 | "url": "https://api.github.com/repos/symfony/property-access/zipball/dedc1109b7c4f0454dffb00b7caa449a39a3c5dd", |
||
2343 | "reference": "dedc1109b7c4f0454dffb00b7caa449a39a3c5dd", |
||
2344 | "shasum": "" |
||
2345 | }, |
||
2346 | "require": { |
||
2347 | "php": ">=5.5.9" |
||
2348 | }, |
||
2349 | "type": "library", |
||
2350 | "extra": { |
||
2351 | "branch-alias": { |
||
2352 | "dev-master": "3.0-dev" |
||
2353 | } |
||
2354 | }, |
||
2355 | "autoload": { |
||
2356 | "psr-4": { |
||
2357 | "Symfony\\Component\\PropertyAccess\\": "" |
||
2358 | }, |
||
2359 | "exclude-from-classmap": [ |
||
2360 | "/Tests/" |
||
2361 | ] |
||
2362 | }, |
||
2363 | "notification-url": "https://packagist.org/downloads/", |
||
2364 | "license": [ |
||
2365 | "MIT" |
||
2366 | ], |
||
2367 | "authors": [ |
||
2368 | { |
||
2369 | "name": "Fabien Potencier", |
||
2370 | "email": "[email protected]" |
||
2371 | }, |
||
2372 | { |
||
2373 | "name": "Symfony Community", |
||
2374 | "homepage": "https://symfony.com/contributors" |
||
2375 | } |
||
2376 | ], |
||
2377 | "description": "Symfony PropertyAccess Component", |
||
2378 | "homepage": "https://symfony.com", |
||
2379 | "keywords": [ |
||
2380 | "access", |
||
2381 | "array", |
||
2382 | "extraction", |
||
2383 | "index", |
||
2384 | "injection", |
||
2385 | "object", |
||
2386 | "property", |
||
2387 | "property path", |
||
2388 | "reflection" |
||
2389 | ], |
||
2390 | "time": "2016-06-29T05:40:00+00:00" |
||
2391 | }, |
||
2392 | { |
||
2393 | "name": "symfony/routing", |
||
2394 | "version": "v3.0.8", |
||
2395 | "source": { |
||
2396 | "type": "git", |
||
2397 | "url": "https://github.com/symfony/routing.git", |
||
2398 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b" |
||
2399 | }, |
||
2400 | "dist": { |
||
2401 | "type": "zip", |
||
2402 | "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b", |
||
2403 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b", |
||
2404 | "shasum": "" |
||
2405 | }, |
||
2406 | "require": { |
||
2407 | "php": ">=5.5.9" |
||
2408 | }, |
||
2409 | "conflict": { |
||
2410 | "symfony/config": "<2.8" |
||
2411 | }, |
||
2412 | "require-dev": { |
||
2413 | "doctrine/annotations": "~1.0", |
||
2414 | "doctrine/common": "~2.2", |
||
2415 | "psr/log": "~1.0", |
||
2416 | "symfony/config": "~2.8|~3.0", |
||
2417 | "symfony/expression-language": "~2.8|~3.0", |
||
2418 | "symfony/http-foundation": "~2.8|~3.0", |
||
2419 | "symfony/yaml": "~2.8|~3.0" |
||
2420 | }, |
||
2421 | "suggest": { |
||
2422 | "doctrine/annotations": "For using the annotation loader", |
||
2423 | "symfony/config": "For using the all-in-one router or any loader", |
||
2424 | "symfony/dependency-injection": "For loading routes from a service", |
||
2425 | "symfony/expression-language": "For using expression matching", |
||
2426 | "symfony/http-foundation": "For using a Symfony Request object", |
||
2427 | "symfony/yaml": "For using the YAML loader" |
||
2428 | }, |
||
2429 | "type": "library", |
||
2430 | "extra": { |
||
2431 | "branch-alias": { |
||
2432 | "dev-master": "3.0-dev" |
||
2433 | } |
||
2434 | }, |
||
2435 | "autoload": { |
||
2436 | "psr-4": { |
||
2437 | "Symfony\\Component\\Routing\\": "" |
||
2438 | }, |
||
2439 | "exclude-from-classmap": [ |
||
2440 | "/Tests/" |
||
2441 | ] |
||
2442 | }, |
||
2443 | "notification-url": "https://packagist.org/downloads/", |
||
2444 | "license": [ |
||
2445 | "MIT" |
||
2446 | ], |
||
2447 | "authors": [ |
||
2448 | { |
||
2449 | "name": "Fabien Potencier", |
||
2450 | "email": "[email protected]" |
||
2451 | }, |
||
2452 | { |
||
2453 | "name": "Symfony Community", |
||
2454 | "homepage": "https://symfony.com/contributors" |
||
2455 | } |
||
2456 | ], |
||
2457 | "description": "Symfony Routing Component", |
||
2458 | "homepage": "https://symfony.com", |
||
2459 | "keywords": [ |
||
2460 | "router", |
||
2461 | "routing", |
||
2462 | "uri", |
||
2463 | "url" |
||
2464 | ], |
||
2465 | "time": "2016-06-29T05:40:00+00:00" |
||
2466 | }, |
||
2467 | { |
||
2468 | "name": "symfony/security-core", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/security-core:
CVE-2018-11407: Unauthorized access on a misconfigured LDAP server when using an empty password ![]() |
|||
2469 | "version": "v3.0.8", |
||
2470 | "source": { |
||
2471 | "type": "git", |
||
2472 | "url": "https://github.com/symfony/security-core.git", |
||
2473 | "reference": "78a08496e6294572432240251c31f613f838e345" |
||
2474 | }, |
||
2475 | "dist": { |
||
2476 | "type": "zip", |
||
2477 | "url": "https://api.github.com/repos/symfony/security-core/zipball/78a08496e6294572432240251c31f613f838e345", |
||
2478 | "reference": "78a08496e6294572432240251c31f613f838e345", |
||
2479 | "shasum": "" |
||
2480 | }, |
||
2481 | "require": { |
||
2482 | "php": ">=5.5.9", |
||
2483 | "symfony/polyfill-php56": "~1.0", |
||
2484 | "symfony/polyfill-util": "~1.0" |
||
2485 | }, |
||
2486 | "require-dev": { |
||
2487 | "psr/log": "~1.0", |
||
2488 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2489 | "symfony/expression-language": "~2.8|~3.0", |
||
2490 | "symfony/http-foundation": "~2.8|~3.0", |
||
2491 | "symfony/ldap": "~2.8|~3.0", |
||
2492 | "symfony/validator": "~2.8|~3.0" |
||
2493 | }, |
||
2494 | "suggest": { |
||
2495 | "symfony/event-dispatcher": "", |
||
2496 | "symfony/expression-language": "For using the expression voter", |
||
2497 | "symfony/http-foundation": "", |
||
2498 | "symfony/ldap": "For using LDAP integration", |
||
2499 | "symfony/validator": "For using the user password constraint" |
||
2500 | }, |
||
2501 | "type": "library", |
||
2502 | "extra": { |
||
2503 | "branch-alias": { |
||
2504 | "dev-master": "3.0-dev" |
||
2505 | } |
||
2506 | }, |
||
2507 | "autoload": { |
||
2508 | "psr-4": { |
||
2509 | "Symfony\\Component\\Security\\Core\\": "" |
||
2510 | }, |
||
2511 | "exclude-from-classmap": [ |
||
2512 | "/Tests/" |
||
2513 | ] |
||
2514 | }, |
||
2515 | "notification-url": "https://packagist.org/downloads/", |
||
2516 | "license": [ |
||
2517 | "MIT" |
||
2518 | ], |
||
2519 | "authors": [ |
||
2520 | { |
||
2521 | "name": "Fabien Potencier", |
||
2522 | "email": "[email protected]" |
||
2523 | }, |
||
2524 | { |
||
2525 | "name": "Symfony Community", |
||
2526 | "homepage": "https://symfony.com/contributors" |
||
2527 | } |
||
2528 | ], |
||
2529 | "description": "Symfony Security Component - Core Library", |
||
2530 | "homepage": "https://symfony.com", |
||
2531 | "time": "2016-06-29T05:40:00+00:00" |
||
2532 | }, |
||
2533 | { |
||
2534 | "name": "symfony/security-csrf", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/security-csrf:
- CVE-2017-16653: CSRF protection does not use different tokens for HTTP and HTTPS - CVE-2018-11406: CSRF Token Fixation ![]() |
|||
2535 | "version": "v3.0.8", |
||
2536 | "source": { |
||
2537 | "type": "git", |
||
2538 | "url": "https://github.com/symfony/security-csrf.git", |
||
2539 | "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f" |
||
2540 | }, |
||
2541 | "dist": { |
||
2542 | "type": "zip", |
||
2543 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7fc8ca2f52e6c886579027c00273a02581527a1f", |
||
2544 | "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f", |
||
2545 | "shasum": "" |
||
2546 | }, |
||
2547 | "require": { |
||
2548 | "php": ">=5.5.9", |
||
2549 | "symfony/polyfill-php56": "~1.0", |
||
2550 | "symfony/polyfill-php70": "~1.0", |
||
2551 | "symfony/security-core": "~2.8|~3.0" |
||
2552 | }, |
||
2553 | "require-dev": { |
||
2554 | "symfony/http-foundation": "~2.8|~3.0" |
||
2555 | }, |
||
2556 | "suggest": { |
||
2557 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
2558 | }, |
||
2559 | "type": "library", |
||
2560 | "extra": { |
||
2561 | "branch-alias": { |
||
2562 | "dev-master": "3.0-dev" |
||
2563 | } |
||
2564 | }, |
||
2565 | "autoload": { |
||
2566 | "psr-4": { |
||
2567 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
2568 | }, |
||
2569 | "exclude-from-classmap": [ |
||
2570 | "/Tests/" |
||
2571 | ] |
||
2572 | }, |
||
2573 | "notification-url": "https://packagist.org/downloads/", |
||
2574 | "license": [ |
||
2575 | "MIT" |
||
2576 | ], |
||
2577 | "authors": [ |
||
2578 | { |
||
2579 | "name": "Fabien Potencier", |
||
2580 | "email": "[email protected]" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "Symfony Community", |
||
2584 | "homepage": "https://symfony.com/contributors" |
||
2585 | } |
||
2586 | ], |
||
2587 | "description": "Symfony Security Component - CSRF Library", |
||
2588 | "homepage": "https://symfony.com", |
||
2589 | "time": "2016-03-10T10:34:12+00:00" |
||
2590 | }, |
||
2591 | { |
||
2592 | "name": "symfony/stopwatch", |
||
2593 | "version": "v3.0.8", |
||
2594 | "source": { |
||
2595 | "type": "git", |
||
2596 | "url": "https://github.com/symfony/stopwatch.git", |
||
2597 | "reference": "49c0ea2f3d3a779df4780927671332edc406ea84" |
||
2598 | }, |
||
2599 | "dist": { |
||
2600 | "type": "zip", |
||
2601 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/49c0ea2f3d3a779df4780927671332edc406ea84", |
||
2602 | "reference": "49c0ea2f3d3a779df4780927671332edc406ea84", |
||
2603 | "shasum": "" |
||
2604 | }, |
||
2605 | "require": { |
||
2606 | "php": ">=5.5.9" |
||
2607 | }, |
||
2608 | "type": "library", |
||
2609 | "extra": { |
||
2610 | "branch-alias": { |
||
2611 | "dev-master": "3.0-dev" |
||
2612 | } |
||
2613 | }, |
||
2614 | "autoload": { |
||
2615 | "psr-4": { |
||
2616 | "Symfony\\Component\\Stopwatch\\": "" |
||
2617 | }, |
||
2618 | "exclude-from-classmap": [ |
||
2619 | "/Tests/" |
||
2620 | ] |
||
2621 | }, |
||
2622 | "notification-url": "https://packagist.org/downloads/", |
||
2623 | "license": [ |
||
2624 | "MIT" |
||
2625 | ], |
||
2626 | "authors": [ |
||
2627 | { |
||
2628 | "name": "Fabien Potencier", |
||
2629 | "email": "[email protected]" |
||
2630 | }, |
||
2631 | { |
||
2632 | "name": "Symfony Community", |
||
2633 | "homepage": "https://symfony.com/contributors" |
||
2634 | } |
||
2635 | ], |
||
2636 | "description": "Symfony Stopwatch Component", |
||
2637 | "homepage": "https://symfony.com", |
||
2638 | "time": "2016-06-29T05:40:00+00:00" |
||
2639 | }, |
||
2640 | { |
||
2641 | "name": "symfony/templating", |
||
2642 | "version": "v3.0.8", |
||
2643 | "source": { |
||
2644 | "type": "git", |
||
2645 | "url": "https://github.com/symfony/templating.git", |
||
2646 | "reference": "582623fef6efc3f78aa86391e175b4e961909e3d" |
||
2647 | }, |
||
2648 | "dist": { |
||
2649 | "type": "zip", |
||
2650 | "url": "https://api.github.com/repos/symfony/templating/zipball/582623fef6efc3f78aa86391e175b4e961909e3d", |
||
2651 | "reference": "582623fef6efc3f78aa86391e175b4e961909e3d", |
||
2652 | "shasum": "" |
||
2653 | }, |
||
2654 | "require": { |
||
2655 | "php": ">=5.5.9" |
||
2656 | }, |
||
2657 | "require-dev": { |
||
2658 | "psr/log": "~1.0" |
||
2659 | }, |
||
2660 | "suggest": { |
||
2661 | "psr/log": "For using debug logging in loaders" |
||
2662 | }, |
||
2663 | "type": "library", |
||
2664 | "extra": { |
||
2665 | "branch-alias": { |
||
2666 | "dev-master": "3.0-dev" |
||
2667 | } |
||
2668 | }, |
||
2669 | "autoload": { |
||
2670 | "psr-4": { |
||
2671 | "Symfony\\Component\\Templating\\": "" |
||
2672 | }, |
||
2673 | "exclude-from-classmap": [ |
||
2674 | "/Tests/" |
||
2675 | ] |
||
2676 | }, |
||
2677 | "notification-url": "https://packagist.org/downloads/", |
||
2678 | "license": [ |
||
2679 | "MIT" |
||
2680 | ], |
||
2681 | "authors": [ |
||
2682 | { |
||
2683 | "name": "Fabien Potencier", |
||
2684 | "email": "[email protected]" |
||
2685 | }, |
||
2686 | { |
||
2687 | "name": "Symfony Community", |
||
2688 | "homepage": "https://symfony.com/contributors" |
||
2689 | } |
||
2690 | ], |
||
2691 | "description": "Symfony Templating Component", |
||
2692 | "homepage": "https://symfony.com", |
||
2693 | "time": "2016-03-27T10:24:39+00:00" |
||
2694 | }, |
||
2695 | { |
||
2696 | "name": "symfony/translation", |
||
2697 | "version": "v2.8.17", |
||
2698 | "source": { |
||
2699 | "type": "git", |
||
2700 | "url": "https://github.com/symfony/translation.git", |
||
2701 | "reference": "c281ac2b484210bb95106bdb8ae8356e63277725" |
||
2702 | }, |
||
2703 | "dist": { |
||
2704 | "type": "zip", |
||
2705 | "url": "https://api.github.com/repos/symfony/translation/zipball/c281ac2b484210bb95106bdb8ae8356e63277725", |
||
2706 | "reference": "c281ac2b484210bb95106bdb8ae8356e63277725", |
||
2707 | "shasum": "" |
||
2708 | }, |
||
2709 | "require": { |
||
2710 | "php": ">=5.3.9", |
||
2711 | "symfony/polyfill-mbstring": "~1.0" |
||
2712 | }, |
||
2713 | "conflict": { |
||
2714 | "symfony/config": "<2.7" |
||
2715 | }, |
||
2716 | "require-dev": { |
||
2717 | "psr/log": "~1.0", |
||
2718 | "symfony/config": "~2.8", |
||
2719 | "symfony/intl": "~2.4|~3.0.0", |
||
2720 | "symfony/yaml": "~2.2|~3.0.0" |
||
2721 | }, |
||
2722 | "suggest": { |
||
2723 | "psr/log": "To use logging capability in translator", |
||
2724 | "symfony/config": "", |
||
2725 | "symfony/yaml": "" |
||
2726 | }, |
||
2727 | "type": "library", |
||
2728 | "extra": { |
||
2729 | "branch-alias": { |
||
2730 | "dev-master": "2.8-dev" |
||
2731 | } |
||
2732 | }, |
||
2733 | "autoload": { |
||
2734 | "psr-4": { |
||
2735 | "Symfony\\Component\\Translation\\": "" |
||
2736 | }, |
||
2737 | "exclude-from-classmap": [ |
||
2738 | "/Tests/" |
||
2739 | ] |
||
2740 | }, |
||
2741 | "notification-url": "https://packagist.org/downloads/", |
||
2742 | "license": [ |
||
2743 | "MIT" |
||
2744 | ], |
||
2745 | "authors": [ |
||
2746 | { |
||
2747 | "name": "Fabien Potencier", |
||
2748 | "email": "[email protected]" |
||
2749 | }, |
||
2750 | { |
||
2751 | "name": "Symfony Community", |
||
2752 | "homepage": "https://symfony.com/contributors" |
||
2753 | } |
||
2754 | ], |
||
2755 | "description": "Symfony Translation Component", |
||
2756 | "homepage": "https://symfony.com", |
||
2757 | "time": "2017-01-21T16:59:38+00:00" |
||
2758 | }, |
||
2759 | { |
||
2760 | "name": "symfony/twig-bridge", |
||
2761 | "version": "v2.8.8", |
||
2762 | "source": { |
||
2763 | "type": "git", |
||
2764 | "url": "https://github.com/symfony/twig-bridge.git", |
||
2765 | "reference": "b2db0187b7b805bb349ffe2714fbc846124c71ba" |
||
2766 | }, |
||
2767 | "dist": { |
||
2768 | "type": "zip", |
||
2769 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/b2db0187b7b805bb349ffe2714fbc846124c71ba", |
||
2770 | "reference": "b2db0187b7b805bb349ffe2714fbc846124c71ba", |
||
2771 | "shasum": "" |
||
2772 | }, |
||
2773 | "require": { |
||
2774 | "php": ">=5.3.9", |
||
2775 | "twig/twig": "~1.23|~2.0" |
||
2776 | }, |
||
2777 | "require-dev": { |
||
2778 | "symfony/asset": "~2.7|~3.0.0", |
||
2779 | "symfony/console": "~2.8|~3.0.0", |
||
2780 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2781 | "symfony/finder": "~2.3|~3.0.0", |
||
2782 | "symfony/form": "~2.8.4", |
||
2783 | "symfony/http-kernel": "~2.8|~3.0.0", |
||
2784 | "symfony/polyfill-intl-icu": "~1.0", |
||
2785 | "symfony/routing": "~2.2|~3.0.0", |
||
2786 | "symfony/security": "~2.6|~3.0.0", |
||
2787 | "symfony/security-acl": "~2.6|~3.0.0", |
||
2788 | "symfony/stopwatch": "~2.2|~3.0.0", |
||
2789 | "symfony/templating": "~2.1|~3.0.0", |
||
2790 | "symfony/translation": "~2.7|~3.0.0", |
||
2791 | "symfony/var-dumper": "~2.6|~3.0.0", |
||
2792 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
2793 | }, |
||
2794 | "suggest": { |
||
2795 | "symfony/asset": "For using the AssetExtension", |
||
2796 | "symfony/expression-language": "For using the ExpressionExtension", |
||
2797 | "symfony/finder": "", |
||
2798 | "symfony/form": "For using the FormExtension", |
||
2799 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
2800 | "symfony/routing": "For using the RoutingExtension", |
||
2801 | "symfony/security": "For using the SecurityExtension", |
||
2802 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
2803 | "symfony/templating": "For using the TwigEngine", |
||
2804 | "symfony/translation": "For using the TranslationExtension", |
||
2805 | "symfony/var-dumper": "For using the DumpExtension", |
||
2806 | "symfony/yaml": "For using the YamlExtension" |
||
2807 | }, |
||
2808 | "type": "symfony-bridge", |
||
2809 | "extra": { |
||
2810 | "branch-alias": { |
||
2811 | "dev-master": "2.8-dev" |
||
2812 | } |
||
2813 | }, |
||
2814 | "autoload": { |
||
2815 | "psr-4": { |
||
2816 | "Symfony\\Bridge\\Twig\\": "" |
||
2817 | }, |
||
2818 | "exclude-from-classmap": [ |
||
2819 | "/Tests/" |
||
2820 | ] |
||
2821 | }, |
||
2822 | "notification-url": "https://packagist.org/downloads/", |
||
2823 | "license": [ |
||
2824 | "MIT" |
||
2825 | ], |
||
2826 | "authors": [ |
||
2827 | { |
||
2828 | "name": "Fabien Potencier", |
||
2829 | "email": "[email protected]" |
||
2830 | }, |
||
2831 | { |
||
2832 | "name": "Symfony Community", |
||
2833 | "homepage": "https://symfony.com/contributors" |
||
2834 | } |
||
2835 | ], |
||
2836 | "description": "Symfony Twig Bridge", |
||
2837 | "homepage": "https://symfony.com", |
||
2838 | "time": "2016-06-29T05:29:29+00:00" |
||
2839 | }, |
||
2840 | { |
||
2841 | "name": "symfony/validator", |
||
2842 | "version": "v2.8.8", |
||
2843 | "source": { |
||
2844 | "type": "git", |
||
2845 | "url": "https://github.com/symfony/validator.git", |
||
2846 | "reference": "366674c28bf7a107a8bce280c668bac40aeb090e" |
||
2847 | }, |
||
2848 | "dist": { |
||
2849 | "type": "zip", |
||
2850 | "url": "https://api.github.com/repos/symfony/validator/zipball/366674c28bf7a107a8bce280c668bac40aeb090e", |
||
2851 | "reference": "366674c28bf7a107a8bce280c668bac40aeb090e", |
||
2852 | "shasum": "" |
||
2853 | }, |
||
2854 | "require": { |
||
2855 | "php": ">=5.3.9", |
||
2856 | "symfony/polyfill-mbstring": "~1.0", |
||
2857 | "symfony/translation": "~2.4|~3.0.0" |
||
2858 | }, |
||
2859 | "require-dev": { |
||
2860 | "doctrine/annotations": "~1.0", |
||
2861 | "doctrine/cache": "~1.0", |
||
2862 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
2863 | "symfony/config": "~2.2|~3.0.0", |
||
2864 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2865 | "symfony/http-foundation": "~2.1|~3.0.0", |
||
2866 | "symfony/intl": "~2.7.4|~2.8|~3.0.0", |
||
2867 | "symfony/property-access": "~2.3|~3.0.0", |
||
2868 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
2869 | }, |
||
2870 | "suggest": { |
||
2871 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
2872 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
2873 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
2874 | "symfony/config": "", |
||
2875 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
2876 | "symfony/http-foundation": "", |
||
2877 | "symfony/intl": "", |
||
2878 | "symfony/property-access": "For using the 2.4 Validator API", |
||
2879 | "symfony/yaml": "" |
||
2880 | }, |
||
2881 | "type": "library", |
||
2882 | "extra": { |
||
2883 | "branch-alias": { |
||
2884 | "dev-master": "2.8-dev" |
||
2885 | } |
||
2886 | }, |
||
2887 | "autoload": { |
||
2888 | "psr-4": { |
||
2889 | "Symfony\\Component\\Validator\\": "" |
||
2890 | }, |
||
2891 | "exclude-from-classmap": [ |
||
2892 | "/Tests/" |
||
2893 | ] |
||
2894 | }, |
||
2895 | "notification-url": "https://packagist.org/downloads/", |
||
2896 | "license": [ |
||
2897 | "MIT" |
||
2898 | ], |
||
2899 | "authors": [ |
||
2900 | { |
||
2901 | "name": "Fabien Potencier", |
||
2902 | "email": "[email protected]" |
||
2903 | }, |
||
2904 | { |
||
2905 | "name": "Symfony Community", |
||
2906 | "homepage": "https://symfony.com/contributors" |
||
2907 | } |
||
2908 | ], |
||
2909 | "description": "Symfony Validator Component", |
||
2910 | "homepage": "https://symfony.com", |
||
2911 | "time": "2016-06-29T05:29:29+00:00" |
||
2912 | }, |
||
2913 | { |
||
2914 | "name": "twig/twig", |
||
2915 | "version": "v1.31.0", |
||
2916 | "source": { |
||
2917 | "type": "git", |
||
2918 | "url": "https://github.com/twigphp/Twig.git", |
||
2919 | "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7" |
||
2920 | }, |
||
2921 | "dist": { |
||
2922 | "type": "zip", |
||
2923 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", |
||
2924 | "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", |
||
2925 | "shasum": "" |
||
2926 | }, |
||
2927 | "require": { |
||
2928 | "php": ">=5.2.7" |
||
2929 | }, |
||
2930 | "require-dev": { |
||
2931 | "symfony/debug": "~2.7", |
||
2932 | "symfony/phpunit-bridge": "~3.2" |
||
2933 | }, |
||
2934 | "type": "library", |
||
2935 | "extra": { |
||
2936 | "branch-alias": { |
||
2937 | "dev-master": "1.31-dev" |
||
2938 | } |
||
2939 | }, |
||
2940 | "autoload": { |
||
2941 | "psr-0": { |
||
2942 | "Twig_": "lib/" |
||
2943 | } |
||
2944 | }, |
||
2945 | "notification-url": "https://packagist.org/downloads/", |
||
2946 | "license": [ |
||
2947 | "BSD-3-Clause" |
||
2948 | ], |
||
2949 | "authors": [ |
||
2950 | { |
||
2951 | "name": "Fabien Potencier", |
||
2952 | "email": "[email protected]", |
||
2953 | "homepage": "http://fabien.potencier.org", |
||
2954 | "role": "Lead Developer" |
||
2955 | }, |
||
2956 | { |
||
2957 | "name": "Armin Ronacher", |
||
2958 | "email": "[email protected]", |
||
2959 | "role": "Project Founder" |
||
2960 | }, |
||
2961 | { |
||
2962 | "name": "Twig Team", |
||
2963 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2964 | "role": "Contributors" |
||
2965 | } |
||
2966 | ], |
||
2967 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2968 | "homepage": "http://twig.sensiolabs.org", |
||
2969 | "keywords": [ |
||
2970 | "templating" |
||
2971 | ], |
||
2972 | "time": "2017-01-11T19:36:15+00:00" |
||
2973 | } |
||
2974 | ], |
||
2975 | "packages-dev": [ |
||
2976 | { |
||
2977 | "name": "doctrine/instantiator", |
||
2978 | "version": "1.0.5", |
||
2979 | "source": { |
||
2980 | "type": "git", |
||
2981 | "url": "https://github.com/doctrine/instantiator.git", |
||
2982 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
2983 | }, |
||
2984 | "dist": { |
||
2985 | "type": "zip", |
||
2986 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
2987 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
2988 | "shasum": "" |
||
2989 | }, |
||
2990 | "require": { |
||
2991 | "php": ">=5.3,<8.0-DEV" |
||
2992 | }, |
||
2993 | "require-dev": { |
||
2994 | "athletic/athletic": "~0.1.8", |
||
2995 | "ext-pdo": "*", |
||
2996 | "ext-phar": "*", |
||
2997 | "phpunit/phpunit": "~4.0", |
||
2998 | "squizlabs/php_codesniffer": "~2.0" |
||
2999 | }, |
||
3000 | "type": "library", |
||
3001 | "extra": { |
||
3002 | "branch-alias": { |
||
3003 | "dev-master": "1.0.x-dev" |
||
3004 | } |
||
3005 | }, |
||
3006 | "autoload": { |
||
3007 | "psr-4": { |
||
3008 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
3009 | } |
||
3010 | }, |
||
3011 | "notification-url": "https://packagist.org/downloads/", |
||
3012 | "license": [ |
||
3013 | "MIT" |
||
3014 | ], |
||
3015 | "authors": [ |
||
3016 | { |
||
3017 | "name": "Marco Pivetta", |
||
3018 | "email": "[email protected]", |
||
3019 | "homepage": "http://ocramius.github.com/" |
||
3020 | } |
||
3021 | ], |
||
3022 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
3023 | "homepage": "https://github.com/doctrine/instantiator", |
||
3024 | "keywords": [ |
||
3025 | "constructor", |
||
3026 | "instantiate" |
||
3027 | ], |
||
3028 | "time": "2015-06-14T21:17:01+00:00" |
||
3029 | }, |
||
3030 | { |
||
3031 | "name": "guzzlehttp/streams", |
||
3032 | "version": "2.1.0", |
||
3033 | "source": { |
||
3034 | "type": "git", |
||
3035 | "url": "https://github.com/guzzle/streams.git", |
||
3036 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
3037 | }, |
||
3038 | "dist": { |
||
3039 | "type": "zip", |
||
3040 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
3041 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
3042 | "shasum": "" |
||
3043 | }, |
||
3044 | "require": { |
||
3045 | "php": ">=5.4.0" |
||
3046 | }, |
||
3047 | "require-dev": { |
||
3048 | "phpunit/phpunit": "~4.0" |
||
3049 | }, |
||
3050 | "type": "library", |
||
3051 | "extra": { |
||
3052 | "branch-alias": { |
||
3053 | "dev-master": "2.0-dev" |
||
3054 | } |
||
3055 | }, |
||
3056 | "autoload": { |
||
3057 | "psr-4": { |
||
3058 | "GuzzleHttp\\Stream\\": "src/" |
||
3059 | }, |
||
3060 | "files": [ |
||
3061 | "src/functions.php" |
||
3062 | ] |
||
3063 | }, |
||
3064 | "notification-url": "https://packagist.org/downloads/", |
||
3065 | "license": [ |
||
3066 | "MIT" |
||
3067 | ], |
||
3068 | "authors": [ |
||
3069 | { |
||
3070 | "name": "Michael Dowling", |
||
3071 | "email": "[email protected]", |
||
3072 | "homepage": "https://github.com/mtdowling" |
||
3073 | } |
||
3074 | ], |
||
3075 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
3076 | "homepage": "http://guzzlephp.org/", |
||
3077 | "keywords": [ |
||
3078 | "Guzzle", |
||
3079 | "stream" |
||
3080 | ], |
||
3081 | "time": "2014-08-17T21:15:53+00:00" |
||
3082 | }, |
||
3083 | { |
||
3084 | "name": "hamcrest/hamcrest-php", |
||
3085 | "version": "v1.2.2", |
||
3086 | "source": { |
||
3087 | "type": "git", |
||
3088 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
3089 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
3090 | }, |
||
3091 | "dist": { |
||
3092 | "type": "zip", |
||
3093 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3094 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3095 | "shasum": "" |
||
3096 | }, |
||
3097 | "require": { |
||
3098 | "php": ">=5.3.2" |
||
3099 | }, |
||
3100 | "replace": { |
||
3101 | "cordoval/hamcrest-php": "*", |
||
3102 | "davedevelopment/hamcrest-php": "*", |
||
3103 | "kodova/hamcrest-php": "*" |
||
3104 | }, |
||
3105 | "require-dev": { |
||
3106 | "phpunit/php-file-iterator": "1.3.3", |
||
3107 | "satooshi/php-coveralls": "dev-master" |
||
3108 | }, |
||
3109 | "type": "library", |
||
3110 | "autoload": { |
||
3111 | "classmap": [ |
||
3112 | "hamcrest" |
||
3113 | ], |
||
3114 | "files": [ |
||
3115 | "hamcrest/Hamcrest.php" |
||
3116 | ] |
||
3117 | }, |
||
3118 | "notification-url": "https://packagist.org/downloads/", |
||
3119 | "license": [ |
||
3120 | "BSD" |
||
3121 | ], |
||
3122 | "description": "This is the PHP port of Hamcrest Matchers", |
||
3123 | "keywords": [ |
||
3124 | "test" |
||
3125 | ], |
||
3126 | "time": "2015-05-11T14:41:42+00:00" |
||
3127 | }, |
||
3128 | { |
||
3129 | "name": "mockery/mockery", |
||
3130 | "version": "0.9.5", |
||
3131 | "source": { |
||
3132 | "type": "git", |
||
3133 | "url": "https://github.com/mockery/mockery.git", |
||
3134 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
3135 | }, |
||
3136 | "dist": { |
||
3137 | "type": "zip", |
||
3138 | "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3139 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3140 | "shasum": "" |
||
3141 | }, |
||
3142 | "require": { |
||
3143 | "hamcrest/hamcrest-php": "~1.1", |
||
3144 | "lib-pcre": ">=7.0", |
||
3145 | "php": ">=5.3.2" |
||
3146 | }, |
||
3147 | "require-dev": { |
||
3148 | "phpunit/phpunit": "~4.0" |
||
3149 | }, |
||
3150 | "type": "library", |
||
3151 | "extra": { |
||
3152 | "branch-alias": { |
||
3153 | "dev-master": "0.9.x-dev" |
||
3154 | } |
||
3155 | }, |
||
3156 | "autoload": { |
||
3157 | "psr-0": { |
||
3158 | "Mockery": "library/" |
||
3159 | } |
||
3160 | }, |
||
3161 | "notification-url": "https://packagist.org/downloads/", |
||
3162 | "license": [ |
||
3163 | "BSD-3-Clause" |
||
3164 | ], |
||
3165 | "authors": [ |
||
3166 | { |
||
3167 | "name": "Pádraic Brady", |
||
3168 | "email": "[email protected]", |
||
3169 | "homepage": "http://blog.astrumfutura.com" |
||
3170 | }, |
||
3171 | { |
||
3172 | "name": "Dave Marshall", |
||
3173 | "email": "[email protected]", |
||
3174 | "homepage": "http://davedevelopment.co.uk" |
||
3175 | } |
||
3176 | ], |
||
3177 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
3178 | "homepage": "http://github.com/padraic/mockery", |
||
3179 | "keywords": [ |
||
3180 | "BDD", |
||
3181 | "TDD", |
||
3182 | "library", |
||
3183 | "mock", |
||
3184 | "mock objects", |
||
3185 | "mockery", |
||
3186 | "stub", |
||
3187 | "test", |
||
3188 | "test double", |
||
3189 | "testing" |
||
3190 | ], |
||
3191 | "time": "2016-05-22T21:52:33+00:00" |
||
3192 | }, |
||
3193 | { |
||
3194 | "name": "pdepend/pdepend", |
||
3195 | "version": "2.5.0", |
||
3196 | "source": { |
||
3197 | "type": "git", |
||
3198 | "url": "https://github.com/pdepend/pdepend.git", |
||
3199 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff" |
||
3200 | }, |
||
3201 | "dist": { |
||
3202 | "type": "zip", |
||
3203 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff", |
||
3204 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff", |
||
3205 | "shasum": "" |
||
3206 | }, |
||
3207 | "require": { |
||
3208 | "php": ">=5.3.7", |
||
3209 | "symfony/config": "^2.3.0|^3", |
||
3210 | "symfony/dependency-injection": "^2.3.0|^3", |
||
3211 | "symfony/filesystem": "^2.3.0|^3" |
||
3212 | }, |
||
3213 | "require-dev": { |
||
3214 | "phpunit/phpunit": "^4.4.0,<4.8", |
||
3215 | "squizlabs/php_codesniffer": "^2.0.0" |
||
3216 | }, |
||
3217 | "bin": [ |
||
3218 | "src/bin/pdepend" |
||
3219 | ], |
||
3220 | "type": "library", |
||
3221 | "autoload": { |
||
3222 | "psr-4": { |
||
3223 | "PDepend\\": "src/main/php/PDepend" |
||
3224 | } |
||
3225 | }, |
||
3226 | "notification-url": "https://packagist.org/downloads/", |
||
3227 | "license": [ |
||
3228 | "BSD-3-Clause" |
||
3229 | ], |
||
3230 | "description": "Official version of pdepend to be handled with Composer", |
||
3231 | "time": "2017-01-19T14:23:36+00:00" |
||
3232 | }, |
||
3233 | { |
||
3234 | "name": "phpdocumentor/reflection-common", |
||
3235 | "version": "1.0", |
||
3236 | "source": { |
||
3237 | "type": "git", |
||
3238 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
3239 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
3240 | }, |
||
3241 | "dist": { |
||
3242 | "type": "zip", |
||
3243 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3244 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3245 | "shasum": "" |
||
3246 | }, |
||
3247 | "require": { |
||
3248 | "php": ">=5.5" |
||
3249 | }, |
||
3250 | "require-dev": { |
||
3251 | "phpunit/phpunit": "^4.6" |
||
3252 | }, |
||
3253 | "type": "library", |
||
3254 | "extra": { |
||
3255 | "branch-alias": { |
||
3256 | "dev-master": "1.0.x-dev" |
||
3257 | } |
||
3258 | }, |
||
3259 | "autoload": { |
||
3260 | "psr-4": { |
||
3261 | "phpDocumentor\\Reflection\\": [ |
||
3262 | "src" |
||
3263 | ] |
||
3264 | } |
||
3265 | }, |
||
3266 | "notification-url": "https://packagist.org/downloads/", |
||
3267 | "license": [ |
||
3268 | "MIT" |
||
3269 | ], |
||
3270 | "authors": [ |
||
3271 | { |
||
3272 | "name": "Jaap van Otterdijk", |
||
3273 | "email": "[email protected]" |
||
3274 | } |
||
3275 | ], |
||
3276 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
3277 | "homepage": "http://www.phpdoc.org", |
||
3278 | "keywords": [ |
||
3279 | "FQSEN", |
||
3280 | "phpDocumentor", |
||
3281 | "phpdoc", |
||
3282 | "reflection", |
||
3283 | "static analysis" |
||
3284 | ], |
||
3285 | "time": "2015-12-27T11:43:31+00:00" |
||
3286 | }, |
||
3287 | { |
||
3288 | "name": "phpdocumentor/reflection-docblock", |
||
3289 | "version": "3.1.1", |
||
3290 | "source": { |
||
3291 | "type": "git", |
||
3292 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3293 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
3294 | }, |
||
3295 | "dist": { |
||
3296 | "type": "zip", |
||
3297 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
3298 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
3299 | "shasum": "" |
||
3300 | }, |
||
3301 | "require": { |
||
3302 | "php": ">=5.5", |
||
3303 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
3304 | "phpdocumentor/type-resolver": "^0.2.0", |
||
3305 | "webmozart/assert": "^1.0" |
||
3306 | }, |
||
3307 | "require-dev": { |
||
3308 | "mockery/mockery": "^0.9.4", |
||
3309 | "phpunit/phpunit": "^4.4" |
||
3310 | }, |
||
3311 | "type": "library", |
||
3312 | "autoload": { |
||
3313 | "psr-4": { |
||
3314 | "phpDocumentor\\Reflection\\": [ |
||
3315 | "src/" |
||
3316 | ] |
||
3317 | } |
||
3318 | }, |
||
3319 | "notification-url": "https://packagist.org/downloads/", |
||
3320 | "license": [ |
||
3321 | "MIT" |
||
3322 | ], |
||
3323 | "authors": [ |
||
3324 | { |
||
3325 | "name": "Mike van Riel", |
||
3326 | "email": "[email protected]" |
||
3327 | } |
||
3328 | ], |
||
3329 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
3330 | "time": "2016-09-30T07:12:33+00:00" |
||
3331 | }, |
||
3332 | { |
||
3333 | "name": "phpdocumentor/type-resolver", |
||
3334 | "version": "0.2.1", |
||
3335 | "source": { |
||
3336 | "type": "git", |
||
3337 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
3338 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
3339 | }, |
||
3340 | "dist": { |
||
3341 | "type": "zip", |
||
3342 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
3343 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
3344 | "shasum": "" |
||
3345 | }, |
||
3346 | "require": { |
||
3347 | "php": ">=5.5", |
||
3348 | "phpdocumentor/reflection-common": "^1.0" |
||
3349 | }, |
||
3350 | "require-dev": { |
||
3351 | "mockery/mockery": "^0.9.4", |
||
3352 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
3353 | }, |
||
3354 | "type": "library", |
||
3355 | "extra": { |
||
3356 | "branch-alias": { |
||
3357 | "dev-master": "1.0.x-dev" |
||
3358 | } |
||
3359 | }, |
||
3360 | "autoload": { |
||
3361 | "psr-4": { |
||
3362 | "phpDocumentor\\Reflection\\": [ |
||
3363 | "src/" |
||
3364 | ] |
||
3365 | } |
||
3366 | }, |
||
3367 | "notification-url": "https://packagist.org/downloads/", |
||
3368 | "license": [ |
||
3369 | "MIT" |
||
3370 | ], |
||
3371 | "authors": [ |
||
3372 | { |
||
3373 | "name": "Mike van Riel", |
||
3374 | "email": "[email protected]" |
||
3375 | } |
||
3376 | ], |
||
3377 | "time": "2016-11-25T06:54:22+00:00" |
||
3378 | }, |
||
3379 | { |
||
3380 | "name": "phpmd/phpmd", |
||
3381 | "version": "2.6.0", |
||
3382 | "source": { |
||
3383 | "type": "git", |
||
3384 | "url": "https://github.com/phpmd/phpmd.git", |
||
3385 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" |
||
3386 | }, |
||
3387 | "dist": { |
||
3388 | "type": "zip", |
||
3389 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", |
||
3390 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", |
||
3391 | "shasum": "" |
||
3392 | }, |
||
3393 | "require": { |
||
3394 | "ext-xml": "*", |
||
3395 | "pdepend/pdepend": "^2.5", |
||
3396 | "php": ">=5.3.9" |
||
3397 | }, |
||
3398 | "require-dev": { |
||
3399 | "phpunit/phpunit": "^4.0", |
||
3400 | "squizlabs/php_codesniffer": "^2.0" |
||
3401 | }, |
||
3402 | "bin": [ |
||
3403 | "src/bin/phpmd" |
||
3404 | ], |
||
3405 | "type": "project", |
||
3406 | "autoload": { |
||
3407 | "psr-0": { |
||
3408 | "PHPMD\\": "src/main/php" |
||
3409 | } |
||
3410 | }, |
||
3411 | "notification-url": "https://packagist.org/downloads/", |
||
3412 | "license": [ |
||
3413 | "BSD-3-Clause" |
||
3414 | ], |
||
3415 | "authors": [ |
||
3416 | { |
||
3417 | "name": "Manuel Pichler", |
||
3418 | "email": "[email protected]", |
||
3419 | "homepage": "https://github.com/manuelpichler", |
||
3420 | "role": "Project Founder" |
||
3421 | }, |
||
3422 | { |
||
3423 | "name": "Other contributors", |
||
3424 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
3425 | "role": "Contributors" |
||
3426 | }, |
||
3427 | { |
||
3428 | "name": "Marc Würth", |
||
3429 | "email": "[email protected]", |
||
3430 | "homepage": "https://github.com/ravage84", |
||
3431 | "role": "Project Maintainer" |
||
3432 | } |
||
3433 | ], |
||
3434 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
3435 | "homepage": "http://phpmd.org/", |
||
3436 | "keywords": [ |
||
3437 | "mess detection", |
||
3438 | "mess detector", |
||
3439 | "pdepend", |
||
3440 | "phpmd", |
||
3441 | "pmd" |
||
3442 | ], |
||
3443 | "time": "2017-01-20T14:41:10+00:00" |
||
3444 | }, |
||
3445 | { |
||
3446 | "name": "phpspec/prophecy", |
||
3447 | "version": "v1.6.2", |
||
3448 | "source": { |
||
3449 | "type": "git", |
||
3450 | "url": "https://github.com/phpspec/prophecy.git", |
||
3451 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
3452 | }, |
||
3453 | "dist": { |
||
3454 | "type": "zip", |
||
3455 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
3456 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
3457 | "shasum": "" |
||
3458 | }, |
||
3459 | "require": { |
||
3460 | "doctrine/instantiator": "^1.0.2", |
||
3461 | "php": "^5.3|^7.0", |
||
3462 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
3463 | "sebastian/comparator": "^1.1", |
||
3464 | "sebastian/recursion-context": "^1.0|^2.0" |
||
3465 | }, |
||
3466 | "require-dev": { |
||
3467 | "phpspec/phpspec": "^2.0", |
||
3468 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
3469 | }, |
||
3470 | "type": "library", |
||
3471 | "extra": { |
||
3472 | "branch-alias": { |
||
3473 | "dev-master": "1.6.x-dev" |
||
3474 | } |
||
3475 | }, |
||
3476 | "autoload": { |
||
3477 | "psr-0": { |
||
3478 | "Prophecy\\": "src/" |
||
3479 | } |
||
3480 | }, |
||
3481 | "notification-url": "https://packagist.org/downloads/", |
||
3482 | "license": [ |
||
3483 | "MIT" |
||
3484 | ], |
||
3485 | "authors": [ |
||
3486 | { |
||
3487 | "name": "Konstantin Kudryashov", |
||
3488 | "email": "[email protected]", |
||
3489 | "homepage": "http://everzet.com" |
||
3490 | }, |
||
3491 | { |
||
3492 | "name": "Marcello Duarte", |
||
3493 | "email": "[email protected]" |
||
3494 | } |
||
3495 | ], |
||
3496 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3497 | "homepage": "https://github.com/phpspec/prophecy", |
||
3498 | "keywords": [ |
||
3499 | "Double", |
||
3500 | "Dummy", |
||
3501 | "fake", |
||
3502 | "mock", |
||
3503 | "spy", |
||
3504 | "stub" |
||
3505 | ], |
||
3506 | "time": "2016-11-21T14:58:47+00:00" |
||
3507 | }, |
||
3508 | { |
||
3509 | "name": "phpunit/php-code-coverage", |
||
3510 | "version": "2.2.4", |
||
3511 | "source": { |
||
3512 | "type": "git", |
||
3513 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3514 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
3515 | }, |
||
3516 | "dist": { |
||
3517 | "type": "zip", |
||
3518 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3519 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3520 | "shasum": "" |
||
3521 | }, |
||
3522 | "require": { |
||
3523 | "php": ">=5.3.3", |
||
3524 | "phpunit/php-file-iterator": "~1.3", |
||
3525 | "phpunit/php-text-template": "~1.2", |
||
3526 | "phpunit/php-token-stream": "~1.3", |
||
3527 | "sebastian/environment": "^1.3.2", |
||
3528 | "sebastian/version": "~1.0" |
||
3529 | }, |
||
3530 | "require-dev": { |
||
3531 | "ext-xdebug": ">=2.1.4", |
||
3532 | "phpunit/phpunit": "~4" |
||
3533 | }, |
||
3534 | "suggest": { |
||
3535 | "ext-dom": "*", |
||
3536 | "ext-xdebug": ">=2.2.1", |
||
3537 | "ext-xmlwriter": "*" |
||
3538 | }, |
||
3539 | "type": "library", |
||
3540 | "extra": { |
||
3541 | "branch-alias": { |
||
3542 | "dev-master": "2.2.x-dev" |
||
3543 | } |
||
3544 | }, |
||
3545 | "autoload": { |
||
3546 | "classmap": [ |
||
3547 | "src/" |
||
3548 | ] |
||
3549 | }, |
||
3550 | "notification-url": "https://packagist.org/downloads/", |
||
3551 | "license": [ |
||
3552 | "BSD-3-Clause" |
||
3553 | ], |
||
3554 | "authors": [ |
||
3555 | { |
||
3556 | "name": "Sebastian Bergmann", |
||
3557 | "email": "[email protected]", |
||
3558 | "role": "lead" |
||
3559 | } |
||
3560 | ], |
||
3561 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3562 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3563 | "keywords": [ |
||
3564 | "coverage", |
||
3565 | "testing", |
||
3566 | "xunit" |
||
3567 | ], |
||
3568 | "time": "2015-10-06T15:47:00+00:00" |
||
3569 | }, |
||
3570 | { |
||
3571 | "name": "phpunit/php-file-iterator", |
||
3572 | "version": "1.4.2", |
||
3573 | "source": { |
||
3574 | "type": "git", |
||
3575 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3576 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
3577 | }, |
||
3578 | "dist": { |
||
3579 | "type": "zip", |
||
3580 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
3581 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
3582 | "shasum": "" |
||
3583 | }, |
||
3584 | "require": { |
||
3585 | "php": ">=5.3.3" |
||
3586 | }, |
||
3587 | "type": "library", |
||
3588 | "extra": { |
||
3589 | "branch-alias": { |
||
3590 | "dev-master": "1.4.x-dev" |
||
3591 | } |
||
3592 | }, |
||
3593 | "autoload": { |
||
3594 | "classmap": [ |
||
3595 | "src/" |
||
3596 | ] |
||
3597 | }, |
||
3598 | "notification-url": "https://packagist.org/downloads/", |
||
3599 | "license": [ |
||
3600 | "BSD-3-Clause" |
||
3601 | ], |
||
3602 | "authors": [ |
||
3603 | { |
||
3604 | "name": "Sebastian Bergmann", |
||
3605 | "email": "[email protected]", |
||
3606 | "role": "lead" |
||
3607 | } |
||
3608 | ], |
||
3609 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3610 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3611 | "keywords": [ |
||
3612 | "filesystem", |
||
3613 | "iterator" |
||
3614 | ], |
||
3615 | "time": "2016-10-03T07:40:28+00:00" |
||
3616 | }, |
||
3617 | { |
||
3618 | "name": "phpunit/php-text-template", |
||
3619 | "version": "1.2.1", |
||
3620 | "source": { |
||
3621 | "type": "git", |
||
3622 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3623 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
3624 | }, |
||
3625 | "dist": { |
||
3626 | "type": "zip", |
||
3627 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3628 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3629 | "shasum": "" |
||
3630 | }, |
||
3631 | "require": { |
||
3632 | "php": ">=5.3.3" |
||
3633 | }, |
||
3634 | "type": "library", |
||
3635 | "autoload": { |
||
3636 | "classmap": [ |
||
3637 | "src/" |
||
3638 | ] |
||
3639 | }, |
||
3640 | "notification-url": "https://packagist.org/downloads/", |
||
3641 | "license": [ |
||
3642 | "BSD-3-Clause" |
||
3643 | ], |
||
3644 | "authors": [ |
||
3645 | { |
||
3646 | "name": "Sebastian Bergmann", |
||
3647 | "email": "[email protected]", |
||
3648 | "role": "lead" |
||
3649 | } |
||
3650 | ], |
||
3651 | "description": "Simple template engine.", |
||
3652 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3653 | "keywords": [ |
||
3654 | "template" |
||
3655 | ], |
||
3656 | "time": "2015-06-21T13:50:34+00:00" |
||
3657 | }, |
||
3658 | { |
||
3659 | "name": "phpunit/php-timer", |
||
3660 | "version": "1.0.8", |
||
3661 | "source": { |
||
3662 | "type": "git", |
||
3663 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3664 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
3665 | }, |
||
3666 | "dist": { |
||
3667 | "type": "zip", |
||
3668 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3669 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3670 | "shasum": "" |
||
3671 | }, |
||
3672 | "require": { |
||
3673 | "php": ">=5.3.3" |
||
3674 | }, |
||
3675 | "require-dev": { |
||
3676 | "phpunit/phpunit": "~4|~5" |
||
3677 | }, |
||
3678 | "type": "library", |
||
3679 | "autoload": { |
||
3680 | "classmap": [ |
||
3681 | "src/" |
||
3682 | ] |
||
3683 | }, |
||
3684 | "notification-url": "https://packagist.org/downloads/", |
||
3685 | "license": [ |
||
3686 | "BSD-3-Clause" |
||
3687 | ], |
||
3688 | "authors": [ |
||
3689 | { |
||
3690 | "name": "Sebastian Bergmann", |
||
3691 | "email": "[email protected]", |
||
3692 | "role": "lead" |
||
3693 | } |
||
3694 | ], |
||
3695 | "description": "Utility class for timing", |
||
3696 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
3697 | "keywords": [ |
||
3698 | "timer" |
||
3699 | ], |
||
3700 | "time": "2016-05-12T18:03:57+00:00" |
||
3701 | }, |
||
3702 | { |
||
3703 | "name": "phpunit/php-token-stream", |
||
3704 | "version": "1.4.10", |
||
3705 | "source": { |
||
3706 | "type": "git", |
||
3707 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
3708 | "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b" |
||
3709 | }, |
||
3710 | "dist": { |
||
3711 | "type": "zip", |
||
3712 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/284fb0679dd25fb5ffb56dad92c72860c0a22f1b", |
||
3713 | "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b", |
||
3714 | "shasum": "" |
||
3715 | }, |
||
3716 | "require": { |
||
3717 | "ext-tokenizer": "*", |
||
3718 | "php": ">=5.3.3" |
||
3719 | }, |
||
3720 | "require-dev": { |
||
3721 | "phpunit/phpunit": "~4.2" |
||
3722 | }, |
||
3723 | "type": "library", |
||
3724 | "extra": { |
||
3725 | "branch-alias": { |
||
3726 | "dev-master": "1.4-dev" |
||
3727 | } |
||
3728 | }, |
||
3729 | "autoload": { |
||
3730 | "classmap": [ |
||
3731 | "src/" |
||
3732 | ] |
||
3733 | }, |
||
3734 | "notification-url": "https://packagist.org/downloads/", |
||
3735 | "license": [ |
||
3736 | "BSD-3-Clause" |
||
3737 | ], |
||
3738 | "authors": [ |
||
3739 | { |
||
3740 | "name": "Sebastian Bergmann", |
||
3741 | "email": "[email protected]" |
||
3742 | } |
||
3743 | ], |
||
3744 | "description": "Wrapper around PHP's tokenizer extension.", |
||
3745 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
3746 | "keywords": [ |
||
3747 | "tokenizer" |
||
3748 | ], |
||
3749 | "time": "2017-02-23T06:14:45+00:00" |
||
3750 | }, |
||
3751 | { |
||
3752 | "name": "phpunit/phpunit", |
||
3753 | "version": "4.8.35", |
||
3754 | "source": { |
||
3755 | "type": "git", |
||
3756 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3757 | "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" |
||
3758 | }, |
||
3759 | "dist": { |
||
3760 | "type": "zip", |
||
3761 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", |
||
3762 | "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", |
||
3763 | "shasum": "" |
||
3764 | }, |
||
3765 | "require": { |
||
3766 | "ext-dom": "*", |
||
3767 | "ext-json": "*", |
||
3768 | "ext-pcre": "*", |
||
3769 | "ext-reflection": "*", |
||
3770 | "ext-spl": "*", |
||
3771 | "php": ">=5.3.3", |
||
3772 | "phpspec/prophecy": "^1.3.1", |
||
3773 | "phpunit/php-code-coverage": "~2.1", |
||
3774 | "phpunit/php-file-iterator": "~1.4", |
||
3775 | "phpunit/php-text-template": "~1.2", |
||
3776 | "phpunit/php-timer": "^1.0.6", |
||
3777 | "phpunit/phpunit-mock-objects": "~2.3", |
||
3778 | "sebastian/comparator": "~1.2.2", |
||
3779 | "sebastian/diff": "~1.2", |
||
3780 | "sebastian/environment": "~1.3", |
||
3781 | "sebastian/exporter": "~1.2", |
||
3782 | "sebastian/global-state": "~1.0", |
||
3783 | "sebastian/version": "~1.0", |
||
3784 | "symfony/yaml": "~2.1|~3.0" |
||
3785 | }, |
||
3786 | "suggest": { |
||
3787 | "phpunit/php-invoker": "~1.1" |
||
3788 | }, |
||
3789 | "bin": [ |
||
3790 | "phpunit" |
||
3791 | ], |
||
3792 | "type": "library", |
||
3793 | "extra": { |
||
3794 | "branch-alias": { |
||
3795 | "dev-master": "4.8.x-dev" |
||
3796 | } |
||
3797 | }, |
||
3798 | "autoload": { |
||
3799 | "classmap": [ |
||
3800 | "src/" |
||
3801 | ] |
||
3802 | }, |
||
3803 | "notification-url": "https://packagist.org/downloads/", |
||
3804 | "license": [ |
||
3805 | "BSD-3-Clause" |
||
3806 | ], |
||
3807 | "authors": [ |
||
3808 | { |
||
3809 | "name": "Sebastian Bergmann", |
||
3810 | "email": "[email protected]", |
||
3811 | "role": "lead" |
||
3812 | } |
||
3813 | ], |
||
3814 | "description": "The PHP Unit Testing framework.", |
||
3815 | "homepage": "https://phpunit.de/", |
||
3816 | "keywords": [ |
||
3817 | "phpunit", |
||
3818 | "testing", |
||
3819 | "xunit" |
||
3820 | ], |
||
3821 | "time": "2017-02-06T05:18:07+00:00" |
||
3822 | }, |
||
3823 | { |
||
3824 | "name": "phpunit/phpunit-mock-objects", |
||
3825 | "version": "2.3.8", |
||
3826 | "source": { |
||
3827 | "type": "git", |
||
3828 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3829 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
3830 | }, |
||
3831 | "dist": { |
||
3832 | "type": "zip", |
||
3833 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
3834 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
3835 | "shasum": "" |
||
3836 | }, |
||
3837 | "require": { |
||
3838 | "doctrine/instantiator": "^1.0.2", |
||
3839 | "php": ">=5.3.3", |
||
3840 | "phpunit/php-text-template": "~1.2", |
||
3841 | "sebastian/exporter": "~1.2" |
||
3842 | }, |
||
3843 | "require-dev": { |
||
3844 | "phpunit/phpunit": "~4.4" |
||
3845 | }, |
||
3846 | "suggest": { |
||
3847 | "ext-soap": "*" |
||
3848 | }, |
||
3849 | "type": "library", |
||
3850 | "extra": { |
||
3851 | "branch-alias": { |
||
3852 | "dev-master": "2.3.x-dev" |
||
3853 | } |
||
3854 | }, |
||
3855 | "autoload": { |
||
3856 | "classmap": [ |
||
3857 | "src/" |
||
3858 | ] |
||
3859 | }, |
||
3860 | "notification-url": "https://packagist.org/downloads/", |
||
3861 | "license": [ |
||
3862 | "BSD-3-Clause" |
||
3863 | ], |
||
3864 | "authors": [ |
||
3865 | { |
||
3866 | "name": "Sebastian Bergmann", |
||
3867 | "email": "[email protected]", |
||
3868 | "role": "lead" |
||
3869 | } |
||
3870 | ], |
||
3871 | "description": "Mock Object library for PHPUnit", |
||
3872 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3873 | "keywords": [ |
||
3874 | "mock", |
||
3875 | "xunit" |
||
3876 | ], |
||
3877 | "time": "2015-10-02T06:51:40+00:00" |
||
3878 | }, |
||
3879 | { |
||
3880 | "name": "sebastian/comparator", |
||
3881 | "version": "1.2.4", |
||
3882 | "source": { |
||
3883 | "type": "git", |
||
3884 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3885 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
3886 | }, |
||
3887 | "dist": { |
||
3888 | "type": "zip", |
||
3889 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
3890 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
3891 | "shasum": "" |
||
3892 | }, |
||
3893 | "require": { |
||
3894 | "php": ">=5.3.3", |
||
3895 | "sebastian/diff": "~1.2", |
||
3896 | "sebastian/exporter": "~1.2 || ~2.0" |
||
3897 | }, |
||
3898 | "require-dev": { |
||
3899 | "phpunit/phpunit": "~4.4" |
||
3900 | }, |
||
3901 | "type": "library", |
||
3902 | "extra": { |
||
3903 | "branch-alias": { |
||
3904 | "dev-master": "1.2.x-dev" |
||
3905 | } |
||
3906 | }, |
||
3907 | "autoload": { |
||
3908 | "classmap": [ |
||
3909 | "src/" |
||
3910 | ] |
||
3911 | }, |
||
3912 | "notification-url": "https://packagist.org/downloads/", |
||
3913 | "license": [ |
||
3914 | "BSD-3-Clause" |
||
3915 | ], |
||
3916 | "authors": [ |
||
3917 | { |
||
3918 | "name": "Jeff Welch", |
||
3919 | "email": "[email protected]" |
||
3920 | }, |
||
3921 | { |
||
3922 | "name": "Volker Dusch", |
||
3923 | "email": "[email protected]" |
||
3924 | }, |
||
3925 | { |
||
3926 | "name": "Bernhard Schussek", |
||
3927 | "email": "[email protected]" |
||
3928 | }, |
||
3929 | { |
||
3930 | "name": "Sebastian Bergmann", |
||
3931 | "email": "[email protected]" |
||
3932 | } |
||
3933 | ], |
||
3934 | "description": "Provides the functionality to compare PHP values for equality", |
||
3935 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
3936 | "keywords": [ |
||
3937 | "comparator", |
||
3938 | "compare", |
||
3939 | "equality" |
||
3940 | ], |
||
3941 | "time": "2017-01-29T09:50:25+00:00" |
||
3942 | }, |
||
3943 | { |
||
3944 | "name": "sebastian/diff", |
||
3945 | "version": "1.4.1", |
||
3946 | "source": { |
||
3947 | "type": "git", |
||
3948 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3949 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
3950 | }, |
||
3951 | "dist": { |
||
3952 | "type": "zip", |
||
3953 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3954 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3955 | "shasum": "" |
||
3956 | }, |
||
3957 | "require": { |
||
3958 | "php": ">=5.3.3" |
||
3959 | }, |
||
3960 | "require-dev": { |
||
3961 | "phpunit/phpunit": "~4.8" |
||
3962 | }, |
||
3963 | "type": "library", |
||
3964 | "extra": { |
||
3965 | "branch-alias": { |
||
3966 | "dev-master": "1.4-dev" |
||
3967 | } |
||
3968 | }, |
||
3969 | "autoload": { |
||
3970 | "classmap": [ |
||
3971 | "src/" |
||
3972 | ] |
||
3973 | }, |
||
3974 | "notification-url": "https://packagist.org/downloads/", |
||
3975 | "license": [ |
||
3976 | "BSD-3-Clause" |
||
3977 | ], |
||
3978 | "authors": [ |
||
3979 | { |
||
3980 | "name": "Kore Nordmann", |
||
3981 | "email": "[email protected]" |
||
3982 | }, |
||
3983 | { |
||
3984 | "name": "Sebastian Bergmann", |
||
3985 | "email": "[email protected]" |
||
3986 | } |
||
3987 | ], |
||
3988 | "description": "Diff implementation", |
||
3989 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
3990 | "keywords": [ |
||
3991 | "diff" |
||
3992 | ], |
||
3993 | "time": "2015-12-08T07:14:41+00:00" |
||
3994 | }, |
||
3995 | { |
||
3996 | "name": "sebastian/environment", |
||
3997 | "version": "1.3.8", |
||
3998 | "source": { |
||
3999 | "type": "git", |
||
4000 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4001 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
4002 | }, |
||
4003 | "dist": { |
||
4004 | "type": "zip", |
||
4005 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
4006 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
4007 | "shasum": "" |
||
4008 | }, |
||
4009 | "require": { |
||
4010 | "php": "^5.3.3 || ^7.0" |
||
4011 | }, |
||
4012 | "require-dev": { |
||
4013 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
4014 | }, |
||
4015 | "type": "library", |
||
4016 | "extra": { |
||
4017 | "branch-alias": { |
||
4018 | "dev-master": "1.3.x-dev" |
||
4019 | } |
||
4020 | }, |
||
4021 | "autoload": { |
||
4022 | "classmap": [ |
||
4023 | "src/" |
||
4024 | ] |
||
4025 | }, |
||
4026 | "notification-url": "https://packagist.org/downloads/", |
||
4027 | "license": [ |
||
4028 | "BSD-3-Clause" |
||
4029 | ], |
||
4030 | "authors": [ |
||
4031 | { |
||
4032 | "name": "Sebastian Bergmann", |
||
4033 | "email": "[email protected]" |
||
4034 | } |
||
4035 | ], |
||
4036 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4037 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4038 | "keywords": [ |
||
4039 | "Xdebug", |
||
4040 | "environment", |
||
4041 | "hhvm" |
||
4042 | ], |
||
4043 | "time": "2016-08-18T05:49:44+00:00" |
||
4044 | }, |
||
4045 | { |
||
4046 | "name": "sebastian/exporter", |
||
4047 | "version": "1.2.2", |
||
4048 | "source": { |
||
4049 | "type": "git", |
||
4050 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4051 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
4052 | }, |
||
4053 | "dist": { |
||
4054 | "type": "zip", |
||
4055 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4056 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4057 | "shasum": "" |
||
4058 | }, |
||
4059 | "require": { |
||
4060 | "php": ">=5.3.3", |
||
4061 | "sebastian/recursion-context": "~1.0" |
||
4062 | }, |
||
4063 | "require-dev": { |
||
4064 | "ext-mbstring": "*", |
||
4065 | "phpunit/phpunit": "~4.4" |
||
4066 | }, |
||
4067 | "type": "library", |
||
4068 | "extra": { |
||
4069 | "branch-alias": { |
||
4070 | "dev-master": "1.3.x-dev" |
||
4071 | } |
||
4072 | }, |
||
4073 | "autoload": { |
||
4074 | "classmap": [ |
||
4075 | "src/" |
||
4076 | ] |
||
4077 | }, |
||
4078 | "notification-url": "https://packagist.org/downloads/", |
||
4079 | "license": [ |
||
4080 | "BSD-3-Clause" |
||
4081 | ], |
||
4082 | "authors": [ |
||
4083 | { |
||
4084 | "name": "Jeff Welch", |
||
4085 | "email": "[email protected]" |
||
4086 | }, |
||
4087 | { |
||
4088 | "name": "Volker Dusch", |
||
4089 | "email": "[email protected]" |
||
4090 | }, |
||
4091 | { |
||
4092 | "name": "Bernhard Schussek", |
||
4093 | "email": "[email protected]" |
||
4094 | }, |
||
4095 | { |
||
4096 | "name": "Sebastian Bergmann", |
||
4097 | "email": "[email protected]" |
||
4098 | }, |
||
4099 | { |
||
4100 | "name": "Adam Harvey", |
||
4101 | "email": "[email protected]" |
||
4102 | } |
||
4103 | ], |
||
4104 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4105 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4106 | "keywords": [ |
||
4107 | "export", |
||
4108 | "exporter" |
||
4109 | ], |
||
4110 | "time": "2016-06-17T09:04:28+00:00" |
||
4111 | }, |
||
4112 | { |
||
4113 | "name": "sebastian/finder-facade", |
||
4114 | "version": "1.2.1", |
||
4115 | "source": { |
||
4116 | "type": "git", |
||
4117 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
4118 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
4119 | }, |
||
4120 | "dist": { |
||
4121 | "type": "zip", |
||
4122 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4123 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4124 | "shasum": "" |
||
4125 | }, |
||
4126 | "require": { |
||
4127 | "symfony/finder": "~2.3|~3.0", |
||
4128 | "theseer/fdomdocument": "~1.3" |
||
4129 | }, |
||
4130 | "type": "library", |
||
4131 | "autoload": { |
||
4132 | "classmap": [ |
||
4133 | "src/" |
||
4134 | ] |
||
4135 | }, |
||
4136 | "notification-url": "https://packagist.org/downloads/", |
||
4137 | "license": [ |
||
4138 | "BSD-3-Clause" |
||
4139 | ], |
||
4140 | "authors": [ |
||
4141 | { |
||
4142 | "name": "Sebastian Bergmann", |
||
4143 | "email": "[email protected]", |
||
4144 | "role": "lead" |
||
4145 | } |
||
4146 | ], |
||
4147 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
4148 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
4149 | "time": "2016-02-17T07:02:23+00:00" |
||
4150 | }, |
||
4151 | { |
||
4152 | "name": "sebastian/global-state", |
||
4153 | "version": "1.1.1", |
||
4154 | "source": { |
||
4155 | "type": "git", |
||
4156 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4157 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4158 | }, |
||
4159 | "dist": { |
||
4160 | "type": "zip", |
||
4161 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4162 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4163 | "shasum": "" |
||
4164 | }, |
||
4165 | "require": { |
||
4166 | "php": ">=5.3.3" |
||
4167 | }, |
||
4168 | "require-dev": { |
||
4169 | "phpunit/phpunit": "~4.2" |
||
4170 | }, |
||
4171 | "suggest": { |
||
4172 | "ext-uopz": "*" |
||
4173 | }, |
||
4174 | "type": "library", |
||
4175 | "extra": { |
||
4176 | "branch-alias": { |
||
4177 | "dev-master": "1.0-dev" |
||
4178 | } |
||
4179 | }, |
||
4180 | "autoload": { |
||
4181 | "classmap": [ |
||
4182 | "src/" |
||
4183 | ] |
||
4184 | }, |
||
4185 | "notification-url": "https://packagist.org/downloads/", |
||
4186 | "license": [ |
||
4187 | "BSD-3-Clause" |
||
4188 | ], |
||
4189 | "authors": [ |
||
4190 | { |
||
4191 | "name": "Sebastian Bergmann", |
||
4192 | "email": "[email protected]" |
||
4193 | } |
||
4194 | ], |
||
4195 | "description": "Snapshotting of global state", |
||
4196 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4197 | "keywords": [ |
||
4198 | "global state" |
||
4199 | ], |
||
4200 | "time": "2015-10-12T03:26:01+00:00" |
||
4201 | }, |
||
4202 | { |
||
4203 | "name": "sebastian/phpcpd", |
||
4204 | "version": "2.0.4", |
||
4205 | "source": { |
||
4206 | "type": "git", |
||
4207 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
4208 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" |
||
4209 | }, |
||
4210 | "dist": { |
||
4211 | "type": "zip", |
||
4212 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4213 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4214 | "shasum": "" |
||
4215 | }, |
||
4216 | "require": { |
||
4217 | "php": ">=5.3.3", |
||
4218 | "phpunit/php-timer": ">=1.0.6", |
||
4219 | "sebastian/finder-facade": "~1.1", |
||
4220 | "sebastian/version": "~1.0|~2.0", |
||
4221 | "symfony/console": "~2.7|^3.0", |
||
4222 | "theseer/fdomdocument": "~1.4" |
||
4223 | }, |
||
4224 | "bin": [ |
||
4225 | "phpcpd" |
||
4226 | ], |
||
4227 | "type": "library", |
||
4228 | "extra": { |
||
4229 | "branch-alias": { |
||
4230 | "dev-master": "2.0-dev" |
||
4231 | } |
||
4232 | }, |
||
4233 | "autoload": { |
||
4234 | "classmap": [ |
||
4235 | "src/" |
||
4236 | ] |
||
4237 | }, |
||
4238 | "notification-url": "https://packagist.org/downloads/", |
||
4239 | "license": [ |
||
4240 | "BSD-3-Clause" |
||
4241 | ], |
||
4242 | "authors": [ |
||
4243 | { |
||
4244 | "name": "Sebastian Bergmann", |
||
4245 | "email": "[email protected]", |
||
4246 | "role": "lead" |
||
4247 | } |
||
4248 | ], |
||
4249 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
4250 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
4251 | "time": "2016-04-17T19:32:49+00:00" |
||
4252 | }, |
||
4253 | { |
||
4254 | "name": "sebastian/recursion-context", |
||
4255 | "version": "1.0.2", |
||
4256 | "source": { |
||
4257 | "type": "git", |
||
4258 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4259 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
4260 | }, |
||
4261 | "dist": { |
||
4262 | "type": "zip", |
||
4263 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
4264 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
4265 | "shasum": "" |
||
4266 | }, |
||
4267 | "require": { |
||
4268 | "php": ">=5.3.3" |
||
4269 | }, |
||
4270 | "require-dev": { |
||
4271 | "phpunit/phpunit": "~4.4" |
||
4272 | }, |
||
4273 | "type": "library", |
||
4274 | "extra": { |
||
4275 | "branch-alias": { |
||
4276 | "dev-master": "1.0.x-dev" |
||
4277 | } |
||
4278 | }, |
||
4279 | "autoload": { |
||
4280 | "classmap": [ |
||
4281 | "src/" |
||
4282 | ] |
||
4283 | }, |
||
4284 | "notification-url": "https://packagist.org/downloads/", |
||
4285 | "license": [ |
||
4286 | "BSD-3-Clause" |
||
4287 | ], |
||
4288 | "authors": [ |
||
4289 | { |
||
4290 | "name": "Jeff Welch", |
||
4291 | "email": "[email protected]" |
||
4292 | }, |
||
4293 | { |
||
4294 | "name": "Sebastian Bergmann", |
||
4295 | "email": "[email protected]" |
||
4296 | }, |
||
4297 | { |
||
4298 | "name": "Adam Harvey", |
||
4299 | "email": "[email protected]" |
||
4300 | } |
||
4301 | ], |
||
4302 | "description": "Provides functionality to recursively process PHP variables", |
||
4303 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4304 | "time": "2015-11-11T19:50:13+00:00" |
||
4305 | }, |
||
4306 | { |
||
4307 | "name": "sebastian/version", |
||
4308 | "version": "1.0.6", |
||
4309 | "source": { |
||
4310 | "type": "git", |
||
4311 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4312 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
4313 | }, |
||
4314 | "dist": { |
||
4315 | "type": "zip", |
||
4316 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4317 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4318 | "shasum": "" |
||
4319 | }, |
||
4320 | "type": "library", |
||
4321 | "autoload": { |
||
4322 | "classmap": [ |
||
4323 | "src/" |
||
4324 | ] |
||
4325 | }, |
||
4326 | "notification-url": "https://packagist.org/downloads/", |
||
4327 | "license": [ |
||
4328 | "BSD-3-Clause" |
||
4329 | ], |
||
4330 | "authors": [ |
||
4331 | { |
||
4332 | "name": "Sebastian Bergmann", |
||
4333 | "email": "[email protected]", |
||
4334 | "role": "lead" |
||
4335 | } |
||
4336 | ], |
||
4337 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4338 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4339 | "time": "2015-06-21T13:59:46+00:00" |
||
4340 | }, |
||
4341 | { |
||
4342 | "name": "sensiolabs/security-checker", |
||
4343 | "version": "v2.0.5", |
||
4344 | "source": { |
||
4345 | "type": "git", |
||
4346 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
4347 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810" |
||
4348 | }, |
||
4349 | "dist": { |
||
4350 | "type": "zip", |
||
4351 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
4352 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
4353 | "shasum": "" |
||
4354 | }, |
||
4355 | "require": { |
||
4356 | "ext-curl": "*", |
||
4357 | "symfony/console": "~2.0" |
||
4358 | }, |
||
4359 | "bin": [ |
||
4360 | "security-checker" |
||
4361 | ], |
||
4362 | "type": "library", |
||
4363 | "extra": { |
||
4364 | "branch-alias": { |
||
4365 | "dev-master": "2.0-dev" |
||
4366 | } |
||
4367 | }, |
||
4368 | "autoload": { |
||
4369 | "psr-0": { |
||
4370 | "SensioLabs\\Security": "" |
||
4371 | } |
||
4372 | }, |
||
4373 | "notification-url": "https://packagist.org/downloads/", |
||
4374 | "license": [ |
||
4375 | "MIT" |
||
4376 | ], |
||
4377 | "authors": [ |
||
4378 | { |
||
4379 | "name": "Fabien Potencier", |
||
4380 | "email": "[email protected]" |
||
4381 | } |
||
4382 | ], |
||
4383 | "description": "A security checker for your composer.lock", |
||
4384 | "time": "2015-05-28T14:22:40+00:00" |
||
4385 | }, |
||
4386 | { |
||
4387 | "name": "squizlabs/php_codesniffer", |
||
4388 | "version": "1.5.6", |
||
4389 | "source": { |
||
4390 | "type": "git", |
||
4391 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
4392 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5" |
||
4393 | }, |
||
4394 | "dist": { |
||
4395 | "type": "zip", |
||
4396 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4397 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4398 | "shasum": "" |
||
4399 | }, |
||
4400 | "require": { |
||
4401 | "ext-tokenizer": "*", |
||
4402 | "php": ">=5.1.2" |
||
4403 | }, |
||
4404 | "suggest": { |
||
4405 | "phpunit/php-timer": "dev-master" |
||
4406 | }, |
||
4407 | "bin": [ |
||
4408 | "scripts/phpcs" |
||
4409 | ], |
||
4410 | "type": "library", |
||
4411 | "extra": { |
||
4412 | "branch-alias": { |
||
4413 | "dev-phpcs-fixer": "2.0.x-dev" |
||
4414 | } |
||
4415 | }, |
||
4416 | "autoload": { |
||
4417 | "classmap": [ |
||
4418 | "CodeSniffer.php", |
||
4419 | "CodeSniffer/CLI.php", |
||
4420 | "CodeSniffer/Exception.php", |
||
4421 | "CodeSniffer/File.php", |
||
4422 | "CodeSniffer/Report.php", |
||
4423 | "CodeSniffer/Reporting.php", |
||
4424 | "CodeSniffer/Sniff.php", |
||
4425 | "CodeSniffer/Tokens.php", |
||
4426 | "CodeSniffer/Reports/", |
||
4427 | "CodeSniffer/CommentParser/", |
||
4428 | "CodeSniffer/Tokenizers/", |
||
4429 | "CodeSniffer/DocGenerators/", |
||
4430 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
4431 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
4432 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
4433 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
4434 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
4435 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
4436 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
4437 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
4438 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
4439 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
4440 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
4441 | ] |
||
4442 | }, |
||
4443 | "notification-url": "https://packagist.org/downloads/", |
||
4444 | "license": [ |
||
4445 | "BSD-3-Clause" |
||
4446 | ], |
||
4447 | "authors": [ |
||
4448 | { |
||
4449 | "name": "Greg Sherwood", |
||
4450 | "role": "lead" |
||
4451 | } |
||
4452 | ], |
||
4453 | "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
4454 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
4455 | "keywords": [ |
||
4456 | "phpcs", |
||
4457 | "standards" |
||
4458 | ], |
||
4459 | "time": "2014-12-04T22:32:15+00:00" |
||
4460 | }, |
||
4461 | { |
||
4462 | "name": "symfony/console", |
||
4463 | "version": "v2.8.38", |
||
4464 | "source": { |
||
4465 | "type": "git", |
||
4466 | "url": "https://github.com/symfony/console.git", |
||
4467 | "reference": "7f78892d900c72a40acd1fe793c856ef0c110f26" |
||
4468 | }, |
||
4469 | "dist": { |
||
4470 | "type": "zip", |
||
4471 | "url": "https://api.github.com/repos/symfony/console/zipball/7f78892d900c72a40acd1fe793c856ef0c110f26", |
||
4472 | "reference": "7f78892d900c72a40acd1fe793c856ef0c110f26", |
||
4473 | "shasum": "" |
||
4474 | }, |
||
4475 | "require": { |
||
4476 | "php": ">=5.3.9", |
||
4477 | "symfony/debug": "^2.7.2|~3.0.0", |
||
4478 | "symfony/polyfill-mbstring": "~1.0" |
||
4479 | }, |
||
4480 | "require-dev": { |
||
4481 | "psr/log": "~1.0", |
||
4482 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
4483 | "symfony/process": "~2.1|~3.0.0" |
||
4484 | }, |
||
4485 | "suggest": { |
||
4486 | "psr/log": "For using the console logger", |
||
4487 | "symfony/event-dispatcher": "", |
||
4488 | "symfony/process": "" |
||
4489 | }, |
||
4490 | "type": "library", |
||
4491 | "extra": { |
||
4492 | "branch-alias": { |
||
4493 | "dev-master": "2.8-dev" |
||
4494 | } |
||
4495 | }, |
||
4496 | "autoload": { |
||
4497 | "psr-4": { |
||
4498 | "Symfony\\Component\\Console\\": "" |
||
4499 | }, |
||
4500 | "exclude-from-classmap": [ |
||
4501 | "/Tests/" |
||
4502 | ] |
||
4503 | }, |
||
4504 | "notification-url": "https://packagist.org/downloads/", |
||
4505 | "license": [ |
||
4506 | "MIT" |
||
4507 | ], |
||
4508 | "authors": [ |
||
4509 | { |
||
4510 | "name": "Fabien Potencier", |
||
4511 | "email": "[email protected]" |
||
4512 | }, |
||
4513 | { |
||
4514 | "name": "Symfony Community", |
||
4515 | "homepage": "https://symfony.com/contributors" |
||
4516 | } |
||
4517 | ], |
||
4518 | "description": "Symfony Console Component", |
||
4519 | "homepage": "https://symfony.com", |
||
4520 | "time": "2018-04-03T05:20:27+00:00" |
||
4521 | }, |
||
4522 | { |
||
4523 | "name": "symfony/yaml", |
||
4524 | "version": "v3.3.16", |
||
4525 | "source": { |
||
4526 | "type": "git", |
||
4527 | "url": "https://github.com/symfony/yaml.git", |
||
4528 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d" |
||
4529 | }, |
||
4530 | "dist": { |
||
4531 | "type": "zip", |
||
4532 | "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d", |
||
4533 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d", |
||
4534 | "shasum": "" |
||
4535 | }, |
||
4536 | "require": { |
||
4537 | "php": "^5.5.9|>=7.0.8" |
||
4538 | }, |
||
4539 | "require-dev": { |
||
4540 | "symfony/console": "~2.8|~3.0" |
||
4541 | }, |
||
4542 | "suggest": { |
||
4543 | "symfony/console": "For validating YAML files using the lint command" |
||
4544 | }, |
||
4545 | "type": "library", |
||
4546 | "extra": { |
||
4547 | "branch-alias": { |
||
4548 | "dev-master": "3.3-dev" |
||
4549 | } |
||
4550 | }, |
||
4551 | "autoload": { |
||
4552 | "psr-4": { |
||
4553 | "Symfony\\Component\\Yaml\\": "" |
||
4554 | }, |
||
4555 | "exclude-from-classmap": [ |
||
4556 | "/Tests/" |
||
4557 | ] |
||
4558 | }, |
||
4559 | "notification-url": "https://packagist.org/downloads/", |
||
4560 | "license": [ |
||
4561 | "MIT" |
||
4562 | ], |
||
4563 | "authors": [ |
||
4564 | { |
||
4565 | "name": "Fabien Potencier", |
||
4566 | "email": "[email protected]" |
||
4567 | }, |
||
4568 | { |
||
4569 | "name": "Symfony Community", |
||
4570 | "homepage": "https://symfony.com/contributors" |
||
4571 | } |
||
4572 | ], |
||
4573 | "description": "Symfony Yaml Component", |
||
4574 | "homepage": "https://symfony.com", |
||
4575 | "time": "2018-01-20T15:04:53+00:00" |
||
4576 | }, |
||
4577 | { |
||
4578 | "name": "theseer/fdomdocument", |
||
4579 | "version": "1.6.1", |
||
4580 | "source": { |
||
4581 | "type": "git", |
||
4582 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
4583 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684" |
||
4584 | }, |
||
4585 | "dist": { |
||
4586 | "type": "zip", |
||
4587 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
4588 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
4589 | "shasum": "" |
||
4590 | }, |
||
4591 | "require": { |
||
4592 | "ext-dom": "*", |
||
4593 | "lib-libxml": "*", |
||
4594 | "php": ">=5.3.3" |
||
4595 | }, |
||
4596 | "type": "library", |
||
4597 | "autoload": { |
||
4598 | "classmap": [ |
||
4599 | "src/" |
||
4600 | ] |
||
4601 | }, |
||
4602 | "notification-url": "https://packagist.org/downloads/", |
||
4603 | "license": [ |
||
4604 | "BSD-3-Clause" |
||
4605 | ], |
||
4606 | "authors": [ |
||
4607 | { |
||
4608 | "name": "Arne Blankerts", |
||
4609 | "email": "[email protected]", |
||
4610 | "role": "lead" |
||
4611 | } |
||
4612 | ], |
||
4613 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
4614 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
4615 | "time": "2015-05-27T22:58:02+00:00" |
||
4616 | }, |
||
4617 | { |
||
4618 | "name": "webmozart/assert", |
||
4619 | "version": "1.2.0", |
||
4620 | "source": { |
||
4621 | "type": "git", |
||
4622 | "url": "https://github.com/webmozart/assert.git", |
||
4623 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
4624 | }, |
||
4625 | "dist": { |
||
4626 | "type": "zip", |
||
4627 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
4628 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
4629 | "shasum": "" |
||
4630 | }, |
||
4631 | "require": { |
||
4632 | "php": "^5.3.3 || ^7.0" |
||
4633 | }, |
||
4634 | "require-dev": { |
||
4635 | "phpunit/phpunit": "^4.6", |
||
4636 | "sebastian/version": "^1.0.1" |
||
4637 | }, |
||
4638 | "type": "library", |
||
4639 | "extra": { |
||
4640 | "branch-alias": { |
||
4641 | "dev-master": "1.3-dev" |
||
4642 | } |
||
4643 | }, |
||
4644 | "autoload": { |
||
4645 | "psr-4": { |
||
4646 | "Webmozart\\Assert\\": "src/" |
||
4647 | } |
||
4648 | }, |
||
4649 | "notification-url": "https://packagist.org/downloads/", |
||
4650 | "license": [ |
||
4651 | "MIT" |
||
4652 | ], |
||
4653 | "authors": [ |
||
4654 | { |
||
4655 | "name": "Bernhard Schussek", |
||
4656 | "email": "[email protected]" |
||
4657 | } |
||
4658 | ], |
||
4659 | "description": "Assertions to validate method input/output with nice error messages.", |
||
4660 | "keywords": [ |
||
4661 | "assert", |
||
4662 | "check", |
||
4663 | "validate" |
||
4664 | ], |
||
4665 | "time": "2016-11-23T20:04:58+00:00" |
||
4666 | } |
||
4667 | ], |
||
4668 | "aliases": [], |
||
4669 | "minimum-stability": "dev", |
||
4670 | "stability-flags": { |
||
4671 | "surfnet/stepup-saml-bundle": 20 |
||
4672 | }, |
||
4673 | "prefer-stable": false, |
||
4674 | "prefer-lowest": false, |
||
4675 | "platform": { |
||
4676 | "php": "^5.6|^7.0", |
||
4677 | "ext-gmp": "*", |
||
4678 | "ext-openssl": "*" |
||
4679 | }, |
||
4680 | "platform-dev": [] |
||
4681 | } |
||
4682 |