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