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": "744c26c03d72d603c433229af97f82da", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "container-interop/container-interop", |
||
11 | "version": "1.2.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/container-interop/container-interop.git", |
||
15 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
20 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "psr/container": "^1.0" |
||
25 | }, |
||
26 | "type": "library", |
||
27 | "autoload": { |
||
28 | "psr-4": { |
||
29 | "Interop\\Container\\": "src/Interop/Container/" |
||
30 | } |
||
31 | }, |
||
32 | "notification-url": "https://packagist.org/downloads/", |
||
33 | "license": [ |
||
34 | "MIT" |
||
35 | ], |
||
36 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
37 | "homepage": "https://github.com/container-interop/container-interop", |
||
38 | "time": "2017-02-14T19:40:03+00:00" |
||
39 | }, |
||
40 | { |
||
41 | "name": "harryosmar/php-restful-api-response", |
||
42 | "version": "v1.1.3", |
||
43 | "source": { |
||
44 | "type": "git", |
||
45 | "url": "https://github.com/harryosmar/php-restful-api-response.git", |
||
46 | "reference": "b543a07cc0dae74adc5a12f3f0a31d3fe4907c73" |
||
47 | }, |
||
48 | "dist": { |
||
49 | "type": "zip", |
||
50 | "url": "https://api.github.com/repos/harryosmar/php-restful-api-response/zipball/b543a07cc0dae74adc5a12f3f0a31d3fe4907c73", |
||
51 | "reference": "b543a07cc0dae74adc5a12f3f0a31d3fe4907c73", |
||
52 | "shasum": "" |
||
53 | }, |
||
54 | "require": { |
||
55 | "league/fractal": "^0.17.0", |
||
56 | "php": ">=7.0", |
||
57 | "zendframework/zend-diactoros": "^1.7" |
||
58 | }, |
||
59 | "require-dev": { |
||
60 | "fzaninotto/faker": "~1.4", |
||
61 | "mockery/mockery": "0.9.*", |
||
62 | "phpunit/phpunit": "~5.7" |
||
63 | }, |
||
64 | "type": "library", |
||
65 | "autoload": { |
||
66 | "psr-4": { |
||
67 | "PhpRestfulApiResponse\\": "src/" |
||
68 | } |
||
69 | }, |
||
70 | "autoload-dev": { |
||
71 | "psr-4": { |
||
72 | "PhpRestfulApiResponse\\Tests\\": "tests/" |
||
73 | } |
||
74 | }, |
||
75 | "scripts": { |
||
76 | "test": [ |
||
77 | "./vendor/bin/phpunit -c phpunit.xml --coverage-text --coverage-clover=coverage.clover --debug" |
||
78 | ] |
||
79 | }, |
||
80 | "authors": [ |
||
81 | { |
||
82 | "name": "Harry Sitohang", |
||
83 | "email": "[email protected]" |
||
84 | } |
||
85 | ], |
||
86 | "description": "php restful api response implement PSR-7: HTTP message interfaces", |
||
87 | "support": { |
||
88 | "source": "https://github.com/harryosmar/php-restful-api-response/tree/v1.1.3", |
||
89 | "issues": "https://github.com/harryosmar/php-restful-api-response/issues" |
||
90 | }, |
||
91 | "time": "2018-03-11T02:24:52+00:00" |
||
92 | }, |
||
93 | { |
||
94 | "name": "league/container", |
||
95 | "version": "2.4.1", |
||
96 | "source": { |
||
97 | "type": "git", |
||
98 | "url": "https://github.com/thephpleague/container.git", |
||
99 | "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" |
||
100 | }, |
||
101 | "dist": { |
||
102 | "type": "zip", |
||
103 | "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", |
||
104 | "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", |
||
105 | "shasum": "" |
||
106 | }, |
||
107 | "require": { |
||
108 | "container-interop/container-interop": "^1.2", |
||
109 | "php": "^5.4.0 || ^7.0" |
||
110 | }, |
||
111 | "provide": { |
||
112 | "container-interop/container-interop-implementation": "^1.2", |
||
113 | "psr/container-implementation": "^1.0" |
||
114 | }, |
||
115 | "replace": { |
||
116 | "orno/di": "~2.0" |
||
117 | }, |
||
118 | "require-dev": { |
||
119 | "phpunit/phpunit": "4.*" |
||
120 | }, |
||
121 | "type": "library", |
||
122 | "extra": { |
||
123 | "branch-alias": { |
||
124 | "dev-2.x": "2.x-dev", |
||
125 | "dev-1.x": "1.x-dev" |
||
126 | } |
||
127 | }, |
||
128 | "autoload": { |
||
129 | "psr-4": { |
||
130 | "League\\Container\\": "src" |
||
131 | } |
||
132 | }, |
||
133 | "notification-url": "https://packagist.org/downloads/", |
||
134 | "license": [ |
||
135 | "MIT" |
||
136 | ], |
||
137 | "authors": [ |
||
138 | { |
||
139 | "name": "Phil Bennett", |
||
140 | "email": "[email protected]", |
||
141 | "homepage": "http://www.philipobenito.com", |
||
142 | "role": "Developer" |
||
143 | } |
||
144 | ], |
||
145 | "description": "A fast and intuitive dependency injection container.", |
||
146 | "homepage": "https://github.com/thephpleague/container", |
||
147 | "keywords": [ |
||
148 | "container", |
||
149 | "dependency", |
||
150 | "di", |
||
151 | "injection", |
||
152 | "league", |
||
153 | "provider", |
||
154 | "service" |
||
155 | ], |
||
156 | "time": "2017-05-10T09:20:27+00:00" |
||
157 | }, |
||
158 | { |
||
159 | "name": "league/fractal", |
||
160 | "version": "0.17.0", |
||
161 | "source": { |
||
162 | "type": "git", |
||
163 | "url": "https://github.com/thephpleague/fractal.git", |
||
164 | "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e" |
||
165 | }, |
||
166 | "dist": { |
||
167 | "type": "zip", |
||
168 | "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e", |
||
169 | "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e", |
||
170 | "shasum": "" |
||
171 | }, |
||
172 | "require": { |
||
173 | "php": ">=5.4" |
||
174 | }, |
||
175 | "require-dev": { |
||
176 | "doctrine/orm": "^2.5", |
||
177 | "illuminate/contracts": "~5.0", |
||
178 | "mockery/mockery": "~0.9", |
||
179 | "pagerfanta/pagerfanta": "~1.0.0", |
||
180 | "phpunit/phpunit": "~4.0", |
||
181 | "squizlabs/php_codesniffer": "~1.5", |
||
182 | "zendframework/zend-paginator": "~2.3" |
||
183 | }, |
||
184 | "suggest": { |
||
185 | "illuminate/pagination": "The Illuminate Pagination component.", |
||
186 | "pagerfanta/pagerfanta": "Pagerfanta Paginator", |
||
187 | "zendframework/zend-paginator": "Zend Framework Paginator" |
||
188 | }, |
||
189 | "type": "library", |
||
190 | "extra": { |
||
191 | "branch-alias": { |
||
192 | "dev-master": "0.13-dev" |
||
193 | } |
||
194 | }, |
||
195 | "autoload": { |
||
196 | "psr-4": { |
||
197 | "League\\Fractal\\": "src" |
||
198 | } |
||
199 | }, |
||
200 | "notification-url": "https://packagist.org/downloads/", |
||
201 | "license": [ |
||
202 | "MIT" |
||
203 | ], |
||
204 | "authors": [ |
||
205 | { |
||
206 | "name": "Phil Sturgeon", |
||
207 | "email": "[email protected]", |
||
208 | "homepage": "http://philsturgeon.uk/", |
||
209 | "role": "Developer" |
||
210 | } |
||
211 | ], |
||
212 | "description": "Handle the output of complex data structures ready for API output.", |
||
213 | "homepage": "http://fractal.thephpleague.com/", |
||
214 | "keywords": [ |
||
215 | "api", |
||
216 | "json", |
||
217 | "league", |
||
218 | "rest" |
||
219 | ], |
||
220 | "time": "2017-06-12T11:04:56+00:00" |
||
221 | }, |
||
222 | { |
||
223 | "name": "league/route", |
||
224 | "version": "3.0.4", |
||
225 | "source": { |
||
226 | "type": "git", |
||
227 | "url": "https://github.com/thephpleague/route.git", |
||
228 | "reference": "274e3938c06ec0f478798a92b0deece65db5b5e1" |
||
229 | }, |
||
230 | "dist": { |
||
231 | "type": "zip", |
||
232 | "url": "https://api.github.com/repos/thephpleague/route/zipball/274e3938c06ec0f478798a92b0deece65db5b5e1", |
||
233 | "reference": "274e3938c06ec0f478798a92b0deece65db5b5e1", |
||
234 | "shasum": "" |
||
235 | }, |
||
236 | "require": { |
||
237 | "league/container": "^2.4", |
||
238 | "nikic/fast-route": "^1.0|^0.8|^0.7", |
||
239 | "php": ">=5.4.0", |
||
240 | "psr/container": "^1.0", |
||
241 | "psr/http-message": "^1.0" |
||
242 | }, |
||
243 | "replace": { |
||
244 | "orno/http": "~1.0", |
||
245 | "orno/route": "~1.0" |
||
246 | }, |
||
247 | "require-dev": { |
||
248 | "phpunit/phpunit": "^4.8" |
||
249 | }, |
||
250 | "type": "library", |
||
251 | "extra": { |
||
252 | "branch-alias": { |
||
253 | "dev-master": "3.x-dev", |
||
254 | "dev-2.x": "2.x-dev", |
||
255 | "dev-1.x": "1.x-dev" |
||
256 | } |
||
257 | }, |
||
258 | "autoload": { |
||
259 | "psr-4": { |
||
260 | "League\\Route\\": "src" |
||
261 | } |
||
262 | }, |
||
263 | "notification-url": "https://packagist.org/downloads/", |
||
264 | "license": [ |
||
265 | "MIT" |
||
266 | ], |
||
267 | "authors": [ |
||
268 | { |
||
269 | "name": "Phil Bennett", |
||
270 | "email": "[email protected]", |
||
271 | "homepage": "http://www.philipobenito.com", |
||
272 | "role": "Developer" |
||
273 | } |
||
274 | ], |
||
275 | "description": "A fast routing and dispatch package built on top of FastRoute.", |
||
276 | "homepage": "https://github.com/thephpleague/route", |
||
277 | "keywords": [ |
||
278 | "dispatcher", |
||
279 | "league", |
||
280 | "psr-7", |
||
281 | "psr7", |
||
282 | "route" |
||
283 | ], |
||
284 | "time": "2017-03-22T09:09:41+00:00" |
||
285 | }, |
||
286 | { |
||
287 | "name": "nikic/fast-route", |
||
288 | "version": "v1.3.0", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/nikic/FastRoute.git", |
||
292 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", |
||
297 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "php": ">=5.4.0" |
||
302 | }, |
||
303 | "require-dev": { |
||
304 | "phpunit/phpunit": "^4.8.35|~5.7" |
||
305 | }, |
||
306 | "type": "library", |
||
307 | "autoload": { |
||
308 | "psr-4": { |
||
309 | "FastRoute\\": "src/" |
||
310 | }, |
||
311 | "files": [ |
||
312 | "src/functions.php" |
||
313 | ] |
||
314 | }, |
||
315 | "notification-url": "https://packagist.org/downloads/", |
||
316 | "license": [ |
||
317 | "BSD-3-Clause" |
||
318 | ], |
||
319 | "authors": [ |
||
320 | { |
||
321 | "name": "Nikita Popov", |
||
322 | "email": "[email protected]" |
||
323 | } |
||
324 | ], |
||
325 | "description": "Fast request router for PHP", |
||
326 | "keywords": [ |
||
327 | "router", |
||
328 | "routing" |
||
329 | ], |
||
330 | "time": "2018-02-13T20:26:39+00:00" |
||
331 | }, |
||
332 | { |
||
333 | "name": "phpcollection/phpcollection", |
||
334 | "version": "0.5.0", |
||
335 | "source": { |
||
336 | "type": "git", |
||
337 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
338 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
339 | }, |
||
340 | "dist": { |
||
341 | "type": "zip", |
||
342 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
343 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
344 | "shasum": "" |
||
345 | }, |
||
346 | "require": { |
||
347 | "phpoption/phpoption": "1.*" |
||
348 | }, |
||
349 | "type": "library", |
||
350 | "extra": { |
||
351 | "branch-alias": { |
||
352 | "dev-master": "0.4-dev" |
||
353 | } |
||
354 | }, |
||
355 | "autoload": { |
||
356 | "psr-0": { |
||
357 | "PhpCollection": "src/" |
||
358 | } |
||
359 | }, |
||
360 | "notification-url": "https://packagist.org/downloads/", |
||
361 | "license": [ |
||
362 | "Apache2" |
||
363 | ], |
||
364 | "authors": [ |
||
365 | { |
||
366 | "name": "Johannes M. Schmitt", |
||
367 | "email": "[email protected]" |
||
368 | } |
||
369 | ], |
||
370 | "description": "General-Purpose Collection Library for PHP", |
||
371 | "keywords": [ |
||
372 | "collection", |
||
373 | "list", |
||
374 | "map", |
||
375 | "sequence", |
||
376 | "set" |
||
377 | ], |
||
378 | "time": "2015-05-17T12:39:23+00:00" |
||
379 | }, |
||
380 | { |
||
381 | "name": "phpoption/phpoption", |
||
382 | "version": "1.5.0", |
||
383 | "source": { |
||
384 | "type": "git", |
||
385 | "url": "https://github.com/schmittjoh/php-option.git", |
||
386 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
387 | }, |
||
388 | "dist": { |
||
389 | "type": "zip", |
||
390 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
391 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
392 | "shasum": "" |
||
393 | }, |
||
394 | "require": { |
||
395 | "php": ">=5.3.0" |
||
396 | }, |
||
397 | "require-dev": { |
||
398 | "phpunit/phpunit": "4.7.*" |
||
399 | }, |
||
400 | "type": "library", |
||
401 | "extra": { |
||
402 | "branch-alias": { |
||
403 | "dev-master": "1.3-dev" |
||
404 | } |
||
405 | }, |
||
406 | "autoload": { |
||
407 | "psr-0": { |
||
408 | "PhpOption\\": "src/" |
||
409 | } |
||
410 | }, |
||
411 | "notification-url": "https://packagist.org/downloads/", |
||
412 | "license": [ |
||
413 | "Apache2" |
||
414 | ], |
||
415 | "authors": [ |
||
416 | { |
||
417 | "name": "Johannes M. Schmitt", |
||
418 | "email": "[email protected]" |
||
419 | } |
||
420 | ], |
||
421 | "description": "Option Type for PHP", |
||
422 | "keywords": [ |
||
423 | "language", |
||
424 | "option", |
||
425 | "php", |
||
426 | "type" |
||
427 | ], |
||
428 | "time": "2015-07-25T16:39:46+00:00" |
||
429 | }, |
||
430 | { |
||
431 | "name": "psr/container", |
||
432 | "version": "1.0.0", |
||
433 | "source": { |
||
434 | "type": "git", |
||
435 | "url": "https://github.com/php-fig/container.git", |
||
436 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
437 | }, |
||
438 | "dist": { |
||
439 | "type": "zip", |
||
440 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
441 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
442 | "shasum": "" |
||
443 | }, |
||
444 | "require": { |
||
445 | "php": ">=5.3.0" |
||
446 | }, |
||
447 | "type": "library", |
||
448 | "extra": { |
||
449 | "branch-alias": { |
||
450 | "dev-master": "1.0.x-dev" |
||
451 | } |
||
452 | }, |
||
453 | "autoload": { |
||
454 | "psr-4": { |
||
455 | "Psr\\Container\\": "src/" |
||
456 | } |
||
457 | }, |
||
458 | "notification-url": "https://packagist.org/downloads/", |
||
459 | "license": [ |
||
460 | "MIT" |
||
461 | ], |
||
462 | "authors": [ |
||
463 | { |
||
464 | "name": "PHP-FIG", |
||
465 | "homepage": "http://www.php-fig.org/" |
||
466 | } |
||
467 | ], |
||
468 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
469 | "homepage": "https://github.com/php-fig/container", |
||
470 | "keywords": [ |
||
471 | "PSR-11", |
||
472 | "container", |
||
473 | "container-interface", |
||
474 | "container-interop", |
||
475 | "psr" |
||
476 | ], |
||
477 | "time": "2017-02-14T16:28:37+00:00" |
||
478 | }, |
||
479 | { |
||
480 | "name": "psr/http-message", |
||
481 | "version": "1.0.1", |
||
482 | "source": { |
||
483 | "type": "git", |
||
484 | "url": "https://github.com/php-fig/http-message.git", |
||
485 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
486 | }, |
||
487 | "dist": { |
||
488 | "type": "zip", |
||
489 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
490 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
491 | "shasum": "" |
||
492 | }, |
||
493 | "require": { |
||
494 | "php": ">=5.3.0" |
||
495 | }, |
||
496 | "type": "library", |
||
497 | "extra": { |
||
498 | "branch-alias": { |
||
499 | "dev-master": "1.0.x-dev" |
||
500 | } |
||
501 | }, |
||
502 | "autoload": { |
||
503 | "psr-4": { |
||
504 | "Psr\\Http\\Message\\": "src/" |
||
505 | } |
||
506 | }, |
||
507 | "notification-url": "https://packagist.org/downloads/", |
||
508 | "license": [ |
||
509 | "MIT" |
||
510 | ], |
||
511 | "authors": [ |
||
512 | { |
||
513 | "name": "PHP-FIG", |
||
514 | "homepage": "http://www.php-fig.org/" |
||
515 | } |
||
516 | ], |
||
517 | "description": "Common interface for HTTP messages", |
||
518 | "homepage": "https://github.com/php-fig/http-message", |
||
519 | "keywords": [ |
||
520 | "http", |
||
521 | "http-message", |
||
522 | "psr", |
||
523 | "psr-7", |
||
524 | "request", |
||
525 | "response" |
||
526 | ], |
||
527 | "time": "2016-08-06T14:39:51+00:00" |
||
528 | }, |
||
529 | { |
||
530 | "name": "psr/log", |
||
531 | "version": "1.0.2", |
||
532 | "source": { |
||
533 | "type": "git", |
||
534 | "url": "https://github.com/php-fig/log.git", |
||
535 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
536 | }, |
||
537 | "dist": { |
||
538 | "type": "zip", |
||
539 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
540 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
541 | "shasum": "" |
||
542 | }, |
||
543 | "require": { |
||
544 | "php": ">=5.3.0" |
||
545 | }, |
||
546 | "type": "library", |
||
547 | "extra": { |
||
548 | "branch-alias": { |
||
549 | "dev-master": "1.0.x-dev" |
||
550 | } |
||
551 | }, |
||
552 | "autoload": { |
||
553 | "psr-4": { |
||
554 | "Psr\\Log\\": "Psr/Log/" |
||
555 | } |
||
556 | }, |
||
557 | "notification-url": "https://packagist.org/downloads/", |
||
558 | "license": [ |
||
559 | "MIT" |
||
560 | ], |
||
561 | "authors": [ |
||
562 | { |
||
563 | "name": "PHP-FIG", |
||
564 | "homepage": "http://www.php-fig.org/" |
||
565 | } |
||
566 | ], |
||
567 | "description": "Common interface for logging libraries", |
||
568 | "homepage": "https://github.com/php-fig/log", |
||
569 | "keywords": [ |
||
570 | "log", |
||
571 | "psr", |
||
572 | "psr-3" |
||
573 | ], |
||
574 | "time": "2016-10-10T12:19:37+00:00" |
||
575 | }, |
||
576 | { |
||
577 | "name": "symfony/console", |
||
578 | "version": "v3.4.4", |
||
579 | "source": { |
||
580 | "type": "git", |
||
581 | "url": "https://github.com/symfony/console.git", |
||
582 | "reference": "26b6f419edda16c19775211987651cb27baea7f1" |
||
583 | }, |
||
584 | "dist": { |
||
585 | "type": "zip", |
||
586 | "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1", |
||
587 | "reference": "26b6f419edda16c19775211987651cb27baea7f1", |
||
588 | "shasum": "" |
||
589 | }, |
||
590 | "require": { |
||
591 | "php": "^5.5.9|>=7.0.8", |
||
592 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
593 | "symfony/polyfill-mbstring": "~1.0" |
||
594 | }, |
||
595 | "conflict": { |
||
596 | "symfony/dependency-injection": "<3.4", |
||
597 | "symfony/process": "<3.3" |
||
598 | }, |
||
599 | "require-dev": { |
||
600 | "psr/log": "~1.0", |
||
601 | "symfony/config": "~3.3|~4.0", |
||
602 | "symfony/dependency-injection": "~3.4|~4.0", |
||
603 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
604 | "symfony/lock": "~3.4|~4.0", |
||
605 | "symfony/process": "~3.3|~4.0" |
||
606 | }, |
||
607 | "suggest": { |
||
608 | "psr/log": "For using the console logger", |
||
609 | "symfony/event-dispatcher": "", |
||
610 | "symfony/lock": "", |
||
611 | "symfony/process": "" |
||
612 | }, |
||
613 | "type": "library", |
||
614 | "extra": { |
||
615 | "branch-alias": { |
||
616 | "dev-master": "3.4-dev" |
||
617 | } |
||
618 | }, |
||
619 | "autoload": { |
||
620 | "psr-4": { |
||
621 | "Symfony\\Component\\Console\\": "" |
||
622 | }, |
||
623 | "exclude-from-classmap": [ |
||
624 | "/Tests/" |
||
625 | ] |
||
626 | }, |
||
627 | "notification-url": "https://packagist.org/downloads/", |
||
628 | "license": [ |
||
629 | "MIT" |
||
630 | ], |
||
631 | "authors": [ |
||
632 | { |
||
633 | "name": "Fabien Potencier", |
||
634 | "email": "[email protected]" |
||
635 | }, |
||
636 | { |
||
637 | "name": "Symfony Community", |
||
638 | "homepage": "https://symfony.com/contributors" |
||
639 | } |
||
640 | ], |
||
641 | "description": "Symfony Console Component", |
||
642 | "homepage": "https://symfony.com", |
||
643 | "time": "2018-01-29T09:03:43+00:00" |
||
644 | }, |
||
645 | { |
||
646 | "name": "symfony/debug", |
||
647 | "version": "v3.4.4", |
||
648 | "source": { |
||
649 | "type": "git", |
||
650 | "url": "https://github.com/symfony/debug.git", |
||
651 | "reference": "53f6af2805daf52a43b393b93d2f24925d35c937" |
||
652 | }, |
||
653 | "dist": { |
||
654 | "type": "zip", |
||
655 | "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937", |
||
656 | "reference": "53f6af2805daf52a43b393b93d2f24925d35c937", |
||
657 | "shasum": "" |
||
658 | }, |
||
659 | "require": { |
||
660 | "php": "^5.5.9|>=7.0.8", |
||
661 | "psr/log": "~1.0" |
||
662 | }, |
||
663 | "conflict": { |
||
664 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
665 | }, |
||
666 | "require-dev": { |
||
667 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
||
668 | }, |
||
669 | "type": "library", |
||
670 | "extra": { |
||
671 | "branch-alias": { |
||
672 | "dev-master": "3.4-dev" |
||
673 | } |
||
674 | }, |
||
675 | "autoload": { |
||
676 | "psr-4": { |
||
677 | "Symfony\\Component\\Debug\\": "" |
||
678 | }, |
||
679 | "exclude-from-classmap": [ |
||
680 | "/Tests/" |
||
681 | ] |
||
682 | }, |
||
683 | "notification-url": "https://packagist.org/downloads/", |
||
684 | "license": [ |
||
685 | "MIT" |
||
686 | ], |
||
687 | "authors": [ |
||
688 | { |
||
689 | "name": "Fabien Potencier", |
||
690 | "email": "[email protected]" |
||
691 | }, |
||
692 | { |
||
693 | "name": "Symfony Community", |
||
694 | "homepage": "https://symfony.com/contributors" |
||
695 | } |
||
696 | ], |
||
697 | "description": "Symfony Debug Component", |
||
698 | "homepage": "https://symfony.com", |
||
699 | "time": "2018-01-18T22:16:57+00:00" |
||
700 | }, |
||
701 | { |
||
702 | "name": "symfony/polyfill-mbstring", |
||
703 | "version": "v1.7.0", |
||
704 | "source": { |
||
705 | "type": "git", |
||
706 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
707 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
708 | }, |
||
709 | "dist": { |
||
710 | "type": "zip", |
||
711 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
712 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
713 | "shasum": "" |
||
714 | }, |
||
715 | "require": { |
||
716 | "php": ">=5.3.3" |
||
717 | }, |
||
718 | "suggest": { |
||
719 | "ext-mbstring": "For best performance" |
||
720 | }, |
||
721 | "type": "library", |
||
722 | "extra": { |
||
723 | "branch-alias": { |
||
724 | "dev-master": "1.7-dev" |
||
725 | } |
||
726 | }, |
||
727 | "autoload": { |
||
728 | "psr-4": { |
||
729 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
730 | }, |
||
731 | "files": [ |
||
732 | "bootstrap.php" |
||
733 | ] |
||
734 | }, |
||
735 | "notification-url": "https://packagist.org/downloads/", |
||
736 | "license": [ |
||
737 | "MIT" |
||
738 | ], |
||
739 | "authors": [ |
||
740 | { |
||
741 | "name": "Nicolas Grekas", |
||
742 | "email": "[email protected]" |
||
743 | }, |
||
744 | { |
||
745 | "name": "Symfony Community", |
||
746 | "homepage": "https://symfony.com/contributors" |
||
747 | } |
||
748 | ], |
||
749 | "description": "Symfony polyfill for the Mbstring extension", |
||
750 | "homepage": "https://symfony.com", |
||
751 | "keywords": [ |
||
752 | "compatibility", |
||
753 | "mbstring", |
||
754 | "polyfill", |
||
755 | "portable", |
||
756 | "shim" |
||
757 | ], |
||
758 | "time": "2018-01-30T19:27:44+00:00" |
||
759 | }, |
||
760 | { |
||
761 | "name": "zendframework/zend-diactoros", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
762 | "version": "1.7.0", |
||
763 | "source": { |
||
764 | "type": "git", |
||
765 | "url": "https://github.com/zendframework/zend-diactoros.git", |
||
766 | "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7" |
||
767 | }, |
||
768 | "dist": { |
||
769 | "type": "zip", |
||
770 | "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/ed6ce7e2105c400ca10277643a8327957c0384b7", |
||
771 | "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7", |
||
772 | "shasum": "" |
||
773 | }, |
||
774 | "require": { |
||
775 | "php": "^5.6 || ^7.0", |
||
776 | "psr/http-message": "^1.0" |
||
777 | }, |
||
778 | "provide": { |
||
779 | "psr/http-message-implementation": "1.0" |
||
780 | }, |
||
781 | "require-dev": { |
||
782 | "ext-dom": "*", |
||
783 | "ext-libxml": "*", |
||
784 | "phpunit/phpunit": "^5.7.16 || ^6.0.8", |
||
785 | "zendframework/zend-coding-standard": "~1.0" |
||
786 | }, |
||
787 | "type": "library", |
||
788 | "extra": { |
||
789 | "branch-alias": { |
||
790 | "dev-master": "1.7.x-dev", |
||
791 | "dev-develop": "1.8.x-dev" |
||
792 | } |
||
793 | }, |
||
794 | "autoload": { |
||
795 | "psr-4": { |
||
796 | "Zend\\Diactoros\\": "src/" |
||
797 | } |
||
798 | }, |
||
799 | "notification-url": "https://packagist.org/downloads/", |
||
800 | "license": [ |
||
801 | "BSD-2-Clause" |
||
802 | ], |
||
803 | "description": "PSR HTTP Message implementations", |
||
804 | "homepage": "https://github.com/zendframework/zend-diactoros", |
||
805 | "keywords": [ |
||
806 | "http", |
||
807 | "psr", |
||
808 | "psr-7" |
||
809 | ], |
||
810 | "time": "2018-01-04T18:21:48+00:00" |
||
811 | } |
||
812 | ], |
||
813 | "packages-dev": [ |
||
814 | { |
||
815 | "name": "doctrine/instantiator", |
||
816 | "version": "1.0.5", |
||
817 | "source": { |
||
818 | "type": "git", |
||
819 | "url": "https://github.com/doctrine/instantiator.git", |
||
820 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
821 | }, |
||
822 | "dist": { |
||
823 | "type": "zip", |
||
824 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
825 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
826 | "shasum": "" |
||
827 | }, |
||
828 | "require": { |
||
829 | "php": ">=5.3,<8.0-DEV" |
||
830 | }, |
||
831 | "require-dev": { |
||
832 | "athletic/athletic": "~0.1.8", |
||
833 | "ext-pdo": "*", |
||
834 | "ext-phar": "*", |
||
835 | "phpunit/phpunit": "~4.0", |
||
836 | "squizlabs/php_codesniffer": "~2.0" |
||
837 | }, |
||
838 | "type": "library", |
||
839 | "extra": { |
||
840 | "branch-alias": { |
||
841 | "dev-master": "1.0.x-dev" |
||
842 | } |
||
843 | }, |
||
844 | "autoload": { |
||
845 | "psr-4": { |
||
846 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
847 | } |
||
848 | }, |
||
849 | "notification-url": "https://packagist.org/downloads/", |
||
850 | "license": [ |
||
851 | "MIT" |
||
852 | ], |
||
853 | "authors": [ |
||
854 | { |
||
855 | "name": "Marco Pivetta", |
||
856 | "email": "[email protected]", |
||
857 | "homepage": "http://ocramius.github.com/" |
||
858 | } |
||
859 | ], |
||
860 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
861 | "homepage": "https://github.com/doctrine/instantiator", |
||
862 | "keywords": [ |
||
863 | "constructor", |
||
864 | "instantiate" |
||
865 | ], |
||
866 | "time": "2015-06-14T21:17:01+00:00" |
||
867 | }, |
||
868 | { |
||
869 | "name": "fzaninotto/faker", |
||
870 | "version": "v1.7.1", |
||
871 | "source": { |
||
872 | "type": "git", |
||
873 | "url": "https://github.com/fzaninotto/Faker.git", |
||
874 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" |
||
875 | }, |
||
876 | "dist": { |
||
877 | "type": "zip", |
||
878 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
879 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
880 | "shasum": "" |
||
881 | }, |
||
882 | "require": { |
||
883 | "php": "^5.3.3 || ^7.0" |
||
884 | }, |
||
885 | "require-dev": { |
||
886 | "ext-intl": "*", |
||
887 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
888 | "squizlabs/php_codesniffer": "^1.5" |
||
889 | }, |
||
890 | "type": "library", |
||
891 | "extra": { |
||
892 | "branch-alias": { |
||
893 | "dev-master": "1.8-dev" |
||
894 | } |
||
895 | }, |
||
896 | "autoload": { |
||
897 | "psr-4": { |
||
898 | "Faker\\": "src/Faker/" |
||
899 | } |
||
900 | }, |
||
901 | "notification-url": "https://packagist.org/downloads/", |
||
902 | "license": [ |
||
903 | "MIT" |
||
904 | ], |
||
905 | "authors": [ |
||
906 | { |
||
907 | "name": "François Zaninotto" |
||
908 | } |
||
909 | ], |
||
910 | "description": "Faker is a PHP library that generates fake data for you.", |
||
911 | "keywords": [ |
||
912 | "data", |
||
913 | "faker", |
||
914 | "fixtures" |
||
915 | ], |
||
916 | "time": "2017-08-15T16:48:10+00:00" |
||
917 | }, |
||
918 | { |
||
919 | "name": "hamcrest/hamcrest-php", |
||
920 | "version": "v1.2.2", |
||
921 | "source": { |
||
922 | "type": "git", |
||
923 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
924 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
925 | }, |
||
926 | "dist": { |
||
927 | "type": "zip", |
||
928 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
929 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
930 | "shasum": "" |
||
931 | }, |
||
932 | "require": { |
||
933 | "php": ">=5.3.2" |
||
934 | }, |
||
935 | "replace": { |
||
936 | "cordoval/hamcrest-php": "*", |
||
937 | "davedevelopment/hamcrest-php": "*", |
||
938 | "kodova/hamcrest-php": "*" |
||
939 | }, |
||
940 | "require-dev": { |
||
941 | "phpunit/php-file-iterator": "1.3.3", |
||
942 | "satooshi/php-coveralls": "dev-master" |
||
943 | }, |
||
944 | "type": "library", |
||
945 | "autoload": { |
||
946 | "classmap": [ |
||
947 | "hamcrest" |
||
948 | ], |
||
949 | "files": [ |
||
950 | "hamcrest/Hamcrest.php" |
||
951 | ] |
||
952 | }, |
||
953 | "notification-url": "https://packagist.org/downloads/", |
||
954 | "license": [ |
||
955 | "BSD" |
||
956 | ], |
||
957 | "description": "This is the PHP port of Hamcrest Matchers", |
||
958 | "keywords": [ |
||
959 | "test" |
||
960 | ], |
||
961 | "time": "2015-05-11T14:41:42+00:00" |
||
962 | }, |
||
963 | { |
||
964 | "name": "mockery/mockery", |
||
965 | "version": "0.9.9", |
||
966 | "source": { |
||
967 | "type": "git", |
||
968 | "url": "https://github.com/mockery/mockery.git", |
||
969 | "reference": "6fdb61243844dc924071d3404bb23994ea0b6856" |
||
970 | }, |
||
971 | "dist": { |
||
972 | "type": "zip", |
||
973 | "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856", |
||
974 | "reference": "6fdb61243844dc924071d3404bb23994ea0b6856", |
||
975 | "shasum": "" |
||
976 | }, |
||
977 | "require": { |
||
978 | "hamcrest/hamcrest-php": "~1.1", |
||
979 | "lib-pcre": ">=7.0", |
||
980 | "php": ">=5.3.2" |
||
981 | }, |
||
982 | "require-dev": { |
||
983 | "phpunit/phpunit": "~4.0" |
||
984 | }, |
||
985 | "type": "library", |
||
986 | "extra": { |
||
987 | "branch-alias": { |
||
988 | "dev-master": "0.9.x-dev" |
||
989 | } |
||
990 | }, |
||
991 | "autoload": { |
||
992 | "psr-0": { |
||
993 | "Mockery": "library/" |
||
994 | } |
||
995 | }, |
||
996 | "notification-url": "https://packagist.org/downloads/", |
||
997 | "license": [ |
||
998 | "BSD-3-Clause" |
||
999 | ], |
||
1000 | "authors": [ |
||
1001 | { |
||
1002 | "name": "Pádraic Brady", |
||
1003 | "email": "[email protected]", |
||
1004 | "homepage": "http://blog.astrumfutura.com" |
||
1005 | }, |
||
1006 | { |
||
1007 | "name": "Dave Marshall", |
||
1008 | "email": "[email protected]", |
||
1009 | "homepage": "http://davedevelopment.co.uk" |
||
1010 | } |
||
1011 | ], |
||
1012 | "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.", |
||
1013 | "homepage": "http://github.com/padraic/mockery", |
||
1014 | "keywords": [ |
||
1015 | "BDD", |
||
1016 | "TDD", |
||
1017 | "library", |
||
1018 | "mock", |
||
1019 | "mock objects", |
||
1020 | "mockery", |
||
1021 | "stub", |
||
1022 | "test", |
||
1023 | "test double", |
||
1024 | "testing" |
||
1025 | ], |
||
1026 | "time": "2017-02-28T12:52:32+00:00" |
||
1027 | }, |
||
1028 | { |
||
1029 | "name": "myclabs/deep-copy", |
||
1030 | "version": "1.7.0", |
||
1031 | "source": { |
||
1032 | "type": "git", |
||
1033 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1034 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
1035 | }, |
||
1036 | "dist": { |
||
1037 | "type": "zip", |
||
1038 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1039 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1040 | "shasum": "" |
||
1041 | }, |
||
1042 | "require": { |
||
1043 | "php": "^5.6 || ^7.0" |
||
1044 | }, |
||
1045 | "require-dev": { |
||
1046 | "doctrine/collections": "^1.0", |
||
1047 | "doctrine/common": "^2.6", |
||
1048 | "phpunit/phpunit": "^4.1" |
||
1049 | }, |
||
1050 | "type": "library", |
||
1051 | "autoload": { |
||
1052 | "psr-4": { |
||
1053 | "DeepCopy\\": "src/DeepCopy/" |
||
1054 | }, |
||
1055 | "files": [ |
||
1056 | "src/DeepCopy/deep_copy.php" |
||
1057 | ] |
||
1058 | }, |
||
1059 | "notification-url": "https://packagist.org/downloads/", |
||
1060 | "license": [ |
||
1061 | "MIT" |
||
1062 | ], |
||
1063 | "description": "Create deep copies (clones) of your objects", |
||
1064 | "keywords": [ |
||
1065 | "clone", |
||
1066 | "copy", |
||
1067 | "duplicate", |
||
1068 | "object", |
||
1069 | "object graph" |
||
1070 | ], |
||
1071 | "time": "2017-10-19T19:58:43+00:00" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "phpdocumentor/reflection-common", |
||
1075 | "version": "1.0.1", |
||
1076 | "source": { |
||
1077 | "type": "git", |
||
1078 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1079 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1080 | }, |
||
1081 | "dist": { |
||
1082 | "type": "zip", |
||
1083 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1084 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1085 | "shasum": "" |
||
1086 | }, |
||
1087 | "require": { |
||
1088 | "php": ">=5.5" |
||
1089 | }, |
||
1090 | "require-dev": { |
||
1091 | "phpunit/phpunit": "^4.6" |
||
1092 | }, |
||
1093 | "type": "library", |
||
1094 | "extra": { |
||
1095 | "branch-alias": { |
||
1096 | "dev-master": "1.0.x-dev" |
||
1097 | } |
||
1098 | }, |
||
1099 | "autoload": { |
||
1100 | "psr-4": { |
||
1101 | "phpDocumentor\\Reflection\\": [ |
||
1102 | "src" |
||
1103 | ] |
||
1104 | } |
||
1105 | }, |
||
1106 | "notification-url": "https://packagist.org/downloads/", |
||
1107 | "license": [ |
||
1108 | "MIT" |
||
1109 | ], |
||
1110 | "authors": [ |
||
1111 | { |
||
1112 | "name": "Jaap van Otterdijk", |
||
1113 | "email": "[email protected]" |
||
1114 | } |
||
1115 | ], |
||
1116 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1117 | "homepage": "http://www.phpdoc.org", |
||
1118 | "keywords": [ |
||
1119 | "FQSEN", |
||
1120 | "phpDocumentor", |
||
1121 | "phpdoc", |
||
1122 | "reflection", |
||
1123 | "static analysis" |
||
1124 | ], |
||
1125 | "time": "2017-09-11T18:02:19+00:00" |
||
1126 | }, |
||
1127 | { |
||
1128 | "name": "phpdocumentor/reflection-docblock", |
||
1129 | "version": "4.3.0", |
||
1130 | "source": { |
||
1131 | "type": "git", |
||
1132 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1133 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1134 | }, |
||
1135 | "dist": { |
||
1136 | "type": "zip", |
||
1137 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1138 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1139 | "shasum": "" |
||
1140 | }, |
||
1141 | "require": { |
||
1142 | "php": "^7.0", |
||
1143 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1144 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1145 | "webmozart/assert": "^1.0" |
||
1146 | }, |
||
1147 | "require-dev": { |
||
1148 | "doctrine/instantiator": "~1.0.5", |
||
1149 | "mockery/mockery": "^1.0", |
||
1150 | "phpunit/phpunit": "^6.4" |
||
1151 | }, |
||
1152 | "type": "library", |
||
1153 | "extra": { |
||
1154 | "branch-alias": { |
||
1155 | "dev-master": "4.x-dev" |
||
1156 | } |
||
1157 | }, |
||
1158 | "autoload": { |
||
1159 | "psr-4": { |
||
1160 | "phpDocumentor\\Reflection\\": [ |
||
1161 | "src/" |
||
1162 | ] |
||
1163 | } |
||
1164 | }, |
||
1165 | "notification-url": "https://packagist.org/downloads/", |
||
1166 | "license": [ |
||
1167 | "MIT" |
||
1168 | ], |
||
1169 | "authors": [ |
||
1170 | { |
||
1171 | "name": "Mike van Riel", |
||
1172 | "email": "[email protected]" |
||
1173 | } |
||
1174 | ], |
||
1175 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1176 | "time": "2017-11-30T07:14:17+00:00" |
||
1177 | }, |
||
1178 | { |
||
1179 | "name": "phpdocumentor/type-resolver", |
||
1180 | "version": "0.4.0", |
||
1181 | "source": { |
||
1182 | "type": "git", |
||
1183 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1184 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1185 | }, |
||
1186 | "dist": { |
||
1187 | "type": "zip", |
||
1188 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1189 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1190 | "shasum": "" |
||
1191 | }, |
||
1192 | "require": { |
||
1193 | "php": "^5.5 || ^7.0", |
||
1194 | "phpdocumentor/reflection-common": "^1.0" |
||
1195 | }, |
||
1196 | "require-dev": { |
||
1197 | "mockery/mockery": "^0.9.4", |
||
1198 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1199 | }, |
||
1200 | "type": "library", |
||
1201 | "extra": { |
||
1202 | "branch-alias": { |
||
1203 | "dev-master": "1.0.x-dev" |
||
1204 | } |
||
1205 | }, |
||
1206 | "autoload": { |
||
1207 | "psr-4": { |
||
1208 | "phpDocumentor\\Reflection\\": [ |
||
1209 | "src/" |
||
1210 | ] |
||
1211 | } |
||
1212 | }, |
||
1213 | "notification-url": "https://packagist.org/downloads/", |
||
1214 | "license": [ |
||
1215 | "MIT" |
||
1216 | ], |
||
1217 | "authors": [ |
||
1218 | { |
||
1219 | "name": "Mike van Riel", |
||
1220 | "email": "[email protected]" |
||
1221 | } |
||
1222 | ], |
||
1223 | "time": "2017-07-14T14:27:02+00:00" |
||
1224 | }, |
||
1225 | { |
||
1226 | "name": "phpspec/prophecy", |
||
1227 | "version": "1.7.5", |
||
1228 | "source": { |
||
1229 | "type": "git", |
||
1230 | "url": "https://github.com/phpspec/prophecy.git", |
||
1231 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" |
||
1232 | }, |
||
1233 | "dist": { |
||
1234 | "type": "zip", |
||
1235 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
||
1236 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
||
1237 | "shasum": "" |
||
1238 | }, |
||
1239 | "require": { |
||
1240 | "doctrine/instantiator": "^1.0.2", |
||
1241 | "php": "^5.3|^7.0", |
||
1242 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1243 | "sebastian/comparator": "^1.1|^2.0", |
||
1244 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1245 | }, |
||
1246 | "require-dev": { |
||
1247 | "phpspec/phpspec": "^2.5|^3.2", |
||
1248 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
1249 | }, |
||
1250 | "type": "library", |
||
1251 | "extra": { |
||
1252 | "branch-alias": { |
||
1253 | "dev-master": "1.7.x-dev" |
||
1254 | } |
||
1255 | }, |
||
1256 | "autoload": { |
||
1257 | "psr-0": { |
||
1258 | "Prophecy\\": "src/" |
||
1259 | } |
||
1260 | }, |
||
1261 | "notification-url": "https://packagist.org/downloads/", |
||
1262 | "license": [ |
||
1263 | "MIT" |
||
1264 | ], |
||
1265 | "authors": [ |
||
1266 | { |
||
1267 | "name": "Konstantin Kudryashov", |
||
1268 | "email": "[email protected]", |
||
1269 | "homepage": "http://everzet.com" |
||
1270 | }, |
||
1271 | { |
||
1272 | "name": "Marcello Duarte", |
||
1273 | "email": "[email protected]" |
||
1274 | } |
||
1275 | ], |
||
1276 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1277 | "homepage": "https://github.com/phpspec/prophecy", |
||
1278 | "keywords": [ |
||
1279 | "Double", |
||
1280 | "Dummy", |
||
1281 | "fake", |
||
1282 | "mock", |
||
1283 | "spy", |
||
1284 | "stub" |
||
1285 | ], |
||
1286 | "time": "2018-02-19T10:16:54+00:00" |
||
1287 | }, |
||
1288 | { |
||
1289 | "name": "phpunit/php-code-coverage", |
||
1290 | "version": "4.0.8", |
||
1291 | "source": { |
||
1292 | "type": "git", |
||
1293 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1294 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
1295 | }, |
||
1296 | "dist": { |
||
1297 | "type": "zip", |
||
1298 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
1299 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
1300 | "shasum": "" |
||
1301 | }, |
||
1302 | "require": { |
||
1303 | "ext-dom": "*", |
||
1304 | "ext-xmlwriter": "*", |
||
1305 | "php": "^5.6 || ^7.0", |
||
1306 | "phpunit/php-file-iterator": "^1.3", |
||
1307 | "phpunit/php-text-template": "^1.2", |
||
1308 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
1309 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
1310 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
1311 | "sebastian/version": "^1.0 || ^2.0" |
||
1312 | }, |
||
1313 | "require-dev": { |
||
1314 | "ext-xdebug": "^2.1.4", |
||
1315 | "phpunit/phpunit": "^5.7" |
||
1316 | }, |
||
1317 | "suggest": { |
||
1318 | "ext-xdebug": "^2.5.1" |
||
1319 | }, |
||
1320 | "type": "library", |
||
1321 | "extra": { |
||
1322 | "branch-alias": { |
||
1323 | "dev-master": "4.0.x-dev" |
||
1324 | } |
||
1325 | }, |
||
1326 | "autoload": { |
||
1327 | "classmap": [ |
||
1328 | "src/" |
||
1329 | ] |
||
1330 | }, |
||
1331 | "notification-url": "https://packagist.org/downloads/", |
||
1332 | "license": [ |
||
1333 | "BSD-3-Clause" |
||
1334 | ], |
||
1335 | "authors": [ |
||
1336 | { |
||
1337 | "name": "Sebastian Bergmann", |
||
1338 | "email": "[email protected]", |
||
1339 | "role": "lead" |
||
1340 | } |
||
1341 | ], |
||
1342 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1343 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1344 | "keywords": [ |
||
1345 | "coverage", |
||
1346 | "testing", |
||
1347 | "xunit" |
||
1348 | ], |
||
1349 | "time": "2017-04-02T07:44:40+00:00" |
||
1350 | }, |
||
1351 | { |
||
1352 | "name": "phpunit/php-file-iterator", |
||
1353 | "version": "1.4.5", |
||
1354 | "source": { |
||
1355 | "type": "git", |
||
1356 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1357 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
1358 | }, |
||
1359 | "dist": { |
||
1360 | "type": "zip", |
||
1361 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1362 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1363 | "shasum": "" |
||
1364 | }, |
||
1365 | "require": { |
||
1366 | "php": ">=5.3.3" |
||
1367 | }, |
||
1368 | "type": "library", |
||
1369 | "extra": { |
||
1370 | "branch-alias": { |
||
1371 | "dev-master": "1.4.x-dev" |
||
1372 | } |
||
1373 | }, |
||
1374 | "autoload": { |
||
1375 | "classmap": [ |
||
1376 | "src/" |
||
1377 | ] |
||
1378 | }, |
||
1379 | "notification-url": "https://packagist.org/downloads/", |
||
1380 | "license": [ |
||
1381 | "BSD-3-Clause" |
||
1382 | ], |
||
1383 | "authors": [ |
||
1384 | { |
||
1385 | "name": "Sebastian Bergmann", |
||
1386 | "email": "[email protected]", |
||
1387 | "role": "lead" |
||
1388 | } |
||
1389 | ], |
||
1390 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1391 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1392 | "keywords": [ |
||
1393 | "filesystem", |
||
1394 | "iterator" |
||
1395 | ], |
||
1396 | "time": "2017-11-27T13:52:08+00:00" |
||
1397 | }, |
||
1398 | { |
||
1399 | "name": "phpunit/php-text-template", |
||
1400 | "version": "1.2.1", |
||
1401 | "source": { |
||
1402 | "type": "git", |
||
1403 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1404 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1405 | }, |
||
1406 | "dist": { |
||
1407 | "type": "zip", |
||
1408 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1409 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1410 | "shasum": "" |
||
1411 | }, |
||
1412 | "require": { |
||
1413 | "php": ">=5.3.3" |
||
1414 | }, |
||
1415 | "type": "library", |
||
1416 | "autoload": { |
||
1417 | "classmap": [ |
||
1418 | "src/" |
||
1419 | ] |
||
1420 | }, |
||
1421 | "notification-url": "https://packagist.org/downloads/", |
||
1422 | "license": [ |
||
1423 | "BSD-3-Clause" |
||
1424 | ], |
||
1425 | "authors": [ |
||
1426 | { |
||
1427 | "name": "Sebastian Bergmann", |
||
1428 | "email": "[email protected]", |
||
1429 | "role": "lead" |
||
1430 | } |
||
1431 | ], |
||
1432 | "description": "Simple template engine.", |
||
1433 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1434 | "keywords": [ |
||
1435 | "template" |
||
1436 | ], |
||
1437 | "time": "2015-06-21T13:50:34+00:00" |
||
1438 | }, |
||
1439 | { |
||
1440 | "name": "phpunit/php-timer", |
||
1441 | "version": "1.0.9", |
||
1442 | "source": { |
||
1443 | "type": "git", |
||
1444 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1445 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
1446 | }, |
||
1447 | "dist": { |
||
1448 | "type": "zip", |
||
1449 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1450 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
1451 | "shasum": "" |
||
1452 | }, |
||
1453 | "require": { |
||
1454 | "php": "^5.3.3 || ^7.0" |
||
1455 | }, |
||
1456 | "require-dev": { |
||
1457 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1458 | }, |
||
1459 | "type": "library", |
||
1460 | "extra": { |
||
1461 | "branch-alias": { |
||
1462 | "dev-master": "1.0-dev" |
||
1463 | } |
||
1464 | }, |
||
1465 | "autoload": { |
||
1466 | "classmap": [ |
||
1467 | "src/" |
||
1468 | ] |
||
1469 | }, |
||
1470 | "notification-url": "https://packagist.org/downloads/", |
||
1471 | "license": [ |
||
1472 | "BSD-3-Clause" |
||
1473 | ], |
||
1474 | "authors": [ |
||
1475 | { |
||
1476 | "name": "Sebastian Bergmann", |
||
1477 | "email": "[email protected]", |
||
1478 | "role": "lead" |
||
1479 | } |
||
1480 | ], |
||
1481 | "description": "Utility class for timing", |
||
1482 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1483 | "keywords": [ |
||
1484 | "timer" |
||
1485 | ], |
||
1486 | "time": "2017-02-26T11:10:40+00:00" |
||
1487 | }, |
||
1488 | { |
||
1489 | "name": "phpunit/php-token-stream", |
||
1490 | "version": "2.0.2", |
||
1491 | "source": { |
||
1492 | "type": "git", |
||
1493 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1494 | "reference": "791198a2c6254db10131eecfe8c06670700904db" |
||
1495 | }, |
||
1496 | "dist": { |
||
1497 | "type": "zip", |
||
1498 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", |
||
1499 | "reference": "791198a2c6254db10131eecfe8c06670700904db", |
||
1500 | "shasum": "" |
||
1501 | }, |
||
1502 | "require": { |
||
1503 | "ext-tokenizer": "*", |
||
1504 | "php": "^7.0" |
||
1505 | }, |
||
1506 | "require-dev": { |
||
1507 | "phpunit/phpunit": "^6.2.4" |
||
1508 | }, |
||
1509 | "type": "library", |
||
1510 | "extra": { |
||
1511 | "branch-alias": { |
||
1512 | "dev-master": "2.0-dev" |
||
1513 | } |
||
1514 | }, |
||
1515 | "autoload": { |
||
1516 | "classmap": [ |
||
1517 | "src/" |
||
1518 | ] |
||
1519 | }, |
||
1520 | "notification-url": "https://packagist.org/downloads/", |
||
1521 | "license": [ |
||
1522 | "BSD-3-Clause" |
||
1523 | ], |
||
1524 | "authors": [ |
||
1525 | { |
||
1526 | "name": "Sebastian Bergmann", |
||
1527 | "email": "[email protected]" |
||
1528 | } |
||
1529 | ], |
||
1530 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1531 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1532 | "keywords": [ |
||
1533 | "tokenizer" |
||
1534 | ], |
||
1535 | "time": "2017-11-27T05:48:46+00:00" |
||
1536 | }, |
||
1537 | { |
||
1538 | "name": "phpunit/phpunit", |
||
1539 | "version": "5.7.27", |
||
1540 | "source": { |
||
1541 | "type": "git", |
||
1542 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1543 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" |
||
1544 | }, |
||
1545 | "dist": { |
||
1546 | "type": "zip", |
||
1547 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
||
1548 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
||
1549 | "shasum": "" |
||
1550 | }, |
||
1551 | "require": { |
||
1552 | "ext-dom": "*", |
||
1553 | "ext-json": "*", |
||
1554 | "ext-libxml": "*", |
||
1555 | "ext-mbstring": "*", |
||
1556 | "ext-xml": "*", |
||
1557 | "myclabs/deep-copy": "~1.3", |
||
1558 | "php": "^5.6 || ^7.0", |
||
1559 | "phpspec/prophecy": "^1.6.2", |
||
1560 | "phpunit/php-code-coverage": "^4.0.4", |
||
1561 | "phpunit/php-file-iterator": "~1.4", |
||
1562 | "phpunit/php-text-template": "~1.2", |
||
1563 | "phpunit/php-timer": "^1.0.6", |
||
1564 | "phpunit/phpunit-mock-objects": "^3.2", |
||
1565 | "sebastian/comparator": "^1.2.4", |
||
1566 | "sebastian/diff": "^1.4.3", |
||
1567 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
1568 | "sebastian/exporter": "~2.0", |
||
1569 | "sebastian/global-state": "^1.1", |
||
1570 | "sebastian/object-enumerator": "~2.0", |
||
1571 | "sebastian/resource-operations": "~1.0", |
||
1572 | "sebastian/version": "^1.0.6|^2.0.1", |
||
1573 | "symfony/yaml": "~2.1|~3.0|~4.0" |
||
1574 | }, |
||
1575 | "conflict": { |
||
1576 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
1577 | }, |
||
1578 | "require-dev": { |
||
1579 | "ext-pdo": "*" |
||
1580 | }, |
||
1581 | "suggest": { |
||
1582 | "ext-xdebug": "*", |
||
1583 | "phpunit/php-invoker": "~1.1" |
||
1584 | }, |
||
1585 | "bin": [ |
||
1586 | "phpunit" |
||
1587 | ], |
||
1588 | "type": "library", |
||
1589 | "extra": { |
||
1590 | "branch-alias": { |
||
1591 | "dev-master": "5.7.x-dev" |
||
1592 | } |
||
1593 | }, |
||
1594 | "autoload": { |
||
1595 | "classmap": [ |
||
1596 | "src/" |
||
1597 | ] |
||
1598 | }, |
||
1599 | "notification-url": "https://packagist.org/downloads/", |
||
1600 | "license": [ |
||
1601 | "BSD-3-Clause" |
||
1602 | ], |
||
1603 | "authors": [ |
||
1604 | { |
||
1605 | "name": "Sebastian Bergmann", |
||
1606 | "email": "[email protected]", |
||
1607 | "role": "lead" |
||
1608 | } |
||
1609 | ], |
||
1610 | "description": "The PHP Unit Testing framework.", |
||
1611 | "homepage": "https://phpunit.de/", |
||
1612 | "keywords": [ |
||
1613 | "phpunit", |
||
1614 | "testing", |
||
1615 | "xunit" |
||
1616 | ], |
||
1617 | "time": "2018-02-01T05:50:59+00:00" |
||
1618 | }, |
||
1619 | { |
||
1620 | "name": "phpunit/phpunit-mock-objects", |
||
1621 | "version": "3.4.4", |
||
1622 | "source": { |
||
1623 | "type": "git", |
||
1624 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1625 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
1626 | }, |
||
1627 | "dist": { |
||
1628 | "type": "zip", |
||
1629 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
1630 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
1631 | "shasum": "" |
||
1632 | }, |
||
1633 | "require": { |
||
1634 | "doctrine/instantiator": "^1.0.2", |
||
1635 | "php": "^5.6 || ^7.0", |
||
1636 | "phpunit/php-text-template": "^1.2", |
||
1637 | "sebastian/exporter": "^1.2 || ^2.0" |
||
1638 | }, |
||
1639 | "conflict": { |
||
1640 | "phpunit/phpunit": "<5.4.0" |
||
1641 | }, |
||
1642 | "require-dev": { |
||
1643 | "phpunit/phpunit": "^5.4" |
||
1644 | }, |
||
1645 | "suggest": { |
||
1646 | "ext-soap": "*" |
||
1647 | }, |
||
1648 | "type": "library", |
||
1649 | "extra": { |
||
1650 | "branch-alias": { |
||
1651 | "dev-master": "3.2.x-dev" |
||
1652 | } |
||
1653 | }, |
||
1654 | "autoload": { |
||
1655 | "classmap": [ |
||
1656 | "src/" |
||
1657 | ] |
||
1658 | }, |
||
1659 | "notification-url": "https://packagist.org/downloads/", |
||
1660 | "license": [ |
||
1661 | "BSD-3-Clause" |
||
1662 | ], |
||
1663 | "authors": [ |
||
1664 | { |
||
1665 | "name": "Sebastian Bergmann", |
||
1666 | "email": "[email protected]", |
||
1667 | "role": "lead" |
||
1668 | } |
||
1669 | ], |
||
1670 | "description": "Mock Object library for PHPUnit", |
||
1671 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1672 | "keywords": [ |
||
1673 | "mock", |
||
1674 | "xunit" |
||
1675 | ], |
||
1676 | "time": "2017-06-30T09:13:00+00:00" |
||
1677 | }, |
||
1678 | { |
||
1679 | "name": "sebastian/code-unit-reverse-lookup", |
||
1680 | "version": "1.0.1", |
||
1681 | "source": { |
||
1682 | "type": "git", |
||
1683 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
1684 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
1685 | }, |
||
1686 | "dist": { |
||
1687 | "type": "zip", |
||
1688 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1689 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1690 | "shasum": "" |
||
1691 | }, |
||
1692 | "require": { |
||
1693 | "php": "^5.6 || ^7.0" |
||
1694 | }, |
||
1695 | "require-dev": { |
||
1696 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
1697 | }, |
||
1698 | "type": "library", |
||
1699 | "extra": { |
||
1700 | "branch-alias": { |
||
1701 | "dev-master": "1.0.x-dev" |
||
1702 | } |
||
1703 | }, |
||
1704 | "autoload": { |
||
1705 | "classmap": [ |
||
1706 | "src/" |
||
1707 | ] |
||
1708 | }, |
||
1709 | "notification-url": "https://packagist.org/downloads/", |
||
1710 | "license": [ |
||
1711 | "BSD-3-Clause" |
||
1712 | ], |
||
1713 | "authors": [ |
||
1714 | { |
||
1715 | "name": "Sebastian Bergmann", |
||
1716 | "email": "[email protected]" |
||
1717 | } |
||
1718 | ], |
||
1719 | "description": "Looks up which function or method a line of code belongs to", |
||
1720 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
1721 | "time": "2017-03-04T06:30:41+00:00" |
||
1722 | }, |
||
1723 | { |
||
1724 | "name": "sebastian/comparator", |
||
1725 | "version": "1.2.4", |
||
1726 | "source": { |
||
1727 | "type": "git", |
||
1728 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1729 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
1730 | }, |
||
1731 | "dist": { |
||
1732 | "type": "zip", |
||
1733 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1734 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1735 | "shasum": "" |
||
1736 | }, |
||
1737 | "require": { |
||
1738 | "php": ">=5.3.3", |
||
1739 | "sebastian/diff": "~1.2", |
||
1740 | "sebastian/exporter": "~1.2 || ~2.0" |
||
1741 | }, |
||
1742 | "require-dev": { |
||
1743 | "phpunit/phpunit": "~4.4" |
||
1744 | }, |
||
1745 | "type": "library", |
||
1746 | "extra": { |
||
1747 | "branch-alias": { |
||
1748 | "dev-master": "1.2.x-dev" |
||
1749 | } |
||
1750 | }, |
||
1751 | "autoload": { |
||
1752 | "classmap": [ |
||
1753 | "src/" |
||
1754 | ] |
||
1755 | }, |
||
1756 | "notification-url": "https://packagist.org/downloads/", |
||
1757 | "license": [ |
||
1758 | "BSD-3-Clause" |
||
1759 | ], |
||
1760 | "authors": [ |
||
1761 | { |
||
1762 | "name": "Jeff Welch", |
||
1763 | "email": "[email protected]" |
||
1764 | }, |
||
1765 | { |
||
1766 | "name": "Volker Dusch", |
||
1767 | "email": "[email protected]" |
||
1768 | }, |
||
1769 | { |
||
1770 | "name": "Bernhard Schussek", |
||
1771 | "email": "[email protected]" |
||
1772 | }, |
||
1773 | { |
||
1774 | "name": "Sebastian Bergmann", |
||
1775 | "email": "[email protected]" |
||
1776 | } |
||
1777 | ], |
||
1778 | "description": "Provides the functionality to compare PHP values for equality", |
||
1779 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1780 | "keywords": [ |
||
1781 | "comparator", |
||
1782 | "compare", |
||
1783 | "equality" |
||
1784 | ], |
||
1785 | "time": "2017-01-29T09:50:25+00:00" |
||
1786 | }, |
||
1787 | { |
||
1788 | "name": "sebastian/diff", |
||
1789 | "version": "1.4.3", |
||
1790 | "source": { |
||
1791 | "type": "git", |
||
1792 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1793 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
1794 | }, |
||
1795 | "dist": { |
||
1796 | "type": "zip", |
||
1797 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
1798 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
1799 | "shasum": "" |
||
1800 | }, |
||
1801 | "require": { |
||
1802 | "php": "^5.3.3 || ^7.0" |
||
1803 | }, |
||
1804 | "require-dev": { |
||
1805 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
1806 | }, |
||
1807 | "type": "library", |
||
1808 | "extra": { |
||
1809 | "branch-alias": { |
||
1810 | "dev-master": "1.4-dev" |
||
1811 | } |
||
1812 | }, |
||
1813 | "autoload": { |
||
1814 | "classmap": [ |
||
1815 | "src/" |
||
1816 | ] |
||
1817 | }, |
||
1818 | "notification-url": "https://packagist.org/downloads/", |
||
1819 | "license": [ |
||
1820 | "BSD-3-Clause" |
||
1821 | ], |
||
1822 | "authors": [ |
||
1823 | { |
||
1824 | "name": "Kore Nordmann", |
||
1825 | "email": "[email protected]" |
||
1826 | }, |
||
1827 | { |
||
1828 | "name": "Sebastian Bergmann", |
||
1829 | "email": "[email protected]" |
||
1830 | } |
||
1831 | ], |
||
1832 | "description": "Diff implementation", |
||
1833 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
1834 | "keywords": [ |
||
1835 | "diff" |
||
1836 | ], |
||
1837 | "time": "2017-05-22T07:24:03+00:00" |
||
1838 | }, |
||
1839 | { |
||
1840 | "name": "sebastian/environment", |
||
1841 | "version": "2.0.0", |
||
1842 | "source": { |
||
1843 | "type": "git", |
||
1844 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1845 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
1846 | }, |
||
1847 | "dist": { |
||
1848 | "type": "zip", |
||
1849 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
1850 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
1851 | "shasum": "" |
||
1852 | }, |
||
1853 | "require": { |
||
1854 | "php": "^5.6 || ^7.0" |
||
1855 | }, |
||
1856 | "require-dev": { |
||
1857 | "phpunit/phpunit": "^5.0" |
||
1858 | }, |
||
1859 | "type": "library", |
||
1860 | "extra": { |
||
1861 | "branch-alias": { |
||
1862 | "dev-master": "2.0.x-dev" |
||
1863 | } |
||
1864 | }, |
||
1865 | "autoload": { |
||
1866 | "classmap": [ |
||
1867 | "src/" |
||
1868 | ] |
||
1869 | }, |
||
1870 | "notification-url": "https://packagist.org/downloads/", |
||
1871 | "license": [ |
||
1872 | "BSD-3-Clause" |
||
1873 | ], |
||
1874 | "authors": [ |
||
1875 | { |
||
1876 | "name": "Sebastian Bergmann", |
||
1877 | "email": "[email protected]" |
||
1878 | } |
||
1879 | ], |
||
1880 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1881 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1882 | "keywords": [ |
||
1883 | "Xdebug", |
||
1884 | "environment", |
||
1885 | "hhvm" |
||
1886 | ], |
||
1887 | "time": "2016-11-26T07:53:53+00:00" |
||
1888 | }, |
||
1889 | { |
||
1890 | "name": "sebastian/exporter", |
||
1891 | "version": "2.0.0", |
||
1892 | "source": { |
||
1893 | "type": "git", |
||
1894 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1895 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
1896 | }, |
||
1897 | "dist": { |
||
1898 | "type": "zip", |
||
1899 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
1900 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
1901 | "shasum": "" |
||
1902 | }, |
||
1903 | "require": { |
||
1904 | "php": ">=5.3.3", |
||
1905 | "sebastian/recursion-context": "~2.0" |
||
1906 | }, |
||
1907 | "require-dev": { |
||
1908 | "ext-mbstring": "*", |
||
1909 | "phpunit/phpunit": "~4.4" |
||
1910 | }, |
||
1911 | "type": "library", |
||
1912 | "extra": { |
||
1913 | "branch-alias": { |
||
1914 | "dev-master": "2.0.x-dev" |
||
1915 | } |
||
1916 | }, |
||
1917 | "autoload": { |
||
1918 | "classmap": [ |
||
1919 | "src/" |
||
1920 | ] |
||
1921 | }, |
||
1922 | "notification-url": "https://packagist.org/downloads/", |
||
1923 | "license": [ |
||
1924 | "BSD-3-Clause" |
||
1925 | ], |
||
1926 | "authors": [ |
||
1927 | { |
||
1928 | "name": "Jeff Welch", |
||
1929 | "email": "[email protected]" |
||
1930 | }, |
||
1931 | { |
||
1932 | "name": "Volker Dusch", |
||
1933 | "email": "[email protected]" |
||
1934 | }, |
||
1935 | { |
||
1936 | "name": "Bernhard Schussek", |
||
1937 | "email": "[email protected]" |
||
1938 | }, |
||
1939 | { |
||
1940 | "name": "Sebastian Bergmann", |
||
1941 | "email": "[email protected]" |
||
1942 | }, |
||
1943 | { |
||
1944 | "name": "Adam Harvey", |
||
1945 | "email": "[email protected]" |
||
1946 | } |
||
1947 | ], |
||
1948 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1949 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1950 | "keywords": [ |
||
1951 | "export", |
||
1952 | "exporter" |
||
1953 | ], |
||
1954 | "time": "2016-11-19T08:54:04+00:00" |
||
1955 | }, |
||
1956 | { |
||
1957 | "name": "sebastian/global-state", |
||
1958 | "version": "1.1.1", |
||
1959 | "source": { |
||
1960 | "type": "git", |
||
1961 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1962 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
1963 | }, |
||
1964 | "dist": { |
||
1965 | "type": "zip", |
||
1966 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1967 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1968 | "shasum": "" |
||
1969 | }, |
||
1970 | "require": { |
||
1971 | "php": ">=5.3.3" |
||
1972 | }, |
||
1973 | "require-dev": { |
||
1974 | "phpunit/phpunit": "~4.2" |
||
1975 | }, |
||
1976 | "suggest": { |
||
1977 | "ext-uopz": "*" |
||
1978 | }, |
||
1979 | "type": "library", |
||
1980 | "extra": { |
||
1981 | "branch-alias": { |
||
1982 | "dev-master": "1.0-dev" |
||
1983 | } |
||
1984 | }, |
||
1985 | "autoload": { |
||
1986 | "classmap": [ |
||
1987 | "src/" |
||
1988 | ] |
||
1989 | }, |
||
1990 | "notification-url": "https://packagist.org/downloads/", |
||
1991 | "license": [ |
||
1992 | "BSD-3-Clause" |
||
1993 | ], |
||
1994 | "authors": [ |
||
1995 | { |
||
1996 | "name": "Sebastian Bergmann", |
||
1997 | "email": "[email protected]" |
||
1998 | } |
||
1999 | ], |
||
2000 | "description": "Snapshotting of global state", |
||
2001 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2002 | "keywords": [ |
||
2003 | "global state" |
||
2004 | ], |
||
2005 | "time": "2015-10-12T03:26:01+00:00" |
||
2006 | }, |
||
2007 | { |
||
2008 | "name": "sebastian/object-enumerator", |
||
2009 | "version": "2.0.1", |
||
2010 | "source": { |
||
2011 | "type": "git", |
||
2012 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2013 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
2014 | }, |
||
2015 | "dist": { |
||
2016 | "type": "zip", |
||
2017 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
2018 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
2019 | "shasum": "" |
||
2020 | }, |
||
2021 | "require": { |
||
2022 | "php": ">=5.6", |
||
2023 | "sebastian/recursion-context": "~2.0" |
||
2024 | }, |
||
2025 | "require-dev": { |
||
2026 | "phpunit/phpunit": "~5" |
||
2027 | }, |
||
2028 | "type": "library", |
||
2029 | "extra": { |
||
2030 | "branch-alias": { |
||
2031 | "dev-master": "2.0.x-dev" |
||
2032 | } |
||
2033 | }, |
||
2034 | "autoload": { |
||
2035 | "classmap": [ |
||
2036 | "src/" |
||
2037 | ] |
||
2038 | }, |
||
2039 | "notification-url": "https://packagist.org/downloads/", |
||
2040 | "license": [ |
||
2041 | "BSD-3-Clause" |
||
2042 | ], |
||
2043 | "authors": [ |
||
2044 | { |
||
2045 | "name": "Sebastian Bergmann", |
||
2046 | "email": "[email protected]" |
||
2047 | } |
||
2048 | ], |
||
2049 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2050 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2051 | "time": "2017-02-18T15:18:39+00:00" |
||
2052 | }, |
||
2053 | { |
||
2054 | "name": "sebastian/recursion-context", |
||
2055 | "version": "2.0.0", |
||
2056 | "source": { |
||
2057 | "type": "git", |
||
2058 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2059 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
2060 | }, |
||
2061 | "dist": { |
||
2062 | "type": "zip", |
||
2063 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
2064 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
2065 | "shasum": "" |
||
2066 | }, |
||
2067 | "require": { |
||
2068 | "php": ">=5.3.3" |
||
2069 | }, |
||
2070 | "require-dev": { |
||
2071 | "phpunit/phpunit": "~4.4" |
||
2072 | }, |
||
2073 | "type": "library", |
||
2074 | "extra": { |
||
2075 | "branch-alias": { |
||
2076 | "dev-master": "2.0.x-dev" |
||
2077 | } |
||
2078 | }, |
||
2079 | "autoload": { |
||
2080 | "classmap": [ |
||
2081 | "src/" |
||
2082 | ] |
||
2083 | }, |
||
2084 | "notification-url": "https://packagist.org/downloads/", |
||
2085 | "license": [ |
||
2086 | "BSD-3-Clause" |
||
2087 | ], |
||
2088 | "authors": [ |
||
2089 | { |
||
2090 | "name": "Jeff Welch", |
||
2091 | "email": "[email protected]" |
||
2092 | }, |
||
2093 | { |
||
2094 | "name": "Sebastian Bergmann", |
||
2095 | "email": "[email protected]" |
||
2096 | }, |
||
2097 | { |
||
2098 | "name": "Adam Harvey", |
||
2099 | "email": "[email protected]" |
||
2100 | } |
||
2101 | ], |
||
2102 | "description": "Provides functionality to recursively process PHP variables", |
||
2103 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2104 | "time": "2016-11-19T07:33:16+00:00" |
||
2105 | }, |
||
2106 | { |
||
2107 | "name": "sebastian/resource-operations", |
||
2108 | "version": "1.0.0", |
||
2109 | "source": { |
||
2110 | "type": "git", |
||
2111 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2112 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2113 | }, |
||
2114 | "dist": { |
||
2115 | "type": "zip", |
||
2116 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2117 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2118 | "shasum": "" |
||
2119 | }, |
||
2120 | "require": { |
||
2121 | "php": ">=5.6.0" |
||
2122 | }, |
||
2123 | "type": "library", |
||
2124 | "extra": { |
||
2125 | "branch-alias": { |
||
2126 | "dev-master": "1.0.x-dev" |
||
2127 | } |
||
2128 | }, |
||
2129 | "autoload": { |
||
2130 | "classmap": [ |
||
2131 | "src/" |
||
2132 | ] |
||
2133 | }, |
||
2134 | "notification-url": "https://packagist.org/downloads/", |
||
2135 | "license": [ |
||
2136 | "BSD-3-Clause" |
||
2137 | ], |
||
2138 | "authors": [ |
||
2139 | { |
||
2140 | "name": "Sebastian Bergmann", |
||
2141 | "email": "[email protected]" |
||
2142 | } |
||
2143 | ], |
||
2144 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2145 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2146 | "time": "2015-07-28T20:34:47+00:00" |
||
2147 | }, |
||
2148 | { |
||
2149 | "name": "sebastian/version", |
||
2150 | "version": "2.0.1", |
||
2151 | "source": { |
||
2152 | "type": "git", |
||
2153 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2154 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2155 | }, |
||
2156 | "dist": { |
||
2157 | "type": "zip", |
||
2158 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2159 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2160 | "shasum": "" |
||
2161 | }, |
||
2162 | "require": { |
||
2163 | "php": ">=5.6" |
||
2164 | }, |
||
2165 | "type": "library", |
||
2166 | "extra": { |
||
2167 | "branch-alias": { |
||
2168 | "dev-master": "2.0.x-dev" |
||
2169 | } |
||
2170 | }, |
||
2171 | "autoload": { |
||
2172 | "classmap": [ |
||
2173 | "src/" |
||
2174 | ] |
||
2175 | }, |
||
2176 | "notification-url": "https://packagist.org/downloads/", |
||
2177 | "license": [ |
||
2178 | "BSD-3-Clause" |
||
2179 | ], |
||
2180 | "authors": [ |
||
2181 | { |
||
2182 | "name": "Sebastian Bergmann", |
||
2183 | "email": "[email protected]", |
||
2184 | "role": "lead" |
||
2185 | } |
||
2186 | ], |
||
2187 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2188 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2189 | "time": "2016-10-03T07:35:21+00:00" |
||
2190 | }, |
||
2191 | { |
||
2192 | "name": "symfony/yaml", |
||
2193 | "version": "v3.4.4", |
||
2194 | "source": { |
||
2195 | "type": "git", |
||
2196 | "url": "https://github.com/symfony/yaml.git", |
||
2197 | "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe" |
||
2198 | }, |
||
2199 | "dist": { |
||
2200 | "type": "zip", |
||
2201 | "url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe", |
||
2202 | "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe", |
||
2203 | "shasum": "" |
||
2204 | }, |
||
2205 | "require": { |
||
2206 | "php": "^5.5.9|>=7.0.8" |
||
2207 | }, |
||
2208 | "conflict": { |
||
2209 | "symfony/console": "<3.4" |
||
2210 | }, |
||
2211 | "require-dev": { |
||
2212 | "symfony/console": "~3.4|~4.0" |
||
2213 | }, |
||
2214 | "suggest": { |
||
2215 | "symfony/console": "For validating YAML files using the lint command" |
||
2216 | }, |
||
2217 | "type": "library", |
||
2218 | "extra": { |
||
2219 | "branch-alias": { |
||
2220 | "dev-master": "3.4-dev" |
||
2221 | } |
||
2222 | }, |
||
2223 | "autoload": { |
||
2224 | "psr-4": { |
||
2225 | "Symfony\\Component\\Yaml\\": "" |
||
2226 | }, |
||
2227 | "exclude-from-classmap": [ |
||
2228 | "/Tests/" |
||
2229 | ] |
||
2230 | }, |
||
2231 | "notification-url": "https://packagist.org/downloads/", |
||
2232 | "license": [ |
||
2233 | "MIT" |
||
2234 | ], |
||
2235 | "authors": [ |
||
2236 | { |
||
2237 | "name": "Fabien Potencier", |
||
2238 | "email": "[email protected]" |
||
2239 | }, |
||
2240 | { |
||
2241 | "name": "Symfony Community", |
||
2242 | "homepage": "https://symfony.com/contributors" |
||
2243 | } |
||
2244 | ], |
||
2245 | "description": "Symfony Yaml Component", |
||
2246 | "homepage": "https://symfony.com", |
||
2247 | "time": "2018-01-21T19:05:02+00:00" |
||
2248 | }, |
||
2249 | { |
||
2250 | "name": "webmozart/assert", |
||
2251 | "version": "1.3.0", |
||
2252 | "source": { |
||
2253 | "type": "git", |
||
2254 | "url": "https://github.com/webmozart/assert.git", |
||
2255 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
2256 | }, |
||
2257 | "dist": { |
||
2258 | "type": "zip", |
||
2259 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
2260 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
2261 | "shasum": "" |
||
2262 | }, |
||
2263 | "require": { |
||
2264 | "php": "^5.3.3 || ^7.0" |
||
2265 | }, |
||
2266 | "require-dev": { |
||
2267 | "phpunit/phpunit": "^4.6", |
||
2268 | "sebastian/version": "^1.0.1" |
||
2269 | }, |
||
2270 | "type": "library", |
||
2271 | "extra": { |
||
2272 | "branch-alias": { |
||
2273 | "dev-master": "1.3-dev" |
||
2274 | } |
||
2275 | }, |
||
2276 | "autoload": { |
||
2277 | "psr-4": { |
||
2278 | "Webmozart\\Assert\\": "src/" |
||
2279 | } |
||
2280 | }, |
||
2281 | "notification-url": "https://packagist.org/downloads/", |
||
2282 | "license": [ |
||
2283 | "MIT" |
||
2284 | ], |
||
2285 | "authors": [ |
||
2286 | { |
||
2287 | "name": "Bernhard Schussek", |
||
2288 | "email": "[email protected]" |
||
2289 | } |
||
2290 | ], |
||
2291 | "description": "Assertions to validate method input/output with nice error messages.", |
||
2292 | "keywords": [ |
||
2293 | "assert", |
||
2294 | "check", |
||
2295 | "validate" |
||
2296 | ], |
||
2297 | "time": "2018-01-29T19:49:41+00:00" |
||
2298 | } |
||
2299 | ], |
||
2300 | "aliases": [], |
||
2301 | "minimum-stability": "stable", |
||
2302 | "stability-flags": [], |
||
2303 | "prefer-stable": false, |
||
2304 | "prefer-lowest": false, |
||
2305 | "platform": { |
||
2306 | "php": ">=7.0.0" |
||
2307 | }, |
||
2308 | "platform-dev": [] |
||
2309 | } |
||
2310 |