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