These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "9b204fb4a7fc5c54a05ee4697272cef4", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "aws/aws-sdk-php", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
11 | "version": "3.0.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/aws/aws-sdk-php.git", |
||
15 | "reference": "4018c8f14a9e53003bb0417fa859c6a7ad57b53b" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4018c8f14a9e53003bb0417fa859c6a7ad57b53b", |
||
20 | "reference": "4018c8f14a9e53003bb0417fa859c6a7ad57b53b", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "guzzlehttp/guzzle": "^5.3 || ^6.0.1", |
||
25 | "guzzlehttp/promises": "^1.0.0", |
||
26 | "guzzlehttp/psr7": "^1.0.0", |
||
27 | "mtdowling/jmespath.php": "^2.2", |
||
28 | "php": ">=5.5" |
||
29 | }, |
||
30 | "require-dev": { |
||
31 | "ext-dom": "*", |
||
32 | "ext-json": "*", |
||
33 | "ext-openssl": "*", |
||
34 | "ext-pcre": "*", |
||
35 | "ext-simplexml": "*", |
||
36 | "ext-spl": "*", |
||
37 | "phpunit/phpunit": "^4.0" |
||
38 | }, |
||
39 | "suggest": { |
||
40 | "ext-curl": "To send requests using cURL", |
||
41 | "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages" |
||
42 | }, |
||
43 | "type": "library", |
||
44 | "extra": { |
||
45 | "branch-alias": { |
||
46 | "dev-master": "3.0-dev" |
||
47 | } |
||
48 | }, |
||
49 | "autoload": { |
||
50 | "psr-4": { |
||
51 | "Aws\\": "src/" |
||
52 | }, |
||
53 | "files": [ |
||
54 | "src/functions.php" |
||
55 | ] |
||
56 | }, |
||
57 | "notification-url": "https://packagist.org/downloads/", |
||
58 | "license": [ |
||
59 | "Apache-2.0" |
||
60 | ], |
||
61 | "authors": [ |
||
62 | { |
||
63 | "name": "Amazon Web Services", |
||
64 | "homepage": "http://aws.amazon.com" |
||
65 | } |
||
66 | ], |
||
67 | "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", |
||
68 | "homepage": "http://aws.amazon.com/sdkforphp", |
||
69 | "keywords": [ |
||
70 | "amazon", |
||
71 | "aws", |
||
72 | "cloud", |
||
73 | "dynamodb", |
||
74 | "ec2", |
||
75 | "glacier", |
||
76 | "s3", |
||
77 | "sdk" |
||
78 | ], |
||
79 | "time": "2015-05-27T20:07:42+00:00" |
||
80 | }, |
||
81 | { |
||
82 | "name": "guzzlehttp/guzzle", |
||
83 | "version": "6.3.0", |
||
84 | "source": { |
||
85 | "type": "git", |
||
86 | "url": "https://github.com/guzzle/guzzle.git", |
||
87 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
88 | }, |
||
89 | "dist": { |
||
90 | "type": "zip", |
||
91 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
92 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
93 | "shasum": "" |
||
94 | }, |
||
95 | "require": { |
||
96 | "guzzlehttp/promises": "^1.0", |
||
97 | "guzzlehttp/psr7": "^1.4", |
||
98 | "php": ">=5.5" |
||
99 | }, |
||
100 | "require-dev": { |
||
101 | "ext-curl": "*", |
||
102 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
103 | "psr/log": "^1.0" |
||
104 | }, |
||
105 | "suggest": { |
||
106 | "psr/log": "Required for using the Log middleware" |
||
107 | }, |
||
108 | "type": "library", |
||
109 | "extra": { |
||
110 | "branch-alias": { |
||
111 | "dev-master": "6.2-dev" |
||
112 | } |
||
113 | }, |
||
114 | "autoload": { |
||
115 | "files": [ |
||
116 | "src/functions_include.php" |
||
117 | ], |
||
118 | "psr-4": { |
||
119 | "GuzzleHttp\\": "src/" |
||
120 | } |
||
121 | }, |
||
122 | "notification-url": "https://packagist.org/downloads/", |
||
123 | "license": [ |
||
124 | "MIT" |
||
125 | ], |
||
126 | "authors": [ |
||
127 | { |
||
128 | "name": "Michael Dowling", |
||
129 | "email": "[email protected]", |
||
130 | "homepage": "https://github.com/mtdowling" |
||
131 | } |
||
132 | ], |
||
133 | "description": "Guzzle is a PHP HTTP client library", |
||
134 | "homepage": "http://guzzlephp.org/", |
||
135 | "keywords": [ |
||
136 | "client", |
||
137 | "curl", |
||
138 | "framework", |
||
139 | "http", |
||
140 | "http client", |
||
141 | "rest", |
||
142 | "web service" |
||
143 | ], |
||
144 | "time": "2017-06-22T18:50:49+00:00" |
||
145 | }, |
||
146 | { |
||
147 | "name": "guzzlehttp/promises", |
||
148 | "version": "v1.3.1", |
||
149 | "source": { |
||
150 | "type": "git", |
||
151 | "url": "https://github.com/guzzle/promises.git", |
||
152 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
153 | }, |
||
154 | "dist": { |
||
155 | "type": "zip", |
||
156 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
157 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
158 | "shasum": "" |
||
159 | }, |
||
160 | "require": { |
||
161 | "php": ">=5.5.0" |
||
162 | }, |
||
163 | "require-dev": { |
||
164 | "phpunit/phpunit": "^4.0" |
||
165 | }, |
||
166 | "type": "library", |
||
167 | "extra": { |
||
168 | "branch-alias": { |
||
169 | "dev-master": "1.4-dev" |
||
170 | } |
||
171 | }, |
||
172 | "autoload": { |
||
173 | "psr-4": { |
||
174 | "GuzzleHttp\\Promise\\": "src/" |
||
175 | }, |
||
176 | "files": [ |
||
177 | "src/functions_include.php" |
||
178 | ] |
||
179 | }, |
||
180 | "notification-url": "https://packagist.org/downloads/", |
||
181 | "license": [ |
||
182 | "MIT" |
||
183 | ], |
||
184 | "authors": [ |
||
185 | { |
||
186 | "name": "Michael Dowling", |
||
187 | "email": "[email protected]", |
||
188 | "homepage": "https://github.com/mtdowling" |
||
189 | } |
||
190 | ], |
||
191 | "description": "Guzzle promises library", |
||
192 | "keywords": [ |
||
193 | "promise" |
||
194 | ], |
||
195 | "time": "2016-12-20T10:07:11+00:00" |
||
196 | }, |
||
197 | { |
||
198 | "name": "guzzlehttp/psr7", |
||
199 | "version": "1.4.2", |
||
200 | "source": { |
||
201 | "type": "git", |
||
202 | "url": "https://github.com/guzzle/psr7.git", |
||
203 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
204 | }, |
||
205 | "dist": { |
||
206 | "type": "zip", |
||
207 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
208 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
209 | "shasum": "" |
||
210 | }, |
||
211 | "require": { |
||
212 | "php": ">=5.4.0", |
||
213 | "psr/http-message": "~1.0" |
||
214 | }, |
||
215 | "provide": { |
||
216 | "psr/http-message-implementation": "1.0" |
||
217 | }, |
||
218 | "require-dev": { |
||
219 | "phpunit/phpunit": "~4.0" |
||
220 | }, |
||
221 | "type": "library", |
||
222 | "extra": { |
||
223 | "branch-alias": { |
||
224 | "dev-master": "1.4-dev" |
||
225 | } |
||
226 | }, |
||
227 | "autoload": { |
||
228 | "psr-4": { |
||
229 | "GuzzleHttp\\Psr7\\": "src/" |
||
230 | }, |
||
231 | "files": [ |
||
232 | "src/functions_include.php" |
||
233 | ] |
||
234 | }, |
||
235 | "notification-url": "https://packagist.org/downloads/", |
||
236 | "license": [ |
||
237 | "MIT" |
||
238 | ], |
||
239 | "authors": [ |
||
240 | { |
||
241 | "name": "Michael Dowling", |
||
242 | "email": "[email protected]", |
||
243 | "homepage": "https://github.com/mtdowling" |
||
244 | }, |
||
245 | { |
||
246 | "name": "Tobias Schultze", |
||
247 | "homepage": "https://github.com/Tobion" |
||
248 | } |
||
249 | ], |
||
250 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
251 | "keywords": [ |
||
252 | "http", |
||
253 | "message", |
||
254 | "request", |
||
255 | "response", |
||
256 | "stream", |
||
257 | "uri", |
||
258 | "url" |
||
259 | ], |
||
260 | "time": "2017-03-20T17:10:46+00:00" |
||
261 | }, |
||
262 | { |
||
263 | "name": "maennchen/zipstream-php", |
||
264 | "version": "0.3.1", |
||
265 | "source": { |
||
266 | "type": "git", |
||
267 | "url": "https://github.com/maennchen/ZipStream-PHP.git", |
||
268 | "reference": "c492ddf4abcb0f6bed287faae35ebe77be7b690f" |
||
269 | }, |
||
270 | "dist": { |
||
271 | "type": "zip", |
||
272 | "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c492ddf4abcb0f6bed287faae35ebe77be7b690f", |
||
273 | "reference": "c492ddf4abcb0f6bed287faae35ebe77be7b690f", |
||
274 | "shasum": "" |
||
275 | }, |
||
276 | "require": { |
||
277 | "ext-mbstring": "*", |
||
278 | "php": ">= 5.3" |
||
279 | }, |
||
280 | "require-dev": { |
||
281 | "phpunit/phpunit": "4.3.*" |
||
282 | }, |
||
283 | "type": "library", |
||
284 | "autoload": { |
||
285 | "psr-4": { |
||
286 | "ZipStream\\": "src/" |
||
287 | } |
||
288 | }, |
||
289 | "notification-url": "https://packagist.org/downloads/", |
||
290 | "license": [ |
||
291 | "MIT" |
||
292 | ], |
||
293 | "authors": [ |
||
294 | { |
||
295 | "name": "Paul Duncan", |
||
296 | "email": "[email protected]" |
||
297 | }, |
||
298 | { |
||
299 | "name": "Jesse Donat", |
||
300 | "email": "[email protected]" |
||
301 | }, |
||
302 | { |
||
303 | "name": "Jonatan Männchen", |
||
304 | "email": "[email protected]" |
||
305 | } |
||
306 | ], |
||
307 | "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", |
||
308 | "keywords": [ |
||
309 | "stream", |
||
310 | "zip" |
||
311 | ], |
||
312 | "time": "2016-02-27T22:32:42+00:00" |
||
313 | }, |
||
314 | { |
||
315 | "name": "mtdowling/jmespath.php", |
||
316 | "version": "2.4.0", |
||
317 | "source": { |
||
318 | "type": "git", |
||
319 | "url": "https://github.com/jmespath/jmespath.php.git", |
||
320 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" |
||
321 | }, |
||
322 | "dist": { |
||
323 | "type": "zip", |
||
324 | "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
325 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
326 | "shasum": "" |
||
327 | }, |
||
328 | "require": { |
||
329 | "php": ">=5.4.0" |
||
330 | }, |
||
331 | "require-dev": { |
||
332 | "phpunit/phpunit": "~4.0" |
||
333 | }, |
||
334 | "bin": [ |
||
335 | "bin/jp.php" |
||
336 | ], |
||
337 | "type": "library", |
||
338 | "extra": { |
||
339 | "branch-alias": { |
||
340 | "dev-master": "2.0-dev" |
||
341 | } |
||
342 | }, |
||
343 | "autoload": { |
||
344 | "psr-4": { |
||
345 | "JmesPath\\": "src/" |
||
346 | }, |
||
347 | "files": [ |
||
348 | "src/JmesPath.php" |
||
349 | ] |
||
350 | }, |
||
351 | "notification-url": "https://packagist.org/downloads/", |
||
352 | "license": [ |
||
353 | "MIT" |
||
354 | ], |
||
355 | "authors": [ |
||
356 | { |
||
357 | "name": "Michael Dowling", |
||
358 | "email": "[email protected]", |
||
359 | "homepage": "https://github.com/mtdowling" |
||
360 | } |
||
361 | ], |
||
362 | "description": "Declaratively specify how to extract elements from a JSON document", |
||
363 | "keywords": [ |
||
364 | "json", |
||
365 | "jsonpath" |
||
366 | ], |
||
367 | "time": "2016-12-03T22:08:25+00:00" |
||
368 | }, |
||
369 | { |
||
370 | "name": "psr/http-message", |
||
371 | "version": "1.0.1", |
||
372 | "source": { |
||
373 | "type": "git", |
||
374 | "url": "https://github.com/php-fig/http-message.git", |
||
375 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
376 | }, |
||
377 | "dist": { |
||
378 | "type": "zip", |
||
379 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
380 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
381 | "shasum": "" |
||
382 | }, |
||
383 | "require": { |
||
384 | "php": ">=5.3.0" |
||
385 | }, |
||
386 | "type": "library", |
||
387 | "extra": { |
||
388 | "branch-alias": { |
||
389 | "dev-master": "1.0.x-dev" |
||
390 | } |
||
391 | }, |
||
392 | "autoload": { |
||
393 | "psr-4": { |
||
394 | "Psr\\Http\\Message\\": "src/" |
||
395 | } |
||
396 | }, |
||
397 | "notification-url": "https://packagist.org/downloads/", |
||
398 | "license": [ |
||
399 | "MIT" |
||
400 | ], |
||
401 | "authors": [ |
||
402 | { |
||
403 | "name": "PHP-FIG", |
||
404 | "homepage": "http://www.php-fig.org/" |
||
405 | } |
||
406 | ], |
||
407 | "description": "Common interface for HTTP messages", |
||
408 | "homepage": "https://github.com/php-fig/http-message", |
||
409 | "keywords": [ |
||
410 | "http", |
||
411 | "http-message", |
||
412 | "psr", |
||
413 | "psr-7", |
||
414 | "request", |
||
415 | "response" |
||
416 | ], |
||
417 | "time": "2016-08-06T14:39:51+00:00" |
||
418 | } |
||
419 | ], |
||
420 | "packages-dev": [ |
||
421 | { |
||
422 | "name": "doctrine/instantiator", |
||
423 | "version": "1.1.0", |
||
424 | "source": { |
||
425 | "type": "git", |
||
426 | "url": "https://github.com/doctrine/instantiator.git", |
||
427 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
428 | }, |
||
429 | "dist": { |
||
430 | "type": "zip", |
||
431 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
432 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
433 | "shasum": "" |
||
434 | }, |
||
435 | "require": { |
||
436 | "php": "^7.1" |
||
437 | }, |
||
438 | "require-dev": { |
||
439 | "athletic/athletic": "~0.1.8", |
||
440 | "ext-pdo": "*", |
||
441 | "ext-phar": "*", |
||
442 | "phpunit/phpunit": "^6.2.3", |
||
443 | "squizlabs/php_codesniffer": "^3.0.2" |
||
444 | }, |
||
445 | "type": "library", |
||
446 | "extra": { |
||
447 | "branch-alias": { |
||
448 | "dev-master": "1.2.x-dev" |
||
449 | } |
||
450 | }, |
||
451 | "autoload": { |
||
452 | "psr-4": { |
||
453 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
454 | } |
||
455 | }, |
||
456 | "notification-url": "https://packagist.org/downloads/", |
||
457 | "license": [ |
||
458 | "MIT" |
||
459 | ], |
||
460 | "authors": [ |
||
461 | { |
||
462 | "name": "Marco Pivetta", |
||
463 | "email": "[email protected]", |
||
464 | "homepage": "http://ocramius.github.com/" |
||
465 | } |
||
466 | ], |
||
467 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
468 | "homepage": "https://github.com/doctrine/instantiator", |
||
469 | "keywords": [ |
||
470 | "constructor", |
||
471 | "instantiate" |
||
472 | ], |
||
473 | "time": "2017-07-22T11:58:36+00:00" |
||
474 | }, |
||
475 | { |
||
476 | "name": "myclabs/deep-copy", |
||
477 | "version": "1.6.1", |
||
478 | "source": { |
||
479 | "type": "git", |
||
480 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
481 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
||
482 | }, |
||
483 | "dist": { |
||
484 | "type": "zip", |
||
485 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
486 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
487 | "shasum": "" |
||
488 | }, |
||
489 | "require": { |
||
490 | "php": ">=5.4.0" |
||
491 | }, |
||
492 | "require-dev": { |
||
493 | "doctrine/collections": "1.*", |
||
494 | "phpunit/phpunit": "~4.1" |
||
495 | }, |
||
496 | "type": "library", |
||
497 | "autoload": { |
||
498 | "psr-4": { |
||
499 | "DeepCopy\\": "src/DeepCopy/" |
||
500 | } |
||
501 | }, |
||
502 | "notification-url": "https://packagist.org/downloads/", |
||
503 | "license": [ |
||
504 | "MIT" |
||
505 | ], |
||
506 | "description": "Create deep copies (clones) of your objects", |
||
507 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
508 | "keywords": [ |
||
509 | "clone", |
||
510 | "copy", |
||
511 | "duplicate", |
||
512 | "object", |
||
513 | "object graph" |
||
514 | ], |
||
515 | "time": "2017-04-12T18:52:22+00:00" |
||
516 | }, |
||
517 | { |
||
518 | "name": "phpdocumentor/reflection-common", |
||
519 | "version": "1.0", |
||
520 | "source": { |
||
521 | "type": "git", |
||
522 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
523 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
524 | }, |
||
525 | "dist": { |
||
526 | "type": "zip", |
||
527 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
528 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
529 | "shasum": "" |
||
530 | }, |
||
531 | "require": { |
||
532 | "php": ">=5.5" |
||
533 | }, |
||
534 | "require-dev": { |
||
535 | "phpunit/phpunit": "^4.6" |
||
536 | }, |
||
537 | "type": "library", |
||
538 | "extra": { |
||
539 | "branch-alias": { |
||
540 | "dev-master": "1.0.x-dev" |
||
541 | } |
||
542 | }, |
||
543 | "autoload": { |
||
544 | "psr-4": { |
||
545 | "phpDocumentor\\Reflection\\": [ |
||
546 | "src" |
||
547 | ] |
||
548 | } |
||
549 | }, |
||
550 | "notification-url": "https://packagist.org/downloads/", |
||
551 | "license": [ |
||
552 | "MIT" |
||
553 | ], |
||
554 | "authors": [ |
||
555 | { |
||
556 | "name": "Jaap van Otterdijk", |
||
557 | "email": "[email protected]" |
||
558 | } |
||
559 | ], |
||
560 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
561 | "homepage": "http://www.phpdoc.org", |
||
562 | "keywords": [ |
||
563 | "FQSEN", |
||
564 | "phpDocumentor", |
||
565 | "phpdoc", |
||
566 | "reflection", |
||
567 | "static analysis" |
||
568 | ], |
||
569 | "time": "2015-12-27T11:43:31+00:00" |
||
570 | }, |
||
571 | { |
||
572 | "name": "phpdocumentor/reflection-docblock", |
||
573 | "version": "3.2.0", |
||
574 | "source": { |
||
575 | "type": "git", |
||
576 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
577 | "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" |
||
578 | }, |
||
579 | "dist": { |
||
580 | "type": "zip", |
||
581 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585", |
||
582 | "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", |
||
583 | "shasum": "" |
||
584 | }, |
||
585 | "require": { |
||
586 | "php": ">=5.5", |
||
587 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
588 | "phpdocumentor/type-resolver": "^0.4.0", |
||
589 | "webmozart/assert": "^1.0" |
||
590 | }, |
||
591 | "require-dev": { |
||
592 | "mockery/mockery": "^0.9.4", |
||
593 | "phpunit/phpunit": "^4.4" |
||
594 | }, |
||
595 | "type": "library", |
||
596 | "autoload": { |
||
597 | "psr-4": { |
||
598 | "phpDocumentor\\Reflection\\": [ |
||
599 | "src/" |
||
600 | ] |
||
601 | } |
||
602 | }, |
||
603 | "notification-url": "https://packagist.org/downloads/", |
||
604 | "license": [ |
||
605 | "MIT" |
||
606 | ], |
||
607 | "authors": [ |
||
608 | { |
||
609 | "name": "Mike van Riel", |
||
610 | "email": "[email protected]" |
||
611 | } |
||
612 | ], |
||
613 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
614 | "time": "2017-07-15T11:38:20+00:00" |
||
615 | }, |
||
616 | { |
||
617 | "name": "phpdocumentor/type-resolver", |
||
618 | "version": "0.4.0", |
||
619 | "source": { |
||
620 | "type": "git", |
||
621 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
622 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
623 | }, |
||
624 | "dist": { |
||
625 | "type": "zip", |
||
626 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
627 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
628 | "shasum": "" |
||
629 | }, |
||
630 | "require": { |
||
631 | "php": "^5.5 || ^7.0", |
||
632 | "phpdocumentor/reflection-common": "^1.0" |
||
633 | }, |
||
634 | "require-dev": { |
||
635 | "mockery/mockery": "^0.9.4", |
||
636 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
637 | }, |
||
638 | "type": "library", |
||
639 | "extra": { |
||
640 | "branch-alias": { |
||
641 | "dev-master": "1.0.x-dev" |
||
642 | } |
||
643 | }, |
||
644 | "autoload": { |
||
645 | "psr-4": { |
||
646 | "phpDocumentor\\Reflection\\": [ |
||
647 | "src/" |
||
648 | ] |
||
649 | } |
||
650 | }, |
||
651 | "notification-url": "https://packagist.org/downloads/", |
||
652 | "license": [ |
||
653 | "MIT" |
||
654 | ], |
||
655 | "authors": [ |
||
656 | { |
||
657 | "name": "Mike van Riel", |
||
658 | "email": "[email protected]" |
||
659 | } |
||
660 | ], |
||
661 | "time": "2017-07-14T14:27:02+00:00" |
||
662 | }, |
||
663 | { |
||
664 | "name": "phpspec/prophecy", |
||
665 | "version": "v1.7.0", |
||
666 | "source": { |
||
667 | "type": "git", |
||
668 | "url": "https://github.com/phpspec/prophecy.git", |
||
669 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" |
||
670 | }, |
||
671 | "dist": { |
||
672 | "type": "zip", |
||
673 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", |
||
674 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", |
||
675 | "shasum": "" |
||
676 | }, |
||
677 | "require": { |
||
678 | "doctrine/instantiator": "^1.0.2", |
||
679 | "php": "^5.3|^7.0", |
||
680 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
681 | "sebastian/comparator": "^1.1|^2.0", |
||
682 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
683 | }, |
||
684 | "require-dev": { |
||
685 | "phpspec/phpspec": "^2.5|^3.2", |
||
686 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
687 | }, |
||
688 | "type": "library", |
||
689 | "extra": { |
||
690 | "branch-alias": { |
||
691 | "dev-master": "1.6.x-dev" |
||
692 | } |
||
693 | }, |
||
694 | "autoload": { |
||
695 | "psr-0": { |
||
696 | "Prophecy\\": "src/" |
||
697 | } |
||
698 | }, |
||
699 | "notification-url": "https://packagist.org/downloads/", |
||
700 | "license": [ |
||
701 | "MIT" |
||
702 | ], |
||
703 | "authors": [ |
||
704 | { |
||
705 | "name": "Konstantin Kudryashov", |
||
706 | "email": "[email protected]", |
||
707 | "homepage": "http://everzet.com" |
||
708 | }, |
||
709 | { |
||
710 | "name": "Marcello Duarte", |
||
711 | "email": "[email protected]" |
||
712 | } |
||
713 | ], |
||
714 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
715 | "homepage": "https://github.com/phpspec/prophecy", |
||
716 | "keywords": [ |
||
717 | "Double", |
||
718 | "Dummy", |
||
719 | "fake", |
||
720 | "mock", |
||
721 | "spy", |
||
722 | "stub" |
||
723 | ], |
||
724 | "time": "2017-03-02T20:05:34+00:00" |
||
725 | }, |
||
726 | { |
||
727 | "name": "phpunit/php-code-coverage", |
||
728 | "version": "4.0.8", |
||
729 | "source": { |
||
730 | "type": "git", |
||
731 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
732 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
733 | }, |
||
734 | "dist": { |
||
735 | "type": "zip", |
||
736 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
737 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
738 | "shasum": "" |
||
739 | }, |
||
740 | "require": { |
||
741 | "ext-dom": "*", |
||
742 | "ext-xmlwriter": "*", |
||
743 | "php": "^5.6 || ^7.0", |
||
744 | "phpunit/php-file-iterator": "^1.3", |
||
745 | "phpunit/php-text-template": "^1.2", |
||
746 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
747 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
748 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
749 | "sebastian/version": "^1.0 || ^2.0" |
||
750 | }, |
||
751 | "require-dev": { |
||
752 | "ext-xdebug": "^2.1.4", |
||
753 | "phpunit/phpunit": "^5.7" |
||
754 | }, |
||
755 | "suggest": { |
||
756 | "ext-xdebug": "^2.5.1" |
||
757 | }, |
||
758 | "type": "library", |
||
759 | "extra": { |
||
760 | "branch-alias": { |
||
761 | "dev-master": "4.0.x-dev" |
||
762 | } |
||
763 | }, |
||
764 | "autoload": { |
||
765 | "classmap": [ |
||
766 | "src/" |
||
767 | ] |
||
768 | }, |
||
769 | "notification-url": "https://packagist.org/downloads/", |
||
770 | "license": [ |
||
771 | "BSD-3-Clause" |
||
772 | ], |
||
773 | "authors": [ |
||
774 | { |
||
775 | "name": "Sebastian Bergmann", |
||
776 | "email": "[email protected]", |
||
777 | "role": "lead" |
||
778 | } |
||
779 | ], |
||
780 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
781 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
782 | "keywords": [ |
||
783 | "coverage", |
||
784 | "testing", |
||
785 | "xunit" |
||
786 | ], |
||
787 | "time": "2017-04-02T07:44:40+00:00" |
||
788 | }, |
||
789 | { |
||
790 | "name": "phpunit/php-file-iterator", |
||
791 | "version": "1.4.2", |
||
792 | "source": { |
||
793 | "type": "git", |
||
794 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
795 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
796 | }, |
||
797 | "dist": { |
||
798 | "type": "zip", |
||
799 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
800 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
801 | "shasum": "" |
||
802 | }, |
||
803 | "require": { |
||
804 | "php": ">=5.3.3" |
||
805 | }, |
||
806 | "type": "library", |
||
807 | "extra": { |
||
808 | "branch-alias": { |
||
809 | "dev-master": "1.4.x-dev" |
||
810 | } |
||
811 | }, |
||
812 | "autoload": { |
||
813 | "classmap": [ |
||
814 | "src/" |
||
815 | ] |
||
816 | }, |
||
817 | "notification-url": "https://packagist.org/downloads/", |
||
818 | "license": [ |
||
819 | "BSD-3-Clause" |
||
820 | ], |
||
821 | "authors": [ |
||
822 | { |
||
823 | "name": "Sebastian Bergmann", |
||
824 | "email": "[email protected]", |
||
825 | "role": "lead" |
||
826 | } |
||
827 | ], |
||
828 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
829 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
830 | "keywords": [ |
||
831 | "filesystem", |
||
832 | "iterator" |
||
833 | ], |
||
834 | "time": "2016-10-03T07:40:28+00:00" |
||
835 | }, |
||
836 | { |
||
837 | "name": "phpunit/php-text-template", |
||
838 | "version": "1.2.1", |
||
839 | "source": { |
||
840 | "type": "git", |
||
841 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
842 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
843 | }, |
||
844 | "dist": { |
||
845 | "type": "zip", |
||
846 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
847 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
848 | "shasum": "" |
||
849 | }, |
||
850 | "require": { |
||
851 | "php": ">=5.3.3" |
||
852 | }, |
||
853 | "type": "library", |
||
854 | "autoload": { |
||
855 | "classmap": [ |
||
856 | "src/" |
||
857 | ] |
||
858 | }, |
||
859 | "notification-url": "https://packagist.org/downloads/", |
||
860 | "license": [ |
||
861 | "BSD-3-Clause" |
||
862 | ], |
||
863 | "authors": [ |
||
864 | { |
||
865 | "name": "Sebastian Bergmann", |
||
866 | "email": "[email protected]", |
||
867 | "role": "lead" |
||
868 | } |
||
869 | ], |
||
870 | "description": "Simple template engine.", |
||
871 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
872 | "keywords": [ |
||
873 | "template" |
||
874 | ], |
||
875 | "time": "2015-06-21T13:50:34+00:00" |
||
876 | }, |
||
877 | { |
||
878 | "name": "phpunit/php-timer", |
||
879 | "version": "1.0.9", |
||
880 | "source": { |
||
881 | "type": "git", |
||
882 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
883 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
884 | }, |
||
885 | "dist": { |
||
886 | "type": "zip", |
||
887 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
888 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
889 | "shasum": "" |
||
890 | }, |
||
891 | "require": { |
||
892 | "php": "^5.3.3 || ^7.0" |
||
893 | }, |
||
894 | "require-dev": { |
||
895 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
896 | }, |
||
897 | "type": "library", |
||
898 | "extra": { |
||
899 | "branch-alias": { |
||
900 | "dev-master": "1.0-dev" |
||
901 | } |
||
902 | }, |
||
903 | "autoload": { |
||
904 | "classmap": [ |
||
905 | "src/" |
||
906 | ] |
||
907 | }, |
||
908 | "notification-url": "https://packagist.org/downloads/", |
||
909 | "license": [ |
||
910 | "BSD-3-Clause" |
||
911 | ], |
||
912 | "authors": [ |
||
913 | { |
||
914 | "name": "Sebastian Bergmann", |
||
915 | "email": "[email protected]", |
||
916 | "role": "lead" |
||
917 | } |
||
918 | ], |
||
919 | "description": "Utility class for timing", |
||
920 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
921 | "keywords": [ |
||
922 | "timer" |
||
923 | ], |
||
924 | "time": "2017-02-26T11:10:40+00:00" |
||
925 | }, |
||
926 | { |
||
927 | "name": "phpunit/php-token-stream", |
||
928 | "version": "1.4.11", |
||
929 | "source": { |
||
930 | "type": "git", |
||
931 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
932 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" |
||
933 | }, |
||
934 | "dist": { |
||
935 | "type": "zip", |
||
936 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
937 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
938 | "shasum": "" |
||
939 | }, |
||
940 | "require": { |
||
941 | "ext-tokenizer": "*", |
||
942 | "php": ">=5.3.3" |
||
943 | }, |
||
944 | "require-dev": { |
||
945 | "phpunit/phpunit": "~4.2" |
||
946 | }, |
||
947 | "type": "library", |
||
948 | "extra": { |
||
949 | "branch-alias": { |
||
950 | "dev-master": "1.4-dev" |
||
951 | } |
||
952 | }, |
||
953 | "autoload": { |
||
954 | "classmap": [ |
||
955 | "src/" |
||
956 | ] |
||
957 | }, |
||
958 | "notification-url": "https://packagist.org/downloads/", |
||
959 | "license": [ |
||
960 | "BSD-3-Clause" |
||
961 | ], |
||
962 | "authors": [ |
||
963 | { |
||
964 | "name": "Sebastian Bergmann", |
||
965 | "email": "[email protected]" |
||
966 | } |
||
967 | ], |
||
968 | "description": "Wrapper around PHP's tokenizer extension.", |
||
969 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
970 | "keywords": [ |
||
971 | "tokenizer" |
||
972 | ], |
||
973 | "time": "2017-02-27T10:12:30+00:00" |
||
974 | }, |
||
975 | { |
||
976 | "name": "phpunit/phpunit", |
||
977 | "version": "5.7.21", |
||
978 | "source": { |
||
979 | "type": "git", |
||
980 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
981 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db" |
||
982 | }, |
||
983 | "dist": { |
||
984 | "type": "zip", |
||
985 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
986 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
987 | "shasum": "" |
||
988 | }, |
||
989 | "require": { |
||
990 | "ext-dom": "*", |
||
991 | "ext-json": "*", |
||
992 | "ext-libxml": "*", |
||
993 | "ext-mbstring": "*", |
||
994 | "ext-xml": "*", |
||
995 | "myclabs/deep-copy": "~1.3", |
||
996 | "php": "^5.6 || ^7.0", |
||
997 | "phpspec/prophecy": "^1.6.2", |
||
998 | "phpunit/php-code-coverage": "^4.0.4", |
||
999 | "phpunit/php-file-iterator": "~1.4", |
||
1000 | "phpunit/php-text-template": "~1.2", |
||
1001 | "phpunit/php-timer": "^1.0.6", |
||
1002 | "phpunit/phpunit-mock-objects": "^3.2", |
||
1003 | "sebastian/comparator": "^1.2.4", |
||
1004 | "sebastian/diff": "^1.4.3", |
||
1005 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
1006 | "sebastian/exporter": "~2.0", |
||
1007 | "sebastian/global-state": "^1.1", |
||
1008 | "sebastian/object-enumerator": "~2.0", |
||
1009 | "sebastian/resource-operations": "~1.0", |
||
1010 | "sebastian/version": "~1.0.3|~2.0", |
||
1011 | "symfony/yaml": "~2.1|~3.0" |
||
1012 | }, |
||
1013 | "conflict": { |
||
1014 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
1015 | }, |
||
1016 | "require-dev": { |
||
1017 | "ext-pdo": "*" |
||
1018 | }, |
||
1019 | "suggest": { |
||
1020 | "ext-xdebug": "*", |
||
1021 | "phpunit/php-invoker": "~1.1" |
||
1022 | }, |
||
1023 | "bin": [ |
||
1024 | "phpunit" |
||
1025 | ], |
||
1026 | "type": "library", |
||
1027 | "extra": { |
||
1028 | "branch-alias": { |
||
1029 | "dev-master": "5.7.x-dev" |
||
1030 | } |
||
1031 | }, |
||
1032 | "autoload": { |
||
1033 | "classmap": [ |
||
1034 | "src/" |
||
1035 | ] |
||
1036 | }, |
||
1037 | "notification-url": "https://packagist.org/downloads/", |
||
1038 | "license": [ |
||
1039 | "BSD-3-Clause" |
||
1040 | ], |
||
1041 | "authors": [ |
||
1042 | { |
||
1043 | "name": "Sebastian Bergmann", |
||
1044 | "email": "[email protected]", |
||
1045 | "role": "lead" |
||
1046 | } |
||
1047 | ], |
||
1048 | "description": "The PHP Unit Testing framework.", |
||
1049 | "homepage": "https://phpunit.de/", |
||
1050 | "keywords": [ |
||
1051 | "phpunit", |
||
1052 | "testing", |
||
1053 | "xunit" |
||
1054 | ], |
||
1055 | "time": "2017-06-21T08:11:54+00:00" |
||
1056 | }, |
||
1057 | { |
||
1058 | "name": "phpunit/phpunit-mock-objects", |
||
1059 | "version": "3.4.4", |
||
1060 | "source": { |
||
1061 | "type": "git", |
||
1062 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1063 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
1064 | }, |
||
1065 | "dist": { |
||
1066 | "type": "zip", |
||
1067 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
1068 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
1069 | "shasum": "" |
||
1070 | }, |
||
1071 | "require": { |
||
1072 | "doctrine/instantiator": "^1.0.2", |
||
1073 | "php": "^5.6 || ^7.0", |
||
1074 | "phpunit/php-text-template": "^1.2", |
||
1075 | "sebastian/exporter": "^1.2 || ^2.0" |
||
1076 | }, |
||
1077 | "conflict": { |
||
1078 | "phpunit/phpunit": "<5.4.0" |
||
1079 | }, |
||
1080 | "require-dev": { |
||
1081 | "phpunit/phpunit": "^5.4" |
||
1082 | }, |
||
1083 | "suggest": { |
||
1084 | "ext-soap": "*" |
||
1085 | }, |
||
1086 | "type": "library", |
||
1087 | "extra": { |
||
1088 | "branch-alias": { |
||
1089 | "dev-master": "3.2.x-dev" |
||
1090 | } |
||
1091 | }, |
||
1092 | "autoload": { |
||
1093 | "classmap": [ |
||
1094 | "src/" |
||
1095 | ] |
||
1096 | }, |
||
1097 | "notification-url": "https://packagist.org/downloads/", |
||
1098 | "license": [ |
||
1099 | "BSD-3-Clause" |
||
1100 | ], |
||
1101 | "authors": [ |
||
1102 | { |
||
1103 | "name": "Sebastian Bergmann", |
||
1104 | "email": "[email protected]", |
||
1105 | "role": "lead" |
||
1106 | } |
||
1107 | ], |
||
1108 | "description": "Mock Object library for PHPUnit", |
||
1109 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1110 | "keywords": [ |
||
1111 | "mock", |
||
1112 | "xunit" |
||
1113 | ], |
||
1114 | "time": "2017-06-30T09:13:00+00:00" |
||
1115 | }, |
||
1116 | { |
||
1117 | "name": "sebastian/code-unit-reverse-lookup", |
||
1118 | "version": "1.0.1", |
||
1119 | "source": { |
||
1120 | "type": "git", |
||
1121 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
1122 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
1123 | }, |
||
1124 | "dist": { |
||
1125 | "type": "zip", |
||
1126 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1127 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1128 | "shasum": "" |
||
1129 | }, |
||
1130 | "require": { |
||
1131 | "php": "^5.6 || ^7.0" |
||
1132 | }, |
||
1133 | "require-dev": { |
||
1134 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
1135 | }, |
||
1136 | "type": "library", |
||
1137 | "extra": { |
||
1138 | "branch-alias": { |
||
1139 | "dev-master": "1.0.x-dev" |
||
1140 | } |
||
1141 | }, |
||
1142 | "autoload": { |
||
1143 | "classmap": [ |
||
1144 | "src/" |
||
1145 | ] |
||
1146 | }, |
||
1147 | "notification-url": "https://packagist.org/downloads/", |
||
1148 | "license": [ |
||
1149 | "BSD-3-Clause" |
||
1150 | ], |
||
1151 | "authors": [ |
||
1152 | { |
||
1153 | "name": "Sebastian Bergmann", |
||
1154 | "email": "[email protected]" |
||
1155 | } |
||
1156 | ], |
||
1157 | "description": "Looks up which function or method a line of code belongs to", |
||
1158 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
1159 | "time": "2017-03-04T06:30:41+00:00" |
||
1160 | }, |
||
1161 | { |
||
1162 | "name": "sebastian/comparator", |
||
1163 | "version": "1.2.4", |
||
1164 | "source": { |
||
1165 | "type": "git", |
||
1166 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1167 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
1168 | }, |
||
1169 | "dist": { |
||
1170 | "type": "zip", |
||
1171 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1172 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1173 | "shasum": "" |
||
1174 | }, |
||
1175 | "require": { |
||
1176 | "php": ">=5.3.3", |
||
1177 | "sebastian/diff": "~1.2", |
||
1178 | "sebastian/exporter": "~1.2 || ~2.0" |
||
1179 | }, |
||
1180 | "require-dev": { |
||
1181 | "phpunit/phpunit": "~4.4" |
||
1182 | }, |
||
1183 | "type": "library", |
||
1184 | "extra": { |
||
1185 | "branch-alias": { |
||
1186 | "dev-master": "1.2.x-dev" |
||
1187 | } |
||
1188 | }, |
||
1189 | "autoload": { |
||
1190 | "classmap": [ |
||
1191 | "src/" |
||
1192 | ] |
||
1193 | }, |
||
1194 | "notification-url": "https://packagist.org/downloads/", |
||
1195 | "license": [ |
||
1196 | "BSD-3-Clause" |
||
1197 | ], |
||
1198 | "authors": [ |
||
1199 | { |
||
1200 | "name": "Jeff Welch", |
||
1201 | "email": "[email protected]" |
||
1202 | }, |
||
1203 | { |
||
1204 | "name": "Volker Dusch", |
||
1205 | "email": "[email protected]" |
||
1206 | }, |
||
1207 | { |
||
1208 | "name": "Bernhard Schussek", |
||
1209 | "email": "[email protected]" |
||
1210 | }, |
||
1211 | { |
||
1212 | "name": "Sebastian Bergmann", |
||
1213 | "email": "[email protected]" |
||
1214 | } |
||
1215 | ], |
||
1216 | "description": "Provides the functionality to compare PHP values for equality", |
||
1217 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1218 | "keywords": [ |
||
1219 | "comparator", |
||
1220 | "compare", |
||
1221 | "equality" |
||
1222 | ], |
||
1223 | "time": "2017-01-29T09:50:25+00:00" |
||
1224 | }, |
||
1225 | { |
||
1226 | "name": "sebastian/diff", |
||
1227 | "version": "1.4.3", |
||
1228 | "source": { |
||
1229 | "type": "git", |
||
1230 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1231 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
1232 | }, |
||
1233 | "dist": { |
||
1234 | "type": "zip", |
||
1235 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
1236 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
1237 | "shasum": "" |
||
1238 | }, |
||
1239 | "require": { |
||
1240 | "php": "^5.3.3 || ^7.0" |
||
1241 | }, |
||
1242 | "require-dev": { |
||
1243 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1244 | }, |
||
1245 | "type": "library", |
||
1246 | "extra": { |
||
1247 | "branch-alias": { |
||
1248 | "dev-master": "1.4-dev" |
||
1249 | } |
||
1250 | }, |
||
1251 | "autoload": { |
||
1252 | "classmap": [ |
||
1253 | "src/" |
||
1254 | ] |
||
1255 | }, |
||
1256 | "notification-url": "https://packagist.org/downloads/", |
||
1257 | "license": [ |
||
1258 | "BSD-3-Clause" |
||
1259 | ], |
||
1260 | "authors": [ |
||
1261 | { |
||
1262 | "name": "Kore Nordmann", |
||
1263 | "email": "[email protected]" |
||
1264 | }, |
||
1265 | { |
||
1266 | "name": "Sebastian Bergmann", |
||
1267 | "email": "[email protected]" |
||
1268 | } |
||
1269 | ], |
||
1270 | "description": "Diff implementation", |
||
1271 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
1272 | "keywords": [ |
||
1273 | "diff" |
||
1274 | ], |
||
1275 | "time": "2017-05-22T07:24:03+00:00" |
||
1276 | }, |
||
1277 | { |
||
1278 | "name": "sebastian/environment", |
||
1279 | "version": "2.0.0", |
||
1280 | "source": { |
||
1281 | "type": "git", |
||
1282 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1283 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
1284 | }, |
||
1285 | "dist": { |
||
1286 | "type": "zip", |
||
1287 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
1288 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
1289 | "shasum": "" |
||
1290 | }, |
||
1291 | "require": { |
||
1292 | "php": "^5.6 || ^7.0" |
||
1293 | }, |
||
1294 | "require-dev": { |
||
1295 | "phpunit/phpunit": "^5.0" |
||
1296 | }, |
||
1297 | "type": "library", |
||
1298 | "extra": { |
||
1299 | "branch-alias": { |
||
1300 | "dev-master": "2.0.x-dev" |
||
1301 | } |
||
1302 | }, |
||
1303 | "autoload": { |
||
1304 | "classmap": [ |
||
1305 | "src/" |
||
1306 | ] |
||
1307 | }, |
||
1308 | "notification-url": "https://packagist.org/downloads/", |
||
1309 | "license": [ |
||
1310 | "BSD-3-Clause" |
||
1311 | ], |
||
1312 | "authors": [ |
||
1313 | { |
||
1314 | "name": "Sebastian Bergmann", |
||
1315 | "email": "[email protected]" |
||
1316 | } |
||
1317 | ], |
||
1318 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1319 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1320 | "keywords": [ |
||
1321 | "Xdebug", |
||
1322 | "environment", |
||
1323 | "hhvm" |
||
1324 | ], |
||
1325 | "time": "2016-11-26T07:53:53+00:00" |
||
1326 | }, |
||
1327 | { |
||
1328 | "name": "sebastian/exporter", |
||
1329 | "version": "2.0.0", |
||
1330 | "source": { |
||
1331 | "type": "git", |
||
1332 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1333 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
1334 | }, |
||
1335 | "dist": { |
||
1336 | "type": "zip", |
||
1337 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
1338 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
1339 | "shasum": "" |
||
1340 | }, |
||
1341 | "require": { |
||
1342 | "php": ">=5.3.3", |
||
1343 | "sebastian/recursion-context": "~2.0" |
||
1344 | }, |
||
1345 | "require-dev": { |
||
1346 | "ext-mbstring": "*", |
||
1347 | "phpunit/phpunit": "~4.4" |
||
1348 | }, |
||
1349 | "type": "library", |
||
1350 | "extra": { |
||
1351 | "branch-alias": { |
||
1352 | "dev-master": "2.0.x-dev" |
||
1353 | } |
||
1354 | }, |
||
1355 | "autoload": { |
||
1356 | "classmap": [ |
||
1357 | "src/" |
||
1358 | ] |
||
1359 | }, |
||
1360 | "notification-url": "https://packagist.org/downloads/", |
||
1361 | "license": [ |
||
1362 | "BSD-3-Clause" |
||
1363 | ], |
||
1364 | "authors": [ |
||
1365 | { |
||
1366 | "name": "Jeff Welch", |
||
1367 | "email": "[email protected]" |
||
1368 | }, |
||
1369 | { |
||
1370 | "name": "Volker Dusch", |
||
1371 | "email": "[email protected]" |
||
1372 | }, |
||
1373 | { |
||
1374 | "name": "Bernhard Schussek", |
||
1375 | "email": "[email protected]" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "Sebastian Bergmann", |
||
1379 | "email": "[email protected]" |
||
1380 | }, |
||
1381 | { |
||
1382 | "name": "Adam Harvey", |
||
1383 | "email": "[email protected]" |
||
1384 | } |
||
1385 | ], |
||
1386 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1387 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1388 | "keywords": [ |
||
1389 | "export", |
||
1390 | "exporter" |
||
1391 | ], |
||
1392 | "time": "2016-11-19T08:54:04+00:00" |
||
1393 | }, |
||
1394 | { |
||
1395 | "name": "sebastian/global-state", |
||
1396 | "version": "1.1.1", |
||
1397 | "source": { |
||
1398 | "type": "git", |
||
1399 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1400 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
1401 | }, |
||
1402 | "dist": { |
||
1403 | "type": "zip", |
||
1404 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1405 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1406 | "shasum": "" |
||
1407 | }, |
||
1408 | "require": { |
||
1409 | "php": ">=5.3.3" |
||
1410 | }, |
||
1411 | "require-dev": { |
||
1412 | "phpunit/phpunit": "~4.2" |
||
1413 | }, |
||
1414 | "suggest": { |
||
1415 | "ext-uopz": "*" |
||
1416 | }, |
||
1417 | "type": "library", |
||
1418 | "extra": { |
||
1419 | "branch-alias": { |
||
1420 | "dev-master": "1.0-dev" |
||
1421 | } |
||
1422 | }, |
||
1423 | "autoload": { |
||
1424 | "classmap": [ |
||
1425 | "src/" |
||
1426 | ] |
||
1427 | }, |
||
1428 | "notification-url": "https://packagist.org/downloads/", |
||
1429 | "license": [ |
||
1430 | "BSD-3-Clause" |
||
1431 | ], |
||
1432 | "authors": [ |
||
1433 | { |
||
1434 | "name": "Sebastian Bergmann", |
||
1435 | "email": "[email protected]" |
||
1436 | } |
||
1437 | ], |
||
1438 | "description": "Snapshotting of global state", |
||
1439 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1440 | "keywords": [ |
||
1441 | "global state" |
||
1442 | ], |
||
1443 | "time": "2015-10-12T03:26:01+00:00" |
||
1444 | }, |
||
1445 | { |
||
1446 | "name": "sebastian/object-enumerator", |
||
1447 | "version": "2.0.1", |
||
1448 | "source": { |
||
1449 | "type": "git", |
||
1450 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
1451 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
1452 | }, |
||
1453 | "dist": { |
||
1454 | "type": "zip", |
||
1455 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
1456 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
1457 | "shasum": "" |
||
1458 | }, |
||
1459 | "require": { |
||
1460 | "php": ">=5.6", |
||
1461 | "sebastian/recursion-context": "~2.0" |
||
1462 | }, |
||
1463 | "require-dev": { |
||
1464 | "phpunit/phpunit": "~5" |
||
1465 | }, |
||
1466 | "type": "library", |
||
1467 | "extra": { |
||
1468 | "branch-alias": { |
||
1469 | "dev-master": "2.0.x-dev" |
||
1470 | } |
||
1471 | }, |
||
1472 | "autoload": { |
||
1473 | "classmap": [ |
||
1474 | "src/" |
||
1475 | ] |
||
1476 | }, |
||
1477 | "notification-url": "https://packagist.org/downloads/", |
||
1478 | "license": [ |
||
1479 | "BSD-3-Clause" |
||
1480 | ], |
||
1481 | "authors": [ |
||
1482 | { |
||
1483 | "name": "Sebastian Bergmann", |
||
1484 | "email": "[email protected]" |
||
1485 | } |
||
1486 | ], |
||
1487 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
1488 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
1489 | "time": "2017-02-18T15:18:39+00:00" |
||
1490 | }, |
||
1491 | { |
||
1492 | "name": "sebastian/recursion-context", |
||
1493 | "version": "2.0.0", |
||
1494 | "source": { |
||
1495 | "type": "git", |
||
1496 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1497 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
1498 | }, |
||
1499 | "dist": { |
||
1500 | "type": "zip", |
||
1501 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
1502 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
1503 | "shasum": "" |
||
1504 | }, |
||
1505 | "require": { |
||
1506 | "php": ">=5.3.3" |
||
1507 | }, |
||
1508 | "require-dev": { |
||
1509 | "phpunit/phpunit": "~4.4" |
||
1510 | }, |
||
1511 | "type": "library", |
||
1512 | "extra": { |
||
1513 | "branch-alias": { |
||
1514 | "dev-master": "2.0.x-dev" |
||
1515 | } |
||
1516 | }, |
||
1517 | "autoload": { |
||
1518 | "classmap": [ |
||
1519 | "src/" |
||
1520 | ] |
||
1521 | }, |
||
1522 | "notification-url": "https://packagist.org/downloads/", |
||
1523 | "license": [ |
||
1524 | "BSD-3-Clause" |
||
1525 | ], |
||
1526 | "authors": [ |
||
1527 | { |
||
1528 | "name": "Jeff Welch", |
||
1529 | "email": "[email protected]" |
||
1530 | }, |
||
1531 | { |
||
1532 | "name": "Sebastian Bergmann", |
||
1533 | "email": "[email protected]" |
||
1534 | }, |
||
1535 | { |
||
1536 | "name": "Adam Harvey", |
||
1537 | "email": "[email protected]" |
||
1538 | } |
||
1539 | ], |
||
1540 | "description": "Provides functionality to recursively process PHP variables", |
||
1541 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1542 | "time": "2016-11-19T07:33:16+00:00" |
||
1543 | }, |
||
1544 | { |
||
1545 | "name": "sebastian/resource-operations", |
||
1546 | "version": "1.0.0", |
||
1547 | "source": { |
||
1548 | "type": "git", |
||
1549 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
1550 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
1551 | }, |
||
1552 | "dist": { |
||
1553 | "type": "zip", |
||
1554 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
1555 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
1556 | "shasum": "" |
||
1557 | }, |
||
1558 | "require": { |
||
1559 | "php": ">=5.6.0" |
||
1560 | }, |
||
1561 | "type": "library", |
||
1562 | "extra": { |
||
1563 | "branch-alias": { |
||
1564 | "dev-master": "1.0.x-dev" |
||
1565 | } |
||
1566 | }, |
||
1567 | "autoload": { |
||
1568 | "classmap": [ |
||
1569 | "src/" |
||
1570 | ] |
||
1571 | }, |
||
1572 | "notification-url": "https://packagist.org/downloads/", |
||
1573 | "license": [ |
||
1574 | "BSD-3-Clause" |
||
1575 | ], |
||
1576 | "authors": [ |
||
1577 | { |
||
1578 | "name": "Sebastian Bergmann", |
||
1579 | "email": "[email protected]" |
||
1580 | } |
||
1581 | ], |
||
1582 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
1583 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
1584 | "time": "2015-07-28T20:34:47+00:00" |
||
1585 | }, |
||
1586 | { |
||
1587 | "name": "sebastian/version", |
||
1588 | "version": "2.0.1", |
||
1589 | "source": { |
||
1590 | "type": "git", |
||
1591 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1592 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
1593 | }, |
||
1594 | "dist": { |
||
1595 | "type": "zip", |
||
1596 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
1597 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
1598 | "shasum": "" |
||
1599 | }, |
||
1600 | "require": { |
||
1601 | "php": ">=5.6" |
||
1602 | }, |
||
1603 | "type": "library", |
||
1604 | "extra": { |
||
1605 | "branch-alias": { |
||
1606 | "dev-master": "2.0.x-dev" |
||
1607 | } |
||
1608 | }, |
||
1609 | "autoload": { |
||
1610 | "classmap": [ |
||
1611 | "src/" |
||
1612 | ] |
||
1613 | }, |
||
1614 | "notification-url": "https://packagist.org/downloads/", |
||
1615 | "license": [ |
||
1616 | "BSD-3-Clause" |
||
1617 | ], |
||
1618 | "authors": [ |
||
1619 | { |
||
1620 | "name": "Sebastian Bergmann", |
||
1621 | "email": "[email protected]", |
||
1622 | "role": "lead" |
||
1623 | } |
||
1624 | ], |
||
1625 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1626 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1627 | "time": "2016-10-03T07:35:21+00:00" |
||
1628 | }, |
||
1629 | { |
||
1630 | "name": "symfony/yaml", |
||
1631 | "version": "v3.3.5", |
||
1632 | "source": { |
||
1633 | "type": "git", |
||
1634 | "url": "https://github.com/symfony/yaml.git", |
||
1635 | "reference": "1f93a8d19b8241617f5074a123e282575b821df8" |
||
1636 | }, |
||
1637 | "dist": { |
||
1638 | "type": "zip", |
||
1639 | "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8", |
||
1640 | "reference": "1f93a8d19b8241617f5074a123e282575b821df8", |
||
1641 | "shasum": "" |
||
1642 | }, |
||
1643 | "require": { |
||
1644 | "php": ">=5.5.9" |
||
1645 | }, |
||
1646 | "require-dev": { |
||
1647 | "symfony/console": "~2.8|~3.0" |
||
1648 | }, |
||
1649 | "suggest": { |
||
1650 | "symfony/console": "For validating YAML files using the lint command" |
||
1651 | }, |
||
1652 | "type": "library", |
||
1653 | "extra": { |
||
1654 | "branch-alias": { |
||
1655 | "dev-master": "3.3-dev" |
||
1656 | } |
||
1657 | }, |
||
1658 | "autoload": { |
||
1659 | "psr-4": { |
||
1660 | "Symfony\\Component\\Yaml\\": "" |
||
1661 | }, |
||
1662 | "exclude-from-classmap": [ |
||
1663 | "/Tests/" |
||
1664 | ] |
||
1665 | }, |
||
1666 | "notification-url": "https://packagist.org/downloads/", |
||
1667 | "license": [ |
||
1668 | "MIT" |
||
1669 | ], |
||
1670 | "authors": [ |
||
1671 | { |
||
1672 | "name": "Fabien Potencier", |
||
1673 | "email": "[email protected]" |
||
1674 | }, |
||
1675 | { |
||
1676 | "name": "Symfony Community", |
||
1677 | "homepage": "https://symfony.com/contributors" |
||
1678 | } |
||
1679 | ], |
||
1680 | "description": "Symfony Yaml Component", |
||
1681 | "homepage": "https://symfony.com", |
||
1682 | "time": "2017-06-15T12:58:50+00:00" |
||
1683 | }, |
||
1684 | { |
||
1685 | "name": "webmozart/assert", |
||
1686 | "version": "1.2.0", |
||
1687 | "source": { |
||
1688 | "type": "git", |
||
1689 | "url": "https://github.com/webmozart/assert.git", |
||
1690 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
1691 | }, |
||
1692 | "dist": { |
||
1693 | "type": "zip", |
||
1694 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
1695 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
1696 | "shasum": "" |
||
1697 | }, |
||
1698 | "require": { |
||
1699 | "php": "^5.3.3 || ^7.0" |
||
1700 | }, |
||
1701 | "require-dev": { |
||
1702 | "phpunit/phpunit": "^4.6", |
||
1703 | "sebastian/version": "^1.0.1" |
||
1704 | }, |
||
1705 | "type": "library", |
||
1706 | "extra": { |
||
1707 | "branch-alias": { |
||
1708 | "dev-master": "1.3-dev" |
||
1709 | } |
||
1710 | }, |
||
1711 | "autoload": { |
||
1712 | "psr-4": { |
||
1713 | "Webmozart\\Assert\\": "src/" |
||
1714 | } |
||
1715 | }, |
||
1716 | "notification-url": "https://packagist.org/downloads/", |
||
1717 | "license": [ |
||
1718 | "MIT" |
||
1719 | ], |
||
1720 | "authors": [ |
||
1721 | { |
||
1722 | "name": "Bernhard Schussek", |
||
1723 | "email": "[email protected]" |
||
1724 | } |
||
1725 | ], |
||
1726 | "description": "Assertions to validate method input/output with nice error messages.", |
||
1727 | "keywords": [ |
||
1728 | "assert", |
||
1729 | "check", |
||
1730 | "validate" |
||
1731 | ], |
||
1732 | "time": "2016-11-23T20:04:58+00:00" |
||
1733 | } |
||
1734 | ], |
||
1735 | "aliases": [], |
||
1736 | "minimum-stability": "stable", |
||
1737 | "stability-flags": [], |
||
1738 | "prefer-stable": false, |
||
1739 | "prefer-lowest": false, |
||
1740 | "platform": { |
||
1741 | "php": ">=7.0" |
||
1742 | }, |
||
1743 | "platform-dev": [] |
||
1744 | } |
||
1745 |