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#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "4dc1264691b477460d30eae3344d1f9f", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
11 | "version": "v1.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "fae359b3efd908e407a0105ff8956b5c94ddca8e" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/fae359b3efd908e407a0105ff8956b5c94ddca8e", |
||
20 | "reference": "fae359b3efd908e407a0105ff8956b5c94ddca8e", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": ">=5.3.2" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*" |
||
29 | }, |
||
30 | "type": "library", |
||
31 | "autoload": { |
||
32 | "psr-0": { |
||
33 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
34 | } |
||
35 | }, |
||
36 | "notification-url": "https://packagist.org/downloads/", |
||
37 | "license": [ |
||
38 | "MIT" |
||
39 | ], |
||
40 | "authors": [ |
||
41 | { |
||
42 | "name": "Jonathan Wage", |
||
43 | "email": "[email protected]", |
||
44 | "homepage": "http://www.jwage.com/", |
||
45 | "role": "Creator" |
||
46 | }, |
||
47 | { |
||
48 | "name": "Guilherme Blanco", |
||
49 | "email": "[email protected]", |
||
50 | "homepage": "http://www.instaclick.com" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Roman Borschel", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Benjamin Eberlei", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Johannes Schmitt", |
||
62 | "email": "[email protected]", |
||
63 | "homepage": "https://github.com/schmittjoh", |
||
64 | "role": "Developer of wrapped JMSSerializerBundle" |
||
65 | } |
||
66 | ], |
||
67 | "description": "Docblock Annotations Parser", |
||
68 | "homepage": "http://www.doctrine-project.org", |
||
69 | "keywords": [ |
||
70 | "annotations", |
||
71 | "docblock", |
||
72 | "parser" |
||
73 | ], |
||
74 | "time": "2013-01-12T19:23:32+00:00" |
||
75 | }, |
||
76 | { |
||
77 | "name": "doctrine/cache", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/cache:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
78 | "version": "v1.0", |
||
79 | "source": { |
||
80 | "type": "git", |
||
81 | "url": "https://github.com/doctrine/cache.git", |
||
82 | "reference": "914abe4a49f2eae2b268073cca147b530da0308a" |
||
83 | }, |
||
84 | "dist": { |
||
85 | "type": "zip", |
||
86 | "url": "https://api.github.com/repos/doctrine/cache/zipball/914abe4a49f2eae2b268073cca147b530da0308a", |
||
87 | "reference": "914abe4a49f2eae2b268073cca147b530da0308a", |
||
88 | "shasum": "" |
||
89 | }, |
||
90 | "require": { |
||
91 | "php": ">=5.3.2" |
||
92 | }, |
||
93 | "type": "library", |
||
94 | "autoload": { |
||
95 | "psr-0": { |
||
96 | "Doctrine\\Common\\Cache\\": "lib/" |
||
97 | } |
||
98 | }, |
||
99 | "notification-url": "https://packagist.org/downloads/", |
||
100 | "license": [ |
||
101 | "MIT" |
||
102 | ], |
||
103 | "authors": [ |
||
104 | { |
||
105 | "name": "Jonathan Wage", |
||
106 | "email": "[email protected]", |
||
107 | "homepage": "http://www.jwage.com/", |
||
108 | "role": "Creator" |
||
109 | }, |
||
110 | { |
||
111 | "name": "Guilherme Blanco", |
||
112 | "email": "[email protected]", |
||
113 | "homepage": "http://www.instaclick.com" |
||
114 | }, |
||
115 | { |
||
116 | "name": "Roman Borschel", |
||
117 | "email": "[email protected]" |
||
118 | }, |
||
119 | { |
||
120 | "name": "Benjamin Eberlei", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Johannes Schmitt", |
||
125 | "email": "[email protected]", |
||
126 | "homepage": "https://github.com/schmittjoh", |
||
127 | "role": "Developer of wrapped JMSSerializerBundle" |
||
128 | } |
||
129 | ], |
||
130 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
131 | "homepage": "http://www.doctrine-project.org", |
||
132 | "keywords": [ |
||
133 | "cache", |
||
134 | "caching" |
||
135 | ], |
||
136 | "time": "2013-01-10T22:43:46+00:00" |
||
137 | }, |
||
138 | { |
||
139 | "name": "doctrine/common", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/common:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
140 | "version": "2.3.0", |
||
141 | "source": { |
||
142 | "type": "git", |
||
143 | "url": "https://github.com/doctrine/common.git", |
||
144 | "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2" |
||
145 | }, |
||
146 | "dist": { |
||
147 | "type": "zip", |
||
148 | "url": "https://api.github.com/repos/doctrine/common/zipball/d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", |
||
149 | "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", |
||
150 | "shasum": "" |
||
151 | }, |
||
152 | "require": { |
||
153 | "php": ">=5.3.2" |
||
154 | }, |
||
155 | "type": "library", |
||
156 | "extra": { |
||
157 | "branch-alias": { |
||
158 | "dev-master": "2.3.x-dev" |
||
159 | } |
||
160 | }, |
||
161 | "autoload": { |
||
162 | "psr-0": { |
||
163 | "Doctrine\\Common": "lib/" |
||
164 | } |
||
165 | }, |
||
166 | "notification-url": "https://packagist.org/downloads/", |
||
167 | "license": [ |
||
168 | "MIT" |
||
169 | ], |
||
170 | "authors": [ |
||
171 | { |
||
172 | "name": "Jonathan Wage", |
||
173 | "email": "[email protected]", |
||
174 | "homepage": "http://www.jwage.com/", |
||
175 | "role": "Creator" |
||
176 | }, |
||
177 | { |
||
178 | "name": "Guilherme Blanco", |
||
179 | "email": "[email protected]", |
||
180 | "homepage": "http://www.instaclick.com" |
||
181 | }, |
||
182 | { |
||
183 | "name": "Roman Borschel", |
||
184 | "email": "[email protected]" |
||
185 | }, |
||
186 | { |
||
187 | "name": "Benjamin Eberlei", |
||
188 | "email": "[email protected]" |
||
189 | }, |
||
190 | { |
||
191 | "name": "Johannes Schmitt", |
||
192 | "email": "[email protected]", |
||
193 | "homepage": "https://github.com/schmittjoh", |
||
194 | "role": "Developer of wrapped JMSSerializerBundle" |
||
195 | } |
||
196 | ], |
||
197 | "description": "Common Library for Doctrine projects", |
||
198 | "homepage": "http://www.doctrine-project.org", |
||
199 | "keywords": [ |
||
200 | "annotations", |
||
201 | "collections", |
||
202 | "eventmanager", |
||
203 | "persistence", |
||
204 | "spl" |
||
205 | ], |
||
206 | "time": "2012-09-20T05:55:18+00:00" |
||
207 | }, |
||
208 | { |
||
209 | "name": "doctrine/dbal", |
||
210 | "version": "2.3.0", |
||
211 | "source": { |
||
212 | "type": "git", |
||
213 | "url": "https://github.com/doctrine/dbal.git", |
||
214 | "reference": "30dc433ea08f4863479700492bdb70c3b06440bd" |
||
215 | }, |
||
216 | "dist": { |
||
217 | "type": "zip", |
||
218 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/30dc433ea08f4863479700492bdb70c3b06440bd", |
||
219 | "reference": "30dc433ea08f4863479700492bdb70c3b06440bd", |
||
220 | "shasum": "" |
||
221 | }, |
||
222 | "require": { |
||
223 | "doctrine/common": "2.3.*", |
||
224 | "php": ">=5.3.2" |
||
225 | }, |
||
226 | "type": "library", |
||
227 | "extra": { |
||
228 | "branch-alias": { |
||
229 | "dev-master": "2.3.x-dev" |
||
230 | } |
||
231 | }, |
||
232 | "autoload": { |
||
233 | "psr-0": { |
||
234 | "Doctrine\\DBAL": "lib/" |
||
235 | } |
||
236 | }, |
||
237 | "notification-url": "https://packagist.org/downloads/", |
||
238 | "license": [ |
||
239 | "MIT" |
||
240 | ], |
||
241 | "authors": [ |
||
242 | { |
||
243 | "name": "Jonathan Wage", |
||
244 | "email": "[email protected]", |
||
245 | "homepage": "http://www.jwage.com/", |
||
246 | "role": "Creator" |
||
247 | }, |
||
248 | { |
||
249 | "name": "Guilherme Blanco", |
||
250 | "email": "[email protected]", |
||
251 | "homepage": "http://www.instaclick.com" |
||
252 | }, |
||
253 | { |
||
254 | "name": "Roman Borschel", |
||
255 | "email": "[email protected]" |
||
256 | }, |
||
257 | { |
||
258 | "name": "Benjamin Eberlei", |
||
259 | "email": "[email protected]" |
||
260 | } |
||
261 | ], |
||
262 | "description": "Database Abstraction Layer", |
||
263 | "homepage": "http://www.doctrine-project.org", |
||
264 | "keywords": [ |
||
265 | "database", |
||
266 | "dbal", |
||
267 | "persistence", |
||
268 | "queryobject" |
||
269 | ], |
||
270 | "time": "2012-09-20T05:56:37+00:00" |
||
271 | }, |
||
272 | { |
||
273 | "name": "doctrine/inflector", |
||
274 | "version": "v1.0", |
||
275 | "source": { |
||
276 | "type": "git", |
||
277 | "url": "https://github.com/doctrine/inflector.git", |
||
278 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
279 | }, |
||
280 | "dist": { |
||
281 | "type": "zip", |
||
282 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
283 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
284 | "shasum": "" |
||
285 | }, |
||
286 | "require": { |
||
287 | "php": ">=5.3.2" |
||
288 | }, |
||
289 | "type": "library", |
||
290 | "autoload": { |
||
291 | "psr-0": { |
||
292 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
293 | } |
||
294 | }, |
||
295 | "notification-url": "https://packagist.org/downloads/", |
||
296 | "license": [ |
||
297 | "MIT" |
||
298 | ], |
||
299 | "authors": [ |
||
300 | { |
||
301 | "name": "Jonathan Wage", |
||
302 | "email": "[email protected]", |
||
303 | "homepage": "http://www.jwage.com/", |
||
304 | "role": "Creator" |
||
305 | }, |
||
306 | { |
||
307 | "name": "Guilherme Blanco", |
||
308 | "email": "[email protected]", |
||
309 | "homepage": "http://www.instaclick.com" |
||
310 | }, |
||
311 | { |
||
312 | "name": "Roman Borschel", |
||
313 | "email": "[email protected]" |
||
314 | }, |
||
315 | { |
||
316 | "name": "Benjamin Eberlei", |
||
317 | "email": "[email protected]" |
||
318 | }, |
||
319 | { |
||
320 | "name": "Johannes Schmitt", |
||
321 | "email": "[email protected]", |
||
322 | "homepage": "https://github.com/schmittjoh", |
||
323 | "role": "Developer of wrapped JMSSerializerBundle" |
||
324 | } |
||
325 | ], |
||
326 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
327 | "homepage": "http://www.doctrine-project.org", |
||
328 | "keywords": [ |
||
329 | "inflection", |
||
330 | "pluarlize", |
||
331 | "singuarlize", |
||
332 | "string" |
||
333 | ], |
||
334 | "time": "2013-01-10T21:49:15+00:00" |
||
335 | }, |
||
336 | { |
||
337 | "name": "doctrine/lexer", |
||
338 | "version": "v1.0", |
||
339 | "source": { |
||
340 | "type": "git", |
||
341 | "url": "https://github.com/doctrine/lexer.git", |
||
342 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
343 | }, |
||
344 | "dist": { |
||
345 | "type": "zip", |
||
346 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
347 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
348 | "shasum": "" |
||
349 | }, |
||
350 | "require": { |
||
351 | "php": ">=5.3.2" |
||
352 | }, |
||
353 | "type": "library", |
||
354 | "autoload": { |
||
355 | "psr-0": { |
||
356 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
357 | } |
||
358 | }, |
||
359 | "notification-url": "https://packagist.org/downloads/", |
||
360 | "license": [ |
||
361 | "MIT" |
||
362 | ], |
||
363 | "authors": [ |
||
364 | { |
||
365 | "name": "Guilherme Blanco", |
||
366 | "email": "[email protected]", |
||
367 | "homepage": "http://www.instaclick.com" |
||
368 | }, |
||
369 | { |
||
370 | "name": "Roman Borschel", |
||
371 | "email": "[email protected]" |
||
372 | }, |
||
373 | { |
||
374 | "name": "Johannes Schmitt", |
||
375 | "email": "[email protected]", |
||
376 | "homepage": "https://github.com/schmittjoh", |
||
377 | "role": "Developer of wrapped JMSSerializerBundle" |
||
378 | } |
||
379 | ], |
||
380 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
381 | "homepage": "http://www.doctrine-project.org", |
||
382 | "keywords": [ |
||
383 | "lexer", |
||
384 | "parser" |
||
385 | ], |
||
386 | "time": "2013-01-12T18:59:04+00:00" |
||
387 | }, |
||
388 | { |
||
389 | "name": "doctrine/orm", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/orm:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
390 | "version": "2.3.0", |
||
391 | "source": { |
||
392 | "type": "git", |
||
393 | "url": "https://github.com/doctrine/doctrine2.git", |
||
394 | "reference": "b5e19dca182ee4c21dd26d14b2d707cd4ad4e95e" |
||
395 | }, |
||
396 | "dist": { |
||
397 | "type": "zip", |
||
398 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/b5e19dca182ee4c21dd26d14b2d707cd4ad4e95e", |
||
399 | "reference": "b5e19dca182ee4c21dd26d14b2d707cd4ad4e95e", |
||
400 | "shasum": "" |
||
401 | }, |
||
402 | "require": { |
||
403 | "doctrine/dbal": "2.3.*", |
||
404 | "ext-pdo": "*", |
||
405 | "php": ">=5.3.2", |
||
406 | "symfony/console": "2.*" |
||
407 | }, |
||
408 | "suggest": { |
||
409 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
410 | }, |
||
411 | "bin": [ |
||
412 | "bin/doctrine", |
||
413 | "bin/doctrine.php" |
||
414 | ], |
||
415 | "type": "library", |
||
416 | "extra": { |
||
417 | "branch-alias": { |
||
418 | "dev-master": "2.3.x-dev" |
||
419 | } |
||
420 | }, |
||
421 | "autoload": { |
||
422 | "psr-0": { |
||
423 | "Doctrine\\ORM": "lib/" |
||
424 | } |
||
425 | }, |
||
426 | "notification-url": "https://packagist.org/downloads/", |
||
427 | "license": [ |
||
428 | "MIT" |
||
429 | ], |
||
430 | "authors": [ |
||
431 | { |
||
432 | "name": "Jonathan Wage", |
||
433 | "email": "[email protected]", |
||
434 | "homepage": "http://www.jwage.com/", |
||
435 | "role": "Creator" |
||
436 | }, |
||
437 | { |
||
438 | "name": "Guilherme Blanco", |
||
439 | "email": "[email protected]", |
||
440 | "homepage": "http://www.instaclick.com" |
||
441 | }, |
||
442 | { |
||
443 | "name": "Roman Borschel", |
||
444 | "email": "[email protected]" |
||
445 | }, |
||
446 | { |
||
447 | "name": "Benjamin Eberlei", |
||
448 | "email": "[email protected]" |
||
449 | } |
||
450 | ], |
||
451 | "description": "Object-Relational-Mapper for PHP", |
||
452 | "homepage": "http://www.doctrine-project.org", |
||
453 | "keywords": [ |
||
454 | "database", |
||
455 | "orm" |
||
456 | ], |
||
457 | "time": "2012-09-20T06:03:34+00:00" |
||
458 | }, |
||
459 | { |
||
460 | "name": "knplabs/knp-menu", |
||
461 | "version": "v1.1.0", |
||
462 | "source": { |
||
463 | "type": "git", |
||
464 | "url": "https://github.com/KnpLabs/KnpMenu.git", |
||
465 | "reference": "eedc1a5f82850ca21775a707ba79f8d60d3e6ed2" |
||
466 | }, |
||
467 | "dist": { |
||
468 | "type": "zip", |
||
469 | "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/eedc1a5f82850ca21775a707ba79f8d60d3e6ed2", |
||
470 | "reference": "eedc1a5f82850ca21775a707ba79f8d60d3e6ed2", |
||
471 | "shasum": "" |
||
472 | }, |
||
473 | "require": { |
||
474 | "php": ">=5.3.0" |
||
475 | }, |
||
476 | "require-dev": { |
||
477 | "pimple/pimple": "*", |
||
478 | "silex/silex": "1.0.*", |
||
479 | "twig/twig": ">=1.2,<2.0-dev" |
||
480 | }, |
||
481 | "suggest": { |
||
482 | "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", |
||
483 | "silex/silex": "for the integration with your silex application", |
||
484 | "twig/twig": "for the TwigRenderer and the integration with your templates" |
||
485 | }, |
||
486 | "type": "library", |
||
487 | "extra": { |
||
488 | "branch-alias": { |
||
489 | "dev-master": "1.1.x-dev" |
||
490 | } |
||
491 | }, |
||
492 | "autoload": { |
||
493 | "psr-0": { |
||
494 | "Knp\\Menu\\": "src/" |
||
495 | } |
||
496 | }, |
||
497 | "notification-url": "https://packagist.org/downloads/", |
||
498 | "license": [ |
||
499 | "MIT" |
||
500 | ], |
||
501 | "authors": [ |
||
502 | { |
||
503 | "name": "Christophe Coevoet", |
||
504 | "email": "[email protected]" |
||
505 | }, |
||
506 | { |
||
507 | "name": "Knplabs", |
||
508 | "homepage": "http://knplabs.com" |
||
509 | }, |
||
510 | { |
||
511 | "name": "Symfony Community", |
||
512 | "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" |
||
513 | } |
||
514 | ], |
||
515 | "description": "An object oriented menu library", |
||
516 | "homepage": "http://knplabs.com", |
||
517 | "keywords": [ |
||
518 | "menu", |
||
519 | "tree" |
||
520 | ], |
||
521 | "time": "2012-05-17T09:23:56+00:00" |
||
522 | }, |
||
523 | { |
||
524 | "name": "knplabs/knp-menu-bundle", |
||
525 | "version": "v1.1.2", |
||
526 | "target-dir": "Knp/Bundle/MenuBundle", |
||
527 | "source": { |
||
528 | "type": "git", |
||
529 | "url": "https://github.com/KnpLabs/KnpMenuBundle.git", |
||
530 | "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9" |
||
531 | }, |
||
532 | "dist": { |
||
533 | "type": "zip", |
||
534 | "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9", |
||
535 | "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9", |
||
536 | "shasum": "" |
||
537 | }, |
||
538 | "require": { |
||
539 | "knplabs/knp-menu": "~1.1", |
||
540 | "symfony/framework-bundle": "~2.0" |
||
541 | }, |
||
542 | "type": "symfony-bundle", |
||
543 | "autoload": { |
||
544 | "psr-0": { |
||
545 | "Knp\\Bundle\\MenuBundle": "" |
||
546 | } |
||
547 | }, |
||
548 | "notification-url": "https://packagist.org/downloads/", |
||
549 | "license": [ |
||
550 | "MIT" |
||
551 | ], |
||
552 | "authors": [ |
||
553 | { |
||
554 | "name": "Christophe Coevoet", |
||
555 | "email": "[email protected]" |
||
556 | }, |
||
557 | { |
||
558 | "name": "Knplabs", |
||
559 | "homepage": "http://knplabs.com" |
||
560 | }, |
||
561 | { |
||
562 | "name": "Symfony Community", |
||
563 | "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" |
||
564 | } |
||
565 | ], |
||
566 | "description": "This bundle provides an integration of the KnpMenu library", |
||
567 | "keywords": [ |
||
568 | "menu" |
||
569 | ], |
||
570 | "time": "2013-05-25T10:20:03+00:00" |
||
571 | }, |
||
572 | { |
||
573 | "name": "psr/log", |
||
574 | "version": "1.0.0", |
||
575 | "source": { |
||
576 | "type": "git", |
||
577 | "url": "https://github.com/php-fig/log.git", |
||
578 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
579 | }, |
||
580 | "dist": { |
||
581 | "type": "zip", |
||
582 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
583 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
584 | "shasum": "" |
||
585 | }, |
||
586 | "type": "library", |
||
587 | "autoload": { |
||
588 | "psr-0": { |
||
589 | "Psr\\Log\\": "" |
||
590 | } |
||
591 | }, |
||
592 | "notification-url": "https://packagist.org/downloads/", |
||
593 | "license": [ |
||
594 | "MIT" |
||
595 | ], |
||
596 | "authors": [ |
||
597 | { |
||
598 | "name": "PHP-FIG", |
||
599 | "homepage": "http://www.php-fig.org/" |
||
600 | } |
||
601 | ], |
||
602 | "description": "Common interface for logging libraries", |
||
603 | "keywords": [ |
||
604 | "log", |
||
605 | "psr", |
||
606 | "psr-3" |
||
607 | ], |
||
608 | "time": "2012-12-21T11:40:51+00:00" |
||
609 | }, |
||
610 | { |
||
611 | "name": "sensio/generator-bundle", |
||
612 | "version": "v2.3.0", |
||
613 | "target-dir": "Sensio/Bundle/GeneratorBundle", |
||
614 | "source": { |
||
615 | "type": "git", |
||
616 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
617 | "reference": "d7dfc6338799d819b9e53eab453525745f895870" |
||
618 | }, |
||
619 | "dist": { |
||
620 | "type": "zip", |
||
621 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/d7dfc6338799d819b9e53eab453525745f895870", |
||
622 | "reference": "d7dfc6338799d819b9e53eab453525745f895870", |
||
623 | "shasum": "" |
||
624 | }, |
||
625 | "require": { |
||
626 | "symfony/console": "~2.0", |
||
627 | "symfony/framework-bundle": "~2.2" |
||
628 | }, |
||
629 | "require-dev": { |
||
630 | "doctrine/orm": "~2.2,>=2.2.3", |
||
631 | "symfony/doctrine-bridge": "~2.2", |
||
632 | "twig/twig": "~1.11" |
||
633 | }, |
||
634 | "type": "symfony-bundle", |
||
635 | "extra": { |
||
636 | "branch-alias": { |
||
637 | "dev-master": "2.3.x-dev" |
||
638 | } |
||
639 | }, |
||
640 | "autoload": { |
||
641 | "psr-0": { |
||
642 | "Sensio\\Bundle\\GeneratorBundle": "" |
||
643 | } |
||
644 | }, |
||
645 | "notification-url": "https://packagist.org/downloads/", |
||
646 | "license": [ |
||
647 | "MIT" |
||
648 | ], |
||
649 | "authors": [ |
||
650 | { |
||
651 | "name": "Fabien Potencier", |
||
652 | "email": "[email protected]", |
||
653 | "homepage": "http://fabien.potencier.org", |
||
654 | "role": "Lead Developer" |
||
655 | } |
||
656 | ], |
||
657 | "description": "This bundle generates code for you", |
||
658 | "time": "2013-06-02T16:13:06+00:00" |
||
659 | }, |
||
660 | { |
||
661 | "name": "sonata-project/admin-bundle", |
||
662 | "version": "2.3.4", |
||
663 | "source": { |
||
664 | "type": "git", |
||
665 | "url": "https://github.com/sonata-project/SonataAdminBundle.git", |
||
666 | "reference": "a037a230a156787abc5b8792438ce453635ff02d" |
||
667 | }, |
||
668 | "dist": { |
||
669 | "type": "zip", |
||
670 | "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/a037a230a156787abc5b8792438ce453635ff02d", |
||
671 | "reference": "a037a230a156787abc5b8792438ce453635ff02d", |
||
672 | "shasum": "" |
||
673 | }, |
||
674 | "require": { |
||
675 | "doctrine/common": "~2.2", |
||
676 | "doctrine/inflector": "~1.0", |
||
677 | "knplabs/knp-menu": ">=1.1.0,<3.0.0", |
||
678 | "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0", |
||
679 | "sensio/generator-bundle": "~2.3", |
||
680 | "sonata-project/block-bundle": "~2.2,>=2.2.7,<2.3", |
||
681 | "sonata-project/core-bundle": "^2.2.1", |
||
682 | "sonata-project/exporter": "~1.0", |
||
683 | "symfony/class-loader": "~2.3", |
||
684 | "symfony/config": "~2.3", |
||
685 | "symfony/console": "~2.3", |
||
686 | "symfony/expression-language": "~2.4", |
||
687 | "symfony/form": "~2.3", |
||
688 | "symfony/http-foundation": "~2.3", |
||
689 | "symfony/property-access": "~2.3", |
||
690 | "symfony/routing": "~2.3", |
||
691 | "symfony/security-bundle": "~2.3", |
||
692 | "symfony/twig-bridge": "~2.3", |
||
693 | "symfony/validator": "~2.3", |
||
694 | "twig/extensions": "~1.0", |
||
695 | "twig/twig": "~1.15" |
||
696 | }, |
||
697 | "require-dev": { |
||
698 | "jms/translation-bundle": "~1.1", |
||
699 | "sonata-project/intl-bundle": "~2.1", |
||
700 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
701 | "symfony/yaml": "~2.3" |
||
702 | }, |
||
703 | "suggest": { |
||
704 | "jms/translation-bundle": "Extract message keys from Admins", |
||
705 | "sonata-project/intl-bundle": "Add localized date and number into the list" |
||
706 | }, |
||
707 | "type": "symfony-bundle", |
||
708 | "extra": { |
||
709 | "branch-alias": { |
||
710 | "dev-master": "2.3.x-dev" |
||
711 | } |
||
712 | }, |
||
713 | "autoload": { |
||
714 | "psr-4": { |
||
715 | "Sonata\\AdminBundle\\": "" |
||
716 | } |
||
717 | }, |
||
718 | "notification-url": "https://packagist.org/downloads/", |
||
719 | "license": [ |
||
720 | "MIT" |
||
721 | ], |
||
722 | "authors": [ |
||
723 | { |
||
724 | "name": "Sonata Community", |
||
725 | "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors" |
||
726 | }, |
||
727 | { |
||
728 | "name": "Thomas Rabaix", |
||
729 | "email": "[email protected]", |
||
730 | "homepage": "https://sonata-project.org" |
||
731 | } |
||
732 | ], |
||
733 | "description": "Symfony SonataAdminBundle", |
||
734 | "homepage": "https://sonata-project.org/bundles/admin", |
||
735 | "keywords": [ |
||
736 | "Admin Generator", |
||
737 | "admin", |
||
738 | "bootstrap", |
||
739 | "sonata" |
||
740 | ], |
||
741 | "time": "2015-07-24T13:27:16+00:00" |
||
742 | }, |
||
743 | { |
||
744 | "name": "sonata-project/block-bundle", |
||
745 | "version": "2.2.7", |
||
746 | "target-dir": "Sonata/BlockBundle", |
||
747 | "source": { |
||
748 | "type": "git", |
||
749 | "url": "https://github.com/sonata-project/SonataBlockBundle.git", |
||
750 | "reference": "ff56bb0135fbfe0d270a47049a7d35f8610c4776" |
||
751 | }, |
||
752 | "dist": { |
||
753 | "type": "zip", |
||
754 | "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ff56bb0135fbfe0d270a47049a7d35f8610c4776", |
||
755 | "reference": "ff56bb0135fbfe0d270a47049a7d35f8610c4776", |
||
756 | "shasum": "" |
||
757 | }, |
||
758 | "require": { |
||
759 | "doctrine/common": "~2.3", |
||
760 | "symfony/form": "~2.2", |
||
761 | "symfony/http-foundation": "~2.2" |
||
762 | }, |
||
763 | "require-dev": { |
||
764 | "sonata-project/admin-bundle": "~2.2@dev", |
||
765 | "sonata-project/cache-bundle": "~2.1" |
||
766 | }, |
||
767 | "suggest": { |
||
768 | "sonata-project/admin-bundle": "~2.2@dev", |
||
769 | "sonata-project/cache-bundle": "~2.1" |
||
770 | }, |
||
771 | "type": "symfony-bundle", |
||
772 | "extra": { |
||
773 | "branch-alias": { |
||
774 | "dev-master": "2.2.x-dev" |
||
775 | } |
||
776 | }, |
||
777 | "autoload": { |
||
778 | "psr-0": { |
||
779 | "Sonata\\BlockBundle": "" |
||
780 | } |
||
781 | }, |
||
782 | "notification-url": "https://packagist.org/downloads/", |
||
783 | "license": [ |
||
784 | "MIT" |
||
785 | ], |
||
786 | "authors": [ |
||
787 | { |
||
788 | "name": "Thomas Rabaix", |
||
789 | "email": "[email protected]", |
||
790 | "homepage": "http://sonata-project.org" |
||
791 | }, |
||
792 | { |
||
793 | "name": "Sonata Community", |
||
794 | "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" |
||
795 | } |
||
796 | ], |
||
797 | "description": "Symfony SonataBlockBundle", |
||
798 | "homepage": "http://sonata-project.org/bundles/block", |
||
799 | "keywords": [ |
||
800 | "block", |
||
801 | "sonata" |
||
802 | ], |
||
803 | "time": "2013-10-24T09:04:49+00:00" |
||
804 | }, |
||
805 | { |
||
806 | "name": "sonata-project/core-bundle", |
||
807 | "version": "2.2.1", |
||
808 | "target-dir": "Sonata/CoreBundle", |
||
809 | "source": { |
||
810 | "type": "git", |
||
811 | "url": "https://github.com/sonata-project/SonataCoreBundle.git", |
||
812 | "reference": "5abe23b21fae787b1f29f3951ceb94dbf43dab06" |
||
813 | }, |
||
814 | "dist": { |
||
815 | "type": "zip", |
||
816 | "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/5abe23b21fae787b1f29f3951ceb94dbf43dab06", |
||
817 | "reference": "5abe23b21fae787b1f29f3951ceb94dbf43dab06", |
||
818 | "shasum": "" |
||
819 | }, |
||
820 | "require": { |
||
821 | "symfony/form": "~2.2", |
||
822 | "symfony/http-foundation": "~2.2", |
||
823 | "symfony/translation": "~2.2", |
||
824 | "twig/twig": "~1.12" |
||
825 | }, |
||
826 | "require-dev": { |
||
827 | "sonata-project/exporter": "~1.3" |
||
828 | }, |
||
829 | "type": "symfony-bundle", |
||
830 | "extra": { |
||
831 | "branch-alias": { |
||
832 | "dev-master": "2.2.x-dev" |
||
833 | } |
||
834 | }, |
||
835 | "autoload": { |
||
836 | "psr-0": { |
||
837 | "Sonata\\CoreBundle": "" |
||
838 | } |
||
839 | }, |
||
840 | "notification-url": "https://packagist.org/downloads/", |
||
841 | "license": [ |
||
842 | "MIT" |
||
843 | ], |
||
844 | "authors": [ |
||
845 | { |
||
846 | "name": "Thomas Rabaix", |
||
847 | "email": "[email protected]", |
||
848 | "homepage": "http://sonata-project.org" |
||
849 | }, |
||
850 | { |
||
851 | "name": "Sonata Community", |
||
852 | "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" |
||
853 | } |
||
854 | ], |
||
855 | "description": "Symfony SonataCoreBundle", |
||
856 | "homepage": "http://sonata-project.org/bundles/core", |
||
857 | "keywords": [ |
||
858 | "sonata" |
||
859 | ], |
||
860 | "time": "2013-12-12T09:47:30+00:00" |
||
861 | }, |
||
862 | { |
||
863 | "name": "sonata-project/doctrine-orm-admin-bundle", |
||
864 | "version": "2.3.1", |
||
865 | "source": { |
||
866 | "type": "git", |
||
867 | "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git", |
||
868 | "reference": "7230b4f5388319bb21dfff7903cda07dfa4e9fba" |
||
869 | }, |
||
870 | "dist": { |
||
871 | "type": "zip", |
||
872 | "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/7230b4f5388319bb21dfff7903cda07dfa4e9fba", |
||
873 | "reference": "7230b4f5388319bb21dfff7903cda07dfa4e9fba", |
||
874 | "shasum": "" |
||
875 | }, |
||
876 | "require": { |
||
877 | "doctrine/orm": "~2.3", |
||
878 | "sonata-project/admin-bundle": "~2.3@dev", |
||
879 | "sonata-project/exporter": "~1.3,>=1.3.1", |
||
880 | "symfony/console": "~2.3", |
||
881 | "symfony/doctrine-bridge": "~2.2", |
||
882 | "symfony/form": "~2.3", |
||
883 | "symfony/framework-bundle": "~2.2", |
||
884 | "symfony/security": "~2.3" |
||
885 | }, |
||
886 | "provide": { |
||
887 | "sonata-project/admin-bundle-persistency-layer": "1.0.0" |
||
888 | }, |
||
889 | "require-dev": { |
||
890 | "simplethings/entity-audit-bundle": "~0.1" |
||
891 | }, |
||
892 | "suggest": { |
||
893 | "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations." |
||
894 | }, |
||
895 | "type": "symfony-bundle", |
||
896 | "extra": { |
||
897 | "branch-alias": { |
||
898 | "dev-master": "2.3.x-dev" |
||
899 | } |
||
900 | }, |
||
901 | "autoload": { |
||
902 | "psr-4": { |
||
903 | "Sonata\\DoctrineORMAdminBundle\\": "" |
||
904 | } |
||
905 | }, |
||
906 | "notification-url": "https://packagist.org/downloads/", |
||
907 | "license": [ |
||
908 | "MIT" |
||
909 | ], |
||
910 | "authors": [ |
||
911 | { |
||
912 | "name": "Thomas Rabaix", |
||
913 | "email": "[email protected]", |
||
914 | "homepage": "http://sonata-project.org" |
||
915 | }, |
||
916 | { |
||
917 | "name": "Sonata Community", |
||
918 | "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors" |
||
919 | } |
||
920 | ], |
||
921 | "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle", |
||
922 | "homepage": "http://sonata-project.org/bundles/admin", |
||
923 | "keywords": [ |
||
924 | "Admin Generator", |
||
925 | "admin", |
||
926 | "bootstrap", |
||
927 | "generator", |
||
928 | "sonata" |
||
929 | ], |
||
930 | "time": "2015-02-14T15:52:30+00:00" |
||
931 | }, |
||
932 | { |
||
933 | "name": "sonata-project/exporter", |
||
934 | "version": "1.3.1", |
||
935 | "source": { |
||
936 | "type": "git", |
||
937 | "url": "https://github.com/sonata-project/exporter.git", |
||
938 | "reference": "0b70df4ef28eafd48efc21b5257a78060c69e9ab" |
||
939 | }, |
||
940 | "dist": { |
||
941 | "type": "zip", |
||
942 | "url": "https://api.github.com/repos/sonata-project/exporter/zipball/0b70df4ef28eafd48efc21b5257a78060c69e9ab", |
||
943 | "reference": "0b70df4ef28eafd48efc21b5257a78060c69e9ab", |
||
944 | "shasum": "" |
||
945 | }, |
||
946 | "require": { |
||
947 | "php": ">=5.3.0" |
||
948 | }, |
||
949 | "require-dev": { |
||
950 | "php": ">=5.3.0", |
||
951 | "symfony/property-access": ">=2.2, <3.0.0-dev", |
||
952 | "symfony/routing": "*" |
||
953 | }, |
||
954 | "suggest": { |
||
955 | "ext-curl": "*", |
||
956 | "symfony/routing": "*" |
||
957 | }, |
||
958 | "type": "library", |
||
959 | "autoload": { |
||
960 | "psr-0": { |
||
961 | "Exporter": "lib/" |
||
962 | } |
||
963 | }, |
||
964 | "notification-url": "https://packagist.org/downloads/", |
||
965 | "license": [ |
||
966 | "MIT" |
||
967 | ], |
||
968 | "authors": [ |
||
969 | { |
||
970 | "name": "Thomas Rabaix", |
||
971 | "email": "[email protected]", |
||
972 | "homepage": "http://sonata-project.org/" |
||
973 | } |
||
974 | ], |
||
975 | "description": "Lightweight Exporter library", |
||
976 | "homepage": "https://github.com/sonata-project/Exporter", |
||
977 | "keywords": [ |
||
978 | "client", |
||
979 | "csv", |
||
980 | "data", |
||
981 | "export", |
||
982 | "xls" |
||
983 | ], |
||
984 | "time": "2013-08-05T08:50:12+00:00" |
||
985 | }, |
||
986 | { |
||
987 | "name": "symfony/asset", |
||
988 | "version": "v2.7.0", |
||
989 | "source": { |
||
990 | "type": "git", |
||
991 | "url": "https://github.com/symfony/asset.git", |
||
992 | "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22" |
||
993 | }, |
||
994 | "dist": { |
||
995 | "type": "zip", |
||
996 | "url": "https://api.github.com/repos/symfony/asset/zipball/11f8e32ff4a854297f8a5ea3497e78f9d57d3b22", |
||
997 | "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22", |
||
998 | "shasum": "" |
||
999 | }, |
||
1000 | "require": { |
||
1001 | "php": ">=5.3.3" |
||
1002 | }, |
||
1003 | "require-dev": { |
||
1004 | "symfony/http-foundation": "~2.4", |
||
1005 | "symfony/phpunit-bridge": "~2.7" |
||
1006 | }, |
||
1007 | "suggest": { |
||
1008 | "symfony/http-foundation": "" |
||
1009 | }, |
||
1010 | "type": "library", |
||
1011 | "extra": { |
||
1012 | "branch-alias": { |
||
1013 | "dev-master": "2.7-dev" |
||
1014 | } |
||
1015 | }, |
||
1016 | "autoload": { |
||
1017 | "psr-4": { |
||
1018 | "Symfony\\Component\\Asset\\": "" |
||
1019 | } |
||
1020 | }, |
||
1021 | "notification-url": "https://packagist.org/downloads/", |
||
1022 | "license": [ |
||
1023 | "MIT" |
||
1024 | ], |
||
1025 | "authors": [ |
||
1026 | { |
||
1027 | "name": "Fabien Potencier", |
||
1028 | "email": "[email protected]" |
||
1029 | }, |
||
1030 | { |
||
1031 | "name": "Symfony Community", |
||
1032 | "homepage": "https://symfony.com/contributors" |
||
1033 | } |
||
1034 | ], |
||
1035 | "description": "Symfony Asset Component", |
||
1036 | "homepage": "https://symfony.com", |
||
1037 | "time": "2015-05-01T14:16:41+00:00" |
||
1038 | }, |
||
1039 | { |
||
1040 | "name": "symfony/class-loader", |
||
1041 | "version": "v2.3.0", |
||
1042 | "target-dir": "Symfony/Component/ClassLoader", |
||
1043 | "source": { |
||
1044 | "type": "git", |
||
1045 | "url": "https://github.com/symfony/class-loader.git", |
||
1046 | "reference": "fa3394c6fd7e14172c4e54ddf9477f350a2976a8" |
||
1047 | }, |
||
1048 | "dist": { |
||
1049 | "type": "zip", |
||
1050 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/fa3394c6fd7e14172c4e54ddf9477f350a2976a8", |
||
1051 | "reference": "fa3394c6fd7e14172c4e54ddf9477f350a2976a8", |
||
1052 | "shasum": "" |
||
1053 | }, |
||
1054 | "require": { |
||
1055 | "php": ">=5.3.3" |
||
1056 | }, |
||
1057 | "require-dev": { |
||
1058 | "symfony/finder": "~2.0" |
||
1059 | }, |
||
1060 | "type": "library", |
||
1061 | "extra": { |
||
1062 | "branch-alias": { |
||
1063 | "dev-master": "2.3-dev" |
||
1064 | } |
||
1065 | }, |
||
1066 | "autoload": { |
||
1067 | "psr-0": { |
||
1068 | "Symfony\\Component\\ClassLoader\\": "" |
||
1069 | } |
||
1070 | }, |
||
1071 | "notification-url": "https://packagist.org/downloads/", |
||
1072 | "license": [ |
||
1073 | "MIT" |
||
1074 | ], |
||
1075 | "authors": [ |
||
1076 | { |
||
1077 | "name": "Symfony Community", |
||
1078 | "homepage": "http://symfony.com/contributors" |
||
1079 | }, |
||
1080 | { |
||
1081 | "name": "Fabien Potencier", |
||
1082 | "email": "[email protected]" |
||
1083 | } |
||
1084 | ], |
||
1085 | "description": "Symfony ClassLoader Component", |
||
1086 | "homepage": "http://symfony.com", |
||
1087 | "time": "2013-05-24T17:54:44+00:00" |
||
1088 | }, |
||
1089 | { |
||
1090 | "name": "symfony/config", |
||
1091 | "version": "v2.8.0", |
||
1092 | "source": { |
||
1093 | "type": "git", |
||
1094 | "url": "https://github.com/symfony/config.git", |
||
1095 | "reference": "cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33" |
||
1096 | }, |
||
1097 | "dist": { |
||
1098 | "type": "zip", |
||
1099 | "url": "https://api.github.com/repos/symfony/config/zipball/cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33", |
||
1100 | "reference": "cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33", |
||
1101 | "shasum": "" |
||
1102 | }, |
||
1103 | "require": { |
||
1104 | "php": ">=5.3.9", |
||
1105 | "symfony/filesystem": "~2.3|~3.0.0" |
||
1106 | }, |
||
1107 | "type": "library", |
||
1108 | "extra": { |
||
1109 | "branch-alias": { |
||
1110 | "dev-master": "2.8-dev" |
||
1111 | } |
||
1112 | }, |
||
1113 | "autoload": { |
||
1114 | "psr-4": { |
||
1115 | "Symfony\\Component\\Config\\": "" |
||
1116 | }, |
||
1117 | "exclude-from-classmap": [ |
||
1118 | "/Tests/" |
||
1119 | ] |
||
1120 | }, |
||
1121 | "notification-url": "https://packagist.org/downloads/", |
||
1122 | "license": [ |
||
1123 | "MIT" |
||
1124 | ], |
||
1125 | "authors": [ |
||
1126 | { |
||
1127 | "name": "Fabien Potencier", |
||
1128 | "email": "[email protected]" |
||
1129 | }, |
||
1130 | { |
||
1131 | "name": "Symfony Community", |
||
1132 | "homepage": "https://symfony.com/contributors" |
||
1133 | } |
||
1134 | ], |
||
1135 | "description": "Symfony Config Component", |
||
1136 | "homepage": "https://symfony.com", |
||
1137 | "time": "2015-11-23T20:38:01+00:00" |
||
1138 | }, |
||
1139 | { |
||
1140 | "name": "symfony/console", |
||
1141 | "version": "v2.3.0", |
||
1142 | "target-dir": "Symfony/Component/Console", |
||
1143 | "source": { |
||
1144 | "type": "git", |
||
1145 | "url": "https://github.com/symfony/console.git", |
||
1146 | "reference": "36e238358617de042f7c1d93e012f06b3d7e5f40" |
||
1147 | }, |
||
1148 | "dist": { |
||
1149 | "type": "zip", |
||
1150 | "url": "https://api.github.com/repos/symfony/console/zipball/36e238358617de042f7c1d93e012f06b3d7e5f40", |
||
1151 | "reference": "36e238358617de042f7c1d93e012f06b3d7e5f40", |
||
1152 | "shasum": "" |
||
1153 | }, |
||
1154 | "require": { |
||
1155 | "php": ">=5.3.3" |
||
1156 | }, |
||
1157 | "require-dev": { |
||
1158 | "symfony/event-dispatcher": "~2.1" |
||
1159 | }, |
||
1160 | "suggest": { |
||
1161 | "symfony/event-dispatcher": "" |
||
1162 | }, |
||
1163 | "type": "library", |
||
1164 | "extra": { |
||
1165 | "branch-alias": { |
||
1166 | "dev-master": "2.3-dev" |
||
1167 | } |
||
1168 | }, |
||
1169 | "autoload": { |
||
1170 | "psr-0": { |
||
1171 | "Symfony\\Component\\Console\\": "" |
||
1172 | } |
||
1173 | }, |
||
1174 | "notification-url": "https://packagist.org/downloads/", |
||
1175 | "license": [ |
||
1176 | "MIT" |
||
1177 | ], |
||
1178 | "authors": [ |
||
1179 | { |
||
1180 | "name": "Symfony Community", |
||
1181 | "homepage": "http://symfony.com/contributors" |
||
1182 | }, |
||
1183 | { |
||
1184 | "name": "Fabien Potencier", |
||
1185 | "email": "[email protected]" |
||
1186 | } |
||
1187 | ], |
||
1188 | "description": "Symfony Console Component", |
||
1189 | "homepage": "http://symfony.com", |
||
1190 | "time": "2013-05-30T05:11:26+00:00" |
||
1191 | }, |
||
1192 | { |
||
1193 | "name": "symfony/debug", |
||
1194 | "version": "v2.6.2", |
||
1195 | "target-dir": "Symfony/Component/Debug", |
||
1196 | "source": { |
||
1197 | "type": "git", |
||
1198 | "url": "https://github.com/symfony/debug.git", |
||
1199 | "reference": "7213c8200d60728c9d4c56d5830aa2d80ae3d25d" |
||
1200 | }, |
||
1201 | "dist": { |
||
1202 | "type": "zip", |
||
1203 | "url": "https://api.github.com/repos/symfony/debug/zipball/7213c8200d60728c9d4c56d5830aa2d80ae3d25d", |
||
1204 | "reference": "7213c8200d60728c9d4c56d5830aa2d80ae3d25d", |
||
1205 | "shasum": "" |
||
1206 | }, |
||
1207 | "require": { |
||
1208 | "php": ">=5.3.3", |
||
1209 | "psr/log": "~1.0" |
||
1210 | }, |
||
1211 | "require-dev": { |
||
1212 | "symfony/class-loader": "~2.2", |
||
1213 | "symfony/http-foundation": "~2.1", |
||
1214 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2" |
||
1215 | }, |
||
1216 | "suggest": { |
||
1217 | "symfony/http-foundation": "", |
||
1218 | "symfony/http-kernel": "" |
||
1219 | }, |
||
1220 | "type": "library", |
||
1221 | "extra": { |
||
1222 | "branch-alias": { |
||
1223 | "dev-master": "2.6-dev" |
||
1224 | } |
||
1225 | }, |
||
1226 | "autoload": { |
||
1227 | "psr-0": { |
||
1228 | "Symfony\\Component\\Debug\\": "" |
||
1229 | } |
||
1230 | }, |
||
1231 | "notification-url": "https://packagist.org/downloads/", |
||
1232 | "license": [ |
||
1233 | "MIT" |
||
1234 | ], |
||
1235 | "authors": [ |
||
1236 | { |
||
1237 | "name": "Symfony Community", |
||
1238 | "homepage": "http://symfony.com/contributors" |
||
1239 | }, |
||
1240 | { |
||
1241 | "name": "Fabien Potencier", |
||
1242 | "email": "[email protected]" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "Symfony Debug Component", |
||
1246 | "homepage": "http://symfony.com", |
||
1247 | "time": "2015-01-05T17:41:06+00:00" |
||
1248 | }, |
||
1249 | { |
||
1250 | "name": "symfony/dependency-injection", |
||
1251 | "version": "v2.8.0", |
||
1252 | "source": { |
||
1253 | "type": "git", |
||
1254 | "url": "https://github.com/symfony/dependency-injection.git", |
||
1255 | "reference": "1ac8ce1a1cff7ff9467d44bc71b0f71dfa751ba4" |
||
1256 | }, |
||
1257 | "dist": { |
||
1258 | "type": "zip", |
||
1259 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1ac8ce1a1cff7ff9467d44bc71b0f71dfa751ba4", |
||
1260 | "reference": "1ac8ce1a1cff7ff9467d44bc71b0f71dfa751ba4", |
||
1261 | "shasum": "" |
||
1262 | }, |
||
1263 | "require": { |
||
1264 | "php": ">=5.3.9" |
||
1265 | }, |
||
1266 | "conflict": { |
||
1267 | "symfony/expression-language": "<2.6" |
||
1268 | }, |
||
1269 | "require-dev": { |
||
1270 | "symfony/config": "~2.2|~3.0.0", |
||
1271 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1272 | "symfony/yaml": "~2.1|~3.0.0" |
||
1273 | }, |
||
1274 | "suggest": { |
||
1275 | "symfony/config": "", |
||
1276 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1277 | "symfony/yaml": "" |
||
1278 | }, |
||
1279 | "type": "library", |
||
1280 | "extra": { |
||
1281 | "branch-alias": { |
||
1282 | "dev-master": "2.8-dev" |
||
1283 | } |
||
1284 | }, |
||
1285 | "autoload": { |
||
1286 | "psr-4": { |
||
1287 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1288 | }, |
||
1289 | "exclude-from-classmap": [ |
||
1290 | "/Tests/" |
||
1291 | ] |
||
1292 | }, |
||
1293 | "notification-url": "https://packagist.org/downloads/", |
||
1294 | "license": [ |
||
1295 | "MIT" |
||
1296 | ], |
||
1297 | "authors": [ |
||
1298 | { |
||
1299 | "name": "Fabien Potencier", |
||
1300 | "email": "[email protected]" |
||
1301 | }, |
||
1302 | { |
||
1303 | "name": "Symfony Community", |
||
1304 | "homepage": "https://symfony.com/contributors" |
||
1305 | } |
||
1306 | ], |
||
1307 | "description": "Symfony DependencyInjection Component", |
||
1308 | "homepage": "https://symfony.com", |
||
1309 | "time": "2015-11-30T06:56:28+00:00" |
||
1310 | }, |
||
1311 | { |
||
1312 | "name": "symfony/doctrine-bridge", |
||
1313 | "version": "v2.2.0", |
||
1314 | "target-dir": "Symfony/Bridge/Doctrine", |
||
1315 | "source": { |
||
1316 | "type": "git", |
||
1317 | "url": "https://github.com/symfony/doctrine-bridge.git", |
||
1318 | "reference": "c9e612abae9055e0356b8045c13b838936337e79" |
||
1319 | }, |
||
1320 | "dist": { |
||
1321 | "type": "zip", |
||
1322 | "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/c9e612abae9055e0356b8045c13b838936337e79", |
||
1323 | "reference": "c9e612abae9055e0356b8045c13b838936337e79", |
||
1324 | "shasum": "" |
||
1325 | }, |
||
1326 | "require": { |
||
1327 | "doctrine/common": "~2.2", |
||
1328 | "php": ">=5.3.3" |
||
1329 | }, |
||
1330 | "require-dev": { |
||
1331 | "doctrine/data-fixtures": "1.0.*", |
||
1332 | "doctrine/dbal": "~2.2", |
||
1333 | "doctrine/orm": "~2.2,>=2.2.3", |
||
1334 | "symfony/dependency-injection": "~2.0", |
||
1335 | "symfony/form": ">=2.2,<2.3-dev", |
||
1336 | "symfony/http-kernel": ">=2.2,<2.3-dev", |
||
1337 | "symfony/security": ">=2.2,<2.3-dev", |
||
1338 | "symfony/stopwatch": ">=2.2,<2.3-dev", |
||
1339 | "symfony/validator": ">=2.2,<2.3-dev" |
||
1340 | }, |
||
1341 | "suggest": { |
||
1342 | "doctrine/data-fixtures": "1.0.*", |
||
1343 | "doctrine/dbal": "~2.2", |
||
1344 | "doctrine/orm": "~2.2,>=2.2.3", |
||
1345 | "symfony/form": "2.2.*", |
||
1346 | "symfony/validator": "2.2.*" |
||
1347 | }, |
||
1348 | "type": "symfony-bridge", |
||
1349 | "extra": { |
||
1350 | "branch-alias": { |
||
1351 | "dev-master": "2.2-dev" |
||
1352 | } |
||
1353 | }, |
||
1354 | "autoload": { |
||
1355 | "psr-0": { |
||
1356 | "Symfony\\Bridge\\Doctrine\\": "" |
||
1357 | } |
||
1358 | }, |
||
1359 | "notification-url": "https://packagist.org/downloads/", |
||
1360 | "license": [ |
||
1361 | "MIT" |
||
1362 | ], |
||
1363 | "authors": [ |
||
1364 | { |
||
1365 | "name": "Symfony Community", |
||
1366 | "homepage": "http://symfony.com/contributors" |
||
1367 | }, |
||
1368 | { |
||
1369 | "name": "Fabien Potencier", |
||
1370 | "email": "[email protected]" |
||
1371 | } |
||
1372 | ], |
||
1373 | "description": "Symfony Doctrine Bridge", |
||
1374 | "homepage": "http://symfony.com", |
||
1375 | "time": "2013-02-19T07:14:41+00:00" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "symfony/event-dispatcher", |
||
1379 | "version": "v2.8.0", |
||
1380 | "source": { |
||
1381 | "type": "git", |
||
1382 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1383 | "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc" |
||
1384 | }, |
||
1385 | "dist": { |
||
1386 | "type": "zip", |
||
1387 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc", |
||
1388 | "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc", |
||
1389 | "shasum": "" |
||
1390 | }, |
||
1391 | "require": { |
||
1392 | "php": ">=5.3.9" |
||
1393 | }, |
||
1394 | "require-dev": { |
||
1395 | "psr/log": "~1.0", |
||
1396 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
1397 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
1398 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1399 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
1400 | }, |
||
1401 | "suggest": { |
||
1402 | "symfony/dependency-injection": "", |
||
1403 | "symfony/http-kernel": "" |
||
1404 | }, |
||
1405 | "type": "library", |
||
1406 | "extra": { |
||
1407 | "branch-alias": { |
||
1408 | "dev-master": "2.8-dev" |
||
1409 | } |
||
1410 | }, |
||
1411 | "autoload": { |
||
1412 | "psr-4": { |
||
1413 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1414 | }, |
||
1415 | "exclude-from-classmap": [ |
||
1416 | "/Tests/" |
||
1417 | ] |
||
1418 | }, |
||
1419 | "notification-url": "https://packagist.org/downloads/", |
||
1420 | "license": [ |
||
1421 | "MIT" |
||
1422 | ], |
||
1423 | "authors": [ |
||
1424 | { |
||
1425 | "name": "Fabien Potencier", |
||
1426 | "email": "[email protected]" |
||
1427 | }, |
||
1428 | { |
||
1429 | "name": "Symfony Community", |
||
1430 | "homepage": "https://symfony.com/contributors" |
||
1431 | } |
||
1432 | ], |
||
1433 | "description": "Symfony EventDispatcher Component", |
||
1434 | "homepage": "https://symfony.com", |
||
1435 | "time": "2015-10-30T20:15:42+00:00" |
||
1436 | }, |
||
1437 | { |
||
1438 | "name": "symfony/expression-language", |
||
1439 | "version": "v2.6.0", |
||
1440 | "target-dir": "Symfony/Component/ExpressionLanguage", |
||
1441 | "source": { |
||
1442 | "type": "git", |
||
1443 | "url": "https://github.com/symfony/expression-language.git", |
||
1444 | "reference": "1ed31333a56c494ba8426e82432c4bac9270c4d0" |
||
1445 | }, |
||
1446 | "dist": { |
||
1447 | "type": "zip", |
||
1448 | "url": "https://api.github.com/repos/symfony/expression-language/zipball/1ed31333a56c494ba8426e82432c4bac9270c4d0", |
||
1449 | "reference": "1ed31333a56c494ba8426e82432c4bac9270c4d0", |
||
1450 | "shasum": "" |
||
1451 | }, |
||
1452 | "require": { |
||
1453 | "php": ">=5.3.3" |
||
1454 | }, |
||
1455 | "type": "library", |
||
1456 | "extra": { |
||
1457 | "branch-alias": { |
||
1458 | "dev-master": "2.6-dev" |
||
1459 | } |
||
1460 | }, |
||
1461 | "autoload": { |
||
1462 | "psr-0": { |
||
1463 | "Symfony\\Component\\ExpressionLanguage\\": "" |
||
1464 | } |
||
1465 | }, |
||
1466 | "notification-url": "https://packagist.org/downloads/", |
||
1467 | "license": [ |
||
1468 | "MIT" |
||
1469 | ], |
||
1470 | "authors": [ |
||
1471 | { |
||
1472 | "name": "Symfony Community", |
||
1473 | "homepage": "http://symfony.com/contributors" |
||
1474 | }, |
||
1475 | { |
||
1476 | "name": "Fabien Potencier", |
||
1477 | "email": "[email protected]" |
||
1478 | } |
||
1479 | ], |
||
1480 | "description": "Symfony ExpressionLanguage Component", |
||
1481 | "homepage": "http://symfony.com", |
||
1482 | "time": "2014-11-28T10:00:40+00:00" |
||
1483 | }, |
||
1484 | { |
||
1485 | "name": "symfony/filesystem", |
||
1486 | "version": "v2.3.0", |
||
1487 | "target-dir": "Symfony/Component/Filesystem", |
||
1488 | "source": { |
||
1489 | "type": "git", |
||
1490 | "url": "https://github.com/symfony/filesystem.git", |
||
1491 | "reference": "93ca76c45530d146d0def76d1eb6f60a939a2104" |
||
1492 | }, |
||
1493 | "dist": { |
||
1494 | "type": "zip", |
||
1495 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/93ca76c45530d146d0def76d1eb6f60a939a2104", |
||
1496 | "reference": "93ca76c45530d146d0def76d1eb6f60a939a2104", |
||
1497 | "shasum": "" |
||
1498 | }, |
||
1499 | "require": { |
||
1500 | "php": ">=5.3.3" |
||
1501 | }, |
||
1502 | "type": "library", |
||
1503 | "extra": { |
||
1504 | "branch-alias": { |
||
1505 | "dev-master": "2.3-dev" |
||
1506 | } |
||
1507 | }, |
||
1508 | "autoload": { |
||
1509 | "psr-0": { |
||
1510 | "Symfony\\Component\\Filesystem\\": "" |
||
1511 | } |
||
1512 | }, |
||
1513 | "notification-url": "https://packagist.org/downloads/", |
||
1514 | "license": [ |
||
1515 | "MIT" |
||
1516 | ], |
||
1517 | "authors": [ |
||
1518 | { |
||
1519 | "name": "Symfony Community", |
||
1520 | "homepage": "http://symfony.com/contributors" |
||
1521 | }, |
||
1522 | { |
||
1523 | "name": "Fabien Potencier", |
||
1524 | "email": "[email protected]" |
||
1525 | } |
||
1526 | ], |
||
1527 | "description": "Symfony Filesystem Component", |
||
1528 | "homepage": "http://symfony.com", |
||
1529 | "time": "2013-05-06T20:03:44+00:00" |
||
1530 | }, |
||
1531 | { |
||
1532 | "name": "symfony/form", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/form:
CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service ![]() |
|||
1533 | "version": "v2.3.0", |
||
1534 | "target-dir": "Symfony/Component/Form", |
||
1535 | "source": { |
||
1536 | "type": "git", |
||
1537 | "url": "https://github.com/symfony/form.git", |
||
1538 | "reference": "64e28bf3c21a4d9ddc1b9eb73468fe193c5117f7" |
||
1539 | }, |
||
1540 | "dist": { |
||
1541 | "type": "zip", |
||
1542 | "url": "https://api.github.com/repos/symfony/form/zipball/64e28bf3c21a4d9ddc1b9eb73468fe193c5117f7", |
||
1543 | "reference": "64e28bf3c21a4d9ddc1b9eb73468fe193c5117f7", |
||
1544 | "shasum": "" |
||
1545 | }, |
||
1546 | "require": { |
||
1547 | "php": ">=5.3.3", |
||
1548 | "symfony/event-dispatcher": "~2.1", |
||
1549 | "symfony/intl": "~2.3", |
||
1550 | "symfony/options-resolver": "~2.1", |
||
1551 | "symfony/property-access": "~2.2" |
||
1552 | }, |
||
1553 | "require-dev": { |
||
1554 | "symfony/http-foundation": "~2.2", |
||
1555 | "symfony/validator": "~2.2" |
||
1556 | }, |
||
1557 | "suggest": { |
||
1558 | "symfony/http-foundation": "", |
||
1559 | "symfony/validator": "" |
||
1560 | }, |
||
1561 | "type": "library", |
||
1562 | "extra": { |
||
1563 | "branch-alias": { |
||
1564 | "dev-master": "2.3-dev" |
||
1565 | } |
||
1566 | }, |
||
1567 | "autoload": { |
||
1568 | "psr-0": { |
||
1569 | "Symfony\\Component\\Form\\": "" |
||
1570 | } |
||
1571 | }, |
||
1572 | "notification-url": "https://packagist.org/downloads/", |
||
1573 | "license": [ |
||
1574 | "MIT" |
||
1575 | ], |
||
1576 | "authors": [ |
||
1577 | { |
||
1578 | "name": "Symfony Community", |
||
1579 | "homepage": "http://symfony.com/contributors" |
||
1580 | }, |
||
1581 | { |
||
1582 | "name": "Fabien Potencier", |
||
1583 | "email": "[email protected]" |
||
1584 | } |
||
1585 | ], |
||
1586 | "description": "Symfony Form Component", |
||
1587 | "homepage": "http://symfony.com", |
||
1588 | "time": "2013-06-02T12:05:51+00:00" |
||
1589 | }, |
||
1590 | { |
||
1591 | "name": "symfony/framework-bundle", |
||
1592 | "version": "v2.8.0", |
||
1593 | "source": { |
||
1594 | "type": "git", |
||
1595 | "url": "https://github.com/symfony/framework-bundle.git", |
||
1596 | "reference": "23e1d38900ca38bfe4d386ef1c934c21d22b8ff8" |
||
1597 | }, |
||
1598 | "dist": { |
||
1599 | "type": "zip", |
||
1600 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/23e1d38900ca38bfe4d386ef1c934c21d22b8ff8", |
||
1601 | "reference": "23e1d38900ca38bfe4d386ef1c934c21d22b8ff8", |
||
1602 | "shasum": "" |
||
1603 | }, |
||
1604 | "require": { |
||
1605 | "doctrine/annotations": "~1.0", |
||
1606 | "doctrine/cache": "~1.0", |
||
1607 | "php": ">=5.3.9", |
||
1608 | "symfony/asset": "~2.7|~3.0.0", |
||
1609 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1610 | "symfony/config": "~2.8", |
||
1611 | "symfony/dependency-injection": "~2.8", |
||
1612 | "symfony/event-dispatcher": "~2.8|~3.0.0", |
||
1613 | "symfony/filesystem": "~2.3|~3.0.0", |
||
1614 | "symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0", |
||
1615 | "symfony/http-kernel": "~2.8", |
||
1616 | "symfony/polyfill-mbstring": "~1.0", |
||
1617 | "symfony/routing": "~2.8|~3.0.0", |
||
1618 | "symfony/security-core": "~2.6|~3.0.0", |
||
1619 | "symfony/security-csrf": "~2.6|~3.0.0", |
||
1620 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1621 | "symfony/templating": "~2.1|~3.0.0", |
||
1622 | "symfony/translation": "~2.8" |
||
1623 | }, |
||
1624 | "require-dev": { |
||
1625 | "phpdocumentor/reflection": "^1.0.7", |
||
1626 | "symfony/browser-kit": "~2.4|~3.0.0", |
||
1627 | "symfony/console": "~2.8|~3.0.0", |
||
1628 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1629 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1630 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1631 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1632 | "symfony/form": "~2.8", |
||
1633 | "symfony/polyfill-intl-icu": "~1.0", |
||
1634 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1635 | "symfony/property-info": "~2.8|~3.0.0", |
||
1636 | "symfony/security": "~2.6|~3.0.0", |
||
1637 | "symfony/validator": "~2.5|~3.0.0", |
||
1638 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
1639 | }, |
||
1640 | "suggest": { |
||
1641 | "symfony/console": "For using the console commands", |
||
1642 | "symfony/finder": "For using the translation loader and cache warmer", |
||
1643 | "symfony/form": "For using forms", |
||
1644 | "symfony/property-info": "For using the property_info_extractor service", |
||
1645 | "symfony/serializer": "For using the serializer service", |
||
1646 | "symfony/validator": "For using validation", |
||
1647 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
1648 | }, |
||
1649 | "type": "symfony-bundle", |
||
1650 | "extra": { |
||
1651 | "branch-alias": { |
||
1652 | "dev-master": "2.8-dev" |
||
1653 | } |
||
1654 | }, |
||
1655 | "autoload": { |
||
1656 | "psr-4": { |
||
1657 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
1658 | }, |
||
1659 | "exclude-from-classmap": [ |
||
1660 | "/Tests/" |
||
1661 | ] |
||
1662 | }, |
||
1663 | "notification-url": "https://packagist.org/downloads/", |
||
1664 | "license": [ |
||
1665 | "MIT" |
||
1666 | ], |
||
1667 | "authors": [ |
||
1668 | { |
||
1669 | "name": "Fabien Potencier", |
||
1670 | "email": "[email protected]" |
||
1671 | }, |
||
1672 | { |
||
1673 | "name": "Symfony Community", |
||
1674 | "homepage": "https://symfony.com/contributors" |
||
1675 | } |
||
1676 | ], |
||
1677 | "description": "Symfony FrameworkBundle", |
||
1678 | "homepage": "https://symfony.com", |
||
1679 | "time": "2015-11-26T16:44:52+00:00" |
||
1680 | }, |
||
1681 | { |
||
1682 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/http-foundation:
Unsafe methods in the Request class ![]() |
|||
1683 | "version": "v2.5.4", |
||
1684 | "target-dir": "Symfony/Component/HttpFoundation", |
||
1685 | "source": { |
||
1686 | "type": "git", |
||
1687 | "url": "https://github.com/symfony/http-foundation.git", |
||
1688 | "reference": "cec87359655f901a11de336576851d3957449947" |
||
1689 | }, |
||
1690 | "dist": { |
||
1691 | "type": "zip", |
||
1692 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cec87359655f901a11de336576851d3957449947", |
||
1693 | "reference": "cec87359655f901a11de336576851d3957449947", |
||
1694 | "shasum": "" |
||
1695 | }, |
||
1696 | "require": { |
||
1697 | "php": ">=5.3.3" |
||
1698 | }, |
||
1699 | "require-dev": { |
||
1700 | "symfony/expression-language": "~2.4" |
||
1701 | }, |
||
1702 | "type": "library", |
||
1703 | "extra": { |
||
1704 | "branch-alias": { |
||
1705 | "dev-master": "2.5-dev" |
||
1706 | } |
||
1707 | }, |
||
1708 | "autoload": { |
||
1709 | "psr-0": { |
||
1710 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1711 | }, |
||
1712 | "classmap": [ |
||
1713 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
1714 | ] |
||
1715 | }, |
||
1716 | "notification-url": "https://packagist.org/downloads/", |
||
1717 | "license": [ |
||
1718 | "MIT" |
||
1719 | ], |
||
1720 | "authors": [ |
||
1721 | { |
||
1722 | "name": "Symfony Community", |
||
1723 | "homepage": "http://symfony.com/contributors" |
||
1724 | }, |
||
1725 | { |
||
1726 | "name": "Fabien Potencier", |
||
1727 | "email": "[email protected]" |
||
1728 | } |
||
1729 | ], |
||
1730 | "description": "Symfony HttpFoundation Component", |
||
1731 | "homepage": "http://symfony.com", |
||
1732 | "time": "2014-09-03T09:00:14+00:00" |
||
1733 | }, |
||
1734 | { |
||
1735 | "name": "symfony/http-kernel", |
||
1736 | "version": "v2.8.0", |
||
1737 | "source": { |
||
1738 | "type": "git", |
||
1739 | "url": "https://github.com/symfony/http-kernel.git", |
||
1740 | "reference": "a77cf7e6fe1f3ac158b2eb17f89e8efdf7820905" |
||
1741 | }, |
||
1742 | "dist": { |
||
1743 | "type": "zip", |
||
1744 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a77cf7e6fe1f3ac158b2eb17f89e8efdf7820905", |
||
1745 | "reference": "a77cf7e6fe1f3ac158b2eb17f89e8efdf7820905", |
||
1746 | "shasum": "" |
||
1747 | }, |
||
1748 | "require": { |
||
1749 | "php": ">=5.3.9", |
||
1750 | "psr/log": "~1.0", |
||
1751 | "symfony/debug": "~2.6,>=2.6.2", |
||
1752 | "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", |
||
1753 | "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0" |
||
1754 | }, |
||
1755 | "conflict": { |
||
1756 | "symfony/config": "<2.7" |
||
1757 | }, |
||
1758 | "require-dev": { |
||
1759 | "symfony/browser-kit": "~2.3|~3.0.0", |
||
1760 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1761 | "symfony/config": "~2.8", |
||
1762 | "symfony/console": "~2.3|~3.0.0", |
||
1763 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1764 | "symfony/dependency-injection": "~2.8|~3.0.0", |
||
1765 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1766 | "symfony/expression-language": "~2.4|~3.0.0", |
||
1767 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1768 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1769 | "symfony/routing": "~2.8|~3.0.0", |
||
1770 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1771 | "symfony/templating": "~2.2|~3.0.0", |
||
1772 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
1773 | "symfony/var-dumper": "~2.6|~3.0.0" |
||
1774 | }, |
||
1775 | "suggest": { |
||
1776 | "symfony/browser-kit": "", |
||
1777 | "symfony/class-loader": "", |
||
1778 | "symfony/config": "", |
||
1779 | "symfony/console": "", |
||
1780 | "symfony/dependency-injection": "", |
||
1781 | "symfony/finder": "", |
||
1782 | "symfony/var-dumper": "" |
||
1783 | }, |
||
1784 | "type": "library", |
||
1785 | "extra": { |
||
1786 | "branch-alias": { |
||
1787 | "dev-master": "2.8-dev" |
||
1788 | } |
||
1789 | }, |
||
1790 | "autoload": { |
||
1791 | "psr-4": { |
||
1792 | "Symfony\\Component\\HttpKernel\\": "" |
||
1793 | }, |
||
1794 | "exclude-from-classmap": [ |
||
1795 | "/Tests/" |
||
1796 | ] |
||
1797 | }, |
||
1798 | "notification-url": "https://packagist.org/downloads/", |
||
1799 | "license": [ |
||
1800 | "MIT" |
||
1801 | ], |
||
1802 | "authors": [ |
||
1803 | { |
||
1804 | "name": "Fabien Potencier", |
||
1805 | "email": "[email protected]" |
||
1806 | }, |
||
1807 | { |
||
1808 | "name": "Symfony Community", |
||
1809 | "homepage": "https://symfony.com/contributors" |
||
1810 | } |
||
1811 | ], |
||
1812 | "description": "Symfony HttpKernel Component", |
||
1813 | "homepage": "https://symfony.com", |
||
1814 | "time": "2015-11-30T17:25:56+00:00" |
||
1815 | }, |
||
1816 | { |
||
1817 | "name": "symfony/icu", |
||
1818 | "version": "v1.0.0", |
||
1819 | "target-dir": "Symfony/Component/Icu", |
||
1820 | "source": { |
||
1821 | "type": "git", |
||
1822 | "url": "https://github.com/symfony/icu.git", |
||
1823 | "reference": "cac3fdfb111adbe590155f491594636d45129783" |
||
1824 | }, |
||
1825 | "dist": { |
||
1826 | "type": "zip", |
||
1827 | "url": "https://api.github.com/repos/symfony/icu/zipball/cac3fdfb111adbe590155f491594636d45129783", |
||
1828 | "reference": "cac3fdfb111adbe590155f491594636d45129783", |
||
1829 | "shasum": "" |
||
1830 | }, |
||
1831 | "require": { |
||
1832 | "php": ">=5.3.3", |
||
1833 | "symfony/intl": "~2.3" |
||
1834 | }, |
||
1835 | "type": "library", |
||
1836 | "autoload": { |
||
1837 | "psr-0": { |
||
1838 | "Symfony\\Component\\Icu\\": "" |
||
1839 | } |
||
1840 | }, |
||
1841 | "notification-url": "https://packagist.org/downloads/", |
||
1842 | "license": [ |
||
1843 | "MIT" |
||
1844 | ], |
||
1845 | "authors": [ |
||
1846 | { |
||
1847 | "name": "Symfony Community", |
||
1848 | "homepage": "http://symfony.com/contributors" |
||
1849 | }, |
||
1850 | { |
||
1851 | "name": "Bernhard Schussek", |
||
1852 | "email": "[email protected]" |
||
1853 | } |
||
1854 | ], |
||
1855 | "description": "Contains an excerpt of the ICU data and classes to load it.", |
||
1856 | "homepage": "http://symfony.com", |
||
1857 | "keywords": [ |
||
1858 | "icu", |
||
1859 | "intl" |
||
1860 | ], |
||
1861 | "abandoned": "symfony/intl", |
||
1862 | "time": "2013-06-03T18:32:07+00:00" |
||
1863 | }, |
||
1864 | { |
||
1865 | "name": "symfony/intl", |
||
1866 | "version": "v2.3.0", |
||
1867 | "target-dir": "Symfony/Component/Intl", |
||
1868 | "source": { |
||
1869 | "type": "git", |
||
1870 | "url": "https://github.com/symfony/intl.git", |
||
1871 | "reference": "7bb654460bd1f94ea6d472fbfc4e88a3a56a26d1" |
||
1872 | }, |
||
1873 | "dist": { |
||
1874 | "type": "zip", |
||
1875 | "url": "https://api.github.com/repos/symfony/intl/zipball/7bb654460bd1f94ea6d472fbfc4e88a3a56a26d1", |
||
1876 | "reference": "7bb654460bd1f94ea6d472fbfc4e88a3a56a26d1", |
||
1877 | "shasum": "" |
||
1878 | }, |
||
1879 | "require": { |
||
1880 | "php": ">=5.3.3", |
||
1881 | "symfony/icu": "~1.0-RC" |
||
1882 | }, |
||
1883 | "require-dev": { |
||
1884 | "symfony/filesystem": ">=2.1" |
||
1885 | }, |
||
1886 | "suggest": { |
||
1887 | "ext-intl": "to use the component with locales other than \"en\"" |
||
1888 | }, |
||
1889 | "type": "library", |
||
1890 | "extra": { |
||
1891 | "branch-alias": { |
||
1892 | "dev-master": "2.3-dev" |
||
1893 | } |
||
1894 | }, |
||
1895 | "autoload": { |
||
1896 | "psr-0": { |
||
1897 | "Symfony\\Component\\Intl\\": "" |
||
1898 | }, |
||
1899 | "classmap": [ |
||
1900 | "Symfony/Component/Intl/Resources/stubs" |
||
1901 | ], |
||
1902 | "files": [ |
||
1903 | "Symfony/Component/Intl/Resources/stubs/functions.php" |
||
1904 | ] |
||
1905 | }, |
||
1906 | "notification-url": "https://packagist.org/downloads/", |
||
1907 | "license": [ |
||
1908 | "MIT" |
||
1909 | ], |
||
1910 | "authors": [ |
||
1911 | { |
||
1912 | "name": "Symfony Community", |
||
1913 | "homepage": "http://symfony.com/contributors" |
||
1914 | }, |
||
1915 | { |
||
1916 | "name": "Bernhard Schussek", |
||
1917 | "email": "[email protected]" |
||
1918 | }, |
||
1919 | { |
||
1920 | "name": "Eriksen Costa", |
||
1921 | "email": "[email protected]" |
||
1922 | }, |
||
1923 | { |
||
1924 | "name": "Igor Wiedler", |
||
1925 | "email": "[email protected]" |
||
1926 | } |
||
1927 | ], |
||
1928 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", |
||
1929 | "homepage": "http://symfony.com", |
||
1930 | "keywords": [ |
||
1931 | "i18n", |
||
1932 | "icu", |
||
1933 | "internationalization", |
||
1934 | "intl", |
||
1935 | "l10n", |
||
1936 | "localization" |
||
1937 | ], |
||
1938 | "time": "2013-05-18T11:21:22+00:00" |
||
1939 | }, |
||
1940 | { |
||
1941 | "name": "symfony/options-resolver", |
||
1942 | "version": "v2.1.0", |
||
1943 | "target-dir": "Symfony/Component/OptionsResolver", |
||
1944 | "source": { |
||
1945 | "type": "git", |
||
1946 | "url": "https://github.com/symfony/options-resolver.git", |
||
1947 | "reference": "123587aab29d4113aad125fdfca739104f2c7558" |
||
1948 | }, |
||
1949 | "dist": { |
||
1950 | "type": "zip", |
||
1951 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/123587aab29d4113aad125fdfca739104f2c7558", |
||
1952 | "reference": "123587aab29d4113aad125fdfca739104f2c7558", |
||
1953 | "shasum": "" |
||
1954 | }, |
||
1955 | "require": { |
||
1956 | "php": ">=5.3.3" |
||
1957 | }, |
||
1958 | "type": "library", |
||
1959 | "extra": { |
||
1960 | "branch-alias": { |
||
1961 | "dev-master": "2.1-dev" |
||
1962 | } |
||
1963 | }, |
||
1964 | "autoload": { |
||
1965 | "psr-0": { |
||
1966 | "Symfony\\Component\\OptionsResolver": "" |
||
1967 | } |
||
1968 | }, |
||
1969 | "notification-url": "https://packagist.org/downloads/", |
||
1970 | "license": [ |
||
1971 | "MIT" |
||
1972 | ], |
||
1973 | "authors": [ |
||
1974 | { |
||
1975 | "name": "Symfony Community", |
||
1976 | "homepage": "http://symfony.com/contributors" |
||
1977 | }, |
||
1978 | { |
||
1979 | "name": "Fabien Potencier", |
||
1980 | "email": "[email protected]" |
||
1981 | } |
||
1982 | ], |
||
1983 | "description": "Symfony OptionsResolver Component", |
||
1984 | "homepage": "http://symfony.com", |
||
1985 | "keywords": [ |
||
1986 | "config", |
||
1987 | "configuration", |
||
1988 | "options" |
||
1989 | ], |
||
1990 | "time": "2012-08-22T13:48:41+00:00" |
||
1991 | }, |
||
1992 | { |
||
1993 | "name": "symfony/polyfill-mbstring", |
||
1994 | "version": "v1.0.0", |
||
1995 | "source": { |
||
1996 | "type": "git", |
||
1997 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1998 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" |
||
1999 | }, |
||
2000 | "dist": { |
||
2001 | "type": "zip", |
||
2002 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", |
||
2003 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", |
||
2004 | "shasum": "" |
||
2005 | }, |
||
2006 | "require": { |
||
2007 | "php": ">=5.3.3" |
||
2008 | }, |
||
2009 | "type": "library", |
||
2010 | "extra": { |
||
2011 | "branch-alias": { |
||
2012 | "dev-master": "1.0-dev" |
||
2013 | } |
||
2014 | }, |
||
2015 | "autoload": { |
||
2016 | "psr-4": { |
||
2017 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2018 | }, |
||
2019 | "files": [ |
||
2020 | "bootstrap.php" |
||
2021 | ] |
||
2022 | }, |
||
2023 | "notification-url": "https://packagist.org/downloads/", |
||
2024 | "license": [ |
||
2025 | "MIT" |
||
2026 | ], |
||
2027 | "authors": [ |
||
2028 | { |
||
2029 | "name": "Nicolas Grekas", |
||
2030 | "email": "[email protected]" |
||
2031 | }, |
||
2032 | { |
||
2033 | "name": "Symfony Community", |
||
2034 | "homepage": "https://symfony.com/contributors" |
||
2035 | } |
||
2036 | ], |
||
2037 | "description": "Symfony polyfill for the Mbstring extension", |
||
2038 | "homepage": "https://symfony.com", |
||
2039 | "keywords": [ |
||
2040 | "compatibility", |
||
2041 | "mbstring", |
||
2042 | "polyfill", |
||
2043 | "portable", |
||
2044 | "shim" |
||
2045 | ], |
||
2046 | "time": "2015-11-04T20:28:58+00:00" |
||
2047 | }, |
||
2048 | { |
||
2049 | "name": "symfony/property-access", |
||
2050 | "version": "v2.3.0", |
||
2051 | "target-dir": "Symfony/Component/PropertyAccess", |
||
2052 | "source": { |
||
2053 | "type": "git", |
||
2054 | "url": "https://github.com/symfony/property-access.git", |
||
2055 | "reference": "fbce993dddba2d55820d42e3f116a7415bbf528f" |
||
2056 | }, |
||
2057 | "dist": { |
||
2058 | "type": "zip", |
||
2059 | "url": "https://api.github.com/repos/symfony/property-access/zipball/fbce993dddba2d55820d42e3f116a7415bbf528f", |
||
2060 | "reference": "fbce993dddba2d55820d42e3f116a7415bbf528f", |
||
2061 | "shasum": "" |
||
2062 | }, |
||
2063 | "require": { |
||
2064 | "php": ">=5.3.3" |
||
2065 | }, |
||
2066 | "type": "library", |
||
2067 | "extra": { |
||
2068 | "branch-alias": { |
||
2069 | "dev-master": "2.3-dev" |
||
2070 | } |
||
2071 | }, |
||
2072 | "autoload": { |
||
2073 | "psr-0": { |
||
2074 | "Symfony\\Component\\PropertyAccess\\": "" |
||
2075 | } |
||
2076 | }, |
||
2077 | "notification-url": "https://packagist.org/downloads/", |
||
2078 | "license": [ |
||
2079 | "MIT" |
||
2080 | ], |
||
2081 | "authors": [ |
||
2082 | { |
||
2083 | "name": "Symfony Community", |
||
2084 | "homepage": "http://symfony.com/contributors" |
||
2085 | }, |
||
2086 | { |
||
2087 | "name": "Fabien Potencier", |
||
2088 | "email": "[email protected]" |
||
2089 | } |
||
2090 | ], |
||
2091 | "description": "Symfony PropertyAccess Component", |
||
2092 | "homepage": "http://symfony.com", |
||
2093 | "keywords": [ |
||
2094 | "access", |
||
2095 | "array", |
||
2096 | "extraction", |
||
2097 | "index", |
||
2098 | "injection", |
||
2099 | "object", |
||
2100 | "property", |
||
2101 | "property path", |
||
2102 | "reflection" |
||
2103 | ], |
||
2104 | "time": "2013-04-30T16:43:32+00:00" |
||
2105 | }, |
||
2106 | { |
||
2107 | "name": "symfony/routing", |
||
2108 | "version": "v2.8.0", |
||
2109 | "source": { |
||
2110 | "type": "git", |
||
2111 | "url": "https://github.com/symfony/routing.git", |
||
2112 | "reference": "f76830dc0f8068df36226dc822e7fc1f5f73be46" |
||
2113 | }, |
||
2114 | "dist": { |
||
2115 | "type": "zip", |
||
2116 | "url": "https://api.github.com/repos/symfony/routing/zipball/f76830dc0f8068df36226dc822e7fc1f5f73be46", |
||
2117 | "reference": "f76830dc0f8068df36226dc822e7fc1f5f73be46", |
||
2118 | "shasum": "" |
||
2119 | }, |
||
2120 | "require": { |
||
2121 | "php": ">=5.3.9" |
||
2122 | }, |
||
2123 | "conflict": { |
||
2124 | "symfony/config": "<2.7" |
||
2125 | }, |
||
2126 | "require-dev": { |
||
2127 | "doctrine/annotations": "~1.0", |
||
2128 | "doctrine/common": "~2.2", |
||
2129 | "psr/log": "~1.0", |
||
2130 | "symfony/config": "~2.7|~3.0.0", |
||
2131 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2132 | "symfony/http-foundation": "~2.3|~3.0.0", |
||
2133 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
2134 | }, |
||
2135 | "suggest": { |
||
2136 | "doctrine/annotations": "For using the annotation loader", |
||
2137 | "symfony/config": "For using the all-in-one router or any loader", |
||
2138 | "symfony/dependency-injection": "For loading routes from a service", |
||
2139 | "symfony/expression-language": "For using expression matching", |
||
2140 | "symfony/yaml": "For using the YAML loader" |
||
2141 | }, |
||
2142 | "type": "library", |
||
2143 | "extra": { |
||
2144 | "branch-alias": { |
||
2145 | "dev-master": "2.8-dev" |
||
2146 | } |
||
2147 | }, |
||
2148 | "autoload": { |
||
2149 | "psr-4": { |
||
2150 | "Symfony\\Component\\Routing\\": "" |
||
2151 | }, |
||
2152 | "exclude-from-classmap": [ |
||
2153 | "/Tests/" |
||
2154 | ] |
||
2155 | }, |
||
2156 | "notification-url": "https://packagist.org/downloads/", |
||
2157 | "license": [ |
||
2158 | "MIT" |
||
2159 | ], |
||
2160 | "authors": [ |
||
2161 | { |
||
2162 | "name": "Fabien Potencier", |
||
2163 | "email": "[email protected]" |
||
2164 | }, |
||
2165 | { |
||
2166 | "name": "Symfony Community", |
||
2167 | "homepage": "https://symfony.com/contributors" |
||
2168 | } |
||
2169 | ], |
||
2170 | "description": "Symfony Routing Component", |
||
2171 | "homepage": "https://symfony.com", |
||
2172 | "keywords": [ |
||
2173 | "router", |
||
2174 | "routing", |
||
2175 | "uri", |
||
2176 | "url" |
||
2177 | ], |
||
2178 | "time": "2015-11-26T07:00:59+00:00" |
||
2179 | }, |
||
2180 | { |
||
2181 | "name": "symfony/security", |
||
0 ignored issues
–
show
There are 4 security advisories for your installed version of symfony/security:
- CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature - CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails - Possible DOS attack with long user-submitted passwords - CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service ![]() |
|||
2182 | "version": "v2.3.0", |
||
2183 | "target-dir": "Symfony/Component/Security", |
||
2184 | "source": { |
||
2185 | "type": "git", |
||
2186 | "url": "https://github.com/symfony/security.git", |
||
2187 | "reference": "f54858561272d81ffb9e431c0032c04ec4365bc6" |
||
2188 | }, |
||
2189 | "dist": { |
||
2190 | "type": "zip", |
||
2191 | "url": "https://api.github.com/repos/symfony/security/zipball/f54858561272d81ffb9e431c0032c04ec4365bc6", |
||
2192 | "reference": "f54858561272d81ffb9e431c0032c04ec4365bc6", |
||
2193 | "shasum": "" |
||
2194 | }, |
||
2195 | "require": { |
||
2196 | "php": ">=5.3.3", |
||
2197 | "symfony/event-dispatcher": "~2.1", |
||
2198 | "symfony/http-foundation": "~2.1", |
||
2199 | "symfony/http-kernel": "~2.1" |
||
2200 | }, |
||
2201 | "require-dev": { |
||
2202 | "doctrine/common": "~2.2", |
||
2203 | "doctrine/dbal": "~2.2", |
||
2204 | "ircmaxell/password-compat": "1.0.*", |
||
2205 | "psr/log": "~1.0", |
||
2206 | "symfony/form": "~2.0", |
||
2207 | "symfony/routing": "~2.2", |
||
2208 | "symfony/validator": "~2.2" |
||
2209 | }, |
||
2210 | "suggest": { |
||
2211 | "doctrine/dbal": "to use the built-in ACL implementation", |
||
2212 | "ircmaxell/password-compat": "", |
||
2213 | "symfony/class-loader": "", |
||
2214 | "symfony/finder": "", |
||
2215 | "symfony/form": "", |
||
2216 | "symfony/routing": "", |
||
2217 | "symfony/validator": "" |
||
2218 | }, |
||
2219 | "type": "library", |
||
2220 | "extra": { |
||
2221 | "branch-alias": { |
||
2222 | "dev-master": "2.3-dev" |
||
2223 | } |
||
2224 | }, |
||
2225 | "autoload": { |
||
2226 | "psr-0": { |
||
2227 | "Symfony\\Component\\Security\\": "" |
||
2228 | } |
||
2229 | }, |
||
2230 | "notification-url": "https://packagist.org/downloads/", |
||
2231 | "license": [ |
||
2232 | "MIT" |
||
2233 | ], |
||
2234 | "authors": [ |
||
2235 | { |
||
2236 | "name": "Symfony Community", |
||
2237 | "homepage": "http://symfony.com/contributors" |
||
2238 | }, |
||
2239 | { |
||
2240 | "name": "Fabien Potencier", |
||
2241 | "email": "[email protected]" |
||
2242 | } |
||
2243 | ], |
||
2244 | "description": "Symfony Security Component", |
||
2245 | "homepage": "http://symfony.com", |
||
2246 | "time": "2013-05-27T14:49:21+00:00" |
||
2247 | }, |
||
2248 | { |
||
2249 | "name": "symfony/security-bundle", |
||
2250 | "version": "v2.3.0", |
||
2251 | "target-dir": "Symfony/Bundle/SecurityBundle", |
||
2252 | "source": { |
||
2253 | "type": "git", |
||
2254 | "url": "https://github.com/symfony/security-bundle.git", |
||
2255 | "reference": "40ed0d2f6835f6b456062b3d4293cffe77d1f3e7" |
||
2256 | }, |
||
2257 | "dist": { |
||
2258 | "type": "zip", |
||
2259 | "url": "https://api.github.com/repos/symfony/security-bundle/zipball/40ed0d2f6835f6b456062b3d4293cffe77d1f3e7", |
||
2260 | "reference": "40ed0d2f6835f6b456062b3d4293cffe77d1f3e7", |
||
2261 | "shasum": "" |
||
2262 | }, |
||
2263 | "require": { |
||
2264 | "php": ">=5.3.3", |
||
2265 | "symfony/http-kernel": "~2.2", |
||
2266 | "symfony/security": "~2.2" |
||
2267 | }, |
||
2268 | "require-dev": { |
||
2269 | "symfony/form": "~2.1", |
||
2270 | "symfony/framework-bundle": "~2.2", |
||
2271 | "symfony/twig-bundle": "~2.2", |
||
2272 | "symfony/validator": "~2.2", |
||
2273 | "symfony/yaml": "~2.0" |
||
2274 | }, |
||
2275 | "type": "symfony-bundle", |
||
2276 | "extra": { |
||
2277 | "branch-alias": { |
||
2278 | "dev-master": "2.3-dev" |
||
2279 | } |
||
2280 | }, |
||
2281 | "autoload": { |
||
2282 | "psr-0": { |
||
2283 | "Symfony\\Bundle\\SecurityBundle\\": "" |
||
2284 | } |
||
2285 | }, |
||
2286 | "notification-url": "https://packagist.org/downloads/", |
||
2287 | "license": [ |
||
2288 | "MIT" |
||
2289 | ], |
||
2290 | "authors": [ |
||
2291 | { |
||
2292 | "name": "Symfony Community", |
||
2293 | "homepage": "http://symfony.com/contributors" |
||
2294 | }, |
||
2295 | { |
||
2296 | "name": "Fabien Potencier", |
||
2297 | "email": "[email protected]" |
||
2298 | } |
||
2299 | ], |
||
2300 | "description": "Symfony SecurityBundle", |
||
2301 | "homepage": "http://symfony.com", |
||
2302 | "time": "2013-05-20T09:51:16+00:00" |
||
2303 | }, |
||
2304 | { |
||
2305 | "name": "symfony/security-core", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/security-core:
CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails ![]() |
|||
2306 | "version": "v2.6.0", |
||
2307 | "target-dir": "Symfony/Component/Security/Core", |
||
2308 | "source": { |
||
2309 | "type": "git", |
||
2310 | "url": "https://github.com/symfony/security-core.git", |
||
2311 | "reference": "6de9323f7efbb4a70e85836fa668aa644c188579" |
||
2312 | }, |
||
2313 | "dist": { |
||
2314 | "type": "zip", |
||
2315 | "url": "https://api.github.com/repos/symfony/security-core/zipball/6de9323f7efbb4a70e85836fa668aa644c188579", |
||
2316 | "reference": "6de9323f7efbb4a70e85836fa668aa644c188579", |
||
2317 | "shasum": "" |
||
2318 | }, |
||
2319 | "require": { |
||
2320 | "php": ">=5.3.3" |
||
2321 | }, |
||
2322 | "require-dev": { |
||
2323 | "ircmaxell/password-compat": "1.0.*", |
||
2324 | "psr/log": "~1.0", |
||
2325 | "symfony/event-dispatcher": "~2.1", |
||
2326 | "symfony/expression-language": "~2.4", |
||
2327 | "symfony/http-foundation": "~2.4", |
||
2328 | "symfony/validator": "~2.5" |
||
2329 | }, |
||
2330 | "suggest": { |
||
2331 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
2332 | "symfony/event-dispatcher": "", |
||
2333 | "symfony/expression-language": "For using the expression voter", |
||
2334 | "symfony/http-foundation": "", |
||
2335 | "symfony/validator": "For using the user password constraint" |
||
2336 | }, |
||
2337 | "type": "library", |
||
2338 | "extra": { |
||
2339 | "branch-alias": { |
||
2340 | "dev-master": "2.6-dev" |
||
2341 | } |
||
2342 | }, |
||
2343 | "autoload": { |
||
2344 | "psr-0": { |
||
2345 | "Symfony\\Component\\Security\\Core\\": "" |
||
2346 | } |
||
2347 | }, |
||
2348 | "notification-url": "https://packagist.org/downloads/", |
||
2349 | "license": [ |
||
2350 | "MIT" |
||
2351 | ], |
||
2352 | "authors": [ |
||
2353 | { |
||
2354 | "name": "Symfony Community", |
||
2355 | "homepage": "http://symfony.com/contributors" |
||
2356 | }, |
||
2357 | { |
||
2358 | "name": "Fabien Potencier", |
||
2359 | "email": "[email protected]" |
||
2360 | } |
||
2361 | ], |
||
2362 | "description": "Symfony Security Component - Core Library", |
||
2363 | "homepage": "http://symfony.com", |
||
2364 | "time": "2014-11-20T13:24:23+00:00" |
||
2365 | }, |
||
2366 | { |
||
2367 | "name": "symfony/security-csrf", |
||
2368 | "version": "v2.6.0", |
||
2369 | "target-dir": "Symfony/Component/Security/Csrf", |
||
2370 | "source": { |
||
2371 | "type": "git", |
||
2372 | "url": "https://github.com/symfony/security-csrf.git", |
||
2373 | "reference": "36b3be0e58508275571cf895ea76e7283b6f5358" |
||
2374 | }, |
||
2375 | "dist": { |
||
2376 | "type": "zip", |
||
2377 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/36b3be0e58508275571cf895ea76e7283b6f5358", |
||
2378 | "reference": "36b3be0e58508275571cf895ea76e7283b6f5358", |
||
2379 | "shasum": "" |
||
2380 | }, |
||
2381 | "require": { |
||
2382 | "php": ">=5.3.3", |
||
2383 | "symfony/security-core": "~2.4" |
||
2384 | }, |
||
2385 | "require-dev": { |
||
2386 | "symfony/http-foundation": "~2.1" |
||
2387 | }, |
||
2388 | "suggest": { |
||
2389 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
2390 | }, |
||
2391 | "type": "library", |
||
2392 | "extra": { |
||
2393 | "branch-alias": { |
||
2394 | "dev-master": "2.6-dev" |
||
2395 | } |
||
2396 | }, |
||
2397 | "autoload": { |
||
2398 | "psr-0": { |
||
2399 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
2400 | } |
||
2401 | }, |
||
2402 | "notification-url": "https://packagist.org/downloads/", |
||
2403 | "license": [ |
||
2404 | "MIT" |
||
2405 | ], |
||
2406 | "authors": [ |
||
2407 | { |
||
2408 | "name": "Symfony Community", |
||
2409 | "homepage": "http://symfony.com/contributors" |
||
2410 | }, |
||
2411 | { |
||
2412 | "name": "Fabien Potencier", |
||
2413 | "email": "[email protected]" |
||
2414 | } |
||
2415 | ], |
||
2416 | "description": "Symfony Security Component - CSRF Library", |
||
2417 | "homepage": "http://symfony.com", |
||
2418 | "time": "2014-11-28T10:00:40+00:00" |
||
2419 | }, |
||
2420 | { |
||
2421 | "name": "symfony/stopwatch", |
||
2422 | "version": "v2.5.0", |
||
2423 | "target-dir": "Symfony/Component/Stopwatch", |
||
2424 | "source": { |
||
2425 | "type": "git", |
||
2426 | "url": "https://github.com/symfony/Stopwatch.git", |
||
2427 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1" |
||
2428 | }, |
||
2429 | "dist": { |
||
2430 | "type": "zip", |
||
2431 | "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
2432 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
2433 | "shasum": "" |
||
2434 | }, |
||
2435 | "require": { |
||
2436 | "php": ">=5.3.3" |
||
2437 | }, |
||
2438 | "type": "library", |
||
2439 | "extra": { |
||
2440 | "branch-alias": { |
||
2441 | "dev-master": "2.5-dev" |
||
2442 | } |
||
2443 | }, |
||
2444 | "autoload": { |
||
2445 | "psr-0": { |
||
2446 | "Symfony\\Component\\Stopwatch\\": "" |
||
2447 | } |
||
2448 | }, |
||
2449 | "notification-url": "https://packagist.org/downloads/", |
||
2450 | "license": [ |
||
2451 | "MIT" |
||
2452 | ], |
||
2453 | "authors": [ |
||
2454 | { |
||
2455 | "name": "Fabien Potencier", |
||
2456 | "email": "[email protected]", |
||
2457 | "homepage": "http://fabien.potencier.org", |
||
2458 | "role": "Lead Developer" |
||
2459 | }, |
||
2460 | { |
||
2461 | "name": "Symfony Community", |
||
2462 | "homepage": "http://symfony.com/contributors" |
||
2463 | } |
||
2464 | ], |
||
2465 | "description": "Symfony Stopwatch Component", |
||
2466 | "homepage": "http://symfony.com", |
||
2467 | "time": "2014-04-18T20:40:13+00:00" |
||
2468 | }, |
||
2469 | { |
||
2470 | "name": "symfony/templating", |
||
2471 | "version": "v2.1.0", |
||
2472 | "target-dir": "Symfony/Component/Templating", |
||
2473 | "source": { |
||
2474 | "type": "git", |
||
2475 | "url": "https://github.com/symfony/templating.git", |
||
2476 | "reference": "6e3271183543c0f159c59d099210bb32d36977f5" |
||
2477 | }, |
||
2478 | "dist": { |
||
2479 | "type": "zip", |
||
2480 | "url": "https://api.github.com/repos/symfony/templating/zipball/6e3271183543c0f159c59d099210bb32d36977f5", |
||
2481 | "reference": "6e3271183543c0f159c59d099210bb32d36977f5", |
||
2482 | "shasum": "" |
||
2483 | }, |
||
2484 | "require": { |
||
2485 | "php": ">=5.3.3" |
||
2486 | }, |
||
2487 | "type": "library", |
||
2488 | "extra": { |
||
2489 | "branch-alias": { |
||
2490 | "dev-master": "2.1-dev" |
||
2491 | } |
||
2492 | }, |
||
2493 | "autoload": { |
||
2494 | "psr-0": { |
||
2495 | "Symfony\\Component\\Templating": "" |
||
2496 | } |
||
2497 | }, |
||
2498 | "notification-url": "https://packagist.org/downloads/", |
||
2499 | "license": [ |
||
2500 | "MIT" |
||
2501 | ], |
||
2502 | "authors": [ |
||
2503 | { |
||
2504 | "name": "Symfony Community", |
||
2505 | "homepage": "http://symfony.com/contributors" |
||
2506 | }, |
||
2507 | { |
||
2508 | "name": "Fabien Potencier", |
||
2509 | "email": "[email protected]" |
||
2510 | } |
||
2511 | ], |
||
2512 | "description": "Symfony Templating Component", |
||
2513 | "homepage": "http://symfony.com", |
||
2514 | "time": "2012-08-22T13:48:41+00:00" |
||
2515 | }, |
||
2516 | { |
||
2517 | "name": "symfony/translation", |
||
2518 | "version": "v2.8.0", |
||
2519 | "source": { |
||
2520 | "type": "git", |
||
2521 | "url": "https://github.com/symfony/translation.git", |
||
2522 | "reference": "6772657767649fc3b31df12705194fb4af11ef98" |
||
2523 | }, |
||
2524 | "dist": { |
||
2525 | "type": "zip", |
||
2526 | "url": "https://api.github.com/repos/symfony/translation/zipball/6772657767649fc3b31df12705194fb4af11ef98", |
||
2527 | "reference": "6772657767649fc3b31df12705194fb4af11ef98", |
||
2528 | "shasum": "" |
||
2529 | }, |
||
2530 | "require": { |
||
2531 | "php": ">=5.3.9", |
||
2532 | "symfony/polyfill-mbstring": "~1.0" |
||
2533 | }, |
||
2534 | "conflict": { |
||
2535 | "symfony/config": "<2.7" |
||
2536 | }, |
||
2537 | "require-dev": { |
||
2538 | "psr/log": "~1.0", |
||
2539 | "symfony/config": "~2.8", |
||
2540 | "symfony/intl": "~2.4|~3.0.0", |
||
2541 | "symfony/yaml": "~2.2|~3.0.0" |
||
2542 | }, |
||
2543 | "suggest": { |
||
2544 | "psr/log": "To use logging capability in translator", |
||
2545 | "symfony/config": "", |
||
2546 | "symfony/yaml": "" |
||
2547 | }, |
||
2548 | "type": "library", |
||
2549 | "extra": { |
||
2550 | "branch-alias": { |
||
2551 | "dev-master": "2.8-dev" |
||
2552 | } |
||
2553 | }, |
||
2554 | "autoload": { |
||
2555 | "psr-4": { |
||
2556 | "Symfony\\Component\\Translation\\": "" |
||
2557 | }, |
||
2558 | "exclude-from-classmap": [ |
||
2559 | "/Tests/" |
||
2560 | ] |
||
2561 | }, |
||
2562 | "notification-url": "https://packagist.org/downloads/", |
||
2563 | "license": [ |
||
2564 | "MIT" |
||
2565 | ], |
||
2566 | "authors": [ |
||
2567 | { |
||
2568 | "name": "Fabien Potencier", |
||
2569 | "email": "[email protected]" |
||
2570 | }, |
||
2571 | { |
||
2572 | "name": "Symfony Community", |
||
2573 | "homepage": "https://symfony.com/contributors" |
||
2574 | } |
||
2575 | ], |
||
2576 | "description": "Symfony Translation Component", |
||
2577 | "homepage": "https://symfony.com", |
||
2578 | "time": "2015-11-18T13:45:00+00:00" |
||
2579 | }, |
||
2580 | { |
||
2581 | "name": "symfony/twig-bridge", |
||
2582 | "version": "v2.7.0", |
||
2583 | "source": { |
||
2584 | "type": "git", |
||
2585 | "url": "https://github.com/symfony/twig-bridge.git", |
||
2586 | "reference": "940bf0b1671301597649bce55d189e35355d2f33" |
||
2587 | }, |
||
2588 | "dist": { |
||
2589 | "type": "zip", |
||
2590 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/940bf0b1671301597649bce55d189e35355d2f33", |
||
2591 | "reference": "940bf0b1671301597649bce55d189e35355d2f33", |
||
2592 | "shasum": "" |
||
2593 | }, |
||
2594 | "require": { |
||
2595 | "php": ">=5.3.9", |
||
2596 | "twig/twig": "~1.18" |
||
2597 | }, |
||
2598 | "require-dev": { |
||
2599 | "symfony/asset": "~2.7", |
||
2600 | "symfony/console": "~2.7", |
||
2601 | "symfony/expression-language": "~2.4", |
||
2602 | "symfony/finder": "~2.3", |
||
2603 | "symfony/form": "~2.7", |
||
2604 | "symfony/http-kernel": "~2.3", |
||
2605 | "symfony/intl": "~2.3", |
||
2606 | "symfony/phpunit-bridge": "~2.7", |
||
2607 | "symfony/routing": "~2.2", |
||
2608 | "symfony/security": "~2.6", |
||
2609 | "symfony/stopwatch": "~2.2", |
||
2610 | "symfony/templating": "~2.1", |
||
2611 | "symfony/translation": "~2.7", |
||
2612 | "symfony/var-dumper": "~2.6", |
||
2613 | "symfony/yaml": "~2.0,>=2.0.5" |
||
2614 | }, |
||
2615 | "suggest": { |
||
2616 | "symfony/asset": "For using the AssetExtension", |
||
2617 | "symfony/expression-language": "For using the ExpressionExtension", |
||
2618 | "symfony/finder": "", |
||
2619 | "symfony/form": "For using the FormExtension", |
||
2620 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
2621 | "symfony/routing": "For using the RoutingExtension", |
||
2622 | "symfony/security": "For using the SecurityExtension", |
||
2623 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
2624 | "symfony/templating": "For using the TwigEngine", |
||
2625 | "symfony/translation": "For using the TranslationExtension", |
||
2626 | "symfony/var-dumper": "For using the DumpExtension", |
||
2627 | "symfony/yaml": "For using the YamlExtension" |
||
2628 | }, |
||
2629 | "type": "symfony-bridge", |
||
2630 | "extra": { |
||
2631 | "branch-alias": { |
||
2632 | "dev-master": "2.7-dev" |
||
2633 | } |
||
2634 | }, |
||
2635 | "autoload": { |
||
2636 | "psr-4": { |
||
2637 | "Symfony\\Bridge\\Twig\\": "" |
||
2638 | } |
||
2639 | }, |
||
2640 | "notification-url": "https://packagist.org/downloads/", |
||
2641 | "license": [ |
||
2642 | "MIT" |
||
2643 | ], |
||
2644 | "authors": [ |
||
2645 | { |
||
2646 | "name": "Fabien Potencier", |
||
2647 | "email": "[email protected]" |
||
2648 | }, |
||
2649 | { |
||
2650 | "name": "Symfony Community", |
||
2651 | "homepage": "https://symfony.com/contributors" |
||
2652 | } |
||
2653 | ], |
||
2654 | "description": "Symfony Twig Bridge", |
||
2655 | "homepage": "https://symfony.com", |
||
2656 | "time": "2015-05-22T14:54:25+00:00" |
||
2657 | }, |
||
2658 | { |
||
2659 | "name": "symfony/twig-bundle", |
||
2660 | "version": "v2.8.0", |
||
2661 | "source": { |
||
2662 | "type": "git", |
||
2663 | "url": "https://github.com/symfony/twig-bundle.git", |
||
2664 | "reference": "b2842c915a0cab5dcc9dce0738bbb8c7b9eaa327" |
||
2665 | }, |
||
2666 | "dist": { |
||
2667 | "type": "zip", |
||
2668 | "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/b2842c915a0cab5dcc9dce0738bbb8c7b9eaa327", |
||
2669 | "reference": "b2842c915a0cab5dcc9dce0738bbb8c7b9eaa327", |
||
2670 | "shasum": "" |
||
2671 | }, |
||
2672 | "require": { |
||
2673 | "php": ">=5.3.9", |
||
2674 | "symfony/asset": "~2.7|~3.0.0", |
||
2675 | "symfony/http-foundation": "~2.5|~3.0.0", |
||
2676 | "symfony/http-kernel": "~2.7", |
||
2677 | "symfony/twig-bridge": "~2.7|~3.0.0" |
||
2678 | }, |
||
2679 | "require-dev": { |
||
2680 | "symfony/config": "~2.8|~3.0.0", |
||
2681 | "symfony/dependency-injection": "~2.6,>=2.6.6|~3.0.0", |
||
2682 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2683 | "symfony/finder": "~2.0,>=2.0.5", |
||
2684 | "symfony/framework-bundle": "~2.7|~3.0.0", |
||
2685 | "symfony/routing": "~2.1|~3.0.0", |
||
2686 | "symfony/stopwatch": "~2.2|~3.0.0", |
||
2687 | "symfony/templating": "~2.1|~3.0.0", |
||
2688 | "symfony/yaml": "~2.3|~3.0.0" |
||
2689 | }, |
||
2690 | "type": "symfony-bundle", |
||
2691 | "extra": { |
||
2692 | "branch-alias": { |
||
2693 | "dev-master": "2.8-dev" |
||
2694 | } |
||
2695 | }, |
||
2696 | "autoload": { |
||
2697 | "psr-4": { |
||
2698 | "Symfony\\Bundle\\TwigBundle\\": "" |
||
2699 | }, |
||
2700 | "exclude-from-classmap": [ |
||
2701 | "/Tests/" |
||
2702 | ] |
||
2703 | }, |
||
2704 | "notification-url": "https://packagist.org/downloads/", |
||
2705 | "license": [ |
||
2706 | "MIT" |
||
2707 | ], |
||
2708 | "authors": [ |
||
2709 | { |
||
2710 | "name": "Fabien Potencier", |
||
2711 | "email": "[email protected]" |
||
2712 | }, |
||
2713 | { |
||
2714 | "name": "Symfony Community", |
||
2715 | "homepage": "https://symfony.com/contributors" |
||
2716 | } |
||
2717 | ], |
||
2718 | "description": "Symfony TwigBundle", |
||
2719 | "homepage": "https://symfony.com", |
||
2720 | "time": "2015-11-18T13:45:00+00:00" |
||
2721 | }, |
||
2722 | { |
||
2723 | "name": "symfony/validator", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/validator:
Validation metadata serialization and loss of information ![]() |
|||
2724 | "version": "v2.3.0", |
||
2725 | "target-dir": "Symfony/Component/Validator", |
||
2726 | "source": { |
||
2727 | "type": "git", |
||
2728 | "url": "https://github.com/symfony/validator.git", |
||
2729 | "reference": "7e9dc9ed2d6e4798983626c33125373db835d6f9" |
||
2730 | }, |
||
2731 | "dist": { |
||
2732 | "type": "zip", |
||
2733 | "url": "https://api.github.com/repos/symfony/validator/zipball/7e9dc9ed2d6e4798983626c33125373db835d6f9", |
||
2734 | "reference": "7e9dc9ed2d6e4798983626c33125373db835d6f9", |
||
2735 | "shasum": "" |
||
2736 | }, |
||
2737 | "require": { |
||
2738 | "php": ">=5.3.3", |
||
2739 | "symfony/translation": "~2.0" |
||
2740 | }, |
||
2741 | "require-dev": { |
||
2742 | "symfony/config": "~2.2", |
||
2743 | "symfony/http-foundation": "~2.1", |
||
2744 | "symfony/intl": "~2.3", |
||
2745 | "symfony/yaml": "~2.0" |
||
2746 | }, |
||
2747 | "suggest": { |
||
2748 | "doctrine/common": "", |
||
2749 | "symfony/config": "", |
||
2750 | "symfony/http-foundation": "", |
||
2751 | "symfony/intl": "", |
||
2752 | "symfony/yaml": "" |
||
2753 | }, |
||
2754 | "type": "library", |
||
2755 | "extra": { |
||
2756 | "branch-alias": { |
||
2757 | "dev-master": "2.3-dev" |
||
2758 | } |
||
2759 | }, |
||
2760 | "autoload": { |
||
2761 | "psr-0": { |
||
2762 | "Symfony\\Component\\Validator\\": "" |
||
2763 | } |
||
2764 | }, |
||
2765 | "notification-url": "https://packagist.org/downloads/", |
||
2766 | "license": [ |
||
2767 | "MIT" |
||
2768 | ], |
||
2769 | "authors": [ |
||
2770 | { |
||
2771 | "name": "Symfony Community", |
||
2772 | "homepage": "http://symfony.com/contributors" |
||
2773 | }, |
||
2774 | { |
||
2775 | "name": "Fabien Potencier", |
||
2776 | "email": "[email protected]" |
||
2777 | } |
||
2778 | ], |
||
2779 | "description": "Symfony Validator Component", |
||
2780 | "homepage": "http://symfony.com", |
||
2781 | "time": "2013-06-02T12:05:51+00:00" |
||
2782 | }, |
||
2783 | { |
||
2784 | "name": "twig/extensions", |
||
2785 | "version": "v1.0.0", |
||
2786 | "source": { |
||
2787 | "type": "git", |
||
2788 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
2789 | "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e" |
||
2790 | }, |
||
2791 | "dist": { |
||
2792 | "type": "zip", |
||
2793 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/921799aaf05f88af749d72912d6b154dfeb9a03e", |
||
2794 | "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e", |
||
2795 | "shasum": "" |
||
2796 | }, |
||
2797 | "require": { |
||
2798 | "twig/twig": "1.*" |
||
2799 | }, |
||
2800 | "type": "library", |
||
2801 | "extra": { |
||
2802 | "branch-alias": { |
||
2803 | "dev-master": "1.0.x-dev" |
||
2804 | } |
||
2805 | }, |
||
2806 | "autoload": { |
||
2807 | "psr-0": { |
||
2808 | "Twig_Extensions_": "lib/" |
||
2809 | } |
||
2810 | }, |
||
2811 | "notification-url": "https://packagist.org/downloads/", |
||
2812 | "license": [ |
||
2813 | "MIT" |
||
2814 | ], |
||
2815 | "authors": [ |
||
2816 | { |
||
2817 | "name": "Fabien Potencier", |
||
2818 | "email": "[email protected]" |
||
2819 | } |
||
2820 | ], |
||
2821 | "description": "Common additional features for Twig that do not directly belong in core", |
||
2822 | "homepage": "https://github.com/fabpot/Twig-extensions", |
||
2823 | "keywords": [ |
||
2824 | "debug", |
||
2825 | "i18n", |
||
2826 | "text" |
||
2827 | ], |
||
2828 | "time": "2013-02-28T14:21:30+00:00" |
||
2829 | }, |
||
2830 | { |
||
2831 | "name": "twig/twig", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of twig/twig:
Remote code execution in templates ![]() |
|||
2832 | "version": "v1.18.0", |
||
2833 | "source": { |
||
2834 | "type": "git", |
||
2835 | "url": "https://github.com/twigphp/Twig.git", |
||
2836 | "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf" |
||
2837 | }, |
||
2838 | "dist": { |
||
2839 | "type": "zip", |
||
2840 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf", |
||
2841 | "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf", |
||
2842 | "shasum": "" |
||
2843 | }, |
||
2844 | "require": { |
||
2845 | "php": ">=5.2.4" |
||
2846 | }, |
||
2847 | "type": "library", |
||
2848 | "extra": { |
||
2849 | "branch-alias": { |
||
2850 | "dev-master": "1.18-dev" |
||
2851 | } |
||
2852 | }, |
||
2853 | "autoload": { |
||
2854 | "psr-0": { |
||
2855 | "Twig_": "lib/" |
||
2856 | } |
||
2857 | }, |
||
2858 | "notification-url": "https://packagist.org/downloads/", |
||
2859 | "license": [ |
||
2860 | "BSD-3-Clause" |
||
2861 | ], |
||
2862 | "authors": [ |
||
2863 | { |
||
2864 | "name": "Fabien Potencier", |
||
2865 | "email": "[email protected]", |
||
2866 | "homepage": "http://fabien.potencier.org", |
||
2867 | "role": "Lead Developer" |
||
2868 | }, |
||
2869 | { |
||
2870 | "name": "Armin Ronacher", |
||
2871 | "email": "[email protected]", |
||
2872 | "role": "Project Founder" |
||
2873 | }, |
||
2874 | { |
||
2875 | "name": "Twig Team", |
||
2876 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2877 | "role": "Contributors" |
||
2878 | } |
||
2879 | ], |
||
2880 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2881 | "homepage": "http://twig.sensiolabs.org", |
||
2882 | "keywords": [ |
||
2883 | "templating" |
||
2884 | ], |
||
2885 | "time": "2015-01-25T17:32:08+00:00" |
||
2886 | } |
||
2887 | ], |
||
2888 | "packages-dev": [ |
||
2889 | { |
||
2890 | "name": "dflydev/markdown", |
||
2891 | "version": "v1.0.0", |
||
2892 | "source": { |
||
2893 | "type": "git", |
||
2894 | "url": "https://github.com/dflydev/dflydev-markdown.git", |
||
2895 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d" |
||
2896 | }, |
||
2897 | "dist": { |
||
2898 | "type": "zip", |
||
2899 | "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
2900 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
2901 | "shasum": "" |
||
2902 | }, |
||
2903 | "require": { |
||
2904 | "php": ">=5.3" |
||
2905 | }, |
||
2906 | "type": "library", |
||
2907 | "autoload": { |
||
2908 | "psr-0": { |
||
2909 | "dflydev\\markdown": "src" |
||
2910 | } |
||
2911 | }, |
||
2912 | "notification-url": "https://packagist.org/downloads/", |
||
2913 | "license": [ |
||
2914 | "New BSD License" |
||
2915 | ], |
||
2916 | "authors": [ |
||
2917 | { |
||
2918 | "name": "Dragonfly Development Inc.", |
||
2919 | "email": "[email protected]", |
||
2920 | "homepage": "http://dflydev.com" |
||
2921 | }, |
||
2922 | { |
||
2923 | "name": "Beau Simensen", |
||
2924 | "email": "[email protected]", |
||
2925 | "homepage": "http://beausimensen.com" |
||
2926 | }, |
||
2927 | { |
||
2928 | "name": "Michel Fortin", |
||
2929 | "homepage": "http://michelf.com" |
||
2930 | }, |
||
2931 | { |
||
2932 | "name": "John Gruber", |
||
2933 | "homepage": "http://daringfireball.net" |
||
2934 | } |
||
2935 | ], |
||
2936 | "description": "PHP Markdown & Extra", |
||
2937 | "homepage": "http://github.com/dflydev/dflydev-markdown", |
||
2938 | "keywords": [ |
||
2939 | "markdown" |
||
2940 | ], |
||
2941 | "abandoned": "michelf/php-markdown", |
||
2942 | "time": "2012-01-02T23:11:32+00:00" |
||
2943 | }, |
||
2944 | { |
||
2945 | "name": "doctrine/instantiator", |
||
2946 | "version": "1.0.2", |
||
2947 | "source": { |
||
2948 | "type": "git", |
||
2949 | "url": "https://github.com/doctrine/instantiator.git", |
||
2950 | "reference": "26404e0c90565b614ee76b988b9bc8790d77f590" |
||
2951 | }, |
||
2952 | "dist": { |
||
2953 | "type": "zip", |
||
2954 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/26404e0c90565b614ee76b988b9bc8790d77f590", |
||
2955 | "reference": "26404e0c90565b614ee76b988b9bc8790d77f590", |
||
2956 | "shasum": "" |
||
2957 | }, |
||
2958 | "require": { |
||
2959 | "php": "~5.3" |
||
2960 | }, |
||
2961 | "require-dev": { |
||
2962 | "athletic/athletic": "~0.1.8", |
||
2963 | "ext-pdo": "*", |
||
2964 | "ext-phar": "*", |
||
2965 | "phpunit/phpunit": "~4.0", |
||
2966 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
2967 | }, |
||
2968 | "type": "library", |
||
2969 | "extra": { |
||
2970 | "branch-alias": { |
||
2971 | "dev-master": "1.0.x-dev" |
||
2972 | } |
||
2973 | }, |
||
2974 | "autoload": { |
||
2975 | "psr-0": { |
||
2976 | "Doctrine\\Instantiator\\": "src" |
||
2977 | } |
||
2978 | }, |
||
2979 | "notification-url": "https://packagist.org/downloads/", |
||
2980 | "license": [ |
||
2981 | "MIT" |
||
2982 | ], |
||
2983 | "authors": [ |
||
2984 | { |
||
2985 | "name": "Marco Pivetta", |
||
2986 | "email": "[email protected]", |
||
2987 | "homepage": "http://ocramius.github.com/" |
||
2988 | } |
||
2989 | ], |
||
2990 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
2991 | "homepage": "https://github.com/doctrine/instantiator", |
||
2992 | "keywords": [ |
||
2993 | "constructor", |
||
2994 | "instantiate" |
||
2995 | ], |
||
2996 | "time": "2014-08-25T15:09:25+00:00" |
||
2997 | }, |
||
2998 | { |
||
2999 | "name": "friendsofphp/php-cs-fixer", |
||
3000 | "version": "v1.11", |
||
3001 | "source": { |
||
3002 | "type": "git", |
||
3003 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
3004 | "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef" |
||
3005 | }, |
||
3006 | "dist": { |
||
3007 | "type": "zip", |
||
3008 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", |
||
3009 | "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", |
||
3010 | "shasum": "" |
||
3011 | }, |
||
3012 | "require": { |
||
3013 | "ext-tokenizer": "*", |
||
3014 | "php": ">=5.3.6", |
||
3015 | "sebastian/diff": "~1.1", |
||
3016 | "symfony/console": "~2.3|~3.0", |
||
3017 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
3018 | "symfony/filesystem": "~2.1|~3.0", |
||
3019 | "symfony/finder": "~2.1|~3.0", |
||
3020 | "symfony/process": "~2.3|~3.0", |
||
3021 | "symfony/stopwatch": "~2.5|~3.0" |
||
3022 | }, |
||
3023 | "require-dev": { |
||
3024 | "satooshi/php-coveralls": "0.7.*@dev" |
||
3025 | }, |
||
3026 | "bin": [ |
||
3027 | "php-cs-fixer" |
||
3028 | ], |
||
3029 | "type": "application", |
||
3030 | "autoload": { |
||
3031 | "psr-4": { |
||
3032 | "Symfony\\CS\\": "Symfony/CS/" |
||
3033 | } |
||
3034 | }, |
||
3035 | "notification-url": "https://packagist.org/downloads/", |
||
3036 | "license": [ |
||
3037 | "MIT" |
||
3038 | ], |
||
3039 | "authors": [ |
||
3040 | { |
||
3041 | "name": "Dariusz Rumiński", |
||
3042 | "email": "[email protected]" |
||
3043 | }, |
||
3044 | { |
||
3045 | "name": "Fabien Potencier", |
||
3046 | "email": "[email protected]" |
||
3047 | } |
||
3048 | ], |
||
3049 | "description": "A tool to automatically fix PHP code style", |
||
3050 | "time": "2015-12-01T22:34:33+00:00" |
||
3051 | }, |
||
3052 | { |
||
3053 | "name": "matthiasnoback/symfony-config-test", |
||
3054 | "version": "v0.1.0", |
||
3055 | "target-dir": "Matthias/SymfonyConfigTest", |
||
3056 | "source": { |
||
3057 | "type": "git", |
||
3058 | "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git", |
||
3059 | "reference": "7a10a24044c1348c399fc581dc41b18ad27ac1f8" |
||
3060 | }, |
||
3061 | "dist": { |
||
3062 | "type": "zip", |
||
3063 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/7a10a24044c1348c399fc581dc41b18ad27ac1f8", |
||
3064 | "reference": "7a10a24044c1348c399fc581dc41b18ad27ac1f8", |
||
3065 | "shasum": "" |
||
3066 | }, |
||
3067 | "require": { |
||
3068 | "symfony/config": "2.*" |
||
3069 | }, |
||
3070 | "require-dev": { |
||
3071 | "phpunit/phpunit": "3.7.*" |
||
3072 | }, |
||
3073 | "type": "library", |
||
3074 | "autoload": { |
||
3075 | "psr-0": { |
||
3076 | "Matthias\\SymfonyConfigTest": "" |
||
3077 | } |
||
3078 | }, |
||
3079 | "notification-url": "https://packagist.org/downloads/", |
||
3080 | "license": [ |
||
3081 | "MIT" |
||
3082 | ], |
||
3083 | "authors": [ |
||
3084 | { |
||
3085 | "name": "Matthias Noback", |
||
3086 | "email": "[email protected]", |
||
3087 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
3088 | } |
||
3089 | ], |
||
3090 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
3091 | "time": "2013-08-29T20:15:57+00:00" |
||
3092 | }, |
||
3093 | { |
||
3094 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
3095 | "version": "v0.7.6", |
||
3096 | "source": { |
||
3097 | "type": "git", |
||
3098 | "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git", |
||
3099 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c" |
||
3100 | }, |
||
3101 | "dist": { |
||
3102 | "type": "zip", |
||
3103 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
3104 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
3105 | "shasum": "" |
||
3106 | }, |
||
3107 | "require": { |
||
3108 | "matthiasnoback/symfony-config-test": "0.*|~1.0", |
||
3109 | "sebastian/exporter": "~1", |
||
3110 | "symfony/config": "^2.0.5|~3.0", |
||
3111 | "symfony/dependency-injection": "^2.0.5|~3.0" |
||
3112 | }, |
||
3113 | "require-dev": { |
||
3114 | "phpunit/phpunit": "~3.0|~4.0" |
||
3115 | }, |
||
3116 | "type": "library", |
||
3117 | "autoload": { |
||
3118 | "psr-4": { |
||
3119 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
3120 | } |
||
3121 | }, |
||
3122 | "notification-url": "https://packagist.org/downloads/", |
||
3123 | "license": [ |
||
3124 | "MIT" |
||
3125 | ], |
||
3126 | "authors": [ |
||
3127 | { |
||
3128 | "name": "Matthias Noback", |
||
3129 | "email": "[email protected]", |
||
3130 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
3131 | } |
||
3132 | ], |
||
3133 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
3134 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
3135 | "keywords": [ |
||
3136 | "Symfony2", |
||
3137 | "dependency injection", |
||
3138 | "phpunit" |
||
3139 | ], |
||
3140 | "time": "2015-11-12T15:32:36+00:00" |
||
3141 | }, |
||
3142 | { |
||
3143 | "name": "phpdocumentor/reflection-docblock", |
||
3144 | "version": "2.0.0", |
||
3145 | "source": { |
||
3146 | "type": "git", |
||
3147 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3148 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5" |
||
3149 | }, |
||
3150 | "dist": { |
||
3151 | "type": "zip", |
||
3152 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
3153 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
3154 | "shasum": "" |
||
3155 | }, |
||
3156 | "require": { |
||
3157 | "dflydev/markdown": "1.0.*", |
||
3158 | "php": ">=5.3.3" |
||
3159 | }, |
||
3160 | "require-dev": { |
||
3161 | "phpunit/phpunit": "3.7.*@stable" |
||
3162 | }, |
||
3163 | "type": "library", |
||
3164 | "extra": { |
||
3165 | "branch-alias": { |
||
3166 | "dev-master": "2.0.x-dev" |
||
3167 | } |
||
3168 | }, |
||
3169 | "autoload": { |
||
3170 | "psr-0": { |
||
3171 | "phpDocumentor": [ |
||
3172 | "src/" |
||
3173 | ] |
||
3174 | } |
||
3175 | }, |
||
3176 | "notification-url": "https://packagist.org/downloads/", |
||
3177 | "license": [ |
||
3178 | "MIT" |
||
3179 | ], |
||
3180 | "authors": [ |
||
3181 | { |
||
3182 | "name": "Mike van Riel", |
||
3183 | "email": "[email protected]" |
||
3184 | } |
||
3185 | ], |
||
3186 | "time": "2013-08-07T11:04:22+00:00" |
||
3187 | }, |
||
3188 | { |
||
3189 | "name": "phpspec/prophecy", |
||
3190 | "version": "v1.3.1", |
||
3191 | "source": { |
||
3192 | "type": "git", |
||
3193 | "url": "https://github.com/phpspec/prophecy.git", |
||
3194 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" |
||
3195 | }, |
||
3196 | "dist": { |
||
3197 | "type": "zip", |
||
3198 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
3199 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
3200 | "shasum": "" |
||
3201 | }, |
||
3202 | "require": { |
||
3203 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
3204 | "phpdocumentor/reflection-docblock": "~2.0" |
||
3205 | }, |
||
3206 | "require-dev": { |
||
3207 | "phpspec/phpspec": "~2.0" |
||
3208 | }, |
||
3209 | "type": "library", |
||
3210 | "extra": { |
||
3211 | "branch-alias": { |
||
3212 | "dev-master": "1.2.x-dev" |
||
3213 | } |
||
3214 | }, |
||
3215 | "autoload": { |
||
3216 | "psr-0": { |
||
3217 | "Prophecy\\": "src/" |
||
3218 | } |
||
3219 | }, |
||
3220 | "notification-url": "https://packagist.org/downloads/", |
||
3221 | "license": [ |
||
3222 | "MIT" |
||
3223 | ], |
||
3224 | "authors": [ |
||
3225 | { |
||
3226 | "name": "Konstantin Kudryashov", |
||
3227 | "email": "[email protected]", |
||
3228 | "homepage": "http://everzet.com" |
||
3229 | }, |
||
3230 | { |
||
3231 | "name": "Marcello Duarte", |
||
3232 | "email": "[email protected]" |
||
3233 | } |
||
3234 | ], |
||
3235 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3236 | "homepage": "http://phpspec.org", |
||
3237 | "keywords": [ |
||
3238 | "Double", |
||
3239 | "Dummy", |
||
3240 | "fake", |
||
3241 | "mock", |
||
3242 | "spy", |
||
3243 | "stub" |
||
3244 | ], |
||
3245 | "time": "2014-11-17T16:23:49+00:00" |
||
3246 | }, |
||
3247 | { |
||
3248 | "name": "phpunit/php-code-coverage", |
||
3249 | "version": "2.1.0", |
||
3250 | "source": { |
||
3251 | "type": "git", |
||
3252 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3253 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886" |
||
3254 | }, |
||
3255 | "dist": { |
||
3256 | "type": "zip", |
||
3257 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
3258 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
3259 | "shasum": "" |
||
3260 | }, |
||
3261 | "require": { |
||
3262 | "php": ">=5.3.3", |
||
3263 | "phpunit/php-file-iterator": "~1.3", |
||
3264 | "phpunit/php-text-template": "~1.2", |
||
3265 | "phpunit/php-token-stream": "~1.3", |
||
3266 | "sebastian/environment": "~1.0", |
||
3267 | "sebastian/version": "~1.0" |
||
3268 | }, |
||
3269 | "require-dev": { |
||
3270 | "ext-xdebug": ">=2.1.4", |
||
3271 | "phpunit/phpunit": "~4" |
||
3272 | }, |
||
3273 | "suggest": { |
||
3274 | "ext-dom": "*", |
||
3275 | "ext-xdebug": ">=2.2.1", |
||
3276 | "ext-xmlwriter": "*" |
||
3277 | }, |
||
3278 | "type": "library", |
||
3279 | "extra": { |
||
3280 | "branch-alias": { |
||
3281 | "dev-master": "2.1.x-dev" |
||
3282 | } |
||
3283 | }, |
||
3284 | "autoload": { |
||
3285 | "classmap": [ |
||
3286 | "src/" |
||
3287 | ] |
||
3288 | }, |
||
3289 | "notification-url": "https://packagist.org/downloads/", |
||
3290 | "license": [ |
||
3291 | "BSD-3-Clause" |
||
3292 | ], |
||
3293 | "authors": [ |
||
3294 | { |
||
3295 | "name": "Sebastian Bergmann", |
||
3296 | "email": "[email protected]", |
||
3297 | "role": "lead" |
||
3298 | } |
||
3299 | ], |
||
3300 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3301 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3302 | "keywords": [ |
||
3303 | "coverage", |
||
3304 | "testing", |
||
3305 | "xunit" |
||
3306 | ], |
||
3307 | "time": "2015-05-30T12:58:40+00:00" |
||
3308 | }, |
||
3309 | { |
||
3310 | "name": "phpunit/php-file-iterator", |
||
3311 | "version": "1.4.0", |
||
3312 | "source": { |
||
3313 | "type": "git", |
||
3314 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3315 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" |
||
3316 | }, |
||
3317 | "dist": { |
||
3318 | "type": "zip", |
||
3319 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
3320 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
3321 | "shasum": "" |
||
3322 | }, |
||
3323 | "require": { |
||
3324 | "php": ">=5.3.3" |
||
3325 | }, |
||
3326 | "type": "library", |
||
3327 | "extra": { |
||
3328 | "branch-alias": { |
||
3329 | "dev-master": "1.4.x-dev" |
||
3330 | } |
||
3331 | }, |
||
3332 | "autoload": { |
||
3333 | "classmap": [ |
||
3334 | "src/" |
||
3335 | ] |
||
3336 | }, |
||
3337 | "notification-url": "https://packagist.org/downloads/", |
||
3338 | "license": [ |
||
3339 | "BSD-3-Clause" |
||
3340 | ], |
||
3341 | "authors": [ |
||
3342 | { |
||
3343 | "name": "Sebastian Bergmann", |
||
3344 | "email": "[email protected]", |
||
3345 | "role": "lead" |
||
3346 | } |
||
3347 | ], |
||
3348 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3349 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3350 | "keywords": [ |
||
3351 | "filesystem", |
||
3352 | "iterator" |
||
3353 | ], |
||
3354 | "time": "2015-04-02T05:19:05+00:00" |
||
3355 | }, |
||
3356 | { |
||
3357 | "name": "phpunit/php-text-template", |
||
3358 | "version": "1.2.0", |
||
3359 | "source": { |
||
3360 | "type": "git", |
||
3361 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3362 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
3363 | }, |
||
3364 | "dist": { |
||
3365 | "type": "zip", |
||
3366 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
3367 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
3368 | "shasum": "" |
||
3369 | }, |
||
3370 | "require": { |
||
3371 | "php": ">=5.3.3" |
||
3372 | }, |
||
3373 | "type": "library", |
||
3374 | "autoload": { |
||
3375 | "classmap": [ |
||
3376 | "Text/" |
||
3377 | ] |
||
3378 | }, |
||
3379 | "notification-url": "https://packagist.org/downloads/", |
||
3380 | "include-path": [ |
||
3381 | "" |
||
3382 | ], |
||
3383 | "license": [ |
||
3384 | "BSD-3-Clause" |
||
3385 | ], |
||
3386 | "authors": [ |
||
3387 | { |
||
3388 | "name": "Sebastian Bergmann", |
||
3389 | "email": "[email protected]", |
||
3390 | "role": "lead" |
||
3391 | } |
||
3392 | ], |
||
3393 | "description": "Simple template engine.", |
||
3394 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3395 | "keywords": [ |
||
3396 | "template" |
||
3397 | ], |
||
3398 | "time": "2014-01-30T17:20:04+00:00" |
||
3399 | }, |
||
3400 | { |
||
3401 | "name": "phpunit/php-timer", |
||
3402 | "version": "1.0.6", |
||
3403 | "source": { |
||
3404 | "type": "git", |
||
3405 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3406 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" |
||
3407 | }, |
||
3408 | "dist": { |
||
3409 | "type": "zip", |
||
3410 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
3411 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
3412 | "shasum": "" |
||
3413 | }, |
||
3414 | "require": { |
||
3415 | "php": ">=5.3.3" |
||
3416 | }, |
||
3417 | "type": "library", |
||
3418 | "autoload": { |
||
3419 | "classmap": [ |
||
3420 | "src/" |
||
3421 | ] |
||
3422 | }, |
||
3423 | "notification-url": "https://packagist.org/downloads/", |
||
3424 | "license": [ |
||
3425 | "BSD-3-Clause" |
||
3426 | ], |
||
3427 | "authors": [ |
||
3428 | { |
||
3429 | "name": "Sebastian Bergmann", |
||
3430 | "email": "[email protected]", |
||
3431 | "role": "lead" |
||
3432 | } |
||
3433 | ], |
||
3434 | "description": "Utility class for timing", |
||
3435 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
3436 | "keywords": [ |
||
3437 | "timer" |
||
3438 | ], |
||
3439 | "time": "2015-06-13T07:35:30+00:00" |
||
3440 | }, |
||
3441 | { |
||
3442 | "name": "phpunit/php-token-stream", |
||
3443 | "version": "1.3.0", |
||
3444 | "source": { |
||
3445 | "type": "git", |
||
3446 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
3447 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" |
||
3448 | }, |
||
3449 | "dist": { |
||
3450 | "type": "zip", |
||
3451 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", |
||
3452 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", |
||
3453 | "shasum": "" |
||
3454 | }, |
||
3455 | "require": { |
||
3456 | "ext-tokenizer": "*", |
||
3457 | "php": ">=5.3.3" |
||
3458 | }, |
||
3459 | "require-dev": { |
||
3460 | "phpunit/phpunit": "~4.2" |
||
3461 | }, |
||
3462 | "type": "library", |
||
3463 | "extra": { |
||
3464 | "branch-alias": { |
||
3465 | "dev-master": "1.3-dev" |
||
3466 | } |
||
3467 | }, |
||
3468 | "autoload": { |
||
3469 | "classmap": [ |
||
3470 | "src/" |
||
3471 | ] |
||
3472 | }, |
||
3473 | "notification-url": "https://packagist.org/downloads/", |
||
3474 | "license": [ |
||
3475 | "BSD-3-Clause" |
||
3476 | ], |
||
3477 | "authors": [ |
||
3478 | { |
||
3479 | "name": "Sebastian Bergmann", |
||
3480 | "email": "[email protected]" |
||
3481 | } |
||
3482 | ], |
||
3483 | "description": "Wrapper around PHP's tokenizer extension.", |
||
3484 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
3485 | "keywords": [ |
||
3486 | "tokenizer" |
||
3487 | ], |
||
3488 | "time": "2014-08-31T06:12:13+00:00" |
||
3489 | }, |
||
3490 | { |
||
3491 | "name": "phpunit/phpunit", |
||
3492 | "version": "4.8.0", |
||
3493 | "source": { |
||
3494 | "type": "git", |
||
3495 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3496 | "reference": "283111a903eb9225aedb95e846bef876e006a688" |
||
3497 | }, |
||
3498 | "dist": { |
||
3499 | "type": "zip", |
||
3500 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/283111a903eb9225aedb95e846bef876e006a688", |
||
3501 | "reference": "283111a903eb9225aedb95e846bef876e006a688", |
||
3502 | "shasum": "" |
||
3503 | }, |
||
3504 | "require": { |
||
3505 | "ext-dom": "*", |
||
3506 | "ext-json": "*", |
||
3507 | "ext-pcre": "*", |
||
3508 | "ext-reflection": "*", |
||
3509 | "ext-spl": "*", |
||
3510 | "php": ">=5.3.3", |
||
3511 | "phpspec/prophecy": "^1.3.1", |
||
3512 | "phpunit/php-code-coverage": "~2.1", |
||
3513 | "phpunit/php-file-iterator": "~1.4", |
||
3514 | "phpunit/php-text-template": "~1.2", |
||
3515 | "phpunit/php-timer": ">=1.0.6", |
||
3516 | "phpunit/phpunit-mock-objects": "~2.3", |
||
3517 | "sebastian/comparator": "~1.1", |
||
3518 | "sebastian/diff": "~1.2", |
||
3519 | "sebastian/environment": "~1.3", |
||
3520 | "sebastian/exporter": "~1.2", |
||
3521 | "sebastian/global-state": "~1.0", |
||
3522 | "sebastian/version": "~1.0", |
||
3523 | "symfony/yaml": "~2.1|~3.0" |
||
3524 | }, |
||
3525 | "suggest": { |
||
3526 | "phpunit/php-invoker": "~1.1" |
||
3527 | }, |
||
3528 | "bin": [ |
||
3529 | "phpunit" |
||
3530 | ], |
||
3531 | "type": "library", |
||
3532 | "extra": { |
||
3533 | "branch-alias": { |
||
3534 | "dev-master": "4.8.x-dev" |
||
3535 | } |
||
3536 | }, |
||
3537 | "autoload": { |
||
3538 | "classmap": [ |
||
3539 | "src/" |
||
3540 | ] |
||
3541 | }, |
||
3542 | "notification-url": "https://packagist.org/downloads/", |
||
3543 | "license": [ |
||
3544 | "BSD-3-Clause" |
||
3545 | ], |
||
3546 | "authors": [ |
||
3547 | { |
||
3548 | "name": "Sebastian Bergmann", |
||
3549 | "email": "[email protected]", |
||
3550 | "role": "lead" |
||
3551 | } |
||
3552 | ], |
||
3553 | "description": "The PHP Unit Testing framework.", |
||
3554 | "homepage": "https://phpunit.de/", |
||
3555 | "keywords": [ |
||
3556 | "phpunit", |
||
3557 | "testing", |
||
3558 | "xunit" |
||
3559 | ], |
||
3560 | "time": "2015-08-07T03:57:43+00:00" |
||
3561 | }, |
||
3562 | { |
||
3563 | "name": "phpunit/phpunit-mock-objects", |
||
3564 | "version": "2.3.0", |
||
3565 | "source": { |
||
3566 | "type": "git", |
||
3567 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3568 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
3569 | }, |
||
3570 | "dist": { |
||
3571 | "type": "zip", |
||
3572 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
3573 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
3574 | "shasum": "" |
||
3575 | }, |
||
3576 | "require": { |
||
3577 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
3578 | "php": ">=5.3.3", |
||
3579 | "phpunit/php-text-template": "~1.2" |
||
3580 | }, |
||
3581 | "require-dev": { |
||
3582 | "phpunit/phpunit": "~4.3" |
||
3583 | }, |
||
3584 | "suggest": { |
||
3585 | "ext-soap": "*" |
||
3586 | }, |
||
3587 | "type": "library", |
||
3588 | "extra": { |
||
3589 | "branch-alias": { |
||
3590 | "dev-master": "2.3.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": "Mock Object library for PHPUnit", |
||
3610 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3611 | "keywords": [ |
||
3612 | "mock", |
||
3613 | "xunit" |
||
3614 | ], |
||
3615 | "time": "2014-10-03T05:12:11+00:00" |
||
3616 | }, |
||
3617 | { |
||
3618 | "name": "sebastian/comparator", |
||
3619 | "version": "1.1.0", |
||
3620 | "source": { |
||
3621 | "type": "git", |
||
3622 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3623 | "reference": "c484a80f97573ab934e37826dba0135a3301b26a" |
||
3624 | }, |
||
3625 | "dist": { |
||
3626 | "type": "zip", |
||
3627 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a", |
||
3628 | "reference": "c484a80f97573ab934e37826dba0135a3301b26a", |
||
3629 | "shasum": "" |
||
3630 | }, |
||
3631 | "require": { |
||
3632 | "php": ">=5.3.3", |
||
3633 | "sebastian/diff": "~1.1", |
||
3634 | "sebastian/exporter": "~1.0" |
||
3635 | }, |
||
3636 | "require-dev": { |
||
3637 | "phpunit/phpunit": "~4.1" |
||
3638 | }, |
||
3639 | "type": "library", |
||
3640 | "extra": { |
||
3641 | "branch-alias": { |
||
3642 | "dev-master": "1.1.x-dev" |
||
3643 | } |
||
3644 | }, |
||
3645 | "autoload": { |
||
3646 | "classmap": [ |
||
3647 | "src/" |
||
3648 | ] |
||
3649 | }, |
||
3650 | "notification-url": "https://packagist.org/downloads/", |
||
3651 | "license": [ |
||
3652 | "BSD-3-Clause" |
||
3653 | ], |
||
3654 | "authors": [ |
||
3655 | { |
||
3656 | "name": "Jeff Welch", |
||
3657 | "email": "[email protected]" |
||
3658 | }, |
||
3659 | { |
||
3660 | "name": "Volker Dusch", |
||
3661 | "email": "[email protected]" |
||
3662 | }, |
||
3663 | { |
||
3664 | "name": "Bernhard Schussek", |
||
3665 | "email": "[email protected]" |
||
3666 | }, |
||
3667 | { |
||
3668 | "name": "Sebastian Bergmann", |
||
3669 | "email": "[email protected]" |
||
3670 | } |
||
3671 | ], |
||
3672 | "description": "Provides the functionality to compare PHP values for equality", |
||
3673 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
3674 | "keywords": [ |
||
3675 | "comparator", |
||
3676 | "compare", |
||
3677 | "equality" |
||
3678 | ], |
||
3679 | "time": "2014-11-16T21:32:38+00:00" |
||
3680 | }, |
||
3681 | { |
||
3682 | "name": "sebastian/diff", |
||
3683 | "version": "1.2.0", |
||
3684 | "source": { |
||
3685 | "type": "git", |
||
3686 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3687 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
3688 | }, |
||
3689 | "dist": { |
||
3690 | "type": "zip", |
||
3691 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
3692 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
3693 | "shasum": "" |
||
3694 | }, |
||
3695 | "require": { |
||
3696 | "php": ">=5.3.3" |
||
3697 | }, |
||
3698 | "require-dev": { |
||
3699 | "phpunit/phpunit": "~4.2" |
||
3700 | }, |
||
3701 | "type": "library", |
||
3702 | "extra": { |
||
3703 | "branch-alias": { |
||
3704 | "dev-master": "1.2-dev" |
||
3705 | } |
||
3706 | }, |
||
3707 | "autoload": { |
||
3708 | "classmap": [ |
||
3709 | "src/" |
||
3710 | ] |
||
3711 | }, |
||
3712 | "notification-url": "https://packagist.org/downloads/", |
||
3713 | "license": [ |
||
3714 | "BSD-3-Clause" |
||
3715 | ], |
||
3716 | "authors": [ |
||
3717 | { |
||
3718 | "name": "Kore Nordmann", |
||
3719 | "email": "[email protected]" |
||
3720 | }, |
||
3721 | { |
||
3722 | "name": "Sebastian Bergmann", |
||
3723 | "email": "[email protected]" |
||
3724 | } |
||
3725 | ], |
||
3726 | "description": "Diff implementation", |
||
3727 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
3728 | "keywords": [ |
||
3729 | "diff" |
||
3730 | ], |
||
3731 | "time": "2014-08-15T10:29:00+00:00" |
||
3732 | }, |
||
3733 | { |
||
3734 | "name": "sebastian/environment", |
||
3735 | "version": "1.3.0", |
||
3736 | "source": { |
||
3737 | "type": "git", |
||
3738 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
3739 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87" |
||
3740 | }, |
||
3741 | "dist": { |
||
3742 | "type": "zip", |
||
3743 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
3744 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
3745 | "shasum": "" |
||
3746 | }, |
||
3747 | "require": { |
||
3748 | "php": ">=5.3.3" |
||
3749 | }, |
||
3750 | "require-dev": { |
||
3751 | "phpunit/phpunit": "~4.4" |
||
3752 | }, |
||
3753 | "type": "library", |
||
3754 | "extra": { |
||
3755 | "branch-alias": { |
||
3756 | "dev-master": "1.3.x-dev" |
||
3757 | } |
||
3758 | }, |
||
3759 | "autoload": { |
||
3760 | "classmap": [ |
||
3761 | "src/" |
||
3762 | ] |
||
3763 | }, |
||
3764 | "notification-url": "https://packagist.org/downloads/", |
||
3765 | "license": [ |
||
3766 | "BSD-3-Clause" |
||
3767 | ], |
||
3768 | "authors": [ |
||
3769 | { |
||
3770 | "name": "Sebastian Bergmann", |
||
3771 | "email": "[email protected]" |
||
3772 | } |
||
3773 | ], |
||
3774 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
3775 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
3776 | "keywords": [ |
||
3777 | "Xdebug", |
||
3778 | "environment", |
||
3779 | "hhvm" |
||
3780 | ], |
||
3781 | "time": "2015-07-26T06:42:57+00:00" |
||
3782 | }, |
||
3783 | { |
||
3784 | "name": "sebastian/exporter", |
||
3785 | "version": "1.2.0", |
||
3786 | "source": { |
||
3787 | "type": "git", |
||
3788 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
3789 | "reference": "84839970d05254c73cde183a721c7af13aede943" |
||
3790 | }, |
||
3791 | "dist": { |
||
3792 | "type": "zip", |
||
3793 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", |
||
3794 | "reference": "84839970d05254c73cde183a721c7af13aede943", |
||
3795 | "shasum": "" |
||
3796 | }, |
||
3797 | "require": { |
||
3798 | "php": ">=5.3.3", |
||
3799 | "sebastian/recursion-context": "~1.0" |
||
3800 | }, |
||
3801 | "require-dev": { |
||
3802 | "phpunit/phpunit": "~4.4" |
||
3803 | }, |
||
3804 | "type": "library", |
||
3805 | "extra": { |
||
3806 | "branch-alias": { |
||
3807 | "dev-master": "1.2.x-dev" |
||
3808 | } |
||
3809 | }, |
||
3810 | "autoload": { |
||
3811 | "classmap": [ |
||
3812 | "src/" |
||
3813 | ] |
||
3814 | }, |
||
3815 | "notification-url": "https://packagist.org/downloads/", |
||
3816 | "license": [ |
||
3817 | "BSD-3-Clause" |
||
3818 | ], |
||
3819 | "authors": [ |
||
3820 | { |
||
3821 | "name": "Jeff Welch", |
||
3822 | "email": "[email protected]" |
||
3823 | }, |
||
3824 | { |
||
3825 | "name": "Volker Dusch", |
||
3826 | "email": "[email protected]" |
||
3827 | }, |
||
3828 | { |
||
3829 | "name": "Bernhard Schussek", |
||
3830 | "email": "[email protected]" |
||
3831 | }, |
||
3832 | { |
||
3833 | "name": "Sebastian Bergmann", |
||
3834 | "email": "[email protected]" |
||
3835 | }, |
||
3836 | { |
||
3837 | "name": "Adam Harvey", |
||
3838 | "email": "[email protected]" |
||
3839 | } |
||
3840 | ], |
||
3841 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3842 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3843 | "keywords": [ |
||
3844 | "export", |
||
3845 | "exporter" |
||
3846 | ], |
||
3847 | "time": "2015-01-27T07:23:06+00:00" |
||
3848 | }, |
||
3849 | { |
||
3850 | "name": "sebastian/global-state", |
||
3851 | "version": "1.0.0", |
||
3852 | "source": { |
||
3853 | "type": "git", |
||
3854 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3855 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
3856 | }, |
||
3857 | "dist": { |
||
3858 | "type": "zip", |
||
3859 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
3860 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
3861 | "shasum": "" |
||
3862 | }, |
||
3863 | "require": { |
||
3864 | "php": ">=5.3.3" |
||
3865 | }, |
||
3866 | "require-dev": { |
||
3867 | "phpunit/phpunit": "~4.2" |
||
3868 | }, |
||
3869 | "suggest": { |
||
3870 | "ext-uopz": "*" |
||
3871 | }, |
||
3872 | "type": "library", |
||
3873 | "extra": { |
||
3874 | "branch-alias": { |
||
3875 | "dev-master": "1.0-dev" |
||
3876 | } |
||
3877 | }, |
||
3878 | "autoload": { |
||
3879 | "classmap": [ |
||
3880 | "src/" |
||
3881 | ] |
||
3882 | }, |
||
3883 | "notification-url": "https://packagist.org/downloads/", |
||
3884 | "license": [ |
||
3885 | "BSD-3-Clause" |
||
3886 | ], |
||
3887 | "authors": [ |
||
3888 | { |
||
3889 | "name": "Sebastian Bergmann", |
||
3890 | "email": "[email protected]" |
||
3891 | } |
||
3892 | ], |
||
3893 | "description": "Snapshotting of global state", |
||
3894 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3895 | "keywords": [ |
||
3896 | "global state" |
||
3897 | ], |
||
3898 | "time": "2014-10-06T09:23:50+00:00" |
||
3899 | }, |
||
3900 | { |
||
3901 | "name": "sebastian/recursion-context", |
||
3902 | "version": "1.0.0", |
||
3903 | "source": { |
||
3904 | "type": "git", |
||
3905 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3906 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
||
3907 | }, |
||
3908 | "dist": { |
||
3909 | "type": "zip", |
||
3910 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
||
3911 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
||
3912 | "shasum": "" |
||
3913 | }, |
||
3914 | "require": { |
||
3915 | "php": ">=5.3.3" |
||
3916 | }, |
||
3917 | "require-dev": { |
||
3918 | "phpunit/phpunit": "~4.4" |
||
3919 | }, |
||
3920 | "type": "library", |
||
3921 | "extra": { |
||
3922 | "branch-alias": { |
||
3923 | "dev-master": "1.0.x-dev" |
||
3924 | } |
||
3925 | }, |
||
3926 | "autoload": { |
||
3927 | "classmap": [ |
||
3928 | "src/" |
||
3929 | ] |
||
3930 | }, |
||
3931 | "notification-url": "https://packagist.org/downloads/", |
||
3932 | "license": [ |
||
3933 | "BSD-3-Clause" |
||
3934 | ], |
||
3935 | "authors": [ |
||
3936 | { |
||
3937 | "name": "Jeff Welch", |
||
3938 | "email": "[email protected]" |
||
3939 | }, |
||
3940 | { |
||
3941 | "name": "Sebastian Bergmann", |
||
3942 | "email": "[email protected]" |
||
3943 | }, |
||
3944 | { |
||
3945 | "name": "Adam Harvey", |
||
3946 | "email": "[email protected]" |
||
3947 | } |
||
3948 | ], |
||
3949 | "description": "Provides functionality to recursively process PHP variables", |
||
3950 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3951 | "time": "2015-01-24T09:48:32+00:00" |
||
3952 | }, |
||
3953 | { |
||
3954 | "name": "sebastian/version", |
||
3955 | "version": "1.0.0", |
||
3956 | "source": { |
||
3957 | "type": "git", |
||
3958 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3959 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb" |
||
3960 | }, |
||
3961 | "dist": { |
||
3962 | "type": "zip", |
||
3963 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb", |
||
3964 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb", |
||
3965 | "shasum": "" |
||
3966 | }, |
||
3967 | "type": "library", |
||
3968 | "autoload": { |
||
3969 | "classmap": [ |
||
3970 | "src/" |
||
3971 | ] |
||
3972 | }, |
||
3973 | "notification-url": "https://packagist.org/downloads/", |
||
3974 | "license": [ |
||
3975 | "BSD-3-Clause" |
||
3976 | ], |
||
3977 | "authors": [ |
||
3978 | { |
||
3979 | "name": "Sebastian Bergmann", |
||
3980 | "email": "[email protected]", |
||
3981 | "role": "lead" |
||
3982 | } |
||
3983 | ], |
||
3984 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3985 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3986 | "time": "2013-01-05T14:27:32+00:00" |
||
3987 | }, |
||
3988 | { |
||
3989 | "name": "symfony/finder", |
||
3990 | "version": "v2.1.0", |
||
3991 | "target-dir": "Symfony/Component/Finder", |
||
3992 | "source": { |
||
3993 | "type": "git", |
||
3994 | "url": "https://github.com/symfony/finder.git", |
||
3995 | "reference": "e2e9f746294f60aed3bb5bc20da24e23b92f0479" |
||
3996 | }, |
||
3997 | "dist": { |
||
3998 | "type": "zip", |
||
3999 | "url": "https://api.github.com/repos/symfony/finder/zipball/e2e9f746294f60aed3bb5bc20da24e23b92f0479", |
||
4000 | "reference": "e2e9f746294f60aed3bb5bc20da24e23b92f0479", |
||
4001 | "shasum": "" |
||
4002 | }, |
||
4003 | "require": { |
||
4004 | "php": ">=5.3.3" |
||
4005 | }, |
||
4006 | "type": "library", |
||
4007 | "extra": { |
||
4008 | "branch-alias": { |
||
4009 | "dev-master": "2.1-dev" |
||
4010 | } |
||
4011 | }, |
||
4012 | "autoload": { |
||
4013 | "psr-0": { |
||
4014 | "Symfony\\Component\\Finder": "" |
||
4015 | } |
||
4016 | }, |
||
4017 | "notification-url": "https://packagist.org/downloads/", |
||
4018 | "license": [ |
||
4019 | "MIT" |
||
4020 | ], |
||
4021 | "authors": [ |
||
4022 | { |
||
4023 | "name": "Symfony Community", |
||
4024 | "homepage": "http://symfony.com/contributors" |
||
4025 | }, |
||
4026 | { |
||
4027 | "name": "Fabien Potencier", |
||
4028 | "email": "[email protected]" |
||
4029 | } |
||
4030 | ], |
||
4031 | "description": "Symfony Finder Component", |
||
4032 | "homepage": "http://symfony.com", |
||
4033 | "time": "2012-08-22T13:48:41+00:00" |
||
4034 | }, |
||
4035 | { |
||
4036 | "name": "symfony/phpunit-bridge", |
||
4037 | "version": "v3.1.0", |
||
4038 | "source": { |
||
4039 | "type": "git", |
||
4040 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
4041 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074" |
||
4042 | }, |
||
4043 | "dist": { |
||
4044 | "type": "zip", |
||
4045 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
4046 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
4047 | "shasum": "" |
||
4048 | }, |
||
4049 | "require": { |
||
4050 | "php": ">=5.3.3" |
||
4051 | }, |
||
4052 | "suggest": { |
||
4053 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
4054 | }, |
||
4055 | "type": "symfony-bridge", |
||
4056 | "extra": { |
||
4057 | "branch-alias": { |
||
4058 | "dev-master": "3.1-dev" |
||
4059 | } |
||
4060 | }, |
||
4061 | "autoload": { |
||
4062 | "files": [ |
||
4063 | "bootstrap.php" |
||
4064 | ], |
||
4065 | "psr-4": { |
||
4066 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
4067 | }, |
||
4068 | "exclude-from-classmap": [ |
||
4069 | "/Tests/" |
||
4070 | ] |
||
4071 | }, |
||
4072 | "notification-url": "https://packagist.org/downloads/", |
||
4073 | "license": [ |
||
4074 | "MIT" |
||
4075 | ], |
||
4076 | "authors": [ |
||
4077 | { |
||
4078 | "name": "Nicolas Grekas", |
||
4079 | "email": "[email protected]" |
||
4080 | }, |
||
4081 | { |
||
4082 | "name": "Symfony Community", |
||
4083 | "homepage": "https://symfony.com/contributors" |
||
4084 | } |
||
4085 | ], |
||
4086 | "description": "Symfony PHPUnit Bridge", |
||
4087 | "homepage": "https://symfony.com", |
||
4088 | "time": "2016-04-12T18:27:47+00:00" |
||
4089 | }, |
||
4090 | { |
||
4091 | "name": "symfony/process", |
||
4092 | "version": "v2.3.0", |
||
4093 | "target-dir": "Symfony/Component/Process", |
||
4094 | "source": { |
||
4095 | "type": "git", |
||
4096 | "url": "https://github.com/symfony/process.git", |
||
4097 | "reference": "bb721b29e033594512f8b08386e13593b0faaf0f" |
||
4098 | }, |
||
4099 | "dist": { |
||
4100 | "type": "zip", |
||
4101 | "url": "https://api.github.com/repos/symfony/process/zipball/bb721b29e033594512f8b08386e13593b0faaf0f", |
||
4102 | "reference": "bb721b29e033594512f8b08386e13593b0faaf0f", |
||
4103 | "shasum": "" |
||
4104 | }, |
||
4105 | "require": { |
||
4106 | "php": ">=5.3.3" |
||
4107 | }, |
||
4108 | "type": "library", |
||
4109 | "extra": { |
||
4110 | "branch-alias": { |
||
4111 | "dev-master": "2.3-dev" |
||
4112 | } |
||
4113 | }, |
||
4114 | "autoload": { |
||
4115 | "psr-0": { |
||
4116 | "Symfony\\Component\\Process\\": "" |
||
4117 | } |
||
4118 | }, |
||
4119 | "notification-url": "https://packagist.org/downloads/", |
||
4120 | "license": [ |
||
4121 | "MIT" |
||
4122 | ], |
||
4123 | "authors": [ |
||
4124 | { |
||
4125 | "name": "Symfony Community", |
||
4126 | "homepage": "http://symfony.com/contributors" |
||
4127 | }, |
||
4128 | { |
||
4129 | "name": "Fabien Potencier", |
||
4130 | "email": "[email protected]" |
||
4131 | } |
||
4132 | ], |
||
4133 | "description": "Symfony Process Component", |
||
4134 | "homepage": "http://symfony.com", |
||
4135 | "time": "2013-05-06T20:03:44+00:00" |
||
4136 | }, |
||
4137 | { |
||
4138 | "name": "symfony/yaml", |
||
4139 | "version": "v2.1.0", |
||
4140 | "target-dir": "Symfony/Component/Yaml", |
||
4141 | "source": { |
||
4142 | "type": "git", |
||
4143 | "url": "https://github.com/symfony/yaml.git", |
||
4144 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715" |
||
4145 | }, |
||
4146 | "dist": { |
||
4147 | "type": "zip", |
||
4148 | "url": "https://api.github.com/repos/symfony/yaml/zipball/f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
4149 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
4150 | "shasum": "" |
||
4151 | }, |
||
4152 | "require": { |
||
4153 | "php": ">=5.3.3" |
||
4154 | }, |
||
4155 | "type": "library", |
||
4156 | "extra": { |
||
4157 | "branch-alias": { |
||
4158 | "dev-master": "2.1-dev" |
||
4159 | } |
||
4160 | }, |
||
4161 | "autoload": { |
||
4162 | "psr-0": { |
||
4163 | "Symfony\\Component\\Yaml": "" |
||
4164 | } |
||
4165 | }, |
||
4166 | "notification-url": "https://packagist.org/downloads/", |
||
4167 | "license": [ |
||
4168 | "MIT" |
||
4169 | ], |
||
4170 | "authors": [ |
||
4171 | { |
||
4172 | "name": "Symfony Community", |
||
4173 | "homepage": "http://symfony.com/contributors" |
||
4174 | }, |
||
4175 | { |
||
4176 | "name": "Fabien Potencier", |
||
4177 | "email": "[email protected]" |
||
4178 | } |
||
4179 | ], |
||
4180 | "description": "Symfony Yaml Component", |
||
4181 | "homepage": "http://symfony.com", |
||
4182 | "time": "2012-08-22T13:48:41+00:00" |
||
4183 | } |
||
4184 | ], |
||
4185 | "aliases": [], |
||
4186 | "minimum-stability": "stable", |
||
4187 | "stability-flags": [], |
||
4188 | "prefer-stable": false, |
||
4189 | "prefer-lowest": true, |
||
4190 | "platform": { |
||
4191 | "php": "^5.5 || ^7.0" |
||
4192 | }, |
||
4193 | "platform-dev": [] |
||
4194 | } |
||
4195 |