This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
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 | "hash": "77a485124e0277fc4003c3d4f1375dda", |
||
8 | "content-hash": "481e51dc6402639643b649b59cd51320", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "acacha/admin-lte-template-laravel", |
||
12 | "version": "2.0.12", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/acacha/adminlte-laravel.git", |
||
16 | "reference": "0674e87d972659c15c67c2e92d289921892bbda5" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/acacha/adminlte-laravel/zipball/0674e87d972659c15c67c2e92d289921892bbda5", |
||
21 | "reference": "0674e87d972659c15c67c2e92d289921892bbda5", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "illuminate/console": "~5.0", |
||
26 | "illuminate/support": "~5.0", |
||
27 | "php": ">=5.4.0" |
||
28 | }, |
||
29 | "require-dev": { |
||
30 | "phpunit/phpunit": "~4.0" |
||
31 | }, |
||
32 | "type": "package", |
||
33 | "autoload": { |
||
34 | "psr-4": { |
||
35 | "Acacha\\AdminLTETemplateLaravel\\": "src" |
||
36 | } |
||
37 | }, |
||
38 | "notification-url": "https://packagist.org/downloads/", |
||
39 | "license": [ |
||
40 | "MIT" |
||
41 | ], |
||
42 | "authors": [ |
||
43 | { |
||
44 | "name": "Sergi Tur Badenas", |
||
45 | "email": "[email protected]", |
||
46 | "homepage": "http://acacha.org" |
||
47 | } |
||
48 | ], |
||
49 | "description": "AdminLTE template applied to Laravel Scaffolding", |
||
50 | "keywords": [ |
||
51 | "AdminLTE", |
||
52 | "admin", |
||
53 | "admin-lte", |
||
54 | "administrator", |
||
55 | "bootstrap", |
||
56 | "laravel", |
||
57 | "template", |
||
58 | "theme" |
||
59 | ], |
||
60 | "time": "2016-05-26 18:35:55" |
||
61 | }, |
||
62 | { |
||
63 | "name": "chrisbjr/api-guard", |
||
64 | "version": "v3.1.1", |
||
65 | "source": { |
||
66 | "type": "git", |
||
67 | "url": "https://github.com/chrisbjr/api-guard.git", |
||
68 | "reference": "7cee06d14a9d6b4b8367b9ca8724afe470047168" |
||
69 | }, |
||
70 | "dist": { |
||
71 | "type": "zip", |
||
72 | "url": "https://api.github.com/repos/chrisbjr/api-guard/zipball/7cee06d14a9d6b4b8367b9ca8724afe470047168", |
||
73 | "reference": "7cee06d14a9d6b4b8367b9ca8724afe470047168", |
||
74 | "shasum": "" |
||
75 | }, |
||
76 | "require": { |
||
77 | "ellipsesynergie/api-response": "*", |
||
78 | "illuminate/auth": "5.1.* || 5.2.*", |
||
79 | "illuminate/contracts": "5.1.* || 5.2.*", |
||
80 | "illuminate/database": "*", |
||
81 | "illuminate/http": "5.1.* || 5.2.*", |
||
82 | "illuminate/support": "5.1.* || 5.2.*", |
||
83 | "nesbot/carbon": "^1.0", |
||
84 | "php": ">=5.5.9" |
||
85 | }, |
||
86 | "require-dev": { |
||
87 | "cartalyst/sentinel": "2.0.*", |
||
88 | "illuminate/console": "5.1.* || 5.2.*", |
||
89 | "illuminate/database": "5.1.* || 5.2.*", |
||
90 | "illuminate/routing": "5.1.* || 5.2.*", |
||
91 | "mockery/mockery": "0.9.*", |
||
92 | "october/rain": "dev-stable", |
||
93 | "phpunit/phpunit": "^4.0 || ^5.0" |
||
94 | }, |
||
95 | "type": "library", |
||
96 | "extra": { |
||
97 | "branch-alias": { |
||
98 | "dev-master": "4.0-dev" |
||
99 | } |
||
100 | }, |
||
101 | "autoload": { |
||
102 | "psr-4": { |
||
103 | "Chrisbjr\\ApiGuard\\": "src" |
||
104 | } |
||
105 | }, |
||
106 | "notification-url": "https://packagist.org/downloads/", |
||
107 | "authors": [ |
||
108 | { |
||
109 | "name": "Chris Bautista", |
||
110 | "email": "[email protected]" |
||
111 | } |
||
112 | ], |
||
113 | "description": "A simple way of authenticating your APIs with API keys using Laravel", |
||
114 | "homepage": "https://github.com/chrisbjr/api-guard", |
||
115 | "keywords": [ |
||
116 | "api", |
||
117 | "api authentication", |
||
118 | "api keys", |
||
119 | "json", |
||
120 | "laravel", |
||
121 | "rest" |
||
122 | ], |
||
123 | "time": "2016-03-09 03:48:18" |
||
124 | }, |
||
125 | { |
||
126 | "name": "classpreloader/classpreloader", |
||
127 | "version": "3.0.0", |
||
128 | "source": { |
||
129 | "type": "git", |
||
130 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
131 | "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a" |
||
132 | }, |
||
133 | "dist": { |
||
134 | "type": "zip", |
||
135 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
||
136 | "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
||
137 | "shasum": "" |
||
138 | }, |
||
139 | "require": { |
||
140 | "nikic/php-parser": "^1.0|^2.0", |
||
141 | "php": ">=5.5.9" |
||
142 | }, |
||
143 | "require-dev": { |
||
144 | "phpunit/phpunit": "^4.8|^5.0" |
||
145 | }, |
||
146 | "type": "library", |
||
147 | "extra": { |
||
148 | "branch-alias": { |
||
149 | "dev-master": "3.0-dev" |
||
150 | } |
||
151 | }, |
||
152 | "autoload": { |
||
153 | "psr-4": { |
||
154 | "ClassPreloader\\": "src/" |
||
155 | } |
||
156 | }, |
||
157 | "notification-url": "https://packagist.org/downloads/", |
||
158 | "license": [ |
||
159 | "MIT" |
||
160 | ], |
||
161 | "authors": [ |
||
162 | { |
||
163 | "name": "Michael Dowling", |
||
164 | "email": "[email protected]" |
||
165 | }, |
||
166 | { |
||
167 | "name": "Graham Campbell", |
||
168 | "email": "[email protected]" |
||
169 | } |
||
170 | ], |
||
171 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
172 | "keywords": [ |
||
173 | "autoload", |
||
174 | "class", |
||
175 | "preload" |
||
176 | ], |
||
177 | "time": "2015-11-09 22:51:51" |
||
178 | }, |
||
179 | { |
||
180 | "name": "dnoegel/php-xdg-base-dir", |
||
181 | "version": "0.1", |
||
182 | "source": { |
||
183 | "type": "git", |
||
184 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
185 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
186 | }, |
||
187 | "dist": { |
||
188 | "type": "zip", |
||
189 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
190 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
191 | "shasum": "" |
||
192 | }, |
||
193 | "require": { |
||
194 | "php": ">=5.3.2" |
||
195 | }, |
||
196 | "require-dev": { |
||
197 | "phpunit/phpunit": "@stable" |
||
198 | }, |
||
199 | "type": "project", |
||
200 | "autoload": { |
||
201 | "psr-4": { |
||
202 | "XdgBaseDir\\": "src/" |
||
203 | } |
||
204 | }, |
||
205 | "notification-url": "https://packagist.org/downloads/", |
||
206 | "license": [ |
||
207 | "MIT" |
||
208 | ], |
||
209 | "description": "implementation of xdg base directory specification for php", |
||
210 | "time": "2014-10-24 07:27:01" |
||
211 | }, |
||
212 | { |
||
213 | "name": "doctrine/annotations", |
||
214 | "version": "v1.2.7", |
||
215 | "source": { |
||
216 | "type": "git", |
||
217 | "url": "https://github.com/doctrine/annotations.git", |
||
218 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
219 | }, |
||
220 | "dist": { |
||
221 | "type": "zip", |
||
222 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
223 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
224 | "shasum": "" |
||
225 | }, |
||
226 | "require": { |
||
227 | "doctrine/lexer": "1.*", |
||
228 | "php": ">=5.3.2" |
||
229 | }, |
||
230 | "require-dev": { |
||
231 | "doctrine/cache": "1.*", |
||
232 | "phpunit/phpunit": "4.*" |
||
233 | }, |
||
234 | "type": "library", |
||
235 | "extra": { |
||
236 | "branch-alias": { |
||
237 | "dev-master": "1.3.x-dev" |
||
238 | } |
||
239 | }, |
||
240 | "autoload": { |
||
241 | "psr-0": { |
||
242 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
243 | } |
||
244 | }, |
||
245 | "notification-url": "https://packagist.org/downloads/", |
||
246 | "license": [ |
||
247 | "MIT" |
||
248 | ], |
||
249 | "authors": [ |
||
250 | { |
||
251 | "name": "Roman Borschel", |
||
252 | "email": "[email protected]" |
||
253 | }, |
||
254 | { |
||
255 | "name": "Benjamin Eberlei", |
||
256 | "email": "[email protected]" |
||
257 | }, |
||
258 | { |
||
259 | "name": "Guilherme Blanco", |
||
260 | "email": "[email protected]" |
||
261 | }, |
||
262 | { |
||
263 | "name": "Jonathan Wage", |
||
264 | "email": "[email protected]" |
||
265 | }, |
||
266 | { |
||
267 | "name": "Johannes Schmitt", |
||
268 | "email": "[email protected]" |
||
269 | } |
||
270 | ], |
||
271 | "description": "Docblock Annotations Parser", |
||
272 | "homepage": "http://www.doctrine-project.org", |
||
273 | "keywords": [ |
||
274 | "annotations", |
||
275 | "docblock", |
||
276 | "parser" |
||
277 | ], |
||
278 | "time": "2015-08-31 12:32:49" |
||
279 | }, |
||
280 | { |
||
281 | "name": "doctrine/cache", |
||
282 | "version": "v1.6.0", |
||
283 | "source": { |
||
284 | "type": "git", |
||
285 | "url": "https://github.com/doctrine/cache.git", |
||
286 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
287 | }, |
||
288 | "dist": { |
||
289 | "type": "zip", |
||
290 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
291 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
292 | "shasum": "" |
||
293 | }, |
||
294 | "require": { |
||
295 | "php": "~5.5|~7.0" |
||
296 | }, |
||
297 | "conflict": { |
||
298 | "doctrine/common": ">2.2,<2.4" |
||
299 | }, |
||
300 | "require-dev": { |
||
301 | "phpunit/phpunit": "~4.8|~5.0", |
||
302 | "predis/predis": "~1.0", |
||
303 | "satooshi/php-coveralls": "~0.6" |
||
304 | }, |
||
305 | "type": "library", |
||
306 | "extra": { |
||
307 | "branch-alias": { |
||
308 | "dev-master": "1.6.x-dev" |
||
309 | } |
||
310 | }, |
||
311 | "autoload": { |
||
312 | "psr-4": { |
||
313 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
314 | } |
||
315 | }, |
||
316 | "notification-url": "https://packagist.org/downloads/", |
||
317 | "license": [ |
||
318 | "MIT" |
||
319 | ], |
||
320 | "authors": [ |
||
321 | { |
||
322 | "name": "Roman Borschel", |
||
323 | "email": "[email protected]" |
||
324 | }, |
||
325 | { |
||
326 | "name": "Benjamin Eberlei", |
||
327 | "email": "[email protected]" |
||
328 | }, |
||
329 | { |
||
330 | "name": "Guilherme Blanco", |
||
331 | "email": "[email protected]" |
||
332 | }, |
||
333 | { |
||
334 | "name": "Jonathan Wage", |
||
335 | "email": "[email protected]" |
||
336 | }, |
||
337 | { |
||
338 | "name": "Johannes Schmitt", |
||
339 | "email": "[email protected]" |
||
340 | } |
||
341 | ], |
||
342 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
343 | "homepage": "http://www.doctrine-project.org", |
||
344 | "keywords": [ |
||
345 | "cache", |
||
346 | "caching" |
||
347 | ], |
||
348 | "time": "2015-12-31 16:37:02" |
||
349 | }, |
||
350 | { |
||
351 | "name": "doctrine/collections", |
||
352 | "version": "v1.3.0", |
||
353 | "source": { |
||
354 | "type": "git", |
||
355 | "url": "https://github.com/doctrine/collections.git", |
||
356 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
357 | }, |
||
358 | "dist": { |
||
359 | "type": "zip", |
||
360 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
361 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
362 | "shasum": "" |
||
363 | }, |
||
364 | "require": { |
||
365 | "php": ">=5.3.2" |
||
366 | }, |
||
367 | "require-dev": { |
||
368 | "phpunit/phpunit": "~4.0" |
||
369 | }, |
||
370 | "type": "library", |
||
371 | "extra": { |
||
372 | "branch-alias": { |
||
373 | "dev-master": "1.2.x-dev" |
||
374 | } |
||
375 | }, |
||
376 | "autoload": { |
||
377 | "psr-0": { |
||
378 | "Doctrine\\Common\\Collections\\": "lib/" |
||
379 | } |
||
380 | }, |
||
381 | "notification-url": "https://packagist.org/downloads/", |
||
382 | "license": [ |
||
383 | "MIT" |
||
384 | ], |
||
385 | "authors": [ |
||
386 | { |
||
387 | "name": "Roman Borschel", |
||
388 | "email": "[email protected]" |
||
389 | }, |
||
390 | { |
||
391 | "name": "Benjamin Eberlei", |
||
392 | "email": "[email protected]" |
||
393 | }, |
||
394 | { |
||
395 | "name": "Guilherme Blanco", |
||
396 | "email": "[email protected]" |
||
397 | }, |
||
398 | { |
||
399 | "name": "Jonathan Wage", |
||
400 | "email": "[email protected]" |
||
401 | }, |
||
402 | { |
||
403 | "name": "Johannes Schmitt", |
||
404 | "email": "[email protected]" |
||
405 | } |
||
406 | ], |
||
407 | "description": "Collections Abstraction library", |
||
408 | "homepage": "http://www.doctrine-project.org", |
||
409 | "keywords": [ |
||
410 | "array", |
||
411 | "collections", |
||
412 | "iterator" |
||
413 | ], |
||
414 | "time": "2015-04-14 22:21:58" |
||
415 | }, |
||
416 | { |
||
417 | "name": "doctrine/common", |
||
418 | "version": "v2.6.1", |
||
419 | "source": { |
||
420 | "type": "git", |
||
421 | "url": "https://github.com/doctrine/common.git", |
||
422 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
423 | }, |
||
424 | "dist": { |
||
425 | "type": "zip", |
||
426 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
427 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
428 | "shasum": "" |
||
429 | }, |
||
430 | "require": { |
||
431 | "doctrine/annotations": "1.*", |
||
432 | "doctrine/cache": "1.*", |
||
433 | "doctrine/collections": "1.*", |
||
434 | "doctrine/inflector": "1.*", |
||
435 | "doctrine/lexer": "1.*", |
||
436 | "php": "~5.5|~7.0" |
||
437 | }, |
||
438 | "require-dev": { |
||
439 | "phpunit/phpunit": "~4.8|~5.0" |
||
440 | }, |
||
441 | "type": "library", |
||
442 | "extra": { |
||
443 | "branch-alias": { |
||
444 | "dev-master": "2.7.x-dev" |
||
445 | } |
||
446 | }, |
||
447 | "autoload": { |
||
448 | "psr-4": { |
||
449 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
450 | } |
||
451 | }, |
||
452 | "notification-url": "https://packagist.org/downloads/", |
||
453 | "license": [ |
||
454 | "MIT" |
||
455 | ], |
||
456 | "authors": [ |
||
457 | { |
||
458 | "name": "Roman Borschel", |
||
459 | "email": "[email protected]" |
||
460 | }, |
||
461 | { |
||
462 | "name": "Benjamin Eberlei", |
||
463 | "email": "[email protected]" |
||
464 | }, |
||
465 | { |
||
466 | "name": "Guilherme Blanco", |
||
467 | "email": "[email protected]" |
||
468 | }, |
||
469 | { |
||
470 | "name": "Jonathan Wage", |
||
471 | "email": "[email protected]" |
||
472 | }, |
||
473 | { |
||
474 | "name": "Johannes Schmitt", |
||
475 | "email": "[email protected]" |
||
476 | } |
||
477 | ], |
||
478 | "description": "Common Library for Doctrine projects", |
||
479 | "homepage": "http://www.doctrine-project.org", |
||
480 | "keywords": [ |
||
481 | "annotations", |
||
482 | "collections", |
||
483 | "eventmanager", |
||
484 | "persistence", |
||
485 | "spl" |
||
486 | ], |
||
487 | "time": "2015-12-25 13:18:31" |
||
488 | }, |
||
489 | { |
||
490 | "name": "doctrine/dbal", |
||
491 | "version": "v2.5.4", |
||
492 | "source": { |
||
493 | "type": "git", |
||
494 | "url": "https://github.com/doctrine/dbal.git", |
||
495 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
496 | }, |
||
497 | "dist": { |
||
498 | "type": "zip", |
||
499 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
500 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
501 | "shasum": "" |
||
502 | }, |
||
503 | "require": { |
||
504 | "doctrine/common": ">=2.4,<2.7-dev", |
||
505 | "php": ">=5.3.2" |
||
506 | }, |
||
507 | "require-dev": { |
||
508 | "phpunit/phpunit": "4.*", |
||
509 | "symfony/console": "2.*" |
||
510 | }, |
||
511 | "suggest": { |
||
512 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
513 | }, |
||
514 | "bin": [ |
||
515 | "bin/doctrine-dbal" |
||
516 | ], |
||
517 | "type": "library", |
||
518 | "extra": { |
||
519 | "branch-alias": { |
||
520 | "dev-master": "2.5.x-dev" |
||
521 | } |
||
522 | }, |
||
523 | "autoload": { |
||
524 | "psr-0": { |
||
525 | "Doctrine\\DBAL\\": "lib/" |
||
526 | } |
||
527 | }, |
||
528 | "notification-url": "https://packagist.org/downloads/", |
||
529 | "license": [ |
||
530 | "MIT" |
||
531 | ], |
||
532 | "authors": [ |
||
533 | { |
||
534 | "name": "Roman Borschel", |
||
535 | "email": "[email protected]" |
||
536 | }, |
||
537 | { |
||
538 | "name": "Benjamin Eberlei", |
||
539 | "email": "[email protected]" |
||
540 | }, |
||
541 | { |
||
542 | "name": "Guilherme Blanco", |
||
543 | "email": "[email protected]" |
||
544 | }, |
||
545 | { |
||
546 | "name": "Jonathan Wage", |
||
547 | "email": "[email protected]" |
||
548 | } |
||
549 | ], |
||
550 | "description": "Database Abstraction Layer", |
||
551 | "homepage": "http://www.doctrine-project.org", |
||
552 | "keywords": [ |
||
553 | "database", |
||
554 | "dbal", |
||
555 | "persistence", |
||
556 | "queryobject" |
||
557 | ], |
||
558 | "time": "2016-01-05 22:11:12" |
||
559 | }, |
||
560 | { |
||
561 | "name": "doctrine/inflector", |
||
562 | "version": "v1.1.0", |
||
563 | "source": { |
||
564 | "type": "git", |
||
565 | "url": "https://github.com/doctrine/inflector.git", |
||
566 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
567 | }, |
||
568 | "dist": { |
||
569 | "type": "zip", |
||
570 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
571 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
572 | "shasum": "" |
||
573 | }, |
||
574 | "require": { |
||
575 | "php": ">=5.3.2" |
||
576 | }, |
||
577 | "require-dev": { |
||
578 | "phpunit/phpunit": "4.*" |
||
579 | }, |
||
580 | "type": "library", |
||
581 | "extra": { |
||
582 | "branch-alias": { |
||
583 | "dev-master": "1.1.x-dev" |
||
584 | } |
||
585 | }, |
||
586 | "autoload": { |
||
587 | "psr-0": { |
||
588 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
589 | } |
||
590 | }, |
||
591 | "notification-url": "https://packagist.org/downloads/", |
||
592 | "license": [ |
||
593 | "MIT" |
||
594 | ], |
||
595 | "authors": [ |
||
596 | { |
||
597 | "name": "Roman Borschel", |
||
598 | "email": "[email protected]" |
||
599 | }, |
||
600 | { |
||
601 | "name": "Benjamin Eberlei", |
||
602 | "email": "[email protected]" |
||
603 | }, |
||
604 | { |
||
605 | "name": "Guilherme Blanco", |
||
606 | "email": "[email protected]" |
||
607 | }, |
||
608 | { |
||
609 | "name": "Jonathan Wage", |
||
610 | "email": "[email protected]" |
||
611 | }, |
||
612 | { |
||
613 | "name": "Johannes Schmitt", |
||
614 | "email": "[email protected]" |
||
615 | } |
||
616 | ], |
||
617 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
618 | "homepage": "http://www.doctrine-project.org", |
||
619 | "keywords": [ |
||
620 | "inflection", |
||
621 | "pluralize", |
||
622 | "singularize", |
||
623 | "string" |
||
624 | ], |
||
625 | "time": "2015-11-06 14:35:42" |
||
626 | }, |
||
627 | { |
||
628 | "name": "doctrine/lexer", |
||
629 | "version": "v1.0.1", |
||
630 | "source": { |
||
631 | "type": "git", |
||
632 | "url": "https://github.com/doctrine/lexer.git", |
||
633 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
634 | }, |
||
635 | "dist": { |
||
636 | "type": "zip", |
||
637 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
638 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
639 | "shasum": "" |
||
640 | }, |
||
641 | "require": { |
||
642 | "php": ">=5.3.2" |
||
643 | }, |
||
644 | "type": "library", |
||
645 | "extra": { |
||
646 | "branch-alias": { |
||
647 | "dev-master": "1.0.x-dev" |
||
648 | } |
||
649 | }, |
||
650 | "autoload": { |
||
651 | "psr-0": { |
||
652 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
653 | } |
||
654 | }, |
||
655 | "notification-url": "https://packagist.org/downloads/", |
||
656 | "license": [ |
||
657 | "MIT" |
||
658 | ], |
||
659 | "authors": [ |
||
660 | { |
||
661 | "name": "Roman Borschel", |
||
662 | "email": "[email protected]" |
||
663 | }, |
||
664 | { |
||
665 | "name": "Guilherme Blanco", |
||
666 | "email": "[email protected]" |
||
667 | }, |
||
668 | { |
||
669 | "name": "Johannes Schmitt", |
||
670 | "email": "[email protected]" |
||
671 | } |
||
672 | ], |
||
673 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
674 | "homepage": "http://www.doctrine-project.org", |
||
675 | "keywords": [ |
||
676 | "lexer", |
||
677 | "parser" |
||
678 | ], |
||
679 | "time": "2014-09-09 13:34:57" |
||
680 | }, |
||
681 | { |
||
682 | "name": "ellipsesynergie/api-response", |
||
683 | "version": "0.12.1", |
||
684 | "source": { |
||
685 | "type": "git", |
||
686 | "url": "https://github.com/ellipsesynergie/api-response.git", |
||
687 | "reference": "936880febe40c40d583038d09233679aade9271d" |
||
688 | }, |
||
689 | "dist": { |
||
690 | "type": "zip", |
||
691 | "url": "https://api.github.com/repos/ellipsesynergie/api-response/zipball/936880febe40c40d583038d09233679aade9271d", |
||
692 | "reference": "936880febe40c40d583038d09233679aade9271d", |
||
693 | "shasum": "" |
||
694 | }, |
||
695 | "require": { |
||
696 | "league/fractal": "0.13.*", |
||
697 | "php": ">=5.4.0" |
||
698 | }, |
||
699 | "require-dev": { |
||
700 | "illuminate/contracts": "~5.0", |
||
701 | "mockery/mockery": "~0.9", |
||
702 | "phpunit/phpunit": "~4.0" |
||
703 | }, |
||
704 | "type": "library", |
||
705 | "extra": { |
||
706 | "branch-alias": { |
||
707 | "dev-master": "0.13-dev" |
||
708 | } |
||
709 | }, |
||
710 | "autoload": { |
||
711 | "psr-4": { |
||
712 | "EllipseSynergie\\ApiResponse\\": "src", |
||
713 | "EllipseSynergie\\ApiResponse\\Tests\\": "tests" |
||
714 | } |
||
715 | }, |
||
716 | "notification-url": "https://packagist.org/downloads/", |
||
717 | "license": [ |
||
718 | "MIT" |
||
719 | ], |
||
720 | "authors": [ |
||
721 | { |
||
722 | "name": "Maxime Beaudoin", |
||
723 | "email": "[email protected]", |
||
724 | "role": "Developer" |
||
725 | }, |
||
726 | { |
||
727 | "name": "Phil Sturgeon", |
||
728 | "email": "[email protected]", |
||
729 | "role": "Developer" |
||
730 | } |
||
731 | ], |
||
732 | "description": "Simple package to handle response properly in your API", |
||
733 | "homepage": "https://github.com/ellipsesynergie/api-response", |
||
734 | "keywords": [ |
||
735 | "api", |
||
736 | "fractal", |
||
737 | "json" |
||
738 | ], |
||
739 | "time": "2016-01-28 14:11:47" |
||
740 | }, |
||
741 | { |
||
742 | "name": "guzzle/guzzle", |
||
743 | "version": "v3.8.1", |
||
744 | "source": { |
||
745 | "type": "git", |
||
746 | "url": "https://github.com/guzzle/guzzle.git", |
||
747 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" |
||
748 | }, |
||
749 | "dist": { |
||
750 | "type": "zip", |
||
751 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
752 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
753 | "shasum": "" |
||
754 | }, |
||
755 | "require": { |
||
756 | "ext-curl": "*", |
||
757 | "php": ">=5.3.3", |
||
758 | "symfony/event-dispatcher": ">=2.1" |
||
759 | }, |
||
760 | "replace": { |
||
761 | "guzzle/batch": "self.version", |
||
762 | "guzzle/cache": "self.version", |
||
763 | "guzzle/common": "self.version", |
||
764 | "guzzle/http": "self.version", |
||
765 | "guzzle/inflection": "self.version", |
||
766 | "guzzle/iterator": "self.version", |
||
767 | "guzzle/log": "self.version", |
||
768 | "guzzle/parser": "self.version", |
||
769 | "guzzle/plugin": "self.version", |
||
770 | "guzzle/plugin-async": "self.version", |
||
771 | "guzzle/plugin-backoff": "self.version", |
||
772 | "guzzle/plugin-cache": "self.version", |
||
773 | "guzzle/plugin-cookie": "self.version", |
||
774 | "guzzle/plugin-curlauth": "self.version", |
||
775 | "guzzle/plugin-error-response": "self.version", |
||
776 | "guzzle/plugin-history": "self.version", |
||
777 | "guzzle/plugin-log": "self.version", |
||
778 | "guzzle/plugin-md5": "self.version", |
||
779 | "guzzle/plugin-mock": "self.version", |
||
780 | "guzzle/plugin-oauth": "self.version", |
||
781 | "guzzle/service": "self.version", |
||
782 | "guzzle/stream": "self.version" |
||
783 | }, |
||
784 | "require-dev": { |
||
785 | "doctrine/cache": "*", |
||
786 | "monolog/monolog": "1.*", |
||
787 | "phpunit/phpunit": "3.7.*", |
||
788 | "psr/log": "1.0.*", |
||
789 | "symfony/class-loader": "*", |
||
790 | "zendframework/zend-cache": "<2.3", |
||
791 | "zendframework/zend-log": "<2.3" |
||
792 | }, |
||
793 | "type": "library", |
||
794 | "extra": { |
||
795 | "branch-alias": { |
||
796 | "dev-master": "3.8-dev" |
||
797 | } |
||
798 | }, |
||
799 | "autoload": { |
||
800 | "psr-0": { |
||
801 | "Guzzle": "src/", |
||
802 | "Guzzle\\Tests": "tests/" |
||
803 | } |
||
804 | }, |
||
805 | "notification-url": "https://packagist.org/downloads/", |
||
806 | "license": [ |
||
807 | "MIT" |
||
808 | ], |
||
809 | "authors": [ |
||
810 | { |
||
811 | "name": "Michael Dowling", |
||
812 | "email": "[email protected]", |
||
813 | "homepage": "https://github.com/mtdowling" |
||
814 | }, |
||
815 | { |
||
816 | "name": "Guzzle Community", |
||
817 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
818 | } |
||
819 | ], |
||
820 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
821 | "homepage": "http://guzzlephp.org/", |
||
822 | "keywords": [ |
||
823 | "client", |
||
824 | "curl", |
||
825 | "framework", |
||
826 | "http", |
||
827 | "http client", |
||
828 | "rest", |
||
829 | "web service" |
||
830 | ], |
||
831 | "time": "2014-01-28 22:29:15" |
||
832 | }, |
||
833 | { |
||
834 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
835 | "version": "6.2.0", |
||
836 | "source": { |
||
837 | "type": "git", |
||
838 | "url": "https://github.com/guzzle/guzzle.git", |
||
839 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
840 | }, |
||
841 | "dist": { |
||
842 | "type": "zip", |
||
843 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
844 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
845 | "shasum": "" |
||
846 | }, |
||
847 | "require": { |
||
848 | "guzzlehttp/promises": "~1.0", |
||
849 | "guzzlehttp/psr7": "~1.1", |
||
850 | "php": ">=5.5.0" |
||
851 | }, |
||
852 | "require-dev": { |
||
853 | "ext-curl": "*", |
||
854 | "phpunit/phpunit": "~4.0", |
||
855 | "psr/log": "~1.0" |
||
856 | }, |
||
857 | "type": "library", |
||
858 | "extra": { |
||
859 | "branch-alias": { |
||
860 | "dev-master": "6.2-dev" |
||
861 | } |
||
862 | }, |
||
863 | "autoload": { |
||
864 | "files": [ |
||
865 | "src/functions_include.php" |
||
866 | ], |
||
867 | "psr-4": { |
||
868 | "GuzzleHttp\\": "src/" |
||
869 | } |
||
870 | }, |
||
871 | "notification-url": "https://packagist.org/downloads/", |
||
872 | "license": [ |
||
873 | "MIT" |
||
874 | ], |
||
875 | "authors": [ |
||
876 | { |
||
877 | "name": "Michael Dowling", |
||
878 | "email": "[email protected]", |
||
879 | "homepage": "https://github.com/mtdowling" |
||
880 | } |
||
881 | ], |
||
882 | "description": "Guzzle is a PHP HTTP client library", |
||
883 | "homepage": "http://guzzlephp.org/", |
||
884 | "keywords": [ |
||
885 | "client", |
||
886 | "curl", |
||
887 | "framework", |
||
888 | "http", |
||
889 | "http client", |
||
890 | "rest", |
||
891 | "web service" |
||
892 | ], |
||
893 | "time": "2016-03-21 20:02:09" |
||
894 | }, |
||
895 | { |
||
896 | "name": "guzzlehttp/promises", |
||
897 | "version": "1.2.0", |
||
898 | "source": { |
||
899 | "type": "git", |
||
900 | "url": "https://github.com/guzzle/promises.git", |
||
901 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" |
||
902 | }, |
||
903 | "dist": { |
||
904 | "type": "zip", |
||
905 | "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
906 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
907 | "shasum": "" |
||
908 | }, |
||
909 | "require": { |
||
910 | "php": ">=5.5.0" |
||
911 | }, |
||
912 | "require-dev": { |
||
913 | "phpunit/phpunit": "~4.0" |
||
914 | }, |
||
915 | "type": "library", |
||
916 | "extra": { |
||
917 | "branch-alias": { |
||
918 | "dev-master": "1.0-dev" |
||
919 | } |
||
920 | }, |
||
921 | "autoload": { |
||
922 | "psr-4": { |
||
923 | "GuzzleHttp\\Promise\\": "src/" |
||
924 | }, |
||
925 | "files": [ |
||
926 | "src/functions_include.php" |
||
927 | ] |
||
928 | }, |
||
929 | "notification-url": "https://packagist.org/downloads/", |
||
930 | "license": [ |
||
931 | "MIT" |
||
932 | ], |
||
933 | "authors": [ |
||
934 | { |
||
935 | "name": "Michael Dowling", |
||
936 | "email": "[email protected]", |
||
937 | "homepage": "https://github.com/mtdowling" |
||
938 | } |
||
939 | ], |
||
940 | "description": "Guzzle promises library", |
||
941 | "keywords": [ |
||
942 | "promise" |
||
943 | ], |
||
944 | "time": "2016-05-18 16:56:05" |
||
945 | }, |
||
946 | { |
||
947 | "name": "guzzlehttp/psr7", |
||
948 | "version": "1.3.0", |
||
949 | "source": { |
||
950 | "type": "git", |
||
951 | "url": "https://github.com/guzzle/psr7.git", |
||
952 | "reference": "31382fef2889136415751badebbd1cb022a4ed72" |
||
953 | }, |
||
954 | "dist": { |
||
955 | "type": "zip", |
||
956 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", |
||
957 | "reference": "31382fef2889136415751badebbd1cb022a4ed72", |
||
958 | "shasum": "" |
||
959 | }, |
||
960 | "require": { |
||
961 | "php": ">=5.4.0", |
||
962 | "psr/http-message": "~1.0" |
||
963 | }, |
||
964 | "provide": { |
||
965 | "psr/http-message-implementation": "1.0" |
||
966 | }, |
||
967 | "require-dev": { |
||
968 | "phpunit/phpunit": "~4.0" |
||
969 | }, |
||
970 | "type": "library", |
||
971 | "extra": { |
||
972 | "branch-alias": { |
||
973 | "dev-master": "1.0-dev" |
||
974 | } |
||
975 | }, |
||
976 | "autoload": { |
||
977 | "psr-4": { |
||
978 | "GuzzleHttp\\Psr7\\": "src/" |
||
979 | }, |
||
980 | "files": [ |
||
981 | "src/functions_include.php" |
||
982 | ] |
||
983 | }, |
||
984 | "notification-url": "https://packagist.org/downloads/", |
||
985 | "license": [ |
||
986 | "MIT" |
||
987 | ], |
||
988 | "authors": [ |
||
989 | { |
||
990 | "name": "Michael Dowling", |
||
991 | "email": "[email protected]", |
||
992 | "homepage": "https://github.com/mtdowling" |
||
993 | } |
||
994 | ], |
||
995 | "description": "PSR-7 message implementation", |
||
996 | "keywords": [ |
||
997 | "http", |
||
998 | "message", |
||
999 | "stream", |
||
1000 | "uri" |
||
1001 | ], |
||
1002 | "time": "2016-04-13 19:56:01" |
||
1003 | }, |
||
1004 | { |
||
1005 | "name": "jakub-onderka/php-console-color", |
||
1006 | "version": "0.1", |
||
1007 | "source": { |
||
1008 | "type": "git", |
||
1009 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
1010 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
1011 | }, |
||
1012 | "dist": { |
||
1013 | "type": "zip", |
||
1014 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
1015 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
1016 | "shasum": "" |
||
1017 | }, |
||
1018 | "require": { |
||
1019 | "php": ">=5.3.2" |
||
1020 | }, |
||
1021 | "require-dev": { |
||
1022 | "jakub-onderka/php-code-style": "1.0", |
||
1023 | "jakub-onderka/php-parallel-lint": "0.*", |
||
1024 | "jakub-onderka/php-var-dump-check": "0.*", |
||
1025 | "phpunit/phpunit": "3.7.*", |
||
1026 | "squizlabs/php_codesniffer": "1.*" |
||
1027 | }, |
||
1028 | "type": "library", |
||
1029 | "autoload": { |
||
1030 | "psr-0": { |
||
1031 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
1032 | } |
||
1033 | }, |
||
1034 | "notification-url": "https://packagist.org/downloads/", |
||
1035 | "license": [ |
||
1036 | "BSD-2-Clause" |
||
1037 | ], |
||
1038 | "authors": [ |
||
1039 | { |
||
1040 | "name": "Jakub Onderka", |
||
1041 | "email": "[email protected]", |
||
1042 | "homepage": "http://www.acci.cz" |
||
1043 | } |
||
1044 | ], |
||
1045 | "time": "2014-04-08 15:00:19" |
||
1046 | }, |
||
1047 | { |
||
1048 | "name": "jakub-onderka/php-console-highlighter", |
||
1049 | "version": "v0.3.2", |
||
1050 | "source": { |
||
1051 | "type": "git", |
||
1052 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
1053 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
1054 | }, |
||
1055 | "dist": { |
||
1056 | "type": "zip", |
||
1057 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
1058 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
1059 | "shasum": "" |
||
1060 | }, |
||
1061 | "require": { |
||
1062 | "jakub-onderka/php-console-color": "~0.1", |
||
1063 | "php": ">=5.3.0" |
||
1064 | }, |
||
1065 | "require-dev": { |
||
1066 | "jakub-onderka/php-code-style": "~1.0", |
||
1067 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
1068 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
1069 | "phpunit/phpunit": "~4.0", |
||
1070 | "squizlabs/php_codesniffer": "~1.5" |
||
1071 | }, |
||
1072 | "type": "library", |
||
1073 | "autoload": { |
||
1074 | "psr-0": { |
||
1075 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
1076 | } |
||
1077 | }, |
||
1078 | "notification-url": "https://packagist.org/downloads/", |
||
1079 | "license": [ |
||
1080 | "MIT" |
||
1081 | ], |
||
1082 | "authors": [ |
||
1083 | { |
||
1084 | "name": "Jakub Onderka", |
||
1085 | "email": "[email protected]", |
||
1086 | "homepage": "http://www.acci.cz/" |
||
1087 | } |
||
1088 | ], |
||
1089 | "time": "2015-04-20 18:58:01" |
||
1090 | }, |
||
1091 | { |
||
1092 | "name": "jeremeamia/SuperClosure", |
||
1093 | "version": "2.2.0", |
||
1094 | "source": { |
||
1095 | "type": "git", |
||
1096 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
1097 | "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938" |
||
1098 | }, |
||
1099 | "dist": { |
||
1100 | "type": "zip", |
||
1101 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938", |
||
1102 | "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938", |
||
1103 | "shasum": "" |
||
1104 | }, |
||
1105 | "require": { |
||
1106 | "nikic/php-parser": "^1.2|^2.0", |
||
1107 | "php": ">=5.4", |
||
1108 | "symfony/polyfill-php56": "^1.0" |
||
1109 | }, |
||
1110 | "require-dev": { |
||
1111 | "phpunit/phpunit": "^4.0|^5.0" |
||
1112 | }, |
||
1113 | "type": "library", |
||
1114 | "extra": { |
||
1115 | "branch-alias": { |
||
1116 | "dev-master": "2.2-dev" |
||
1117 | } |
||
1118 | }, |
||
1119 | "autoload": { |
||
1120 | "psr-4": { |
||
1121 | "SuperClosure\\": "src/" |
||
1122 | } |
||
1123 | }, |
||
1124 | "notification-url": "https://packagist.org/downloads/", |
||
1125 | "license": [ |
||
1126 | "MIT" |
||
1127 | ], |
||
1128 | "authors": [ |
||
1129 | { |
||
1130 | "name": "Jeremy Lindblom", |
||
1131 | "email": "[email protected]", |
||
1132 | "homepage": "https://github.com/jeremeamia", |
||
1133 | "role": "Developer" |
||
1134 | } |
||
1135 | ], |
||
1136 | "description": "Serialize Closure objects, including their context and binding", |
||
1137 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
1138 | "keywords": [ |
||
1139 | "closure", |
||
1140 | "function", |
||
1141 | "lambda", |
||
1142 | "parser", |
||
1143 | "serializable", |
||
1144 | "serialize", |
||
1145 | "tokenizer" |
||
1146 | ], |
||
1147 | "time": "2015-12-05 17:17:57" |
||
1148 | }, |
||
1149 | { |
||
1150 | "name": "laravel/framework", |
||
1151 | "version": "v5.2.34", |
||
1152 | "source": { |
||
1153 | "type": "git", |
||
1154 | "url": "https://github.com/laravel/framework.git", |
||
1155 | "reference": "6a26f3bb6a6e00c53654a661221643ad1b98e146" |
||
1156 | }, |
||
1157 | "dist": { |
||
1158 | "type": "zip", |
||
1159 | "url": "https://api.github.com/repos/laravel/framework/zipball/6a26f3bb6a6e00c53654a661221643ad1b98e146", |
||
1160 | "reference": "6a26f3bb6a6e00c53654a661221643ad1b98e146", |
||
1161 | "shasum": "" |
||
1162 | }, |
||
1163 | "require": { |
||
1164 | "classpreloader/classpreloader": "~3.0", |
||
1165 | "doctrine/inflector": "~1.0", |
||
1166 | "ext-mbstring": "*", |
||
1167 | "ext-openssl": "*", |
||
1168 | "jeremeamia/superclosure": "~2.2", |
||
1169 | "league/flysystem": "~1.0", |
||
1170 | "monolog/monolog": "~1.11", |
||
1171 | "mtdowling/cron-expression": "~1.0", |
||
1172 | "nesbot/carbon": "~1.20", |
||
1173 | "paragonie/random_compat": "~1.4", |
||
1174 | "php": ">=5.5.9", |
||
1175 | "psy/psysh": "0.7.*", |
||
1176 | "swiftmailer/swiftmailer": "~5.1", |
||
1177 | "symfony/console": "2.8.*|3.0.*", |
||
1178 | "symfony/debug": "2.8.*|3.0.*", |
||
1179 | "symfony/finder": "2.8.*|3.0.*", |
||
1180 | "symfony/http-foundation": "2.8.*|3.0.*", |
||
1181 | "symfony/http-kernel": "2.8.*|3.0.*", |
||
1182 | "symfony/polyfill-php56": "~1.0", |
||
1183 | "symfony/process": "2.8.*|3.0.*", |
||
1184 | "symfony/routing": "2.8.*|3.0.*", |
||
1185 | "symfony/translation": "2.8.*|3.0.*", |
||
1186 | "symfony/var-dumper": "2.8.*|3.0.*", |
||
1187 | "vlucas/phpdotenv": "~2.2" |
||
1188 | }, |
||
1189 | "replace": { |
||
1190 | "illuminate/auth": "self.version", |
||
1191 | "illuminate/broadcasting": "self.version", |
||
1192 | "illuminate/bus": "self.version", |
||
1193 | "illuminate/cache": "self.version", |
||
1194 | "illuminate/config": "self.version", |
||
1195 | "illuminate/console": "self.version", |
||
1196 | "illuminate/container": "self.version", |
||
1197 | "illuminate/contracts": "self.version", |
||
1198 | "illuminate/cookie": "self.version", |
||
1199 | "illuminate/database": "self.version", |
||
1200 | "illuminate/encryption": "self.version", |
||
1201 | "illuminate/events": "self.version", |
||
1202 | "illuminate/exception": "self.version", |
||
1203 | "illuminate/filesystem": "self.version", |
||
1204 | "illuminate/hashing": "self.version", |
||
1205 | "illuminate/http": "self.version", |
||
1206 | "illuminate/log": "self.version", |
||
1207 | "illuminate/mail": "self.version", |
||
1208 | "illuminate/pagination": "self.version", |
||
1209 | "illuminate/pipeline": "self.version", |
||
1210 | "illuminate/queue": "self.version", |
||
1211 | "illuminate/redis": "self.version", |
||
1212 | "illuminate/routing": "self.version", |
||
1213 | "illuminate/session": "self.version", |
||
1214 | "illuminate/support": "self.version", |
||
1215 | "illuminate/translation": "self.version", |
||
1216 | "illuminate/validation": "self.version", |
||
1217 | "illuminate/view": "self.version" |
||
1218 | }, |
||
1219 | "require-dev": { |
||
1220 | "aws/aws-sdk-php": "~3.0", |
||
1221 | "mockery/mockery": "~0.9.4", |
||
1222 | "pda/pheanstalk": "~3.0", |
||
1223 | "phpunit/phpunit": "~4.1", |
||
1224 | "predis/predis": "~1.0", |
||
1225 | "symfony/css-selector": "2.8.*|3.0.*", |
||
1226 | "symfony/dom-crawler": "2.8.*|3.0.*" |
||
1227 | }, |
||
1228 | "suggest": { |
||
1229 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
1230 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
1231 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
1232 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
||
1233 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
1234 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
1235 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
1236 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
1237 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
1238 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).", |
||
1239 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).", |
||
1240 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
||
1241 | }, |
||
1242 | "type": "library", |
||
1243 | "extra": { |
||
1244 | "branch-alias": { |
||
1245 | "dev-master": "5.2-dev" |
||
1246 | } |
||
1247 | }, |
||
1248 | "autoload": { |
||
1249 | "classmap": [ |
||
1250 | "src/Illuminate/Queue/IlluminateQueueClosure.php" |
||
1251 | ], |
||
1252 | "files": [ |
||
1253 | "src/Illuminate/Foundation/helpers.php", |
||
1254 | "src/Illuminate/Support/helpers.php" |
||
1255 | ], |
||
1256 | "psr-4": { |
||
1257 | "Illuminate\\": "src/Illuminate/" |
||
1258 | } |
||
1259 | }, |
||
1260 | "notification-url": "https://packagist.org/downloads/", |
||
1261 | "license": [ |
||
1262 | "MIT" |
||
1263 | ], |
||
1264 | "authors": [ |
||
1265 | { |
||
1266 | "name": "Taylor Otwell", |
||
1267 | "email": "[email protected]" |
||
1268 | } |
||
1269 | ], |
||
1270 | "description": "The Laravel Framework.", |
||
1271 | "homepage": "http://laravel.com", |
||
1272 | "keywords": [ |
||
1273 | "framework", |
||
1274 | "laravel" |
||
1275 | ], |
||
1276 | "time": "2016-05-26 21:59:46" |
||
1277 | }, |
||
1278 | { |
||
1279 | "name": "laravel/socialite", |
||
1280 | "version": "v2.0.17", |
||
1281 | "source": { |
||
1282 | "type": "git", |
||
1283 | "url": "https://github.com/laravel/socialite.git", |
||
1284 | "reference": "81d39cde2226f7548d8d1aa99405278c87e50737" |
||
1285 | }, |
||
1286 | "dist": { |
||
1287 | "type": "zip", |
||
1288 | "url": "https://api.github.com/repos/laravel/socialite/zipball/81d39cde2226f7548d8d1aa99405278c87e50737", |
||
1289 | "reference": "81d39cde2226f7548d8d1aa99405278c87e50737", |
||
1290 | "shasum": "" |
||
1291 | }, |
||
1292 | "require": { |
||
1293 | "guzzlehttp/guzzle": "~5.0|~6.0", |
||
1294 | "illuminate/contracts": "~5.0", |
||
1295 | "illuminate/http": "~5.0", |
||
1296 | "illuminate/support": "~5.0", |
||
1297 | "league/oauth1-client": "~1.0", |
||
1298 | "php": ">=5.4.0" |
||
1299 | }, |
||
1300 | "require-dev": { |
||
1301 | "mockery/mockery": "~0.9", |
||
1302 | "phpunit/phpunit": "~4.0" |
||
1303 | }, |
||
1304 | "type": "library", |
||
1305 | "extra": { |
||
1306 | "branch-alias": { |
||
1307 | "dev-master": "3.0-dev" |
||
1308 | } |
||
1309 | }, |
||
1310 | "autoload": { |
||
1311 | "psr-4": { |
||
1312 | "Laravel\\Socialite\\": "src/" |
||
1313 | } |
||
1314 | }, |
||
1315 | "notification-url": "https://packagist.org/downloads/", |
||
1316 | "license": [ |
||
1317 | "MIT" |
||
1318 | ], |
||
1319 | "authors": [ |
||
1320 | { |
||
1321 | "name": "Taylor Otwell", |
||
1322 | "email": "[email protected]" |
||
1323 | } |
||
1324 | ], |
||
1325 | "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", |
||
1326 | "keywords": [ |
||
1327 | "laravel", |
||
1328 | "oauth" |
||
1329 | ], |
||
1330 | "time": "2016-05-27 12:42:05" |
||
1331 | }, |
||
1332 | { |
||
1333 | "name": "league/flysystem", |
||
1334 | "version": "1.0.22", |
||
1335 | "source": { |
||
1336 | "type": "git", |
||
1337 | "url": "https://github.com/thephpleague/flysystem.git", |
||
1338 | "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612" |
||
1339 | }, |
||
1340 | "dist": { |
||
1341 | "type": "zip", |
||
1342 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd73a91703969a2d20ab4bfbf971d6c2cbe36612", |
||
1343 | "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612", |
||
1344 | "shasum": "" |
||
1345 | }, |
||
1346 | "require": { |
||
1347 | "php": ">=5.4.0" |
||
1348 | }, |
||
1349 | "conflict": { |
||
1350 | "league/flysystem-sftp": "<1.0.6" |
||
1351 | }, |
||
1352 | "require-dev": { |
||
1353 | "ext-fileinfo": "*", |
||
1354 | "mockery/mockery": "~0.9", |
||
1355 | "phpspec/phpspec": "^2.2", |
||
1356 | "phpunit/phpunit": "~4.8 || ~5.0" |
||
1357 | }, |
||
1358 | "suggest": { |
||
1359 | "ext-fileinfo": "Required for MimeType", |
||
1360 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
1361 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
1362 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
1363 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
1364 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
1365 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
1366 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
1367 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
1368 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
1369 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
1370 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
1371 | }, |
||
1372 | "type": "library", |
||
1373 | "extra": { |
||
1374 | "branch-alias": { |
||
1375 | "dev-master": "1.1-dev" |
||
1376 | } |
||
1377 | }, |
||
1378 | "autoload": { |
||
1379 | "psr-4": { |
||
1380 | "League\\Flysystem\\": "src/" |
||
1381 | } |
||
1382 | }, |
||
1383 | "notification-url": "https://packagist.org/downloads/", |
||
1384 | "license": [ |
||
1385 | "MIT" |
||
1386 | ], |
||
1387 | "authors": [ |
||
1388 | { |
||
1389 | "name": "Frank de Jonge", |
||
1390 | "email": "[email protected]" |
||
1391 | } |
||
1392 | ], |
||
1393 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
1394 | "keywords": [ |
||
1395 | "Cloud Files", |
||
1396 | "WebDAV", |
||
1397 | "abstraction", |
||
1398 | "aws", |
||
1399 | "cloud", |
||
1400 | "copy.com", |
||
1401 | "dropbox", |
||
1402 | "file systems", |
||
1403 | "files", |
||
1404 | "filesystem", |
||
1405 | "filesystems", |
||
1406 | "ftp", |
||
1407 | "rackspace", |
||
1408 | "remote", |
||
1409 | "s3", |
||
1410 | "sftp", |
||
1411 | "storage" |
||
1412 | ], |
||
1413 | "time": "2016-04-28 06:53:12" |
||
1414 | }, |
||
1415 | { |
||
1416 | "name": "league/fractal", |
||
1417 | "version": "0.13.0", |
||
1418 | "source": { |
||
1419 | "type": "git", |
||
1420 | "url": "https://github.com/thephpleague/fractal.git", |
||
1421 | "reference": "3caeefbad51bce7a06947321938128512f42346c" |
||
1422 | }, |
||
1423 | "dist": { |
||
1424 | "type": "zip", |
||
1425 | "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", |
||
1426 | "reference": "3caeefbad51bce7a06947321938128512f42346c", |
||
1427 | "shasum": "" |
||
1428 | }, |
||
1429 | "require": { |
||
1430 | "php": ">=5.4" |
||
1431 | }, |
||
1432 | "require-dev": { |
||
1433 | "illuminate/contracts": "~5.0", |
||
1434 | "mockery/mockery": "~0.9", |
||
1435 | "pagerfanta/pagerfanta": "~1.0.0", |
||
1436 | "phpunit/phpunit": "~4.0", |
||
1437 | "squizlabs/php_codesniffer": "~1.5", |
||
1438 | "zendframework/zend-paginator": "~2.3" |
||
1439 | }, |
||
1440 | "suggest": { |
||
1441 | "illuminate/pagination": "The Illuminate Pagination component.", |
||
1442 | "pagerfanta/pagerfanta": "Pagerfanta Paginator", |
||
1443 | "zendframework/zend-paginator": "Zend Framework Paginator" |
||
1444 | }, |
||
1445 | "type": "library", |
||
1446 | "extra": { |
||
1447 | "branch-alias": { |
||
1448 | "dev-master": "0.13-dev" |
||
1449 | } |
||
1450 | }, |
||
1451 | "autoload": { |
||
1452 | "psr-4": { |
||
1453 | "League\\Fractal\\": "src" |
||
1454 | } |
||
1455 | }, |
||
1456 | "notification-url": "https://packagist.org/downloads/", |
||
1457 | "license": [ |
||
1458 | "MIT" |
||
1459 | ], |
||
1460 | "authors": [ |
||
1461 | { |
||
1462 | "name": "Phil Sturgeon", |
||
1463 | "email": "[email protected]", |
||
1464 | "homepage": "http://philsturgeon.uk/", |
||
1465 | "role": "Developer" |
||
1466 | } |
||
1467 | ], |
||
1468 | "description": "Handle the output of complex data structures ready for API output.", |
||
1469 | "homepage": "http://fractal.thephpleague.com/", |
||
1470 | "keywords": [ |
||
1471 | "api", |
||
1472 | "json", |
||
1473 | "league", |
||
1474 | "rest" |
||
1475 | ], |
||
1476 | "time": "2015-10-07 14:48:58" |
||
1477 | }, |
||
1478 | { |
||
1479 | "name": "league/oauth1-client", |
||
1480 | "version": "1.6.1", |
||
1481 | "source": { |
||
1482 | "type": "git", |
||
1483 | "url": "https://github.com/thephpleague/oauth1-client.git", |
||
1484 | "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422" |
||
1485 | }, |
||
1486 | "dist": { |
||
1487 | "type": "zip", |
||
1488 | "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/cef3ceda13c78f89c323e4d5e6301c0eb7cea422", |
||
1489 | "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422", |
||
1490 | "shasum": "" |
||
1491 | }, |
||
1492 | "require": { |
||
1493 | "guzzle/guzzle": "3.*", |
||
1494 | "php": ">=5.3.0" |
||
1495 | }, |
||
1496 | "require-dev": { |
||
1497 | "mockery/mockery": "~0.9", |
||
1498 | "phpunit/phpunit": "~4.0", |
||
1499 | "squizlabs/php_codesniffer": "~2.0" |
||
1500 | }, |
||
1501 | "type": "library", |
||
1502 | "extra": { |
||
1503 | "branch-alias": { |
||
1504 | "dev-master": "1.0-dev" |
||
1505 | } |
||
1506 | }, |
||
1507 | "autoload": { |
||
1508 | "psr-4": { |
||
1509 | "League\\OAuth1\\": "src/" |
||
1510 | } |
||
1511 | }, |
||
1512 | "notification-url": "https://packagist.org/downloads/", |
||
1513 | "license": [ |
||
1514 | "MIT" |
||
1515 | ], |
||
1516 | "authors": [ |
||
1517 | { |
||
1518 | "name": "Ben Corlett", |
||
1519 | "email": "[email protected]", |
||
1520 | "homepage": "http://www.webcomm.com.au", |
||
1521 | "role": "Developer" |
||
1522 | } |
||
1523 | ], |
||
1524 | "description": "OAuth 1.0 Client Library", |
||
1525 | "keywords": [ |
||
1526 | "Authentication", |
||
1527 | "SSO", |
||
1528 | "authorization", |
||
1529 | "bitbucket", |
||
1530 | "identity", |
||
1531 | "idp", |
||
1532 | "oauth", |
||
1533 | "oauth1", |
||
1534 | "single sign on", |
||
1535 | "trello", |
||
1536 | "tumblr", |
||
1537 | "twitter" |
||
1538 | ], |
||
1539 | "time": "2015-10-23 04:02:07" |
||
1540 | }, |
||
1541 | { |
||
1542 | "name": "linkthrow/ffmpeg", |
||
1543 | "version": "dev-master", |
||
1544 | "source": { |
||
1545 | "type": "git", |
||
1546 | "url": "https://github.com/linkthrow/ffmpeg.git", |
||
1547 | "reference": "01aafe9449141ba9079615a9985b7fb97154fb83" |
||
1548 | }, |
||
1549 | "dist": { |
||
1550 | "type": "zip", |
||
1551 | "url": "https://api.github.com/repos/linkthrow/ffmpeg/zipball/01aafe9449141ba9079615a9985b7fb97154fb83", |
||
1552 | "reference": "01aafe9449141ba9079615a9985b7fb97154fb83", |
||
1553 | "shasum": "" |
||
1554 | }, |
||
1555 | "require": { |
||
1556 | "php": ">=5.4.0" |
||
1557 | }, |
||
1558 | "require-dev": { |
||
1559 | "phpunit/phpunit": "4.1.*" |
||
1560 | }, |
||
1561 | "type": "library", |
||
1562 | "autoload": { |
||
1563 | "psr-4": { |
||
1564 | "LinkThrow\\Ffmpeg\\": "src" |
||
1565 | }, |
||
1566 | "files": [ |
||
1567 | "src/Classes/FFMPEG.php", |
||
1568 | "src/Helpers.php" |
||
1569 | ] |
||
1570 | }, |
||
1571 | "notification-url": "https://packagist.org/downloads/", |
||
1572 | "license": [ |
||
1573 | "MIT" |
||
1574 | ], |
||
1575 | "authors": [ |
||
1576 | { |
||
1577 | "name": "Rafael Sampaio", |
||
1578 | "email": "[email protected]" |
||
1579 | }, |
||
1580 | { |
||
1581 | "name": "Closca Costel", |
||
1582 | "email": "[email protected]" |
||
1583 | }, |
||
1584 | { |
||
1585 | "name": "Hussan Choudhry", |
||
1586 | "email": "[email protected]" |
||
1587 | } |
||
1588 | ], |
||
1589 | "description": "A laravel audio and video conversion, thumbnail generator and metadata editor package powered by ffmpeg", |
||
1590 | "keywords": [ |
||
1591 | "converter", |
||
1592 | "ffmpeg", |
||
1593 | "ffprobe", |
||
1594 | "laravel" |
||
1595 | ], |
||
1596 | "time": "2016-05-09 19:30:00" |
||
1597 | }, |
||
1598 | { |
||
1599 | "name": "monolog/monolog", |
||
1600 | "version": "1.19.0", |
||
1601 | "source": { |
||
1602 | "type": "git", |
||
1603 | "url": "https://github.com/Seldaek/monolog.git", |
||
1604 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" |
||
1605 | }, |
||
1606 | "dist": { |
||
1607 | "type": "zip", |
||
1608 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
1609 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
1610 | "shasum": "" |
||
1611 | }, |
||
1612 | "require": { |
||
1613 | "php": ">=5.3.0", |
||
1614 | "psr/log": "~1.0" |
||
1615 | }, |
||
1616 | "provide": { |
||
1617 | "psr/log-implementation": "1.0.0" |
||
1618 | }, |
||
1619 | "require-dev": { |
||
1620 | "aws/aws-sdk-php": "^2.4.9", |
||
1621 | "doctrine/couchdb": "~1.0@dev", |
||
1622 | "graylog2/gelf-php": "~1.0", |
||
1623 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1624 | "php-amqplib/php-amqplib": "~2.4", |
||
1625 | "php-console/php-console": "^3.1.3", |
||
1626 | "phpunit/phpunit": "~4.5", |
||
1627 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1628 | "raven/raven": "^0.13", |
||
1629 | "ruflin/elastica": ">=0.90 <3.0", |
||
1630 | "swiftmailer/swiftmailer": "~5.3" |
||
1631 | }, |
||
1632 | "suggest": { |
||
1633 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1634 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1635 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1636 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1637 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1638 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1639 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1640 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1641 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
1642 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1643 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
1644 | }, |
||
1645 | "type": "library", |
||
1646 | "extra": { |
||
1647 | "branch-alias": { |
||
1648 | "dev-master": "2.0.x-dev" |
||
1649 | } |
||
1650 | }, |
||
1651 | "autoload": { |
||
1652 | "psr-4": { |
||
1653 | "Monolog\\": "src/Monolog" |
||
1654 | } |
||
1655 | }, |
||
1656 | "notification-url": "https://packagist.org/downloads/", |
||
1657 | "license": [ |
||
1658 | "MIT" |
||
1659 | ], |
||
1660 | "authors": [ |
||
1661 | { |
||
1662 | "name": "Jordi Boggiano", |
||
1663 | "email": "[email protected]", |
||
1664 | "homepage": "http://seld.be" |
||
1665 | } |
||
1666 | ], |
||
1667 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1668 | "homepage": "http://github.com/Seldaek/monolog", |
||
1669 | "keywords": [ |
||
1670 | "log", |
||
1671 | "logging", |
||
1672 | "psr-3" |
||
1673 | ], |
||
1674 | "time": "2016-04-12 18:29:35" |
||
1675 | }, |
||
1676 | { |
||
1677 | "name": "mtdowling/cron-expression", |
||
1678 | "version": "v1.1.0", |
||
1679 | "source": { |
||
1680 | "type": "git", |
||
1681 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
1682 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
1683 | }, |
||
1684 | "dist": { |
||
1685 | "type": "zip", |
||
1686 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1687 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1688 | "shasum": "" |
||
1689 | }, |
||
1690 | "require": { |
||
1691 | "php": ">=5.3.2" |
||
1692 | }, |
||
1693 | "require-dev": { |
||
1694 | "phpunit/phpunit": "~4.0|~5.0" |
||
1695 | }, |
||
1696 | "type": "library", |
||
1697 | "autoload": { |
||
1698 | "psr-0": { |
||
1699 | "Cron": "src/" |
||
1700 | } |
||
1701 | }, |
||
1702 | "notification-url": "https://packagist.org/downloads/", |
||
1703 | "license": [ |
||
1704 | "MIT" |
||
1705 | ], |
||
1706 | "authors": [ |
||
1707 | { |
||
1708 | "name": "Michael Dowling", |
||
1709 | "email": "[email protected]", |
||
1710 | "homepage": "https://github.com/mtdowling" |
||
1711 | } |
||
1712 | ], |
||
1713 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
1714 | "keywords": [ |
||
1715 | "cron", |
||
1716 | "schedule" |
||
1717 | ], |
||
1718 | "time": "2016-01-26 21:23:30" |
||
1719 | }, |
||
1720 | { |
||
1721 | "name": "nesbot/carbon", |
||
1722 | "version": "1.21.0", |
||
1723 | "source": { |
||
1724 | "type": "git", |
||
1725 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
1726 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" |
||
1727 | }, |
||
1728 | "dist": { |
||
1729 | "type": "zip", |
||
1730 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
1731 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
1732 | "shasum": "" |
||
1733 | }, |
||
1734 | "require": { |
||
1735 | "php": ">=5.3.0", |
||
1736 | "symfony/translation": "~2.6|~3.0" |
||
1737 | }, |
||
1738 | "require-dev": { |
||
1739 | "phpunit/phpunit": "~4.0|~5.0" |
||
1740 | }, |
||
1741 | "type": "library", |
||
1742 | "autoload": { |
||
1743 | "psr-4": { |
||
1744 | "Carbon\\": "src/Carbon/" |
||
1745 | } |
||
1746 | }, |
||
1747 | "notification-url": "https://packagist.org/downloads/", |
||
1748 | "license": [ |
||
1749 | "MIT" |
||
1750 | ], |
||
1751 | "authors": [ |
||
1752 | { |
||
1753 | "name": "Brian Nesbitt", |
||
1754 | "email": "[email protected]", |
||
1755 | "homepage": "http://nesbot.com" |
||
1756 | } |
||
1757 | ], |
||
1758 | "description": "A simple API extension for DateTime.", |
||
1759 | "homepage": "http://carbon.nesbot.com", |
||
1760 | "keywords": [ |
||
1761 | "date", |
||
1762 | "datetime", |
||
1763 | "time" |
||
1764 | ], |
||
1765 | "time": "2015-11-04 20:07:17" |
||
1766 | }, |
||
1767 | { |
||
1768 | "name": "nikic/php-parser", |
||
1769 | "version": "v2.1.0", |
||
1770 | "source": { |
||
1771 | "type": "git", |
||
1772 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
1773 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3" |
||
1774 | }, |
||
1775 | "dist": { |
||
1776 | "type": "zip", |
||
1777 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
1778 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
1779 | "shasum": "" |
||
1780 | }, |
||
1781 | "require": { |
||
1782 | "ext-tokenizer": "*", |
||
1783 | "php": ">=5.4" |
||
1784 | }, |
||
1785 | "require-dev": { |
||
1786 | "phpunit/phpunit": "~4.0" |
||
1787 | }, |
||
1788 | "bin": [ |
||
1789 | "bin/php-parse" |
||
1790 | ], |
||
1791 | "type": "library", |
||
1792 | "extra": { |
||
1793 | "branch-alias": { |
||
1794 | "dev-master": "2.1-dev" |
||
1795 | } |
||
1796 | }, |
||
1797 | "autoload": { |
||
1798 | "psr-4": { |
||
1799 | "PhpParser\\": "lib/PhpParser" |
||
1800 | } |
||
1801 | }, |
||
1802 | "notification-url": "https://packagist.org/downloads/", |
||
1803 | "license": [ |
||
1804 | "BSD-3-Clause" |
||
1805 | ], |
||
1806 | "authors": [ |
||
1807 | { |
||
1808 | "name": "Nikita Popov" |
||
1809 | } |
||
1810 | ], |
||
1811 | "description": "A PHP parser written in PHP", |
||
1812 | "keywords": [ |
||
1813 | "parser", |
||
1814 | "php" |
||
1815 | ], |
||
1816 | "time": "2016-04-19 13:41:41" |
||
1817 | }, |
||
1818 | { |
||
1819 | "name": "paragonie/random_compat", |
||
1820 | "version": "v1.4.1", |
||
1821 | "source": { |
||
1822 | "type": "git", |
||
1823 | "url": "https://github.com/paragonie/random_compat.git", |
||
1824 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
||
1825 | }, |
||
1826 | "dist": { |
||
1827 | "type": "zip", |
||
1828 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
||
1829 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
||
1830 | "shasum": "" |
||
1831 | }, |
||
1832 | "require": { |
||
1833 | "php": ">=5.2.0" |
||
1834 | }, |
||
1835 | "require-dev": { |
||
1836 | "phpunit/phpunit": "4.*|5.*" |
||
1837 | }, |
||
1838 | "suggest": { |
||
1839 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1840 | }, |
||
1841 | "type": "library", |
||
1842 | "autoload": { |
||
1843 | "files": [ |
||
1844 | "lib/random.php" |
||
1845 | ] |
||
1846 | }, |
||
1847 | "notification-url": "https://packagist.org/downloads/", |
||
1848 | "license": [ |
||
1849 | "MIT" |
||
1850 | ], |
||
1851 | "authors": [ |
||
1852 | { |
||
1853 | "name": "Paragon Initiative Enterprises", |
||
1854 | "email": "[email protected]", |
||
1855 | "homepage": "https://paragonie.com" |
||
1856 | } |
||
1857 | ], |
||
1858 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1859 | "keywords": [ |
||
1860 | "csprng", |
||
1861 | "pseudorandom", |
||
1862 | "random" |
||
1863 | ], |
||
1864 | "time": "2016-03-18 20:34:03" |
||
1865 | }, |
||
1866 | { |
||
1867 | "name": "predis/predis", |
||
1868 | "version": "v1.0.3", |
||
1869 | "source": { |
||
1870 | "type": "git", |
||
1871 | "url": "https://github.com/nrk/predis.git", |
||
1872 | "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04" |
||
1873 | }, |
||
1874 | "dist": { |
||
1875 | "type": "zip", |
||
1876 | "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04", |
||
1877 | "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04", |
||
1878 | "shasum": "" |
||
1879 | }, |
||
1880 | "require": { |
||
1881 | "php": ">=5.3.2" |
||
1882 | }, |
||
1883 | "require-dev": { |
||
1884 | "phpunit/phpunit": "~4.0" |
||
1885 | }, |
||
1886 | "suggest": { |
||
1887 | "ext-curl": "Allows access to Webdis when paired with phpiredis", |
||
1888 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" |
||
1889 | }, |
||
1890 | "type": "library", |
||
1891 | "autoload": { |
||
1892 | "psr-4": { |
||
1893 | "Predis\\": "src/" |
||
1894 | } |
||
1895 | }, |
||
1896 | "notification-url": "https://packagist.org/downloads/", |
||
1897 | "license": [ |
||
1898 | "MIT" |
||
1899 | ], |
||
1900 | "authors": [ |
||
1901 | { |
||
1902 | "name": "Daniele Alessandri", |
||
1903 | "email": "[email protected]", |
||
1904 | "homepage": "http://clorophilla.net" |
||
1905 | } |
||
1906 | ], |
||
1907 | "description": "Flexible and feature-complete PHP client library for Redis", |
||
1908 | "homepage": "http://github.com/nrk/predis", |
||
1909 | "keywords": [ |
||
1910 | "nosql", |
||
1911 | "predis", |
||
1912 | "redis" |
||
1913 | ], |
||
1914 | "time": "2015-07-30 18:34:15" |
||
1915 | }, |
||
1916 | { |
||
1917 | "name": "psr/http-message", |
||
1918 | "version": "1.0", |
||
1919 | "source": { |
||
1920 | "type": "git", |
||
1921 | "url": "https://github.com/php-fig/http-message.git", |
||
1922 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
1923 | }, |
||
1924 | "dist": { |
||
1925 | "type": "zip", |
||
1926 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
1927 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
1928 | "shasum": "" |
||
1929 | }, |
||
1930 | "require": { |
||
1931 | "php": ">=5.3.0" |
||
1932 | }, |
||
1933 | "type": "library", |
||
1934 | "extra": { |
||
1935 | "branch-alias": { |
||
1936 | "dev-master": "1.0.x-dev" |
||
1937 | } |
||
1938 | }, |
||
1939 | "autoload": { |
||
1940 | "psr-4": { |
||
1941 | "Psr\\Http\\Message\\": "src/" |
||
1942 | } |
||
1943 | }, |
||
1944 | "notification-url": "https://packagist.org/downloads/", |
||
1945 | "license": [ |
||
1946 | "MIT" |
||
1947 | ], |
||
1948 | "authors": [ |
||
1949 | { |
||
1950 | "name": "PHP-FIG", |
||
1951 | "homepage": "http://www.php-fig.org/" |
||
1952 | } |
||
1953 | ], |
||
1954 | "description": "Common interface for HTTP messages", |
||
1955 | "keywords": [ |
||
1956 | "http", |
||
1957 | "http-message", |
||
1958 | "psr", |
||
1959 | "psr-7", |
||
1960 | "request", |
||
1961 | "response" |
||
1962 | ], |
||
1963 | "time": "2015-05-04 20:22:00" |
||
1964 | }, |
||
1965 | { |
||
1966 | "name": "psr/log", |
||
1967 | "version": "1.0.0", |
||
1968 | "source": { |
||
1969 | "type": "git", |
||
1970 | "url": "https://github.com/php-fig/log.git", |
||
1971 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
1972 | }, |
||
1973 | "dist": { |
||
1974 | "type": "zip", |
||
1975 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1976 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1977 | "shasum": "" |
||
1978 | }, |
||
1979 | "type": "library", |
||
1980 | "autoload": { |
||
1981 | "psr-0": { |
||
1982 | "Psr\\Log\\": "" |
||
1983 | } |
||
1984 | }, |
||
1985 | "notification-url": "https://packagist.org/downloads/", |
||
1986 | "license": [ |
||
1987 | "MIT" |
||
1988 | ], |
||
1989 | "authors": [ |
||
1990 | { |
||
1991 | "name": "PHP-FIG", |
||
1992 | "homepage": "http://www.php-fig.org/" |
||
1993 | } |
||
1994 | ], |
||
1995 | "description": "Common interface for logging libraries", |
||
1996 | "keywords": [ |
||
1997 | "log", |
||
1998 | "psr", |
||
1999 | "psr-3" |
||
2000 | ], |
||
2001 | "time": "2012-12-21 11:40:51" |
||
2002 | }, |
||
2003 | { |
||
2004 | "name": "psy/psysh", |
||
2005 | "version": "v0.7.2", |
||
2006 | "source": { |
||
2007 | "type": "git", |
||
2008 | "url": "https://github.com/bobthecow/psysh.git", |
||
2009 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" |
||
2010 | }, |
||
2011 | "dist": { |
||
2012 | "type": "zip", |
||
2013 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
2014 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
2015 | "shasum": "" |
||
2016 | }, |
||
2017 | "require": { |
||
2018 | "dnoegel/php-xdg-base-dir": "0.1", |
||
2019 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
2020 | "nikic/php-parser": "^1.2.1|~2.0", |
||
2021 | "php": ">=5.3.9", |
||
2022 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
2023 | "symfony/var-dumper": "~2.7|~3.0" |
||
2024 | }, |
||
2025 | "require-dev": { |
||
2026 | "fabpot/php-cs-fixer": "~1.5", |
||
2027 | "phpunit/phpunit": "~3.7|~4.0|~5.0", |
||
2028 | "squizlabs/php_codesniffer": "~2.0", |
||
2029 | "symfony/finder": "~2.1|~3.0" |
||
2030 | }, |
||
2031 | "suggest": { |
||
2032 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
2033 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
2034 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
2035 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
2036 | }, |
||
2037 | "bin": [ |
||
2038 | "bin/psysh" |
||
2039 | ], |
||
2040 | "type": "library", |
||
2041 | "extra": { |
||
2042 | "branch-alias": { |
||
2043 | "dev-develop": "0.8.x-dev" |
||
2044 | } |
||
2045 | }, |
||
2046 | "autoload": { |
||
2047 | "files": [ |
||
2048 | "src/Psy/functions.php" |
||
2049 | ], |
||
2050 | "psr-4": { |
||
2051 | "Psy\\": "src/Psy/" |
||
2052 | } |
||
2053 | }, |
||
2054 | "notification-url": "https://packagist.org/downloads/", |
||
2055 | "license": [ |
||
2056 | "MIT" |
||
2057 | ], |
||
2058 | "authors": [ |
||
2059 | { |
||
2060 | "name": "Justin Hileman", |
||
2061 | "email": "[email protected]", |
||
2062 | "homepage": "http://justinhileman.com" |
||
2063 | } |
||
2064 | ], |
||
2065 | "description": "An interactive shell for modern PHP.", |
||
2066 | "homepage": "http://psysh.org", |
||
2067 | "keywords": [ |
||
2068 | "REPL", |
||
2069 | "console", |
||
2070 | "interactive", |
||
2071 | "shell" |
||
2072 | ], |
||
2073 | "time": "2016-03-09 05:03:14" |
||
2074 | }, |
||
2075 | { |
||
2076 | "name": "satooshi/php-coveralls", |
||
2077 | "version": "v1.0.1", |
||
2078 | "source": { |
||
2079 | "type": "git", |
||
2080 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
2081 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c" |
||
2082 | }, |
||
2083 | "dist": { |
||
2084 | "type": "zip", |
||
2085 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
2086 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
2087 | "shasum": "" |
||
2088 | }, |
||
2089 | "require": { |
||
2090 | "ext-json": "*", |
||
2091 | "ext-simplexml": "*", |
||
2092 | "guzzle/guzzle": "^2.8|^3.0", |
||
2093 | "php": ">=5.3.3", |
||
2094 | "psr/log": "^1.0", |
||
2095 | "symfony/config": "^2.1|^3.0", |
||
2096 | "symfony/console": "^2.1|^3.0", |
||
2097 | "symfony/stopwatch": "^2.0|^3.0", |
||
2098 | "symfony/yaml": "^2.0|^3.0" |
||
2099 | }, |
||
2100 | "suggest": { |
||
2101 | "symfony/http-kernel": "Allows Symfony integration" |
||
2102 | }, |
||
2103 | "bin": [ |
||
2104 | "bin/coveralls" |
||
2105 | ], |
||
2106 | "type": "library", |
||
2107 | "autoload": { |
||
2108 | "psr-4": { |
||
2109 | "Satooshi\\": "src/Satooshi/" |
||
2110 | } |
||
2111 | }, |
||
2112 | "notification-url": "https://packagist.org/downloads/", |
||
2113 | "license": [ |
||
2114 | "MIT" |
||
2115 | ], |
||
2116 | "authors": [ |
||
2117 | { |
||
2118 | "name": "Kitamura Satoshi", |
||
2119 | "email": "[email protected]", |
||
2120 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
2121 | } |
||
2122 | ], |
||
2123 | "description": "PHP client library for Coveralls API", |
||
2124 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
2125 | "keywords": [ |
||
2126 | "ci", |
||
2127 | "coverage", |
||
2128 | "github", |
||
2129 | "test" |
||
2130 | ], |
||
2131 | "time": "2016-01-20 17:35:46" |
||
2132 | }, |
||
2133 | { |
||
2134 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:
Remote Code Execution when using the mail transport ![]() |
|||
2135 | "version": "v5.4.2", |
||
2136 | "source": { |
||
2137 | "type": "git", |
||
2138 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2139 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" |
||
2140 | }, |
||
2141 | "dist": { |
||
2142 | "type": "zip", |
||
2143 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", |
||
2144 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", |
||
2145 | "shasum": "" |
||
2146 | }, |
||
2147 | "require": { |
||
2148 | "php": ">=5.3.3" |
||
2149 | }, |
||
2150 | "require-dev": { |
||
2151 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
2152 | }, |
||
2153 | "type": "library", |
||
2154 | "extra": { |
||
2155 | "branch-alias": { |
||
2156 | "dev-master": "5.4-dev" |
||
2157 | } |
||
2158 | }, |
||
2159 | "autoload": { |
||
2160 | "files": [ |
||
2161 | "lib/swift_required.php" |
||
2162 | ] |
||
2163 | }, |
||
2164 | "notification-url": "https://packagist.org/downloads/", |
||
2165 | "license": [ |
||
2166 | "MIT" |
||
2167 | ], |
||
2168 | "authors": [ |
||
2169 | { |
||
2170 | "name": "Chris Corbyn" |
||
2171 | }, |
||
2172 | { |
||
2173 | "name": "Fabien Potencier", |
||
2174 | "email": "[email protected]" |
||
2175 | } |
||
2176 | ], |
||
2177 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2178 | "homepage": "http://swiftmailer.org", |
||
2179 | "keywords": [ |
||
2180 | "email", |
||
2181 | "mail", |
||
2182 | "mailer" |
||
2183 | ], |
||
2184 | "time": "2016-05-01 08:45:47" |
||
2185 | }, |
||
2186 | { |
||
2187 | "name": "symfony/config", |
||
2188 | "version": "v3.0.6", |
||
2189 | "source": { |
||
2190 | "type": "git", |
||
2191 | "url": "https://github.com/symfony/config.git", |
||
2192 | "reference": "24f155da1ff180df8e15e34a8f6e2f8a0eadefa8" |
||
2193 | }, |
||
2194 | "dist": { |
||
2195 | "type": "zip", |
||
2196 | "url": "https://api.github.com/repos/symfony/config/zipball/24f155da1ff180df8e15e34a8f6e2f8a0eadefa8", |
||
2197 | "reference": "24f155da1ff180df8e15e34a8f6e2f8a0eadefa8", |
||
2198 | "shasum": "" |
||
2199 | }, |
||
2200 | "require": { |
||
2201 | "php": ">=5.5.9", |
||
2202 | "symfony/filesystem": "~2.8|~3.0" |
||
2203 | }, |
||
2204 | "suggest": { |
||
2205 | "symfony/yaml": "To use the yaml reference dumper" |
||
2206 | }, |
||
2207 | "type": "library", |
||
2208 | "extra": { |
||
2209 | "branch-alias": { |
||
2210 | "dev-master": "3.0-dev" |
||
2211 | } |
||
2212 | }, |
||
2213 | "autoload": { |
||
2214 | "psr-4": { |
||
2215 | "Symfony\\Component\\Config\\": "" |
||
2216 | }, |
||
2217 | "exclude-from-classmap": [ |
||
2218 | "/Tests/" |
||
2219 | ] |
||
2220 | }, |
||
2221 | "notification-url": "https://packagist.org/downloads/", |
||
2222 | "license": [ |
||
2223 | "MIT" |
||
2224 | ], |
||
2225 | "authors": [ |
||
2226 | { |
||
2227 | "name": "Fabien Potencier", |
||
2228 | "email": "[email protected]" |
||
2229 | }, |
||
2230 | { |
||
2231 | "name": "Symfony Community", |
||
2232 | "homepage": "https://symfony.com/contributors" |
||
2233 | } |
||
2234 | ], |
||
2235 | "description": "Symfony Config Component", |
||
2236 | "homepage": "https://symfony.com", |
||
2237 | "time": "2016-04-20 18:53:54" |
||
2238 | }, |
||
2239 | { |
||
2240 | "name": "symfony/console", |
||
2241 | "version": "v3.0.6", |
||
2242 | "source": { |
||
2243 | "type": "git", |
||
2244 | "url": "https://github.com/symfony/console.git", |
||
2245 | "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820" |
||
2246 | }, |
||
2247 | "dist": { |
||
2248 | "type": "zip", |
||
2249 | "url": "https://api.github.com/repos/symfony/console/zipball/34a214710e0714b6efcf40ba3cd1e31373a97820", |
||
2250 | "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820", |
||
2251 | "shasum": "" |
||
2252 | }, |
||
2253 | "require": { |
||
2254 | "php": ">=5.5.9", |
||
2255 | "symfony/polyfill-mbstring": "~1.0" |
||
2256 | }, |
||
2257 | "require-dev": { |
||
2258 | "psr/log": "~1.0", |
||
2259 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2260 | "symfony/process": "~2.8|~3.0" |
||
2261 | }, |
||
2262 | "suggest": { |
||
2263 | "psr/log": "For using the console logger", |
||
2264 | "symfony/event-dispatcher": "", |
||
2265 | "symfony/process": "" |
||
2266 | }, |
||
2267 | "type": "library", |
||
2268 | "extra": { |
||
2269 | "branch-alias": { |
||
2270 | "dev-master": "3.0-dev" |
||
2271 | } |
||
2272 | }, |
||
2273 | "autoload": { |
||
2274 | "psr-4": { |
||
2275 | "Symfony\\Component\\Console\\": "" |
||
2276 | }, |
||
2277 | "exclude-from-classmap": [ |
||
2278 | "/Tests/" |
||
2279 | ] |
||
2280 | }, |
||
2281 | "notification-url": "https://packagist.org/downloads/", |
||
2282 | "license": [ |
||
2283 | "MIT" |
||
2284 | ], |
||
2285 | "authors": [ |
||
2286 | { |
||
2287 | "name": "Fabien Potencier", |
||
2288 | "email": "[email protected]" |
||
2289 | }, |
||
2290 | { |
||
2291 | "name": "Symfony Community", |
||
2292 | "homepage": "https://symfony.com/contributors" |
||
2293 | } |
||
2294 | ], |
||
2295 | "description": "Symfony Console Component", |
||
2296 | "homepage": "https://symfony.com", |
||
2297 | "time": "2016-04-28 09:48:42" |
||
2298 | }, |
||
2299 | { |
||
2300 | "name": "symfony/debug", |
||
2301 | "version": "v3.0.6", |
||
2302 | "source": { |
||
2303 | "type": "git", |
||
2304 | "url": "https://github.com/symfony/debug.git", |
||
2305 | "reference": "a06d10888a45afd97534506afb058ec38d9ba35b" |
||
2306 | }, |
||
2307 | "dist": { |
||
2308 | "type": "zip", |
||
2309 | "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b", |
||
2310 | "reference": "a06d10888a45afd97534506afb058ec38d9ba35b", |
||
2311 | "shasum": "" |
||
2312 | }, |
||
2313 | "require": { |
||
2314 | "php": ">=5.5.9", |
||
2315 | "psr/log": "~1.0" |
||
2316 | }, |
||
2317 | "conflict": { |
||
2318 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
2319 | }, |
||
2320 | "require-dev": { |
||
2321 | "symfony/class-loader": "~2.8|~3.0", |
||
2322 | "symfony/http-kernel": "~2.8|~3.0" |
||
2323 | }, |
||
2324 | "type": "library", |
||
2325 | "extra": { |
||
2326 | "branch-alias": { |
||
2327 | "dev-master": "3.0-dev" |
||
2328 | } |
||
2329 | }, |
||
2330 | "autoload": { |
||
2331 | "psr-4": { |
||
2332 | "Symfony\\Component\\Debug\\": "" |
||
2333 | }, |
||
2334 | "exclude-from-classmap": [ |
||
2335 | "/Tests/" |
||
2336 | ] |
||
2337 | }, |
||
2338 | "notification-url": "https://packagist.org/downloads/", |
||
2339 | "license": [ |
||
2340 | "MIT" |
||
2341 | ], |
||
2342 | "authors": [ |
||
2343 | { |
||
2344 | "name": "Fabien Potencier", |
||
2345 | "email": "[email protected]" |
||
2346 | }, |
||
2347 | { |
||
2348 | "name": "Symfony Community", |
||
2349 | "homepage": "https://symfony.com/contributors" |
||
2350 | } |
||
2351 | ], |
||
2352 | "description": "Symfony Debug Component", |
||
2353 | "homepage": "https://symfony.com", |
||
2354 | "time": "2016-03-30 10:41:14" |
||
2355 | }, |
||
2356 | { |
||
2357 | "name": "symfony/event-dispatcher", |
||
2358 | "version": "v3.0.6", |
||
2359 | "source": { |
||
2360 | "type": "git", |
||
2361 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2362 | "reference": "807dde98589f9b2b00624dca326740380d78dbbc" |
||
2363 | }, |
||
2364 | "dist": { |
||
2365 | "type": "zip", |
||
2366 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/807dde98589f9b2b00624dca326740380d78dbbc", |
||
2367 | "reference": "807dde98589f9b2b00624dca326740380d78dbbc", |
||
2368 | "shasum": "" |
||
2369 | }, |
||
2370 | "require": { |
||
2371 | "php": ">=5.5.9" |
||
2372 | }, |
||
2373 | "require-dev": { |
||
2374 | "psr/log": "~1.0", |
||
2375 | "symfony/config": "~2.8|~3.0", |
||
2376 | "symfony/dependency-injection": "~2.8|~3.0", |
||
2377 | "symfony/expression-language": "~2.8|~3.0", |
||
2378 | "symfony/stopwatch": "~2.8|~3.0" |
||
2379 | }, |
||
2380 | "suggest": { |
||
2381 | "symfony/dependency-injection": "", |
||
2382 | "symfony/http-kernel": "" |
||
2383 | }, |
||
2384 | "type": "library", |
||
2385 | "extra": { |
||
2386 | "branch-alias": { |
||
2387 | "dev-master": "3.0-dev" |
||
2388 | } |
||
2389 | }, |
||
2390 | "autoload": { |
||
2391 | "psr-4": { |
||
2392 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2393 | }, |
||
2394 | "exclude-from-classmap": [ |
||
2395 | "/Tests/" |
||
2396 | ] |
||
2397 | }, |
||
2398 | "notification-url": "https://packagist.org/downloads/", |
||
2399 | "license": [ |
||
2400 | "MIT" |
||
2401 | ], |
||
2402 | "authors": [ |
||
2403 | { |
||
2404 | "name": "Fabien Potencier", |
||
2405 | "email": "[email protected]" |
||
2406 | }, |
||
2407 | { |
||
2408 | "name": "Symfony Community", |
||
2409 | "homepage": "https://symfony.com/contributors" |
||
2410 | } |
||
2411 | ], |
||
2412 | "description": "Symfony EventDispatcher Component", |
||
2413 | "homepage": "https://symfony.com", |
||
2414 | "time": "2016-05-05 06:56:13" |
||
2415 | }, |
||
2416 | { |
||
2417 | "name": "symfony/filesystem", |
||
2418 | "version": "v3.0.6", |
||
2419 | "source": { |
||
2420 | "type": "git", |
||
2421 | "url": "https://github.com/symfony/filesystem.git", |
||
2422 | "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd" |
||
2423 | }, |
||
2424 | "dist": { |
||
2425 | "type": "zip", |
||
2426 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/74fec3511b62cb934b64bce1d96f06fffa4beafd", |
||
2427 | "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd", |
||
2428 | "shasum": "" |
||
2429 | }, |
||
2430 | "require": { |
||
2431 | "php": ">=5.5.9" |
||
2432 | }, |
||
2433 | "type": "library", |
||
2434 | "extra": { |
||
2435 | "branch-alias": { |
||
2436 | "dev-master": "3.0-dev" |
||
2437 | } |
||
2438 | }, |
||
2439 | "autoload": { |
||
2440 | "psr-4": { |
||
2441 | "Symfony\\Component\\Filesystem\\": "" |
||
2442 | }, |
||
2443 | "exclude-from-classmap": [ |
||
2444 | "/Tests/" |
||
2445 | ] |
||
2446 | }, |
||
2447 | "notification-url": "https://packagist.org/downloads/", |
||
2448 | "license": [ |
||
2449 | "MIT" |
||
2450 | ], |
||
2451 | "authors": [ |
||
2452 | { |
||
2453 | "name": "Fabien Potencier", |
||
2454 | "email": "[email protected]" |
||
2455 | }, |
||
2456 | { |
||
2457 | "name": "Symfony Community", |
||
2458 | "homepage": "https://symfony.com/contributors" |
||
2459 | } |
||
2460 | ], |
||
2461 | "description": "Symfony Filesystem Component", |
||
2462 | "homepage": "https://symfony.com", |
||
2463 | "time": "2016-04-12 18:09:53" |
||
2464 | }, |
||
2465 | { |
||
2466 | "name": "symfony/finder", |
||
2467 | "version": "v3.0.6", |
||
2468 | "source": { |
||
2469 | "type": "git", |
||
2470 | "url": "https://github.com/symfony/finder.git", |
||
2471 | "reference": "c54e407b35bc098916704e9fd090da21da4c4f52" |
||
2472 | }, |
||
2473 | "dist": { |
||
2474 | "type": "zip", |
||
2475 | "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52", |
||
2476 | "reference": "c54e407b35bc098916704e9fd090da21da4c4f52", |
||
2477 | "shasum": "" |
||
2478 | }, |
||
2479 | "require": { |
||
2480 | "php": ">=5.5.9" |
||
2481 | }, |
||
2482 | "type": "library", |
||
2483 | "extra": { |
||
2484 | "branch-alias": { |
||
2485 | "dev-master": "3.0-dev" |
||
2486 | } |
||
2487 | }, |
||
2488 | "autoload": { |
||
2489 | "psr-4": { |
||
2490 | "Symfony\\Component\\Finder\\": "" |
||
2491 | }, |
||
2492 | "exclude-from-classmap": [ |
||
2493 | "/Tests/" |
||
2494 | ] |
||
2495 | }, |
||
2496 | "notification-url": "https://packagist.org/downloads/", |
||
2497 | "license": [ |
||
2498 | "MIT" |
||
2499 | ], |
||
2500 | "authors": [ |
||
2501 | { |
||
2502 | "name": "Fabien Potencier", |
||
2503 | "email": "[email protected]" |
||
2504 | }, |
||
2505 | { |
||
2506 | "name": "Symfony Community", |
||
2507 | "homepage": "https://symfony.com/contributors" |
||
2508 | } |
||
2509 | ], |
||
2510 | "description": "Symfony Finder Component", |
||
2511 | "homepage": "https://symfony.com", |
||
2512 | "time": "2016-03-10 11:13:05" |
||
2513 | }, |
||
2514 | { |
||
2515 | "name": "symfony/http-foundation", |
||
2516 | "version": "v3.0.6", |
||
2517 | "source": { |
||
2518 | "type": "git", |
||
2519 | "url": "https://github.com/symfony/http-foundation.git", |
||
2520 | "reference": "18b24bc32d2495ae79d76e777368786a6536fe31" |
||
2521 | }, |
||
2522 | "dist": { |
||
2523 | "type": "zip", |
||
2524 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/18b24bc32d2495ae79d76e777368786a6536fe31", |
||
2525 | "reference": "18b24bc32d2495ae79d76e777368786a6536fe31", |
||
2526 | "shasum": "" |
||
2527 | }, |
||
2528 | "require": { |
||
2529 | "php": ">=5.5.9", |
||
2530 | "symfony/polyfill-mbstring": "~1.1" |
||
2531 | }, |
||
2532 | "require-dev": { |
||
2533 | "symfony/expression-language": "~2.8|~3.0" |
||
2534 | }, |
||
2535 | "type": "library", |
||
2536 | "extra": { |
||
2537 | "branch-alias": { |
||
2538 | "dev-master": "3.0-dev" |
||
2539 | } |
||
2540 | }, |
||
2541 | "autoload": { |
||
2542 | "psr-4": { |
||
2543 | "Symfony\\Component\\HttpFoundation\\": "" |
||
2544 | }, |
||
2545 | "exclude-from-classmap": [ |
||
2546 | "/Tests/" |
||
2547 | ] |
||
2548 | }, |
||
2549 | "notification-url": "https://packagist.org/downloads/", |
||
2550 | "license": [ |
||
2551 | "MIT" |
||
2552 | ], |
||
2553 | "authors": [ |
||
2554 | { |
||
2555 | "name": "Fabien Potencier", |
||
2556 | "email": "[email protected]" |
||
2557 | }, |
||
2558 | { |
||
2559 | "name": "Symfony Community", |
||
2560 | "homepage": "https://symfony.com/contributors" |
||
2561 | } |
||
2562 | ], |
||
2563 | "description": "Symfony HttpFoundation Component", |
||
2564 | "homepage": "https://symfony.com", |
||
2565 | "time": "2016-04-12 18:09:53" |
||
2566 | }, |
||
2567 | { |
||
2568 | "name": "symfony/http-kernel", |
||
2569 | "version": "v3.0.6", |
||
2570 | "source": { |
||
2571 | "type": "git", |
||
2572 | "url": "https://github.com/symfony/http-kernel.git", |
||
2573 | "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3" |
||
2574 | }, |
||
2575 | "dist": { |
||
2576 | "type": "zip", |
||
2577 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6a5010978edf0a9646342232531e53bfc7abbcd3", |
||
2578 | "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3", |
||
2579 | "shasum": "" |
||
2580 | }, |
||
2581 | "require": { |
||
2582 | "php": ">=5.5.9", |
||
2583 | "psr/log": "~1.0", |
||
2584 | "symfony/debug": "~2.8|~3.0", |
||
2585 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2586 | "symfony/http-foundation": "~2.8|~3.0" |
||
2587 | }, |
||
2588 | "conflict": { |
||
2589 | "symfony/config": "<2.8" |
||
2590 | }, |
||
2591 | "require-dev": { |
||
2592 | "symfony/browser-kit": "~2.8|~3.0", |
||
2593 | "symfony/class-loader": "~2.8|~3.0", |
||
2594 | "symfony/config": "~2.8|~3.0", |
||
2595 | "symfony/console": "~2.8|~3.0", |
||
2596 | "symfony/css-selector": "~2.8|~3.0", |
||
2597 | "symfony/dependency-injection": "~2.8|~3.0", |
||
2598 | "symfony/dom-crawler": "~2.8|~3.0", |
||
2599 | "symfony/expression-language": "~2.8|~3.0", |
||
2600 | "symfony/finder": "~2.8|~3.0", |
||
2601 | "symfony/process": "~2.8|~3.0", |
||
2602 | "symfony/routing": "~2.8|~3.0", |
||
2603 | "symfony/stopwatch": "~2.8|~3.0", |
||
2604 | "symfony/templating": "~2.8|~3.0", |
||
2605 | "symfony/translation": "~2.8|~3.0", |
||
2606 | "symfony/var-dumper": "~2.8|~3.0" |
||
2607 | }, |
||
2608 | "suggest": { |
||
2609 | "symfony/browser-kit": "", |
||
2610 | "symfony/class-loader": "", |
||
2611 | "symfony/config": "", |
||
2612 | "symfony/console": "", |
||
2613 | "symfony/dependency-injection": "", |
||
2614 | "symfony/finder": "", |
||
2615 | "symfony/var-dumper": "" |
||
2616 | }, |
||
2617 | "type": "library", |
||
2618 | "extra": { |
||
2619 | "branch-alias": { |
||
2620 | "dev-master": "3.0-dev" |
||
2621 | } |
||
2622 | }, |
||
2623 | "autoload": { |
||
2624 | "psr-4": { |
||
2625 | "Symfony\\Component\\HttpKernel\\": "" |
||
2626 | }, |
||
2627 | "exclude-from-classmap": [ |
||
2628 | "/Tests/" |
||
2629 | ] |
||
2630 | }, |
||
2631 | "notification-url": "https://packagist.org/downloads/", |
||
2632 | "license": [ |
||
2633 | "MIT" |
||
2634 | ], |
||
2635 | "authors": [ |
||
2636 | { |
||
2637 | "name": "Fabien Potencier", |
||
2638 | "email": "[email protected]" |
||
2639 | }, |
||
2640 | { |
||
2641 | "name": "Symfony Community", |
||
2642 | "homepage": "https://symfony.com/contributors" |
||
2643 | } |
||
2644 | ], |
||
2645 | "description": "Symfony HttpKernel Component", |
||
2646 | "homepage": "https://symfony.com", |
||
2647 | "time": "2016-05-09 22:13:13" |
||
2648 | }, |
||
2649 | { |
||
2650 | "name": "symfony/polyfill-mbstring", |
||
2651 | "version": "v1.2.0", |
||
2652 | "source": { |
||
2653 | "type": "git", |
||
2654 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2655 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
2656 | }, |
||
2657 | "dist": { |
||
2658 | "type": "zip", |
||
2659 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
2660 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
2661 | "shasum": "" |
||
2662 | }, |
||
2663 | "require": { |
||
2664 | "php": ">=5.3.3" |
||
2665 | }, |
||
2666 | "suggest": { |
||
2667 | "ext-mbstring": "For best performance" |
||
2668 | }, |
||
2669 | "type": "library", |
||
2670 | "extra": { |
||
2671 | "branch-alias": { |
||
2672 | "dev-master": "1.2-dev" |
||
2673 | } |
||
2674 | }, |
||
2675 | "autoload": { |
||
2676 | "psr-4": { |
||
2677 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2678 | }, |
||
2679 | "files": [ |
||
2680 | "bootstrap.php" |
||
2681 | ] |
||
2682 | }, |
||
2683 | "notification-url": "https://packagist.org/downloads/", |
||
2684 | "license": [ |
||
2685 | "MIT" |
||
2686 | ], |
||
2687 | "authors": [ |
||
2688 | { |
||
2689 | "name": "Nicolas Grekas", |
||
2690 | "email": "[email protected]" |
||
2691 | }, |
||
2692 | { |
||
2693 | "name": "Symfony Community", |
||
2694 | "homepage": "https://symfony.com/contributors" |
||
2695 | } |
||
2696 | ], |
||
2697 | "description": "Symfony polyfill for the Mbstring extension", |
||
2698 | "homepage": "https://symfony.com", |
||
2699 | "keywords": [ |
||
2700 | "compatibility", |
||
2701 | "mbstring", |
||
2702 | "polyfill", |
||
2703 | "portable", |
||
2704 | "shim" |
||
2705 | ], |
||
2706 | "time": "2016-05-18 14:26:46" |
||
2707 | }, |
||
2708 | { |
||
2709 | "name": "symfony/polyfill-php56", |
||
2710 | "version": "v1.2.0", |
||
2711 | "source": { |
||
2712 | "type": "git", |
||
2713 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
2714 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
2715 | }, |
||
2716 | "dist": { |
||
2717 | "type": "zip", |
||
2718 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
2719 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
2720 | "shasum": "" |
||
2721 | }, |
||
2722 | "require": { |
||
2723 | "php": ">=5.3.3", |
||
2724 | "symfony/polyfill-util": "~1.0" |
||
2725 | }, |
||
2726 | "type": "library", |
||
2727 | "extra": { |
||
2728 | "branch-alias": { |
||
2729 | "dev-master": "1.2-dev" |
||
2730 | } |
||
2731 | }, |
||
2732 | "autoload": { |
||
2733 | "psr-4": { |
||
2734 | "Symfony\\Polyfill\\Php56\\": "" |
||
2735 | }, |
||
2736 | "files": [ |
||
2737 | "bootstrap.php" |
||
2738 | ] |
||
2739 | }, |
||
2740 | "notification-url": "https://packagist.org/downloads/", |
||
2741 | "license": [ |
||
2742 | "MIT" |
||
2743 | ], |
||
2744 | "authors": [ |
||
2745 | { |
||
2746 | "name": "Nicolas Grekas", |
||
2747 | "email": "[email protected]" |
||
2748 | }, |
||
2749 | { |
||
2750 | "name": "Symfony Community", |
||
2751 | "homepage": "https://symfony.com/contributors" |
||
2752 | } |
||
2753 | ], |
||
2754 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
2755 | "homepage": "https://symfony.com", |
||
2756 | "keywords": [ |
||
2757 | "compatibility", |
||
2758 | "polyfill", |
||
2759 | "portable", |
||
2760 | "shim" |
||
2761 | ], |
||
2762 | "time": "2016-05-18 14:26:46" |
||
2763 | }, |
||
2764 | { |
||
2765 | "name": "symfony/polyfill-util", |
||
2766 | "version": "v1.2.0", |
||
2767 | "source": { |
||
2768 | "type": "git", |
||
2769 | "url": "https://github.com/symfony/polyfill-util.git", |
||
2770 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
2771 | }, |
||
2772 | "dist": { |
||
2773 | "type": "zip", |
||
2774 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2775 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2776 | "shasum": "" |
||
2777 | }, |
||
2778 | "require": { |
||
2779 | "php": ">=5.3.3" |
||
2780 | }, |
||
2781 | "type": "library", |
||
2782 | "extra": { |
||
2783 | "branch-alias": { |
||
2784 | "dev-master": "1.2-dev" |
||
2785 | } |
||
2786 | }, |
||
2787 | "autoload": { |
||
2788 | "psr-4": { |
||
2789 | "Symfony\\Polyfill\\Util\\": "" |
||
2790 | } |
||
2791 | }, |
||
2792 | "notification-url": "https://packagist.org/downloads/", |
||
2793 | "license": [ |
||
2794 | "MIT" |
||
2795 | ], |
||
2796 | "authors": [ |
||
2797 | { |
||
2798 | "name": "Nicolas Grekas", |
||
2799 | "email": "[email protected]" |
||
2800 | }, |
||
2801 | { |
||
2802 | "name": "Symfony Community", |
||
2803 | "homepage": "https://symfony.com/contributors" |
||
2804 | } |
||
2805 | ], |
||
2806 | "description": "Symfony utilities for portability of PHP codes", |
||
2807 | "homepage": "https://symfony.com", |
||
2808 | "keywords": [ |
||
2809 | "compat", |
||
2810 | "compatibility", |
||
2811 | "polyfill", |
||
2812 | "shim" |
||
2813 | ], |
||
2814 | "time": "2016-05-18 14:26:46" |
||
2815 | }, |
||
2816 | { |
||
2817 | "name": "symfony/process", |
||
2818 | "version": "v3.0.6", |
||
2819 | "source": { |
||
2820 | "type": "git", |
||
2821 | "url": "https://github.com/symfony/process.git", |
||
2822 | "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb" |
||
2823 | }, |
||
2824 | "dist": { |
||
2825 | "type": "zip", |
||
2826 | "url": "https://api.github.com/repos/symfony/process/zipball/53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb", |
||
2827 | "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb", |
||
2828 | "shasum": "" |
||
2829 | }, |
||
2830 | "require": { |
||
2831 | "php": ">=5.5.9" |
||
2832 | }, |
||
2833 | "type": "library", |
||
2834 | "extra": { |
||
2835 | "branch-alias": { |
||
2836 | "dev-master": "3.0-dev" |
||
2837 | } |
||
2838 | }, |
||
2839 | "autoload": { |
||
2840 | "psr-4": { |
||
2841 | "Symfony\\Component\\Process\\": "" |
||
2842 | }, |
||
2843 | "exclude-from-classmap": [ |
||
2844 | "/Tests/" |
||
2845 | ] |
||
2846 | }, |
||
2847 | "notification-url": "https://packagist.org/downloads/", |
||
2848 | "license": [ |
||
2849 | "MIT" |
||
2850 | ], |
||
2851 | "authors": [ |
||
2852 | { |
||
2853 | "name": "Fabien Potencier", |
||
2854 | "email": "[email protected]" |
||
2855 | }, |
||
2856 | { |
||
2857 | "name": "Symfony Community", |
||
2858 | "homepage": "https://symfony.com/contributors" |
||
2859 | } |
||
2860 | ], |
||
2861 | "description": "Symfony Process Component", |
||
2862 | "homepage": "https://symfony.com", |
||
2863 | "time": "2016-04-14 15:30:28" |
||
2864 | }, |
||
2865 | { |
||
2866 | "name": "symfony/routing", |
||
2867 | "version": "v3.0.6", |
||
2868 | "source": { |
||
2869 | "type": "git", |
||
2870 | "url": "https://github.com/symfony/routing.git", |
||
2871 | "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3" |
||
2872 | }, |
||
2873 | "dist": { |
||
2874 | "type": "zip", |
||
2875 | "url": "https://api.github.com/repos/symfony/routing/zipball/a6cd168310066176599442aa21f5da86c3f8e0b3", |
||
2876 | "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3", |
||
2877 | "shasum": "" |
||
2878 | }, |
||
2879 | "require": { |
||
2880 | "php": ">=5.5.9" |
||
2881 | }, |
||
2882 | "conflict": { |
||
2883 | "symfony/config": "<2.8" |
||
2884 | }, |
||
2885 | "require-dev": { |
||
2886 | "doctrine/annotations": "~1.0", |
||
2887 | "doctrine/common": "~2.2", |
||
2888 | "psr/log": "~1.0", |
||
2889 | "symfony/config": "~2.8|~3.0", |
||
2890 | "symfony/expression-language": "~2.8|~3.0", |
||
2891 | "symfony/http-foundation": "~2.8|~3.0", |
||
2892 | "symfony/yaml": "~2.8|~3.0" |
||
2893 | }, |
||
2894 | "suggest": { |
||
2895 | "doctrine/annotations": "For using the annotation loader", |
||
2896 | "symfony/config": "For using the all-in-one router or any loader", |
||
2897 | "symfony/dependency-injection": "For loading routes from a service", |
||
2898 | "symfony/expression-language": "For using expression matching", |
||
2899 | "symfony/http-foundation": "For using a Symfony Request object", |
||
2900 | "symfony/yaml": "For using the YAML loader" |
||
2901 | }, |
||
2902 | "type": "library", |
||
2903 | "extra": { |
||
2904 | "branch-alias": { |
||
2905 | "dev-master": "3.0-dev" |
||
2906 | } |
||
2907 | }, |
||
2908 | "autoload": { |
||
2909 | "psr-4": { |
||
2910 | "Symfony\\Component\\Routing\\": "" |
||
2911 | }, |
||
2912 | "exclude-from-classmap": [ |
||
2913 | "/Tests/" |
||
2914 | ] |
||
2915 | }, |
||
2916 | "notification-url": "https://packagist.org/downloads/", |
||
2917 | "license": [ |
||
2918 | "MIT" |
||
2919 | ], |
||
2920 | "authors": [ |
||
2921 | { |
||
2922 | "name": "Fabien Potencier", |
||
2923 | "email": "[email protected]" |
||
2924 | }, |
||
2925 | { |
||
2926 | "name": "Symfony Community", |
||
2927 | "homepage": "https://symfony.com/contributors" |
||
2928 | } |
||
2929 | ], |
||
2930 | "description": "Symfony Routing Component", |
||
2931 | "homepage": "https://symfony.com", |
||
2932 | "keywords": [ |
||
2933 | "router", |
||
2934 | "routing", |
||
2935 | "uri", |
||
2936 | "url" |
||
2937 | ], |
||
2938 | "time": "2016-05-03 12:23:49" |
||
2939 | }, |
||
2940 | { |
||
2941 | "name": "symfony/stopwatch", |
||
2942 | "version": "v3.0.6", |
||
2943 | "source": { |
||
2944 | "type": "git", |
||
2945 | "url": "https://github.com/symfony/stopwatch.git", |
||
2946 | "reference": "6015187088421e9499d8f8316bdb396f8b806c06" |
||
2947 | }, |
||
2948 | "dist": { |
||
2949 | "type": "zip", |
||
2950 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06", |
||
2951 | "reference": "6015187088421e9499d8f8316bdb396f8b806c06", |
||
2952 | "shasum": "" |
||
2953 | }, |
||
2954 | "require": { |
||
2955 | "php": ">=5.5.9" |
||
2956 | }, |
||
2957 | "type": "library", |
||
2958 | "extra": { |
||
2959 | "branch-alias": { |
||
2960 | "dev-master": "3.0-dev" |
||
2961 | } |
||
2962 | }, |
||
2963 | "autoload": { |
||
2964 | "psr-4": { |
||
2965 | "Symfony\\Component\\Stopwatch\\": "" |
||
2966 | }, |
||
2967 | "exclude-from-classmap": [ |
||
2968 | "/Tests/" |
||
2969 | ] |
||
2970 | }, |
||
2971 | "notification-url": "https://packagist.org/downloads/", |
||
2972 | "license": [ |
||
2973 | "MIT" |
||
2974 | ], |
||
2975 | "authors": [ |
||
2976 | { |
||
2977 | "name": "Fabien Potencier", |
||
2978 | "email": "[email protected]" |
||
2979 | }, |
||
2980 | { |
||
2981 | "name": "Symfony Community", |
||
2982 | "homepage": "https://symfony.com/contributors" |
||
2983 | } |
||
2984 | ], |
||
2985 | "description": "Symfony Stopwatch Component", |
||
2986 | "homepage": "https://symfony.com", |
||
2987 | "time": "2016-03-04 07:55:57" |
||
2988 | }, |
||
2989 | { |
||
2990 | "name": "symfony/translation", |
||
2991 | "version": "v3.0.6", |
||
2992 | "source": { |
||
2993 | "type": "git", |
||
2994 | "url": "https://github.com/symfony/translation.git", |
||
2995 | "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2" |
||
2996 | }, |
||
2997 | "dist": { |
||
2998 | "type": "zip", |
||
2999 | "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2", |
||
3000 | "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2", |
||
3001 | "shasum": "" |
||
3002 | }, |
||
3003 | "require": { |
||
3004 | "php": ">=5.5.9", |
||
3005 | "symfony/polyfill-mbstring": "~1.0" |
||
3006 | }, |
||
3007 | "conflict": { |
||
3008 | "symfony/config": "<2.8" |
||
3009 | }, |
||
3010 | "require-dev": { |
||
3011 | "psr/log": "~1.0", |
||
3012 | "symfony/config": "~2.8|~3.0", |
||
3013 | "symfony/intl": "~2.8|~3.0", |
||
3014 | "symfony/yaml": "~2.8|~3.0" |
||
3015 | }, |
||
3016 | "suggest": { |
||
3017 | "psr/log": "To use logging capability in translator", |
||
3018 | "symfony/config": "", |
||
3019 | "symfony/yaml": "" |
||
3020 | }, |
||
3021 | "type": "library", |
||
3022 | "extra": { |
||
3023 | "branch-alias": { |
||
3024 | "dev-master": "3.0-dev" |
||
3025 | } |
||
3026 | }, |
||
3027 | "autoload": { |
||
3028 | "psr-4": { |
||
3029 | "Symfony\\Component\\Translation\\": "" |
||
3030 | }, |
||
3031 | "exclude-from-classmap": [ |
||
3032 | "/Tests/" |
||
3033 | ] |
||
3034 | }, |
||
3035 | "notification-url": "https://packagist.org/downloads/", |
||
3036 | "license": [ |
||
3037 | "MIT" |
||
3038 | ], |
||
3039 | "authors": [ |
||
3040 | { |
||
3041 | "name": "Fabien Potencier", |
||
3042 | "email": "[email protected]" |
||
3043 | }, |
||
3044 | { |
||
3045 | "name": "Symfony Community", |
||
3046 | "homepage": "https://symfony.com/contributors" |
||
3047 | } |
||
3048 | ], |
||
3049 | "description": "Symfony Translation Component", |
||
3050 | "homepage": "https://symfony.com", |
||
3051 | "time": "2016-03-25 01:41:20" |
||
3052 | }, |
||
3053 | { |
||
3054 | "name": "symfony/var-dumper", |
||
3055 | "version": "v3.0.6", |
||
3056 | "source": { |
||
3057 | "type": "git", |
||
3058 | "url": "https://github.com/symfony/var-dumper.git", |
||
3059 | "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6" |
||
3060 | }, |
||
3061 | "dist": { |
||
3062 | "type": "zip", |
||
3063 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e918c269093ba4c77fca14e9424fa74ed16f1a6", |
||
3064 | "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6", |
||
3065 | "shasum": "" |
||
3066 | }, |
||
3067 | "require": { |
||
3068 | "php": ">=5.5.9", |
||
3069 | "symfony/polyfill-mbstring": "~1.0" |
||
3070 | }, |
||
3071 | "require-dev": { |
||
3072 | "twig/twig": "~1.20|~2.0" |
||
3073 | }, |
||
3074 | "suggest": { |
||
3075 | "ext-symfony_debug": "" |
||
3076 | }, |
||
3077 | "type": "library", |
||
3078 | "extra": { |
||
3079 | "branch-alias": { |
||
3080 | "dev-master": "3.0-dev" |
||
3081 | } |
||
3082 | }, |
||
3083 | "autoload": { |
||
3084 | "files": [ |
||
3085 | "Resources/functions/dump.php" |
||
3086 | ], |
||
3087 | "psr-4": { |
||
3088 | "Symfony\\Component\\VarDumper\\": "" |
||
3089 | }, |
||
3090 | "exclude-from-classmap": [ |
||
3091 | "/Tests/" |
||
3092 | ] |
||
3093 | }, |
||
3094 | "notification-url": "https://packagist.org/downloads/", |
||
3095 | "license": [ |
||
3096 | "MIT" |
||
3097 | ], |
||
3098 | "authors": [ |
||
3099 | { |
||
3100 | "name": "Nicolas Grekas", |
||
3101 | "email": "[email protected]" |
||
3102 | }, |
||
3103 | { |
||
3104 | "name": "Symfony Community", |
||
3105 | "homepage": "https://symfony.com/contributors" |
||
3106 | } |
||
3107 | ], |
||
3108 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
3109 | "homepage": "https://symfony.com", |
||
3110 | "keywords": [ |
||
3111 | "debug", |
||
3112 | "dump" |
||
3113 | ], |
||
3114 | "time": "2016-04-25 11:17:47" |
||
3115 | }, |
||
3116 | { |
||
3117 | "name": "symfony/yaml", |
||
3118 | "version": "v3.0.6", |
||
3119 | "source": { |
||
3120 | "type": "git", |
||
3121 | "url": "https://github.com/symfony/yaml.git", |
||
3122 | "reference": "0047c8366744a16de7516622c5b7355336afae96" |
||
3123 | }, |
||
3124 | "dist": { |
||
3125 | "type": "zip", |
||
3126 | "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", |
||
3127 | "reference": "0047c8366744a16de7516622c5b7355336afae96", |
||
3128 | "shasum": "" |
||
3129 | }, |
||
3130 | "require": { |
||
3131 | "php": ">=5.5.9" |
||
3132 | }, |
||
3133 | "type": "library", |
||
3134 | "extra": { |
||
3135 | "branch-alias": { |
||
3136 | "dev-master": "3.0-dev" |
||
3137 | } |
||
3138 | }, |
||
3139 | "autoload": { |
||
3140 | "psr-4": { |
||
3141 | "Symfony\\Component\\Yaml\\": "" |
||
3142 | }, |
||
3143 | "exclude-from-classmap": [ |
||
3144 | "/Tests/" |
||
3145 | ] |
||
3146 | }, |
||
3147 | "notification-url": "https://packagist.org/downloads/", |
||
3148 | "license": [ |
||
3149 | "MIT" |
||
3150 | ], |
||
3151 | "authors": [ |
||
3152 | { |
||
3153 | "name": "Fabien Potencier", |
||
3154 | "email": "[email protected]" |
||
3155 | }, |
||
3156 | { |
||
3157 | "name": "Symfony Community", |
||
3158 | "homepage": "https://symfony.com/contributors" |
||
3159 | } |
||
3160 | ], |
||
3161 | "description": "Symfony Yaml Component", |
||
3162 | "homepage": "https://symfony.com", |
||
3163 | "time": "2016-03-04 07:55:57" |
||
3164 | }, |
||
3165 | { |
||
3166 | "name": "vlucas/phpdotenv", |
||
3167 | "version": "v2.2.1", |
||
3168 | "source": { |
||
3169 | "type": "git", |
||
3170 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
3171 | "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e" |
||
3172 | }, |
||
3173 | "dist": { |
||
3174 | "type": "zip", |
||
3175 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/63f37b9395e8041cd4313129c08ece896d06ca8e", |
||
3176 | "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e", |
||
3177 | "shasum": "" |
||
3178 | }, |
||
3179 | "require": { |
||
3180 | "php": ">=5.3.9" |
||
3181 | }, |
||
3182 | "require-dev": { |
||
3183 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
3184 | }, |
||
3185 | "type": "library", |
||
3186 | "extra": { |
||
3187 | "branch-alias": { |
||
3188 | "dev-master": "2.2-dev" |
||
3189 | } |
||
3190 | }, |
||
3191 | "autoload": { |
||
3192 | "psr-4": { |
||
3193 | "Dotenv\\": "src/" |
||
3194 | } |
||
3195 | }, |
||
3196 | "notification-url": "https://packagist.org/downloads/", |
||
3197 | "license": [ |
||
3198 | "BSD-3-Clause-Attribution" |
||
3199 | ], |
||
3200 | "authors": [ |
||
3201 | { |
||
3202 | "name": "Vance Lucas", |
||
3203 | "email": "[email protected]", |
||
3204 | "homepage": "http://www.vancelucas.com" |
||
3205 | } |
||
3206 | ], |
||
3207 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
3208 | "keywords": [ |
||
3209 | "dotenv", |
||
3210 | "env", |
||
3211 | "environment" |
||
3212 | ], |
||
3213 | "time": "2016-04-15 10:48:49" |
||
3214 | } |
||
3215 | ], |
||
3216 | "packages-dev": [ |
||
3217 | { |
||
3218 | "name": "doctrine/instantiator", |
||
3219 | "version": "1.0.5", |
||
3220 | "source": { |
||
3221 | "type": "git", |
||
3222 | "url": "https://github.com/doctrine/instantiator.git", |
||
3223 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
3224 | }, |
||
3225 | "dist": { |
||
3226 | "type": "zip", |
||
3227 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3228 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3229 | "shasum": "" |
||
3230 | }, |
||
3231 | "require": { |
||
3232 | "php": ">=5.3,<8.0-DEV" |
||
3233 | }, |
||
3234 | "require-dev": { |
||
3235 | "athletic/athletic": "~0.1.8", |
||
3236 | "ext-pdo": "*", |
||
3237 | "ext-phar": "*", |
||
3238 | "phpunit/phpunit": "~4.0", |
||
3239 | "squizlabs/php_codesniffer": "~2.0" |
||
3240 | }, |
||
3241 | "type": "library", |
||
3242 | "extra": { |
||
3243 | "branch-alias": { |
||
3244 | "dev-master": "1.0.x-dev" |
||
3245 | } |
||
3246 | }, |
||
3247 | "autoload": { |
||
3248 | "psr-4": { |
||
3249 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
3250 | } |
||
3251 | }, |
||
3252 | "notification-url": "https://packagist.org/downloads/", |
||
3253 | "license": [ |
||
3254 | "MIT" |
||
3255 | ], |
||
3256 | "authors": [ |
||
3257 | { |
||
3258 | "name": "Marco Pivetta", |
||
3259 | "email": "[email protected]", |
||
3260 | "homepage": "http://ocramius.github.com/" |
||
3261 | } |
||
3262 | ], |
||
3263 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
3264 | "homepage": "https://github.com/doctrine/instantiator", |
||
3265 | "keywords": [ |
||
3266 | "constructor", |
||
3267 | "instantiate" |
||
3268 | ], |
||
3269 | "time": "2015-06-14 21:17:01" |
||
3270 | }, |
||
3271 | { |
||
3272 | "name": "fzaninotto/faker", |
||
3273 | "version": "v1.6.0", |
||
3274 | "source": { |
||
3275 | "type": "git", |
||
3276 | "url": "https://github.com/fzaninotto/Faker.git", |
||
3277 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" |
||
3278 | }, |
||
3279 | "dist": { |
||
3280 | "type": "zip", |
||
3281 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
3282 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
3283 | "shasum": "" |
||
3284 | }, |
||
3285 | "require": { |
||
3286 | "php": "^5.3.3|^7.0" |
||
3287 | }, |
||
3288 | "require-dev": { |
||
3289 | "ext-intl": "*", |
||
3290 | "phpunit/phpunit": "~4.0", |
||
3291 | "squizlabs/php_codesniffer": "~1.5" |
||
3292 | }, |
||
3293 | "type": "library", |
||
3294 | "extra": { |
||
3295 | "branch-alias": [] |
||
3296 | }, |
||
3297 | "autoload": { |
||
3298 | "psr-4": { |
||
3299 | "Faker\\": "src/Faker/" |
||
3300 | } |
||
3301 | }, |
||
3302 | "notification-url": "https://packagist.org/downloads/", |
||
3303 | "license": [ |
||
3304 | "MIT" |
||
3305 | ], |
||
3306 | "authors": [ |
||
3307 | { |
||
3308 | "name": "François Zaninotto" |
||
3309 | } |
||
3310 | ], |
||
3311 | "description": "Faker is a PHP library that generates fake data for you.", |
||
3312 | "keywords": [ |
||
3313 | "data", |
||
3314 | "faker", |
||
3315 | "fixtures" |
||
3316 | ], |
||
3317 | "time": "2016-04-29 12:21:54" |
||
3318 | }, |
||
3319 | { |
||
3320 | "name": "hamcrest/hamcrest-php", |
||
3321 | "version": "v1.2.2", |
||
3322 | "source": { |
||
3323 | "type": "git", |
||
3324 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
3325 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
3326 | }, |
||
3327 | "dist": { |
||
3328 | "type": "zip", |
||
3329 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3330 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3331 | "shasum": "" |
||
3332 | }, |
||
3333 | "require": { |
||
3334 | "php": ">=5.3.2" |
||
3335 | }, |
||
3336 | "replace": { |
||
3337 | "cordoval/hamcrest-php": "*", |
||
3338 | "davedevelopment/hamcrest-php": "*", |
||
3339 | "kodova/hamcrest-php": "*" |
||
3340 | }, |
||
3341 | "require-dev": { |
||
3342 | "phpunit/php-file-iterator": "1.3.3", |
||
3343 | "satooshi/php-coveralls": "dev-master" |
||
3344 | }, |
||
3345 | "type": "library", |
||
3346 | "autoload": { |
||
3347 | "classmap": [ |
||
3348 | "hamcrest" |
||
3349 | ], |
||
3350 | "files": [ |
||
3351 | "hamcrest/Hamcrest.php" |
||
3352 | ] |
||
3353 | }, |
||
3354 | "notification-url": "https://packagist.org/downloads/", |
||
3355 | "license": [ |
||
3356 | "BSD" |
||
3357 | ], |
||
3358 | "description": "This is the PHP port of Hamcrest Matchers", |
||
3359 | "keywords": [ |
||
3360 | "test" |
||
3361 | ], |
||
3362 | "time": "2015-05-11 14:41:42" |
||
3363 | }, |
||
3364 | { |
||
3365 | "name": "mockery/mockery", |
||
3366 | "version": "0.9.5", |
||
3367 | "source": { |
||
3368 | "type": "git", |
||
3369 | "url": "https://github.com/padraic/mockery.git", |
||
3370 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
3371 | }, |
||
3372 | "dist": { |
||
3373 | "type": "zip", |
||
3374 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3375 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3376 | "shasum": "" |
||
3377 | }, |
||
3378 | "require": { |
||
3379 | "hamcrest/hamcrest-php": "~1.1", |
||
3380 | "lib-pcre": ">=7.0", |
||
3381 | "php": ">=5.3.2" |
||
3382 | }, |
||
3383 | "require-dev": { |
||
3384 | "phpunit/phpunit": "~4.0" |
||
3385 | }, |
||
3386 | "type": "library", |
||
3387 | "extra": { |
||
3388 | "branch-alias": { |
||
3389 | "dev-master": "0.9.x-dev" |
||
3390 | } |
||
3391 | }, |
||
3392 | "autoload": { |
||
3393 | "psr-0": { |
||
3394 | "Mockery": "library/" |
||
3395 | } |
||
3396 | }, |
||
3397 | "notification-url": "https://packagist.org/downloads/", |
||
3398 | "license": [ |
||
3399 | "BSD-3-Clause" |
||
3400 | ], |
||
3401 | "authors": [ |
||
3402 | { |
||
3403 | "name": "Pádraic Brady", |
||
3404 | "email": "[email protected]", |
||
3405 | "homepage": "http://blog.astrumfutura.com" |
||
3406 | }, |
||
3407 | { |
||
3408 | "name": "Dave Marshall", |
||
3409 | "email": "[email protected]", |
||
3410 | "homepage": "http://davedevelopment.co.uk" |
||
3411 | } |
||
3412 | ], |
||
3413 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
3414 | "homepage": "http://github.com/padraic/mockery", |
||
3415 | "keywords": [ |
||
3416 | "BDD", |
||
3417 | "TDD", |
||
3418 | "library", |
||
3419 | "mock", |
||
3420 | "mock objects", |
||
3421 | "mockery", |
||
3422 | "stub", |
||
3423 | "test", |
||
3424 | "test double", |
||
3425 | "testing" |
||
3426 | ], |
||
3427 | "time": "2016-05-22 21:52:33" |
||
3428 | }, |
||
3429 | { |
||
3430 | "name": "phpdocumentor/reflection-docblock", |
||
3431 | "version": "2.0.4", |
||
3432 | "source": { |
||
3433 | "type": "git", |
||
3434 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3435 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
3436 | }, |
||
3437 | "dist": { |
||
3438 | "type": "zip", |
||
3439 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
3440 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
3441 | "shasum": "" |
||
3442 | }, |
||
3443 | "require": { |
||
3444 | "php": ">=5.3.3" |
||
3445 | }, |
||
3446 | "require-dev": { |
||
3447 | "phpunit/phpunit": "~4.0" |
||
3448 | }, |
||
3449 | "suggest": { |
||
3450 | "dflydev/markdown": "~1.0", |
||
3451 | "erusev/parsedown": "~1.0" |
||
3452 | }, |
||
3453 | "type": "library", |
||
3454 | "extra": { |
||
3455 | "branch-alias": { |
||
3456 | "dev-master": "2.0.x-dev" |
||
3457 | } |
||
3458 | }, |
||
3459 | "autoload": { |
||
3460 | "psr-0": { |
||
3461 | "phpDocumentor": [ |
||
3462 | "src/" |
||
3463 | ] |
||
3464 | } |
||
3465 | }, |
||
3466 | "notification-url": "https://packagist.org/downloads/", |
||
3467 | "license": [ |
||
3468 | "MIT" |
||
3469 | ], |
||
3470 | "authors": [ |
||
3471 | { |
||
3472 | "name": "Mike van Riel", |
||
3473 | "email": "[email protected]" |
||
3474 | } |
||
3475 | ], |
||
3476 | "time": "2015-02-03 12:10:50" |
||
3477 | }, |
||
3478 | { |
||
3479 | "name": "phpspec/prophecy", |
||
3480 | "version": "v1.6.0", |
||
3481 | "source": { |
||
3482 | "type": "git", |
||
3483 | "url": "https://github.com/phpspec/prophecy.git", |
||
3484 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
3485 | }, |
||
3486 | "dist": { |
||
3487 | "type": "zip", |
||
3488 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
3489 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
3490 | "shasum": "" |
||
3491 | }, |
||
3492 | "require": { |
||
3493 | "doctrine/instantiator": "^1.0.2", |
||
3494 | "php": "^5.3|^7.0", |
||
3495 | "phpdocumentor/reflection-docblock": "~2.0", |
||
3496 | "sebastian/comparator": "~1.1", |
||
3497 | "sebastian/recursion-context": "~1.0" |
||
3498 | }, |
||
3499 | "require-dev": { |
||
3500 | "phpspec/phpspec": "~2.0" |
||
3501 | }, |
||
3502 | "type": "library", |
||
3503 | "extra": { |
||
3504 | "branch-alias": { |
||
3505 | "dev-master": "1.5.x-dev" |
||
3506 | } |
||
3507 | }, |
||
3508 | "autoload": { |
||
3509 | "psr-0": { |
||
3510 | "Prophecy\\": "src/" |
||
3511 | } |
||
3512 | }, |
||
3513 | "notification-url": "https://packagist.org/downloads/", |
||
3514 | "license": [ |
||
3515 | "MIT" |
||
3516 | ], |
||
3517 | "authors": [ |
||
3518 | { |
||
3519 | "name": "Konstantin Kudryashov", |
||
3520 | "email": "[email protected]", |
||
3521 | "homepage": "http://everzet.com" |
||
3522 | }, |
||
3523 | { |
||
3524 | "name": "Marcello Duarte", |
||
3525 | "email": "[email protected]" |
||
3526 | } |
||
3527 | ], |
||
3528 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3529 | "homepage": "https://github.com/phpspec/prophecy", |
||
3530 | "keywords": [ |
||
3531 | "Double", |
||
3532 | "Dummy", |
||
3533 | "fake", |
||
3534 | "mock", |
||
3535 | "spy", |
||
3536 | "stub" |
||
3537 | ], |
||
3538 | "time": "2016-02-15 07:46:21" |
||
3539 | }, |
||
3540 | { |
||
3541 | "name": "phpunit/php-code-coverage", |
||
3542 | "version": "2.2.4", |
||
3543 | "source": { |
||
3544 | "type": "git", |
||
3545 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3546 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
3547 | }, |
||
3548 | "dist": { |
||
3549 | "type": "zip", |
||
3550 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3551 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3552 | "shasum": "" |
||
3553 | }, |
||
3554 | "require": { |
||
3555 | "php": ">=5.3.3", |
||
3556 | "phpunit/php-file-iterator": "~1.3", |
||
3557 | "phpunit/php-text-template": "~1.2", |
||
3558 | "phpunit/php-token-stream": "~1.3", |
||
3559 | "sebastian/environment": "^1.3.2", |
||
3560 | "sebastian/version": "~1.0" |
||
3561 | }, |
||
3562 | "require-dev": { |
||
3563 | "ext-xdebug": ">=2.1.4", |
||
3564 | "phpunit/phpunit": "~4" |
||
3565 | }, |
||
3566 | "suggest": { |
||
3567 | "ext-dom": "*", |
||
3568 | "ext-xdebug": ">=2.2.1", |
||
3569 | "ext-xmlwriter": "*" |
||
3570 | }, |
||
3571 | "type": "library", |
||
3572 | "extra": { |
||
3573 | "branch-alias": { |
||
3574 | "dev-master": "2.2.x-dev" |
||
3575 | } |
||
3576 | }, |
||
3577 | "autoload": { |
||
3578 | "classmap": [ |
||
3579 | "src/" |
||
3580 | ] |
||
3581 | }, |
||
3582 | "notification-url": "https://packagist.org/downloads/", |
||
3583 | "license": [ |
||
3584 | "BSD-3-Clause" |
||
3585 | ], |
||
3586 | "authors": [ |
||
3587 | { |
||
3588 | "name": "Sebastian Bergmann", |
||
3589 | "email": "[email protected]", |
||
3590 | "role": "lead" |
||
3591 | } |
||
3592 | ], |
||
3593 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3594 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3595 | "keywords": [ |
||
3596 | "coverage", |
||
3597 | "testing", |
||
3598 | "xunit" |
||
3599 | ], |
||
3600 | "time": "2015-10-06 15:47:00" |
||
3601 | }, |
||
3602 | { |
||
3603 | "name": "phpunit/php-file-iterator", |
||
3604 | "version": "1.4.1", |
||
3605 | "source": { |
||
3606 | "type": "git", |
||
3607 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3608 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
3609 | }, |
||
3610 | "dist": { |
||
3611 | "type": "zip", |
||
3612 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
3613 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
3614 | "shasum": "" |
||
3615 | }, |
||
3616 | "require": { |
||
3617 | "php": ">=5.3.3" |
||
3618 | }, |
||
3619 | "type": "library", |
||
3620 | "extra": { |
||
3621 | "branch-alias": { |
||
3622 | "dev-master": "1.4.x-dev" |
||
3623 | } |
||
3624 | }, |
||
3625 | "autoload": { |
||
3626 | "classmap": [ |
||
3627 | "src/" |
||
3628 | ] |
||
3629 | }, |
||
3630 | "notification-url": "https://packagist.org/downloads/", |
||
3631 | "license": [ |
||
3632 | "BSD-3-Clause" |
||
3633 | ], |
||
3634 | "authors": [ |
||
3635 | { |
||
3636 | "name": "Sebastian Bergmann", |
||
3637 | "email": "[email protected]", |
||
3638 | "role": "lead" |
||
3639 | } |
||
3640 | ], |
||
3641 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3642 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3643 | "keywords": [ |
||
3644 | "filesystem", |
||
3645 | "iterator" |
||
3646 | ], |
||
3647 | "time": "2015-06-21 13:08:43" |
||
3648 | }, |
||
3649 | { |
||
3650 | "name": "phpunit/php-text-template", |
||
3651 | "version": "1.2.1", |
||
3652 | "source": { |
||
3653 | "type": "git", |
||
3654 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3655 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
3656 | }, |
||
3657 | "dist": { |
||
3658 | "type": "zip", |
||
3659 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3660 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3661 | "shasum": "" |
||
3662 | }, |
||
3663 | "require": { |
||
3664 | "php": ">=5.3.3" |
||
3665 | }, |
||
3666 | "type": "library", |
||
3667 | "autoload": { |
||
3668 | "classmap": [ |
||
3669 | "src/" |
||
3670 | ] |
||
3671 | }, |
||
3672 | "notification-url": "https://packagist.org/downloads/", |
||
3673 | "license": [ |
||
3674 | "BSD-3-Clause" |
||
3675 | ], |
||
3676 | "authors": [ |
||
3677 | { |
||
3678 | "name": "Sebastian Bergmann", |
||
3679 | "email": "[email protected]", |
||
3680 | "role": "lead" |
||
3681 | } |
||
3682 | ], |
||
3683 | "description": "Simple template engine.", |
||
3684 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3685 | "keywords": [ |
||
3686 | "template" |
||
3687 | ], |
||
3688 | "time": "2015-06-21 13:50:34" |
||
3689 | }, |
||
3690 | { |
||
3691 | "name": "phpunit/php-timer", |
||
3692 | "version": "1.0.8", |
||
3693 | "source": { |
||
3694 | "type": "git", |
||
3695 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3696 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
3697 | }, |
||
3698 | "dist": { |
||
3699 | "type": "zip", |
||
3700 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3701 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3702 | "shasum": "" |
||
3703 | }, |
||
3704 | "require": { |
||
3705 | "php": ">=5.3.3" |
||
3706 | }, |
||
3707 | "require-dev": { |
||
3708 | "phpunit/phpunit": "~4|~5" |
||
3709 | }, |
||
3710 | "type": "library", |
||
3711 | "autoload": { |
||
3712 | "classmap": [ |
||
3713 | "src/" |
||
3714 | ] |
||
3715 | }, |
||
3716 | "notification-url": "https://packagist.org/downloads/", |
||
3717 | "license": [ |
||
3718 | "BSD-3-Clause" |
||
3719 | ], |
||
3720 | "authors": [ |
||
3721 | { |
||
3722 | "name": "Sebastian Bergmann", |
||
3723 | "email": "[email protected]", |
||
3724 | "role": "lead" |
||
3725 | } |
||
3726 | ], |
||
3727 | "description": "Utility class for timing", |
||
3728 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
3729 | "keywords": [ |
||
3730 | "timer" |
||
3731 | ], |
||
3732 | "time": "2016-05-12 18:03:57" |
||
3733 | }, |
||
3734 | { |
||
3735 | "name": "phpunit/php-token-stream", |
||
3736 | "version": "1.4.8", |
||
3737 | "source": { |
||
3738 | "type": "git", |
||
3739 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
3740 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
3741 | }, |
||
3742 | "dist": { |
||
3743 | "type": "zip", |
||
3744 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
3745 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
3746 | "shasum": "" |
||
3747 | }, |
||
3748 | "require": { |
||
3749 | "ext-tokenizer": "*", |
||
3750 | "php": ">=5.3.3" |
||
3751 | }, |
||
3752 | "require-dev": { |
||
3753 | "phpunit/phpunit": "~4.2" |
||
3754 | }, |
||
3755 | "type": "library", |
||
3756 | "extra": { |
||
3757 | "branch-alias": { |
||
3758 | "dev-master": "1.4-dev" |
||
3759 | } |
||
3760 | }, |
||
3761 | "autoload": { |
||
3762 | "classmap": [ |
||
3763 | "src/" |
||
3764 | ] |
||
3765 | }, |
||
3766 | "notification-url": "https://packagist.org/downloads/", |
||
3767 | "license": [ |
||
3768 | "BSD-3-Clause" |
||
3769 | ], |
||
3770 | "authors": [ |
||
3771 | { |
||
3772 | "name": "Sebastian Bergmann", |
||
3773 | "email": "[email protected]" |
||
3774 | } |
||
3775 | ], |
||
3776 | "description": "Wrapper around PHP's tokenizer extension.", |
||
3777 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
3778 | "keywords": [ |
||
3779 | "tokenizer" |
||
3780 | ], |
||
3781 | "time": "2015-09-15 10:49:45" |
||
3782 | }, |
||
3783 | { |
||
3784 | "name": "phpunit/phpunit", |
||
3785 | "version": "4.8.26", |
||
3786 | "source": { |
||
3787 | "type": "git", |
||
3788 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3789 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74" |
||
3790 | }, |
||
3791 | "dist": { |
||
3792 | "type": "zip", |
||
3793 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
3794 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
3795 | "shasum": "" |
||
3796 | }, |
||
3797 | "require": { |
||
3798 | "ext-dom": "*", |
||
3799 | "ext-json": "*", |
||
3800 | "ext-pcre": "*", |
||
3801 | "ext-reflection": "*", |
||
3802 | "ext-spl": "*", |
||
3803 | "php": ">=5.3.3", |
||
3804 | "phpspec/prophecy": "^1.3.1", |
||
3805 | "phpunit/php-code-coverage": "~2.1", |
||
3806 | "phpunit/php-file-iterator": "~1.4", |
||
3807 | "phpunit/php-text-template": "~1.2", |
||
3808 | "phpunit/php-timer": "^1.0.6", |
||
3809 | "phpunit/phpunit-mock-objects": "~2.3", |
||
3810 | "sebastian/comparator": "~1.1", |
||
3811 | "sebastian/diff": "~1.2", |
||
3812 | "sebastian/environment": "~1.3", |
||
3813 | "sebastian/exporter": "~1.2", |
||
3814 | "sebastian/global-state": "~1.0", |
||
3815 | "sebastian/version": "~1.0", |
||
3816 | "symfony/yaml": "~2.1|~3.0" |
||
3817 | }, |
||
3818 | "suggest": { |
||
3819 | "phpunit/php-invoker": "~1.1" |
||
3820 | }, |
||
3821 | "bin": [ |
||
3822 | "phpunit" |
||
3823 | ], |
||
3824 | "type": "library", |
||
3825 | "extra": { |
||
3826 | "branch-alias": { |
||
3827 | "dev-master": "4.8.x-dev" |
||
3828 | } |
||
3829 | }, |
||
3830 | "autoload": { |
||
3831 | "classmap": [ |
||
3832 | "src/" |
||
3833 | ] |
||
3834 | }, |
||
3835 | "notification-url": "https://packagist.org/downloads/", |
||
3836 | "license": [ |
||
3837 | "BSD-3-Clause" |
||
3838 | ], |
||
3839 | "authors": [ |
||
3840 | { |
||
3841 | "name": "Sebastian Bergmann", |
||
3842 | "email": "[email protected]", |
||
3843 | "role": "lead" |
||
3844 | } |
||
3845 | ], |
||
3846 | "description": "The PHP Unit Testing framework.", |
||
3847 | "homepage": "https://phpunit.de/", |
||
3848 | "keywords": [ |
||
3849 | "phpunit", |
||
3850 | "testing", |
||
3851 | "xunit" |
||
3852 | ], |
||
3853 | "time": "2016-05-17 03:09:28" |
||
3854 | }, |
||
3855 | { |
||
3856 | "name": "phpunit/phpunit-mock-objects", |
||
3857 | "version": "2.3.8", |
||
3858 | "source": { |
||
3859 | "type": "git", |
||
3860 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3861 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
3862 | }, |
||
3863 | "dist": { |
||
3864 | "type": "zip", |
||
3865 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
3866 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
3867 | "shasum": "" |
||
3868 | }, |
||
3869 | "require": { |
||
3870 | "doctrine/instantiator": "^1.0.2", |
||
3871 | "php": ">=5.3.3", |
||
3872 | "phpunit/php-text-template": "~1.2", |
||
3873 | "sebastian/exporter": "~1.2" |
||
3874 | }, |
||
3875 | "require-dev": { |
||
3876 | "phpunit/phpunit": "~4.4" |
||
3877 | }, |
||
3878 | "suggest": { |
||
3879 | "ext-soap": "*" |
||
3880 | }, |
||
3881 | "type": "library", |
||
3882 | "extra": { |
||
3883 | "branch-alias": { |
||
3884 | "dev-master": "2.3.x-dev" |
||
3885 | } |
||
3886 | }, |
||
3887 | "autoload": { |
||
3888 | "classmap": [ |
||
3889 | "src/" |
||
3890 | ] |
||
3891 | }, |
||
3892 | "notification-url": "https://packagist.org/downloads/", |
||
3893 | "license": [ |
||
3894 | "BSD-3-Clause" |
||
3895 | ], |
||
3896 | "authors": [ |
||
3897 | { |
||
3898 | "name": "Sebastian Bergmann", |
||
3899 | "email": "[email protected]", |
||
3900 | "role": "lead" |
||
3901 | } |
||
3902 | ], |
||
3903 | "description": "Mock Object library for PHPUnit", |
||
3904 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3905 | "keywords": [ |
||
3906 | "mock", |
||
3907 | "xunit" |
||
3908 | ], |
||
3909 | "time": "2015-10-02 06:51:40" |
||
3910 | }, |
||
3911 | { |
||
3912 | "name": "sebastian/comparator", |
||
3913 | "version": "1.2.0", |
||
3914 | "source": { |
||
3915 | "type": "git", |
||
3916 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3917 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
3918 | }, |
||
3919 | "dist": { |
||
3920 | "type": "zip", |
||
3921 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
3922 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
3923 | "shasum": "" |
||
3924 | }, |
||
3925 | "require": { |
||
3926 | "php": ">=5.3.3", |
||
3927 | "sebastian/diff": "~1.2", |
||
3928 | "sebastian/exporter": "~1.2" |
||
3929 | }, |
||
3930 | "require-dev": { |
||
3931 | "phpunit/phpunit": "~4.4" |
||
3932 | }, |
||
3933 | "type": "library", |
||
3934 | "extra": { |
||
3935 | "branch-alias": { |
||
3936 | "dev-master": "1.2.x-dev" |
||
3937 | } |
||
3938 | }, |
||
3939 | "autoload": { |
||
3940 | "classmap": [ |
||
3941 | "src/" |
||
3942 | ] |
||
3943 | }, |
||
3944 | "notification-url": "https://packagist.org/downloads/", |
||
3945 | "license": [ |
||
3946 | "BSD-3-Clause" |
||
3947 | ], |
||
3948 | "authors": [ |
||
3949 | { |
||
3950 | "name": "Jeff Welch", |
||
3951 | "email": "[email protected]" |
||
3952 | }, |
||
3953 | { |
||
3954 | "name": "Volker Dusch", |
||
3955 | "email": "[email protected]" |
||
3956 | }, |
||
3957 | { |
||
3958 | "name": "Bernhard Schussek", |
||
3959 | "email": "[email protected]" |
||
3960 | }, |
||
3961 | { |
||
3962 | "name": "Sebastian Bergmann", |
||
3963 | "email": "[email protected]" |
||
3964 | } |
||
3965 | ], |
||
3966 | "description": "Provides the functionality to compare PHP values for equality", |
||
3967 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
3968 | "keywords": [ |
||
3969 | "comparator", |
||
3970 | "compare", |
||
3971 | "equality" |
||
3972 | ], |
||
3973 | "time": "2015-07-26 15:48:44" |
||
3974 | }, |
||
3975 | { |
||
3976 | "name": "sebastian/diff", |
||
3977 | "version": "1.4.1", |
||
3978 | "source": { |
||
3979 | "type": "git", |
||
3980 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3981 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
3982 | }, |
||
3983 | "dist": { |
||
3984 | "type": "zip", |
||
3985 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3986 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3987 | "shasum": "" |
||
3988 | }, |
||
3989 | "require": { |
||
3990 | "php": ">=5.3.3" |
||
3991 | }, |
||
3992 | "require-dev": { |
||
3993 | "phpunit/phpunit": "~4.8" |
||
3994 | }, |
||
3995 | "type": "library", |
||
3996 | "extra": { |
||
3997 | "branch-alias": { |
||
3998 | "dev-master": "1.4-dev" |
||
3999 | } |
||
4000 | }, |
||
4001 | "autoload": { |
||
4002 | "classmap": [ |
||
4003 | "src/" |
||
4004 | ] |
||
4005 | }, |
||
4006 | "notification-url": "https://packagist.org/downloads/", |
||
4007 | "license": [ |
||
4008 | "BSD-3-Clause" |
||
4009 | ], |
||
4010 | "authors": [ |
||
4011 | { |
||
4012 | "name": "Kore Nordmann", |
||
4013 | "email": "[email protected]" |
||
4014 | }, |
||
4015 | { |
||
4016 | "name": "Sebastian Bergmann", |
||
4017 | "email": "[email protected]" |
||
4018 | } |
||
4019 | ], |
||
4020 | "description": "Diff implementation", |
||
4021 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4022 | "keywords": [ |
||
4023 | "diff" |
||
4024 | ], |
||
4025 | "time": "2015-12-08 07:14:41" |
||
4026 | }, |
||
4027 | { |
||
4028 | "name": "sebastian/environment", |
||
4029 | "version": "1.3.7", |
||
4030 | "source": { |
||
4031 | "type": "git", |
||
4032 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4033 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
4034 | }, |
||
4035 | "dist": { |
||
4036 | "type": "zip", |
||
4037 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4038 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4039 | "shasum": "" |
||
4040 | }, |
||
4041 | "require": { |
||
4042 | "php": ">=5.3.3" |
||
4043 | }, |
||
4044 | "require-dev": { |
||
4045 | "phpunit/phpunit": "~4.4" |
||
4046 | }, |
||
4047 | "type": "library", |
||
4048 | "extra": { |
||
4049 | "branch-alias": { |
||
4050 | "dev-master": "1.3.x-dev" |
||
4051 | } |
||
4052 | }, |
||
4053 | "autoload": { |
||
4054 | "classmap": [ |
||
4055 | "src/" |
||
4056 | ] |
||
4057 | }, |
||
4058 | "notification-url": "https://packagist.org/downloads/", |
||
4059 | "license": [ |
||
4060 | "BSD-3-Clause" |
||
4061 | ], |
||
4062 | "authors": [ |
||
4063 | { |
||
4064 | "name": "Sebastian Bergmann", |
||
4065 | "email": "[email protected]" |
||
4066 | } |
||
4067 | ], |
||
4068 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4069 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4070 | "keywords": [ |
||
4071 | "Xdebug", |
||
4072 | "environment", |
||
4073 | "hhvm" |
||
4074 | ], |
||
4075 | "time": "2016-05-17 03:18:57" |
||
4076 | }, |
||
4077 | { |
||
4078 | "name": "sebastian/exporter", |
||
4079 | "version": "1.2.1", |
||
4080 | "source": { |
||
4081 | "type": "git", |
||
4082 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4083 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
4084 | }, |
||
4085 | "dist": { |
||
4086 | "type": "zip", |
||
4087 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
4088 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
4089 | "shasum": "" |
||
4090 | }, |
||
4091 | "require": { |
||
4092 | "php": ">=5.3.3", |
||
4093 | "sebastian/recursion-context": "~1.0" |
||
4094 | }, |
||
4095 | "require-dev": { |
||
4096 | "phpunit/phpunit": "~4.4" |
||
4097 | }, |
||
4098 | "type": "library", |
||
4099 | "extra": { |
||
4100 | "branch-alias": { |
||
4101 | "dev-master": "1.2.x-dev" |
||
4102 | } |
||
4103 | }, |
||
4104 | "autoload": { |
||
4105 | "classmap": [ |
||
4106 | "src/" |
||
4107 | ] |
||
4108 | }, |
||
4109 | "notification-url": "https://packagist.org/downloads/", |
||
4110 | "license": [ |
||
4111 | "BSD-3-Clause" |
||
4112 | ], |
||
4113 | "authors": [ |
||
4114 | { |
||
4115 | "name": "Jeff Welch", |
||
4116 | "email": "[email protected]" |
||
4117 | }, |
||
4118 | { |
||
4119 | "name": "Volker Dusch", |
||
4120 | "email": "[email protected]" |
||
4121 | }, |
||
4122 | { |
||
4123 | "name": "Bernhard Schussek", |
||
4124 | "email": "[email protected]" |
||
4125 | }, |
||
4126 | { |
||
4127 | "name": "Sebastian Bergmann", |
||
4128 | "email": "[email protected]" |
||
4129 | }, |
||
4130 | { |
||
4131 | "name": "Adam Harvey", |
||
4132 | "email": "[email protected]" |
||
4133 | } |
||
4134 | ], |
||
4135 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4136 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4137 | "keywords": [ |
||
4138 | "export", |
||
4139 | "exporter" |
||
4140 | ], |
||
4141 | "time": "2015-06-21 07:55:53" |
||
4142 | }, |
||
4143 | { |
||
4144 | "name": "sebastian/global-state", |
||
4145 | "version": "1.1.1", |
||
4146 | "source": { |
||
4147 | "type": "git", |
||
4148 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4149 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4150 | }, |
||
4151 | "dist": { |
||
4152 | "type": "zip", |
||
4153 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4154 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4155 | "shasum": "" |
||
4156 | }, |
||
4157 | "require": { |
||
4158 | "php": ">=5.3.3" |
||
4159 | }, |
||
4160 | "require-dev": { |
||
4161 | "phpunit/phpunit": "~4.2" |
||
4162 | }, |
||
4163 | "suggest": { |
||
4164 | "ext-uopz": "*" |
||
4165 | }, |
||
4166 | "type": "library", |
||
4167 | "extra": { |
||
4168 | "branch-alias": { |
||
4169 | "dev-master": "1.0-dev" |
||
4170 | } |
||
4171 | }, |
||
4172 | "autoload": { |
||
4173 | "classmap": [ |
||
4174 | "src/" |
||
4175 | ] |
||
4176 | }, |
||
4177 | "notification-url": "https://packagist.org/downloads/", |
||
4178 | "license": [ |
||
4179 | "BSD-3-Clause" |
||
4180 | ], |
||
4181 | "authors": [ |
||
4182 | { |
||
4183 | "name": "Sebastian Bergmann", |
||
4184 | "email": "[email protected]" |
||
4185 | } |
||
4186 | ], |
||
4187 | "description": "Snapshotting of global state", |
||
4188 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4189 | "keywords": [ |
||
4190 | "global state" |
||
4191 | ], |
||
4192 | "time": "2015-10-12 03:26:01" |
||
4193 | }, |
||
4194 | { |
||
4195 | "name": "sebastian/recursion-context", |
||
4196 | "version": "1.0.2", |
||
4197 | "source": { |
||
4198 | "type": "git", |
||
4199 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4200 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
4201 | }, |
||
4202 | "dist": { |
||
4203 | "type": "zip", |
||
4204 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
4205 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
4206 | "shasum": "" |
||
4207 | }, |
||
4208 | "require": { |
||
4209 | "php": ">=5.3.3" |
||
4210 | }, |
||
4211 | "require-dev": { |
||
4212 | "phpunit/phpunit": "~4.4" |
||
4213 | }, |
||
4214 | "type": "library", |
||
4215 | "extra": { |
||
4216 | "branch-alias": { |
||
4217 | "dev-master": "1.0.x-dev" |
||
4218 | } |
||
4219 | }, |
||
4220 | "autoload": { |
||
4221 | "classmap": [ |
||
4222 | "src/" |
||
4223 | ] |
||
4224 | }, |
||
4225 | "notification-url": "https://packagist.org/downloads/", |
||
4226 | "license": [ |
||
4227 | "BSD-3-Clause" |
||
4228 | ], |
||
4229 | "authors": [ |
||
4230 | { |
||
4231 | "name": "Jeff Welch", |
||
4232 | "email": "[email protected]" |
||
4233 | }, |
||
4234 | { |
||
4235 | "name": "Sebastian Bergmann", |
||
4236 | "email": "[email protected]" |
||
4237 | }, |
||
4238 | { |
||
4239 | "name": "Adam Harvey", |
||
4240 | "email": "[email protected]" |
||
4241 | } |
||
4242 | ], |
||
4243 | "description": "Provides functionality to recursively process PHP variables", |
||
4244 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4245 | "time": "2015-11-11 19:50:13" |
||
4246 | }, |
||
4247 | { |
||
4248 | "name": "sebastian/version", |
||
4249 | "version": "1.0.6", |
||
4250 | "source": { |
||
4251 | "type": "git", |
||
4252 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4253 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
4254 | }, |
||
4255 | "dist": { |
||
4256 | "type": "zip", |
||
4257 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4258 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4259 | "shasum": "" |
||
4260 | }, |
||
4261 | "type": "library", |
||
4262 | "autoload": { |
||
4263 | "classmap": [ |
||
4264 | "src/" |
||
4265 | ] |
||
4266 | }, |
||
4267 | "notification-url": "https://packagist.org/downloads/", |
||
4268 | "license": [ |
||
4269 | "BSD-3-Clause" |
||
4270 | ], |
||
4271 | "authors": [ |
||
4272 | { |
||
4273 | "name": "Sebastian Bergmann", |
||
4274 | "email": "[email protected]", |
||
4275 | "role": "lead" |
||
4276 | } |
||
4277 | ], |
||
4278 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4279 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4280 | "time": "2015-06-21 13:59:46" |
||
4281 | }, |
||
4282 | { |
||
4283 | "name": "symfony/css-selector", |
||
4284 | "version": "v3.0.6", |
||
4285 | "source": { |
||
4286 | "type": "git", |
||
4287 | "url": "https://github.com/symfony/css-selector.git", |
||
4288 | "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0" |
||
4289 | }, |
||
4290 | "dist": { |
||
4291 | "type": "zip", |
||
4292 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0", |
||
4293 | "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0", |
||
4294 | "shasum": "" |
||
4295 | }, |
||
4296 | "require": { |
||
4297 | "php": ">=5.5.9" |
||
4298 | }, |
||
4299 | "type": "library", |
||
4300 | "extra": { |
||
4301 | "branch-alias": { |
||
4302 | "dev-master": "3.0-dev" |
||
4303 | } |
||
4304 | }, |
||
4305 | "autoload": { |
||
4306 | "psr-4": { |
||
4307 | "Symfony\\Component\\CssSelector\\": "" |
||
4308 | }, |
||
4309 | "exclude-from-classmap": [ |
||
4310 | "/Tests/" |
||
4311 | ] |
||
4312 | }, |
||
4313 | "notification-url": "https://packagist.org/downloads/", |
||
4314 | "license": [ |
||
4315 | "MIT" |
||
4316 | ], |
||
4317 | "authors": [ |
||
4318 | { |
||
4319 | "name": "Jean-François Simon", |
||
4320 | "email": "[email protected]" |
||
4321 | }, |
||
4322 | { |
||
4323 | "name": "Fabien Potencier", |
||
4324 | "email": "[email protected]" |
||
4325 | }, |
||
4326 | { |
||
4327 | "name": "Symfony Community", |
||
4328 | "homepage": "https://symfony.com/contributors" |
||
4329 | } |
||
4330 | ], |
||
4331 | "description": "Symfony CssSelector Component", |
||
4332 | "homepage": "https://symfony.com", |
||
4333 | "time": "2016-03-04 07:55:57" |
||
4334 | }, |
||
4335 | { |
||
4336 | "name": "symfony/dom-crawler", |
||
4337 | "version": "v3.0.6", |
||
4338 | "source": { |
||
4339 | "type": "git", |
||
4340 | "url": "https://github.com/symfony/dom-crawler.git", |
||
4341 | "reference": "49b588841225b205700e5122fa01911cabada857" |
||
4342 | }, |
||
4343 | "dist": { |
||
4344 | "type": "zip", |
||
4345 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857", |
||
4346 | "reference": "49b588841225b205700e5122fa01911cabada857", |
||
4347 | "shasum": "" |
||
4348 | }, |
||
4349 | "require": { |
||
4350 | "php": ">=5.5.9", |
||
4351 | "symfony/polyfill-mbstring": "~1.0" |
||
4352 | }, |
||
4353 | "require-dev": { |
||
4354 | "symfony/css-selector": "~2.8|~3.0" |
||
4355 | }, |
||
4356 | "suggest": { |
||
4357 | "symfony/css-selector": "" |
||
4358 | }, |
||
4359 | "type": "library", |
||
4360 | "extra": { |
||
4361 | "branch-alias": { |
||
4362 | "dev-master": "3.0-dev" |
||
4363 | } |
||
4364 | }, |
||
4365 | "autoload": { |
||
4366 | "psr-4": { |
||
4367 | "Symfony\\Component\\DomCrawler\\": "" |
||
4368 | }, |
||
4369 | "exclude-from-classmap": [ |
||
4370 | "/Tests/" |
||
4371 | ] |
||
4372 | }, |
||
4373 | "notification-url": "https://packagist.org/downloads/", |
||
4374 | "license": [ |
||
4375 | "MIT" |
||
4376 | ], |
||
4377 | "authors": [ |
||
4378 | { |
||
4379 | "name": "Fabien Potencier", |
||
4380 | "email": "[email protected]" |
||
4381 | }, |
||
4382 | { |
||
4383 | "name": "Symfony Community", |
||
4384 | "homepage": "https://symfony.com/contributors" |
||
4385 | } |
||
4386 | ], |
||
4387 | "description": "Symfony DomCrawler Component", |
||
4388 | "homepage": "https://symfony.com", |
||
4389 | "time": "2016-04-12 18:09:53" |
||
4390 | } |
||
4391 | ], |
||
4392 | "aliases": [], |
||
4393 | "minimum-stability": "stable", |
||
4394 | "stability-flags": { |
||
4395 | "linkthrow/ffmpeg": 20 |
||
4396 | }, |
||
4397 | "prefer-stable": false, |
||
4398 | "prefer-lowest": false, |
||
4399 | "platform": { |
||
4400 | "php": ">=5.5.9" |
||
4401 | }, |
||
4402 | "platform-dev": [] |
||
4403 | } |
||
4404 |