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": "17a2ee9d0aee67cc10ed43ed026ba3e2", |
||
8 | "content-hash": "bf09670429b2545bb429db4111bf5891", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "egeloen/http-adapter", |
||
12 | "version": "0.8.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/egeloen/ivory-http-adapter.git", |
||
16 | "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855", |
||
21 | "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "php": ">=5.4.8", |
||
26 | "zendframework/zend-diactoros": "^1.1" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "cakephp/cakephp": "^3.0.3", |
||
30 | "ext-curl": "*", |
||
31 | "guzzle/guzzle": "^3.9.4@dev", |
||
32 | "guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0", |
||
33 | "kriswallsmith/buzz": "^0.13", |
||
34 | "nategood/httpful": "^0.2.17", |
||
35 | "phpunit/phpunit": "^4.0", |
||
36 | "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev", |
||
37 | "psr/log": "^1.0", |
||
38 | "react/dns": "^0.4.1", |
||
39 | "react/http-client": "^0.4", |
||
40 | "satooshi/php-coveralls": "^0.6", |
||
41 | "symfony/event-dispatcher": "^2.0", |
||
42 | "zendframework/zend-http": "^2.3.4", |
||
43 | "zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16" |
||
44 | }, |
||
45 | "suggest": { |
||
46 | "ext-curl": "Allows you to use the cURL adapter", |
||
47 | "ext-http": "Allows you to use the PECL adapter", |
||
48 | "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter", |
||
49 | "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter", |
||
50 | "kriswallsmith/buzz": "Allows you to use the Buzz adapter", |
||
51 | "nategood/httpful": "Allows you to use the httpful adapter", |
||
52 | "psr/log": "Allows you to use the logger event subscriber", |
||
53 | "symfony/event-dispatcher": "Allows you to use the event lifecycle", |
||
54 | "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber", |
||
55 | "zendframework/zend-http": "Allows you to use the Zend 2 adapter", |
||
56 | "zendframework/zendframework1": "Allows you to use the Zend 1 adapter" |
||
57 | }, |
||
58 | "type": "library", |
||
59 | "extra": { |
||
60 | "branch-alias": { |
||
61 | "dev-master": "0.8-dev" |
||
62 | } |
||
63 | }, |
||
64 | "autoload": { |
||
65 | "psr-4": { |
||
66 | "Ivory\\HttpAdapter\\": "src/" |
||
67 | } |
||
68 | }, |
||
69 | "notification-url": "https://packagist.org/downloads/", |
||
70 | "license": [ |
||
71 | "MIT" |
||
72 | ], |
||
73 | "authors": [ |
||
74 | { |
||
75 | "name": "Eric GELOEN", |
||
76 | "email": "[email protected]" |
||
77 | } |
||
78 | ], |
||
79 | "description": "Issue HTTP request for PHP 5.3+.", |
||
80 | "keywords": [ |
||
81 | "http", |
||
82 | "http-adapter", |
||
83 | "http-client", |
||
84 | "psr-7" |
||
85 | ], |
||
86 | "time": "2015-08-12 09:35:40" |
||
87 | }, |
||
88 | { |
||
89 | "name": "guzzlehttp/guzzle", |
||
90 | "version": "6.0.1", |
||
91 | "source": { |
||
92 | "type": "git", |
||
93 | "url": "https://github.com/guzzle/guzzle.git", |
||
94 | "reference": "f992b7b487a816c957d317442bed4966409873e0" |
||
95 | }, |
||
96 | "dist": { |
||
97 | "type": "zip", |
||
98 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f992b7b487a816c957d317442bed4966409873e0", |
||
99 | "reference": "f992b7b487a816c957d317442bed4966409873e0", |
||
100 | "shasum": "" |
||
101 | }, |
||
102 | "require": { |
||
103 | "guzzlehttp/promises": "^1.0.0", |
||
104 | "guzzlehttp/psr7": "^1.0.0", |
||
105 | "php": ">=5.5.0" |
||
106 | }, |
||
107 | "require-dev": { |
||
108 | "ext-curl": "*", |
||
109 | "phpunit/phpunit": "^4.0", |
||
110 | "psr/log": "^1.0" |
||
111 | }, |
||
112 | "type": "library", |
||
113 | "extra": { |
||
114 | "branch-alias": { |
||
115 | "dev-master": "6.0-dev" |
||
116 | } |
||
117 | }, |
||
118 | "autoload": { |
||
119 | "files": [ |
||
120 | "src/functions.php" |
||
121 | ], |
||
122 | "psr-4": { |
||
123 | "GuzzleHttp\\": "src/" |
||
124 | } |
||
125 | }, |
||
126 | "notification-url": "https://packagist.org/downloads/", |
||
127 | "license": [ |
||
128 | "MIT" |
||
129 | ], |
||
130 | "authors": [ |
||
131 | { |
||
132 | "name": "Michael Dowling", |
||
133 | "email": "[email protected]", |
||
134 | "homepage": "https://github.com/mtdowling" |
||
135 | } |
||
136 | ], |
||
137 | "description": "Guzzle is a PHP HTTP client library", |
||
138 | "homepage": "http://guzzlephp.org/", |
||
139 | "keywords": [ |
||
140 | "client", |
||
141 | "curl", |
||
142 | "framework", |
||
143 | "http", |
||
144 | "http client", |
||
145 | "rest", |
||
146 | "web service" |
||
147 | ], |
||
148 | "time": "2015-05-27 16:57:51" |
||
149 | }, |
||
150 | { |
||
151 | "name": "guzzlehttp/promises", |
||
152 | "version": "1.0.0", |
||
153 | "source": { |
||
154 | "type": "git", |
||
155 | "url": "https://github.com/guzzle/promises.git", |
||
156 | "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47" |
||
157 | }, |
||
158 | "dist": { |
||
159 | "type": "zip", |
||
160 | "url": "https://api.github.com/repos/guzzle/promises/zipball/01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
||
161 | "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
||
162 | "shasum": "" |
||
163 | }, |
||
164 | "require": { |
||
165 | "php": ">=5.5.0" |
||
166 | }, |
||
167 | "require-dev": { |
||
168 | "phpunit/phpunit": "^4.0" |
||
169 | }, |
||
170 | "type": "library", |
||
171 | "extra": { |
||
172 | "branch-alias": { |
||
173 | "dev-master": "1.0-dev" |
||
174 | } |
||
175 | }, |
||
176 | "autoload": { |
||
177 | "psr-4": { |
||
178 | "GuzzleHttp\\Promise\\": "src/" |
||
179 | }, |
||
180 | "files": [ |
||
181 | "src/functions.php" |
||
182 | ] |
||
183 | }, |
||
184 | "notification-url": "https://packagist.org/downloads/", |
||
185 | "license": [ |
||
186 | "MIT" |
||
187 | ], |
||
188 | "authors": [ |
||
189 | { |
||
190 | "name": "Michael Dowling", |
||
191 | "email": "[email protected]", |
||
192 | "homepage": "https://github.com/mtdowling" |
||
193 | } |
||
194 | ], |
||
195 | "description": "Guzzle promises library", |
||
196 | "keywords": [ |
||
197 | "promise" |
||
198 | ], |
||
199 | "time": "2015-05-13 05:05:10" |
||
200 | }, |
||
201 | { |
||
202 | "name": "guzzlehttp/psr7", |
||
203 | "version": "1.0.0", |
||
204 | "source": { |
||
205 | "type": "git", |
||
206 | "url": "https://github.com/guzzle/psr7.git", |
||
207 | "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6" |
||
208 | }, |
||
209 | "dist": { |
||
210 | "type": "zip", |
||
211 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/19e510056d8d671d9d9e25dc16937b3dd3802ae6", |
||
212 | "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6", |
||
213 | "shasum": "" |
||
214 | }, |
||
215 | "require": { |
||
216 | "php": ">=5.4.0", |
||
217 | "psr/http-message": "^1.0" |
||
218 | }, |
||
219 | "provide": { |
||
220 | "psr/http-message-implementation": "1.0" |
||
221 | }, |
||
222 | "require-dev": { |
||
223 | "phpunit/phpunit": "^4.0" |
||
224 | }, |
||
225 | "type": "library", |
||
226 | "extra": { |
||
227 | "branch-alias": { |
||
228 | "dev-master": "1.0-dev" |
||
229 | } |
||
230 | }, |
||
231 | "autoload": { |
||
232 | "psr-4": { |
||
233 | "GuzzleHttp\\Psr7\\": "src/" |
||
234 | }, |
||
235 | "files": [ |
||
236 | "src/functions.php" |
||
237 | ] |
||
238 | }, |
||
239 | "notification-url": "https://packagist.org/downloads/", |
||
240 | "license": [ |
||
241 | "MIT" |
||
242 | ], |
||
243 | "authors": [ |
||
244 | { |
||
245 | "name": "Michael Dowling", |
||
246 | "email": "[email protected]", |
||
247 | "homepage": "https://github.com/mtdowling" |
||
248 | } |
||
249 | ], |
||
250 | "description": "PSR-7 message implementation", |
||
251 | "keywords": [ |
||
252 | "http", |
||
253 | "message", |
||
254 | "stream", |
||
255 | "uri" |
||
256 | ], |
||
257 | "time": "2015-05-19 17:58:45" |
||
258 | }, |
||
259 | { |
||
260 | "name": "igorw/get-in", |
||
261 | "version": "v1.0.3", |
||
262 | "source": { |
||
263 | "type": "git", |
||
264 | "url": "https://github.com/igorw/get-in.git", |
||
265 | "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111" |
||
266 | }, |
||
267 | "dist": { |
||
268 | "type": "zip", |
||
269 | "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111", |
||
270 | "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111", |
||
271 | "shasum": "" |
||
272 | }, |
||
273 | "require": { |
||
274 | "php": ">=5.4" |
||
275 | }, |
||
276 | "type": "library", |
||
277 | "extra": { |
||
278 | "branch-alias": { |
||
279 | "dev-master": "1.0-dev" |
||
280 | } |
||
281 | }, |
||
282 | "autoload": { |
||
283 | "files": [ |
||
284 | "src/get_in.php" |
||
285 | ] |
||
286 | }, |
||
287 | "notification-url": "https://packagist.org/downloads/", |
||
288 | "license": [ |
||
289 | "MIT" |
||
290 | ], |
||
291 | "authors": [ |
||
292 | { |
||
293 | "name": "Igor Wiedler", |
||
294 | "email": "[email protected]" |
||
295 | } |
||
296 | ], |
||
297 | "description": "Functions for for hash map (assoc array) traversal.", |
||
298 | "keywords": [ |
||
299 | "assoc-array", |
||
300 | "hash-map" |
||
301 | ], |
||
302 | "time": "2014-12-15 23:03:51" |
||
303 | }, |
||
304 | { |
||
305 | "name": "psr/http-message", |
||
306 | "version": "1.0", |
||
307 | "source": { |
||
308 | "type": "git", |
||
309 | "url": "https://github.com/php-fig/http-message.git", |
||
310 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
311 | }, |
||
312 | "dist": { |
||
313 | "type": "zip", |
||
314 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
315 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
316 | "shasum": "" |
||
317 | }, |
||
318 | "require": { |
||
319 | "php": ">=5.3.0" |
||
320 | }, |
||
321 | "type": "library", |
||
322 | "extra": { |
||
323 | "branch-alias": { |
||
324 | "dev-master": "1.0.x-dev" |
||
325 | } |
||
326 | }, |
||
327 | "autoload": { |
||
328 | "psr-4": { |
||
329 | "Psr\\Http\\Message\\": "src/" |
||
330 | } |
||
331 | }, |
||
332 | "notification-url": "https://packagist.org/downloads/", |
||
333 | "license": [ |
||
334 | "MIT" |
||
335 | ], |
||
336 | "authors": [ |
||
337 | { |
||
338 | "name": "PHP-FIG", |
||
339 | "homepage": "http://www.php-fig.org/" |
||
340 | } |
||
341 | ], |
||
342 | "description": "Common interface for HTTP messages", |
||
343 | "keywords": [ |
||
344 | "http", |
||
345 | "http-message", |
||
346 | "psr", |
||
347 | "psr-7", |
||
348 | "request", |
||
349 | "response" |
||
350 | ], |
||
351 | "time": "2015-05-04 20:22:00" |
||
352 | }, |
||
353 | { |
||
354 | "name": "symfony/console", |
||
355 | "version": "v2.7.5", |
||
356 | "source": { |
||
357 | "type": "git", |
||
358 | "url": "https://github.com/symfony/console.git", |
||
359 | "reference": "06cb17c013a82f94a3d840682b49425cd00a2161" |
||
360 | }, |
||
361 | "dist": { |
||
362 | "type": "zip", |
||
363 | "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161", |
||
364 | "reference": "06cb17c013a82f94a3d840682b49425cd00a2161", |
||
365 | "shasum": "" |
||
366 | }, |
||
367 | "require": { |
||
368 | "php": ">=5.3.9" |
||
369 | }, |
||
370 | "require-dev": { |
||
371 | "psr/log": "~1.0", |
||
372 | "symfony/event-dispatcher": "~2.1", |
||
373 | "symfony/phpunit-bridge": "~2.7", |
||
374 | "symfony/process": "~2.1" |
||
375 | }, |
||
376 | "suggest": { |
||
377 | "psr/log": "For using the console logger", |
||
378 | "symfony/event-dispatcher": "", |
||
379 | "symfony/process": "" |
||
380 | }, |
||
381 | "type": "library", |
||
382 | "extra": { |
||
383 | "branch-alias": { |
||
384 | "dev-master": "2.7-dev" |
||
385 | } |
||
386 | }, |
||
387 | "autoload": { |
||
388 | "psr-4": { |
||
389 | "Symfony\\Component\\Console\\": "" |
||
390 | } |
||
391 | }, |
||
392 | "notification-url": "https://packagist.org/downloads/", |
||
393 | "license": [ |
||
394 | "MIT" |
||
395 | ], |
||
396 | "authors": [ |
||
397 | { |
||
398 | "name": "Fabien Potencier", |
||
399 | "email": "[email protected]" |
||
400 | }, |
||
401 | { |
||
402 | "name": "Symfony Community", |
||
403 | "homepage": "https://symfony.com/contributors" |
||
404 | } |
||
405 | ], |
||
406 | "description": "Symfony Console Component", |
||
407 | "homepage": "https://symfony.com", |
||
408 | "time": "2015-09-25 08:32:23" |
||
409 | }, |
||
410 | { |
||
411 | "name": "twig/twig", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
412 | "version": "v1.18.2", |
||
413 | "source": { |
||
414 | "type": "git", |
||
415 | "url": "https://github.com/twigphp/Twig.git", |
||
416 | "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602" |
||
417 | }, |
||
418 | "dist": { |
||
419 | "type": "zip", |
||
420 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602", |
||
421 | "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602", |
||
422 | "shasum": "" |
||
423 | }, |
||
424 | "require": { |
||
425 | "php": ">=5.2.7" |
||
426 | }, |
||
427 | "type": "library", |
||
428 | "extra": { |
||
429 | "branch-alias": { |
||
430 | "dev-master": "1.18-dev" |
||
431 | } |
||
432 | }, |
||
433 | "autoload": { |
||
434 | "psr-0": { |
||
435 | "Twig_": "lib/" |
||
436 | } |
||
437 | }, |
||
438 | "notification-url": "https://packagist.org/downloads/", |
||
439 | "license": [ |
||
440 | "BSD-3-Clause" |
||
441 | ], |
||
442 | "authors": [ |
||
443 | { |
||
444 | "name": "Fabien Potencier", |
||
445 | "email": "[email protected]", |
||
446 | "homepage": "http://fabien.potencier.org", |
||
447 | "role": "Lead Developer" |
||
448 | }, |
||
449 | { |
||
450 | "name": "Armin Ronacher", |
||
451 | "email": "[email protected]", |
||
452 | "role": "Project Founder" |
||
453 | }, |
||
454 | { |
||
455 | "name": "Twig Team", |
||
456 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
457 | "role": "Contributors" |
||
458 | } |
||
459 | ], |
||
460 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
461 | "homepage": "http://twig.sensiolabs.org", |
||
462 | "keywords": [ |
||
463 | "templating" |
||
464 | ], |
||
465 | "time": "2015-06-06 23:31:24" |
||
466 | }, |
||
467 | { |
||
468 | "name": "willdurand/geocoder", |
||
469 | "version": "v3.2.0", |
||
470 | "source": { |
||
471 | "type": "git", |
||
472 | "url": "https://github.com/geocoder-php/Geocoder.git", |
||
473 | "reference": "c9710d3930e916253c92c8395d6609e3230024e7" |
||
474 | }, |
||
475 | "dist": { |
||
476 | "type": "zip", |
||
477 | "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/c9710d3930e916253c92c8395d6609e3230024e7", |
||
478 | "reference": "c9710d3930e916253c92c8395d6609e3230024e7", |
||
479 | "shasum": "" |
||
480 | }, |
||
481 | "require": { |
||
482 | "egeloen/http-adapter": "~0.8", |
||
483 | "igorw/get-in": "~1.0", |
||
484 | "php": ">=5.4.0" |
||
485 | }, |
||
486 | "require-dev": { |
||
487 | "geoip2/geoip2": "~2.0", |
||
488 | "symfony/stopwatch": "~2.5" |
||
489 | }, |
||
490 | "suggest": { |
||
491 | "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.", |
||
492 | "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).", |
||
493 | "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.", |
||
494 | "symfony/stopwatch": "If you want to use the TimedGeocoder" |
||
495 | }, |
||
496 | "type": "library", |
||
497 | "extra": { |
||
498 | "branch-alias": { |
||
499 | "dev-master": "3.2-dev" |
||
500 | } |
||
501 | }, |
||
502 | "autoload": { |
||
503 | "psr-0": { |
||
504 | "Geocoder": "src/" |
||
505 | } |
||
506 | }, |
||
507 | "notification-url": "https://packagist.org/downloads/", |
||
508 | "license": [ |
||
509 | "MIT" |
||
510 | ], |
||
511 | "authors": [ |
||
512 | { |
||
513 | "name": "William Durand", |
||
514 | "email": "[email protected]" |
||
515 | } |
||
516 | ], |
||
517 | "description": "The almost missing Geocoder PHP 5.4 library.", |
||
518 | "homepage": "http://geocoder-php.org", |
||
519 | "keywords": [ |
||
520 | "abstraction", |
||
521 | "geocoder", |
||
522 | "geocoding", |
||
523 | "geoip" |
||
524 | ], |
||
525 | "time": "2015-10-09 08:30:41" |
||
526 | }, |
||
527 | { |
||
528 | "name": "zendframework/zend-diactoros", |
||
529 | "version": "1.1.4", |
||
530 | "source": { |
||
531 | "type": "git", |
||
532 | "url": "https://github.com/zendframework/zend-diactoros.git", |
||
533 | "reference": "3f0ce6c0ba2106e018fb514a9f09dbb91eb6bfd0" |
||
534 | }, |
||
535 | "dist": { |
||
536 | "type": "zip", |
||
537 | "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/3f0ce6c0ba2106e018fb514a9f09dbb91eb6bfd0", |
||
538 | "reference": "3f0ce6c0ba2106e018fb514a9f09dbb91eb6bfd0", |
||
539 | "shasum": "" |
||
540 | }, |
||
541 | "require": { |
||
542 | "php": ">=5.4", |
||
543 | "psr/http-message": "~1.0" |
||
544 | }, |
||
545 | "provide": { |
||
546 | "psr/http-message-implementation": "~1.0.0" |
||
547 | }, |
||
548 | "require-dev": { |
||
549 | "phpunit/phpunit": "~4.6", |
||
550 | "squizlabs/php_codesniffer": "^2.3.1" |
||
551 | }, |
||
552 | "type": "library", |
||
553 | "extra": { |
||
554 | "branch-alias": { |
||
555 | "dev-master": "1.0-dev", |
||
556 | "dev-develop": "1.1-dev" |
||
557 | } |
||
558 | }, |
||
559 | "autoload": { |
||
560 | "psr-4": { |
||
561 | "Zend\\Diactoros\\": "src/" |
||
562 | } |
||
563 | }, |
||
564 | "notification-url": "https://packagist.org/downloads/", |
||
565 | "license": [ |
||
566 | "BSD-2-Clause" |
||
567 | ], |
||
568 | "description": "PSR HTTP Message implementations", |
||
569 | "homepage": "https://github.com/zendframework/zend-diactoros", |
||
570 | "keywords": [ |
||
571 | "http", |
||
572 | "psr", |
||
573 | "psr-7" |
||
574 | ], |
||
575 | "time": "2015-10-16 15:24:05" |
||
576 | } |
||
577 | ], |
||
578 | "packages-dev": [], |
||
579 | "aliases": [], |
||
580 | "minimum-stability": "stable", |
||
581 | "stability-flags": [], |
||
582 | "prefer-stable": false, |
||
583 | "prefer-lowest": false, |
||
584 | "platform": [], |
||
585 | "platform-dev": [] |
||
586 | } |
||
587 |