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#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "7ecd68aa7245cdc371f7588f87cab952", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/collections", |
||
11 | "version": "v1.4.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/collections.git", |
||
15 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
20 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": "^5.6 || ^7.0" |
||
25 | }, |
||
26 | "require-dev": { |
||
27 | "doctrine/coding-standard": "~0.1@dev", |
||
28 | "phpunit/phpunit": "^5.7" |
||
29 | }, |
||
30 | "type": "library", |
||
31 | "extra": { |
||
32 | "branch-alias": { |
||
33 | "dev-master": "1.3.x-dev" |
||
34 | } |
||
35 | }, |
||
36 | "autoload": { |
||
37 | "psr-0": { |
||
38 | "Doctrine\\Common\\Collections\\": "lib/" |
||
39 | } |
||
40 | }, |
||
41 | "notification-url": "https://packagist.org/downloads/", |
||
42 | "license": [ |
||
43 | "MIT" |
||
44 | ], |
||
45 | "authors": [ |
||
46 | { |
||
47 | "name": "Roman Borschel", |
||
48 | "email": "[email protected]" |
||
49 | }, |
||
50 | { |
||
51 | "name": "Benjamin Eberlei", |
||
52 | "email": "[email protected]" |
||
53 | }, |
||
54 | { |
||
55 | "name": "Guilherme Blanco", |
||
56 | "email": "[email protected]" |
||
57 | }, |
||
58 | { |
||
59 | "name": "Jonathan Wage", |
||
60 | "email": "[email protected]" |
||
61 | }, |
||
62 | { |
||
63 | "name": "Johannes Schmitt", |
||
64 | "email": "[email protected]" |
||
65 | } |
||
66 | ], |
||
67 | "description": "Collections Abstraction library", |
||
68 | "homepage": "http://www.doctrine-project.org", |
||
69 | "keywords": [ |
||
70 | "array", |
||
71 | "collections", |
||
72 | "iterator" |
||
73 | ], |
||
74 | "time": "2017-01-03T10:49:41+00:00" |
||
75 | }, |
||
76 | { |
||
77 | "name": "guzzlehttp/guzzle", |
||
78 | "version": "6.2.3", |
||
79 | "source": { |
||
80 | "type": "git", |
||
81 | "url": "https://github.com/guzzle/guzzle.git", |
||
82 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
||
83 | }, |
||
84 | "dist": { |
||
85 | "type": "zip", |
||
86 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
87 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
88 | "shasum": "" |
||
89 | }, |
||
90 | "require": { |
||
91 | "guzzlehttp/promises": "^1.0", |
||
92 | "guzzlehttp/psr7": "^1.4", |
||
93 | "php": ">=5.5" |
||
94 | }, |
||
95 | "require-dev": { |
||
96 | "ext-curl": "*", |
||
97 | "phpunit/phpunit": "^4.0", |
||
98 | "psr/log": "^1.0" |
||
99 | }, |
||
100 | "type": "library", |
||
101 | "extra": { |
||
102 | "branch-alias": { |
||
103 | "dev-master": "6.2-dev" |
||
104 | } |
||
105 | }, |
||
106 | "autoload": { |
||
107 | "files": [ |
||
108 | "src/functions_include.php" |
||
109 | ], |
||
110 | "psr-4": { |
||
111 | "GuzzleHttp\\": "src/" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Michael Dowling", |
||
121 | "email": "[email protected]", |
||
122 | "homepage": "https://github.com/mtdowling" |
||
123 | } |
||
124 | ], |
||
125 | "description": "Guzzle is a PHP HTTP client library", |
||
126 | "homepage": "http://guzzlephp.org/", |
||
127 | "keywords": [ |
||
128 | "client", |
||
129 | "curl", |
||
130 | "framework", |
||
131 | "http", |
||
132 | "http client", |
||
133 | "rest", |
||
134 | "web service" |
||
135 | ], |
||
136 | "time": "2017-02-28T22:50:30+00:00" |
||
137 | }, |
||
138 | { |
||
139 | "name": "guzzlehttp/promises", |
||
140 | "version": "v1.3.1", |
||
141 | "source": { |
||
142 | "type": "git", |
||
143 | "url": "https://github.com/guzzle/promises.git", |
||
144 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
145 | }, |
||
146 | "dist": { |
||
147 | "type": "zip", |
||
148 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
149 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
150 | "shasum": "" |
||
151 | }, |
||
152 | "require": { |
||
153 | "php": ">=5.5.0" |
||
154 | }, |
||
155 | "require-dev": { |
||
156 | "phpunit/phpunit": "^4.0" |
||
157 | }, |
||
158 | "type": "library", |
||
159 | "extra": { |
||
160 | "branch-alias": { |
||
161 | "dev-master": "1.4-dev" |
||
162 | } |
||
163 | }, |
||
164 | "autoload": { |
||
165 | "psr-4": { |
||
166 | "GuzzleHttp\\Promise\\": "src/" |
||
167 | }, |
||
168 | "files": [ |
||
169 | "src/functions_include.php" |
||
170 | ] |
||
171 | }, |
||
172 | "notification-url": "https://packagist.org/downloads/", |
||
173 | "license": [ |
||
174 | "MIT" |
||
175 | ], |
||
176 | "authors": [ |
||
177 | { |
||
178 | "name": "Michael Dowling", |
||
179 | "email": "[email protected]", |
||
180 | "homepage": "https://github.com/mtdowling" |
||
181 | } |
||
182 | ], |
||
183 | "description": "Guzzle promises library", |
||
184 | "keywords": [ |
||
185 | "promise" |
||
186 | ], |
||
187 | "time": "2016-12-20T10:07:11+00:00" |
||
188 | }, |
||
189 | { |
||
190 | "name": "guzzlehttp/psr7", |
||
191 | "version": "1.4.2", |
||
192 | "source": { |
||
193 | "type": "git", |
||
194 | "url": "https://github.com/guzzle/psr7.git", |
||
195 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
196 | }, |
||
197 | "dist": { |
||
198 | "type": "zip", |
||
199 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
200 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
201 | "shasum": "" |
||
202 | }, |
||
203 | "require": { |
||
204 | "php": ">=5.4.0", |
||
205 | "psr/http-message": "~1.0" |
||
206 | }, |
||
207 | "provide": { |
||
208 | "psr/http-message-implementation": "1.0" |
||
209 | }, |
||
210 | "require-dev": { |
||
211 | "phpunit/phpunit": "~4.0" |
||
212 | }, |
||
213 | "type": "library", |
||
214 | "extra": { |
||
215 | "branch-alias": { |
||
216 | "dev-master": "1.4-dev" |
||
217 | } |
||
218 | }, |
||
219 | "autoload": { |
||
220 | "psr-4": { |
||
221 | "GuzzleHttp\\Psr7\\": "src/" |
||
222 | }, |
||
223 | "files": [ |
||
224 | "src/functions_include.php" |
||
225 | ] |
||
226 | }, |
||
227 | "notification-url": "https://packagist.org/downloads/", |
||
228 | "license": [ |
||
229 | "MIT" |
||
230 | ], |
||
231 | "authors": [ |
||
232 | { |
||
233 | "name": "Michael Dowling", |
||
234 | "email": "[email protected]", |
||
235 | "homepage": "https://github.com/mtdowling" |
||
236 | }, |
||
237 | { |
||
238 | "name": "Tobias Schultze", |
||
239 | "homepage": "https://github.com/Tobion" |
||
240 | } |
||
241 | ], |
||
242 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
243 | "keywords": [ |
||
244 | "http", |
||
245 | "message", |
||
246 | "request", |
||
247 | "response", |
||
248 | "stream", |
||
249 | "uri", |
||
250 | "url" |
||
251 | ], |
||
252 | "time": "2017-03-20T17:10:46+00:00" |
||
253 | }, |
||
254 | { |
||
255 | "name": "jwilsson/spotify-web-api-php", |
||
256 | "version": "1.10.0", |
||
257 | "source": { |
||
258 | "type": "git", |
||
259 | "url": "https://github.com/jwilsson/spotify-web-api-php.git", |
||
260 | "reference": "39e5d1114c3c78727bd8154282384fcbe399173f" |
||
261 | }, |
||
262 | "dist": { |
||
263 | "type": "zip", |
||
264 | "url": "https://api.github.com/repos/jwilsson/spotify-web-api-php/zipball/39e5d1114c3c78727bd8154282384fcbe399173f", |
||
265 | "reference": "39e5d1114c3c78727bd8154282384fcbe399173f", |
||
266 | "shasum": "" |
||
267 | }, |
||
268 | "require": { |
||
269 | "ext-curl": "*", |
||
270 | "php": "^5.5 || ^7.0" |
||
271 | }, |
||
272 | "require-dev": { |
||
273 | "phpunit/phpunit": "^4.8 || ^5.7", |
||
274 | "satooshi/php-coveralls": "dev-master", |
||
275 | "squizlabs/php_codesniffer": "^2.0" |
||
276 | }, |
||
277 | "type": "library", |
||
278 | "autoload": { |
||
279 | "psr-4": { |
||
280 | "SpotifyWebAPI\\": "src/" |
||
281 | } |
||
282 | }, |
||
283 | "notification-url": "https://packagist.org/downloads/", |
||
284 | "license": [ |
||
285 | "MIT" |
||
286 | ], |
||
287 | "authors": [ |
||
288 | { |
||
289 | "name": "Jonathan Wilsson", |
||
290 | "email": "[email protected]" |
||
291 | } |
||
292 | ], |
||
293 | "description": "A PHP wrapper for Spotify's Web API.", |
||
294 | "homepage": "http://jwilsson.github.io/spotify-web-api-php/", |
||
295 | "keywords": [ |
||
296 | "spotify" |
||
297 | ], |
||
298 | "time": "2017-04-12T08:33:14+00:00" |
||
299 | }, |
||
300 | { |
||
301 | "name": "pbxg33k/musicbrainz", |
||
302 | "version": "v0.3.0", |
||
303 | "source": { |
||
304 | "type": "git", |
||
305 | "url": "https://github.com/powered-by-moe/MusicBrainz.git", |
||
306 | "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be" |
||
307 | }, |
||
308 | "dist": { |
||
309 | "type": "zip", |
||
310 | "url": "https://api.github.com/repos/powered-by-moe/MusicBrainz/zipball/3f117d4f6f7a53a10e687cbd17ad9e77cf4897be", |
||
311 | "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be", |
||
312 | "shasum": "" |
||
313 | }, |
||
314 | "replace": { |
||
315 | "mikealmond/musicbrainz": "~0.2" |
||
316 | }, |
||
317 | "require-dev": { |
||
318 | "guzzlehttp/guzzle": "~5.3", |
||
319 | "phpunit/phpunit": "^5.3" |
||
320 | }, |
||
321 | "suggest": { |
||
322 | "guzzle/guzzle": "Allows you to use the GuzzleHttpAdapter. You must install one of the supported adapters.", |
||
323 | "rmccue/requests": "Allows you to use the RequestsHttpAdapter. You must install one of the supported adapters." |
||
324 | }, |
||
325 | "type": "library", |
||
326 | "autoload": { |
||
327 | "psr-0": { |
||
328 | "MusicBrainz": "src/" |
||
329 | } |
||
330 | }, |
||
331 | "notification-url": "https://packagist.org/downloads/", |
||
332 | "license": [ |
||
333 | "MIT" |
||
334 | ], |
||
335 | "authors": [ |
||
336 | { |
||
337 | "name": "Mike Almond", |
||
338 | "email": "[email protected]", |
||
339 | "homepage": "http://mikealmond.com", |
||
340 | "role": "Developer" |
||
341 | }, |
||
342 | { |
||
343 | "name": "Oguzhan Uysal", |
||
344 | "email": "[email protected]", |
||
345 | "homepage": "https://g33k.code", |
||
346 | "role": "Developer" |
||
347 | } |
||
348 | ], |
||
349 | "description": "A PHP library for accessing the MusicBrainz API", |
||
350 | "homepage": "https://github.com/powered-by-moe/musicbrainz", |
||
351 | "keywords": [ |
||
352 | "api", |
||
353 | "library", |
||
354 | "musicbrainz", |
||
355 | "php" |
||
356 | ], |
||
357 | "time": "2016-04-16T11:50:35+00:00" |
||
358 | }, |
||
359 | { |
||
360 | "name": "pbxg33k/pbxg33k-traits", |
||
361 | "version": "v1.1.0", |
||
362 | "source": { |
||
363 | "type": "git", |
||
364 | "url": "https://github.com/PBXg33k/php-traits.git", |
||
365 | "reference": "eed71b0ce1076eed4bf0138f682373ae9cf3fc1f" |
||
366 | }, |
||
367 | "dist": { |
||
368 | "type": "zip", |
||
369 | "url": "https://api.github.com/repos/PBXg33k/php-traits/zipball/eed71b0ce1076eed4bf0138f682373ae9cf3fc1f", |
||
370 | "reference": "eed71b0ce1076eed4bf0138f682373ae9cf3fc1f", |
||
371 | "shasum": "" |
||
372 | }, |
||
373 | "require-dev": { |
||
374 | "crada/php-apidoc": "^1.3", |
||
375 | "phpmd/phpmd": "^2.4", |
||
376 | "phpunit/phpunit": "^5.3", |
||
377 | "satooshi/php-coveralls": "<1.0" |
||
378 | }, |
||
379 | "type": "library", |
||
380 | "autoload": { |
||
381 | "psr-4": { |
||
382 | "Pbxg33k\\Traits\\": "src/" |
||
383 | } |
||
384 | }, |
||
385 | "notification-url": "https://packagist.org/downloads/", |
||
386 | "license": [ |
||
387 | "MIT" |
||
388 | ], |
||
389 | "authors": [ |
||
390 | { |
||
391 | "name": "Oguzhan Uysal", |
||
392 | "email": "[email protected]" |
||
393 | } |
||
394 | ], |
||
395 | "description": "A collection of traits to make life with PHP easier", |
||
396 | "time": "2017-03-21T09:59:19+00:00" |
||
397 | }, |
||
398 | { |
||
399 | "name": "pbxg33k/php-info-base", |
||
400 | "version": "dev-master", |
||
401 | "source": { |
||
402 | "type": "git", |
||
403 | "url": "https://github.com/PBXg33k/php-info-base.git", |
||
404 | "reference": "955f5b78e00ab90131cf636c5201645058191177" |
||
405 | }, |
||
406 | "dist": { |
||
407 | "type": "zip", |
||
408 | "url": "https://api.github.com/repos/PBXg33k/php-info-base/zipball/955f5b78e00ab90131cf636c5201645058191177", |
||
409 | "reference": "955f5b78e00ab90131cf636c5201645058191177", |
||
410 | "shasum": "" |
||
411 | }, |
||
412 | "require": { |
||
413 | "doctrine/collections": "^1.3", |
||
414 | "guzzlehttp/guzzle": "^6.0", |
||
415 | "guzzlehttp/psr7": "^1.4", |
||
416 | "pbxg33k/pbxg33k-traits": "^1.0", |
||
417 | "php": "^5.6|^7.0", |
||
418 | "symfony/config": "^2.8|^3.0", |
||
419 | "symfony/console": "^2.8|^3.2", |
||
420 | "symfony/dependency-injection": "^2.8|^3.1", |
||
421 | "symfony/http-foundation": "^2.8|^3.1", |
||
422 | "symfony/http-kernel": "^2.8|^3.1", |
||
423 | "symfony/yaml": "^2.8|^3.0" |
||
424 | }, |
||
425 | "require-dev": { |
||
426 | "pdepend/pdepend": "^2.5", |
||
427 | "phploc/phploc": "^3.0", |
||
428 | "phpmd/phpmd": "@stable", |
||
429 | "phpunit/phpunit": "^5.7", |
||
430 | "satooshi/php-coveralls": "^1.0", |
||
431 | "sebastian/phpcpd": "^3.0", |
||
432 | "squizlabs/php_codesniffer": "^2.8", |
||
433 | "symfony/debug": "^3.2" |
||
434 | }, |
||
435 | "type": "library", |
||
436 | "autoload": { |
||
437 | "psr-4": { |
||
438 | "Pbxg33k\\InfoBase\\": "src/" |
||
439 | } |
||
440 | }, |
||
441 | "license": [ |
||
442 | "LGPL-3.0" |
||
443 | ], |
||
444 | "authors": [ |
||
445 | { |
||
446 | "name": "Oguzhan Uysal", |
||
447 | "email": "[email protected]" |
||
448 | } |
||
449 | ], |
||
450 | "support": { |
||
451 | "source": "https://github.com/PBXg33k/php-info-base/tree/master", |
||
452 | "issues": "https://github.com/PBXg33k/php-info-base/issues" |
||
453 | }, |
||
454 | "time": "2018-04-01T23:34:04+00:00" |
||
455 | }, |
||
456 | { |
||
457 | "name": "pbxg33k/vocadb", |
||
458 | "version": "v0.1.3.3", |
||
459 | "source": { |
||
460 | "type": "git", |
||
461 | "url": "https://github.com/PBXg33k/vocadb-php.git", |
||
462 | "reference": "8a4d443efddd44a12e01790de2da21b64e8876e3" |
||
463 | }, |
||
464 | "dist": { |
||
465 | "type": "zip", |
||
466 | "url": "https://api.github.com/repos/PBXg33k/vocadb-php/zipball/8a4d443efddd44a12e01790de2da21b64e8876e3", |
||
467 | "reference": "8a4d443efddd44a12e01790de2da21b64e8876e3", |
||
468 | "shasum": "" |
||
469 | }, |
||
470 | "require": { |
||
471 | "guzzlehttp/guzzle": "~5.0|~6.0" |
||
472 | }, |
||
473 | "require-dev": { |
||
474 | "pbxg33k/pbxg33k-traits": "dev-master", |
||
475 | "phpunit/phpunit": "4.8.*@dev", |
||
476 | "symfony/console": "^3.0", |
||
477 | "symfony/var-dumper": "^3.0" |
||
478 | }, |
||
479 | "type": "library", |
||
480 | "autoload": { |
||
481 | "psr-4": { |
||
482 | "Pbxg33k\\VocaDB\\": "src/" |
||
483 | } |
||
484 | }, |
||
485 | "notification-url": "https://packagist.org/downloads/", |
||
486 | "license": [ |
||
487 | "MIT" |
||
488 | ], |
||
489 | "authors": [ |
||
490 | { |
||
491 | "name": "Oguzhan Uysal", |
||
492 | "email": "[email protected]" |
||
493 | } |
||
494 | ], |
||
495 | "description": "PHP API client for the VocaDB Public API (v1)", |
||
496 | "time": "2017-03-29T18:57:10+00:00" |
||
497 | }, |
||
498 | { |
||
499 | "name": "psr/http-message", |
||
500 | "version": "1.0.1", |
||
501 | "source": { |
||
502 | "type": "git", |
||
503 | "url": "https://github.com/php-fig/http-message.git", |
||
504 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
505 | }, |
||
506 | "dist": { |
||
507 | "type": "zip", |
||
508 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
509 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
510 | "shasum": "" |
||
511 | }, |
||
512 | "require": { |
||
513 | "php": ">=5.3.0" |
||
514 | }, |
||
515 | "type": "library", |
||
516 | "extra": { |
||
517 | "branch-alias": { |
||
518 | "dev-master": "1.0.x-dev" |
||
519 | } |
||
520 | }, |
||
521 | "autoload": { |
||
522 | "psr-4": { |
||
523 | "Psr\\Http\\Message\\": "src/" |
||
524 | } |
||
525 | }, |
||
526 | "notification-url": "https://packagist.org/downloads/", |
||
527 | "license": [ |
||
528 | "MIT" |
||
529 | ], |
||
530 | "authors": [ |
||
531 | { |
||
532 | "name": "PHP-FIG", |
||
533 | "homepage": "http://www.php-fig.org/" |
||
534 | } |
||
535 | ], |
||
536 | "description": "Common interface for HTTP messages", |
||
537 | "homepage": "https://github.com/php-fig/http-message", |
||
538 | "keywords": [ |
||
539 | "http", |
||
540 | "http-message", |
||
541 | "psr", |
||
542 | "psr-7", |
||
543 | "request", |
||
544 | "response" |
||
545 | ], |
||
546 | "time": "2016-08-06T14:39:51+00:00" |
||
547 | }, |
||
548 | { |
||
549 | "name": "psr/log", |
||
550 | "version": "1.0.2", |
||
551 | "source": { |
||
552 | "type": "git", |
||
553 | "url": "https://github.com/php-fig/log.git", |
||
554 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
555 | }, |
||
556 | "dist": { |
||
557 | "type": "zip", |
||
558 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
559 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
560 | "shasum": "" |
||
561 | }, |
||
562 | "require": { |
||
563 | "php": ">=5.3.0" |
||
564 | }, |
||
565 | "type": "library", |
||
566 | "extra": { |
||
567 | "branch-alias": { |
||
568 | "dev-master": "1.0.x-dev" |
||
569 | } |
||
570 | }, |
||
571 | "autoload": { |
||
572 | "psr-4": { |
||
573 | "Psr\\Log\\": "Psr/Log/" |
||
574 | } |
||
575 | }, |
||
576 | "notification-url": "https://packagist.org/downloads/", |
||
577 | "license": [ |
||
578 | "MIT" |
||
579 | ], |
||
580 | "authors": [ |
||
581 | { |
||
582 | "name": "PHP-FIG", |
||
583 | "homepage": "http://www.php-fig.org/" |
||
584 | } |
||
585 | ], |
||
586 | "description": "Common interface for logging libraries", |
||
587 | "homepage": "https://github.com/php-fig/log", |
||
588 | "keywords": [ |
||
589 | "log", |
||
590 | "psr", |
||
591 | "psr-3" |
||
592 | ], |
||
593 | "time": "2016-10-10T12:19:37+00:00" |
||
594 | }, |
||
595 | { |
||
596 | "name": "symfony/config", |
||
597 | "version": "v3.2.7", |
||
598 | "source": { |
||
599 | "type": "git", |
||
600 | "url": "https://github.com/symfony/config.git", |
||
601 | "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d" |
||
602 | }, |
||
603 | "dist": { |
||
604 | "type": "zip", |
||
605 | "url": "https://api.github.com/repos/symfony/config/zipball/8444bde28e3c2a33e571e6f180c2d78bfdc4480d", |
||
606 | "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d", |
||
607 | "shasum": "" |
||
608 | }, |
||
609 | "require": { |
||
610 | "php": ">=5.5.9", |
||
611 | "symfony/filesystem": "~2.8|~3.0" |
||
612 | }, |
||
613 | "require-dev": { |
||
614 | "symfony/yaml": "~3.0" |
||
615 | }, |
||
616 | "suggest": { |
||
617 | "symfony/yaml": "To use the yaml reference dumper" |
||
618 | }, |
||
619 | "type": "library", |
||
620 | "extra": { |
||
621 | "branch-alias": { |
||
622 | "dev-master": "3.2-dev" |
||
623 | } |
||
624 | }, |
||
625 | "autoload": { |
||
626 | "psr-4": { |
||
627 | "Symfony\\Component\\Config\\": "" |
||
628 | }, |
||
629 | "exclude-from-classmap": [ |
||
630 | "/Tests/" |
||
631 | ] |
||
632 | }, |
||
633 | "notification-url": "https://packagist.org/downloads/", |
||
634 | "license": [ |
||
635 | "MIT" |
||
636 | ], |
||
637 | "authors": [ |
||
638 | { |
||
639 | "name": "Fabien Potencier", |
||
640 | "email": "[email protected]" |
||
641 | }, |
||
642 | { |
||
643 | "name": "Symfony Community", |
||
644 | "homepage": "https://symfony.com/contributors" |
||
645 | } |
||
646 | ], |
||
647 | "description": "Symfony Config Component", |
||
648 | "homepage": "https://symfony.com", |
||
649 | "time": "2017-04-04T15:30:56+00:00" |
||
650 | }, |
||
651 | { |
||
652 | "name": "symfony/console", |
||
653 | "version": "v3.2.7", |
||
654 | "source": { |
||
655 | "type": "git", |
||
656 | "url": "https://github.com/symfony/console.git", |
||
657 | "reference": "c30243cc51f726812be3551316b109a2f5deaf8d" |
||
658 | }, |
||
659 | "dist": { |
||
660 | "type": "zip", |
||
661 | "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d", |
||
662 | "reference": "c30243cc51f726812be3551316b109a2f5deaf8d", |
||
663 | "shasum": "" |
||
664 | }, |
||
665 | "require": { |
||
666 | "php": ">=5.5.9", |
||
667 | "symfony/debug": "~2.8|~3.0", |
||
668 | "symfony/polyfill-mbstring": "~1.0" |
||
669 | }, |
||
670 | "require-dev": { |
||
671 | "psr/log": "~1.0", |
||
672 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
673 | "symfony/filesystem": "~2.8|~3.0", |
||
674 | "symfony/process": "~2.8|~3.0" |
||
675 | }, |
||
676 | "suggest": { |
||
677 | "psr/log": "For using the console logger", |
||
678 | "symfony/event-dispatcher": "", |
||
679 | "symfony/filesystem": "", |
||
680 | "symfony/process": "" |
||
681 | }, |
||
682 | "type": "library", |
||
683 | "extra": { |
||
684 | "branch-alias": { |
||
685 | "dev-master": "3.2-dev" |
||
686 | } |
||
687 | }, |
||
688 | "autoload": { |
||
689 | "psr-4": { |
||
690 | "Symfony\\Component\\Console\\": "" |
||
691 | }, |
||
692 | "exclude-from-classmap": [ |
||
693 | "/Tests/" |
||
694 | ] |
||
695 | }, |
||
696 | "notification-url": "https://packagist.org/downloads/", |
||
697 | "license": [ |
||
698 | "MIT" |
||
699 | ], |
||
700 | "authors": [ |
||
701 | { |
||
702 | "name": "Fabien Potencier", |
||
703 | "email": "[email protected]" |
||
704 | }, |
||
705 | { |
||
706 | "name": "Symfony Community", |
||
707 | "homepage": "https://symfony.com/contributors" |
||
708 | } |
||
709 | ], |
||
710 | "description": "Symfony Console Component", |
||
711 | "homepage": "https://symfony.com", |
||
712 | "time": "2017-04-04T14:33:42+00:00" |
||
713 | }, |
||
714 | { |
||
715 | "name": "symfony/debug", |
||
716 | "version": "v3.2.7", |
||
717 | "source": { |
||
718 | "type": "git", |
||
719 | "url": "https://github.com/symfony/debug.git", |
||
720 | "reference": "56f613406446a4a0a031475cfd0a01751de22659" |
||
721 | }, |
||
722 | "dist": { |
||
723 | "type": "zip", |
||
724 | "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659", |
||
725 | "reference": "56f613406446a4a0a031475cfd0a01751de22659", |
||
726 | "shasum": "" |
||
727 | }, |
||
728 | "require": { |
||
729 | "php": ">=5.5.9", |
||
730 | "psr/log": "~1.0" |
||
731 | }, |
||
732 | "conflict": { |
||
733 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
734 | }, |
||
735 | "require-dev": { |
||
736 | "symfony/class-loader": "~2.8|~3.0", |
||
737 | "symfony/http-kernel": "~2.8|~3.0" |
||
738 | }, |
||
739 | "type": "library", |
||
740 | "extra": { |
||
741 | "branch-alias": { |
||
742 | "dev-master": "3.2-dev" |
||
743 | } |
||
744 | }, |
||
745 | "autoload": { |
||
746 | "psr-4": { |
||
747 | "Symfony\\Component\\Debug\\": "" |
||
748 | }, |
||
749 | "exclude-from-classmap": [ |
||
750 | "/Tests/" |
||
751 | ] |
||
752 | }, |
||
753 | "notification-url": "https://packagist.org/downloads/", |
||
754 | "license": [ |
||
755 | "MIT" |
||
756 | ], |
||
757 | "authors": [ |
||
758 | { |
||
759 | "name": "Fabien Potencier", |
||
760 | "email": "[email protected]" |
||
761 | }, |
||
762 | { |
||
763 | "name": "Symfony Community", |
||
764 | "homepage": "https://symfony.com/contributors" |
||
765 | } |
||
766 | ], |
||
767 | "description": "Symfony Debug Component", |
||
768 | "homepage": "https://symfony.com", |
||
769 | "time": "2017-03-28T21:38:24+00:00" |
||
770 | }, |
||
771 | { |
||
772 | "name": "symfony/dependency-injection", |
||
773 | "version": "v3.2.7", |
||
774 | "source": { |
||
775 | "type": "git", |
||
776 | "url": "https://github.com/symfony/dependency-injection.git", |
||
777 | "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7" |
||
778 | }, |
||
779 | "dist": { |
||
780 | "type": "zip", |
||
781 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/923bb014708b666e4092c9ba39993895c9c8fcd7", |
||
782 | "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7", |
||
783 | "shasum": "" |
||
784 | }, |
||
785 | "require": { |
||
786 | "php": ">=5.5.9" |
||
787 | }, |
||
788 | "conflict": { |
||
789 | "symfony/yaml": "<3.2" |
||
790 | }, |
||
791 | "require-dev": { |
||
792 | "symfony/config": "~2.8|~3.0", |
||
793 | "symfony/expression-language": "~2.8|~3.0", |
||
794 | "symfony/yaml": "~3.2" |
||
795 | }, |
||
796 | "suggest": { |
||
797 | "symfony/config": "", |
||
798 | "symfony/expression-language": "For using expressions in service container configuration", |
||
799 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
800 | "symfony/yaml": "" |
||
801 | }, |
||
802 | "type": "library", |
||
803 | "extra": { |
||
804 | "branch-alias": { |
||
805 | "dev-master": "3.2-dev" |
||
806 | } |
||
807 | }, |
||
808 | "autoload": { |
||
809 | "psr-4": { |
||
810 | "Symfony\\Component\\DependencyInjection\\": "" |
||
811 | }, |
||
812 | "exclude-from-classmap": [ |
||
813 | "/Tests/" |
||
814 | ] |
||
815 | }, |
||
816 | "notification-url": "https://packagist.org/downloads/", |
||
817 | "license": [ |
||
818 | "MIT" |
||
819 | ], |
||
820 | "authors": [ |
||
821 | { |
||
822 | "name": "Fabien Potencier", |
||
823 | "email": "[email protected]" |
||
824 | }, |
||
825 | { |
||
826 | "name": "Symfony Community", |
||
827 | "homepage": "https://symfony.com/contributors" |
||
828 | } |
||
829 | ], |
||
830 | "description": "Symfony DependencyInjection Component", |
||
831 | "homepage": "https://symfony.com", |
||
832 | "time": "2017-04-04T07:26:27+00:00" |
||
833 | }, |
||
834 | { |
||
835 | "name": "symfony/event-dispatcher", |
||
836 | "version": "v2.8.19", |
||
837 | "source": { |
||
838 | "type": "git", |
||
839 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
840 | "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2" |
||
841 | }, |
||
842 | "dist": { |
||
843 | "type": "zip", |
||
844 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2", |
||
845 | "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2", |
||
846 | "shasum": "" |
||
847 | }, |
||
848 | "require": { |
||
849 | "php": ">=5.3.9" |
||
850 | }, |
||
851 | "require-dev": { |
||
852 | "psr/log": "~1.0", |
||
853 | "symfony/config": "^2.0.5|~3.0.0", |
||
854 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
855 | "symfony/expression-language": "~2.6|~3.0.0", |
||
856 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
857 | }, |
||
858 | "suggest": { |
||
859 | "symfony/dependency-injection": "", |
||
860 | "symfony/http-kernel": "" |
||
861 | }, |
||
862 | "type": "library", |
||
863 | "extra": { |
||
864 | "branch-alias": { |
||
865 | "dev-master": "2.8-dev" |
||
866 | } |
||
867 | }, |
||
868 | "autoload": { |
||
869 | "psr-4": { |
||
870 | "Symfony\\Component\\EventDispatcher\\": "" |
||
871 | }, |
||
872 | "exclude-from-classmap": [ |
||
873 | "/Tests/" |
||
874 | ] |
||
875 | }, |
||
876 | "notification-url": "https://packagist.org/downloads/", |
||
877 | "license": [ |
||
878 | "MIT" |
||
879 | ], |
||
880 | "authors": [ |
||
881 | { |
||
882 | "name": "Fabien Potencier", |
||
883 | "email": "[email protected]" |
||
884 | }, |
||
885 | { |
||
886 | "name": "Symfony Community", |
||
887 | "homepage": "https://symfony.com/contributors" |
||
888 | } |
||
889 | ], |
||
890 | "description": "Symfony EventDispatcher Component", |
||
891 | "homepage": "https://symfony.com", |
||
892 | "time": "2017-04-03T20:37:06+00:00" |
||
893 | }, |
||
894 | { |
||
895 | "name": "symfony/filesystem", |
||
896 | "version": "v3.2.7", |
||
897 | "source": { |
||
898 | "type": "git", |
||
899 | "url": "https://github.com/symfony/filesystem.git", |
||
900 | "reference": "64421e6479c4a8e60d790fb666bd520992861b66" |
||
901 | }, |
||
902 | "dist": { |
||
903 | "type": "zip", |
||
904 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/64421e6479c4a8e60d790fb666bd520992861b66", |
||
905 | "reference": "64421e6479c4a8e60d790fb666bd520992861b66", |
||
906 | "shasum": "" |
||
907 | }, |
||
908 | "require": { |
||
909 | "php": ">=5.5.9" |
||
910 | }, |
||
911 | "type": "library", |
||
912 | "extra": { |
||
913 | "branch-alias": { |
||
914 | "dev-master": "3.2-dev" |
||
915 | } |
||
916 | }, |
||
917 | "autoload": { |
||
918 | "psr-4": { |
||
919 | "Symfony\\Component\\Filesystem\\": "" |
||
920 | }, |
||
921 | "exclude-from-classmap": [ |
||
922 | "/Tests/" |
||
923 | ] |
||
924 | }, |
||
925 | "notification-url": "https://packagist.org/downloads/", |
||
926 | "license": [ |
||
927 | "MIT" |
||
928 | ], |
||
929 | "authors": [ |
||
930 | { |
||
931 | "name": "Fabien Potencier", |
||
932 | "email": "[email protected]" |
||
933 | }, |
||
934 | { |
||
935 | "name": "Symfony Community", |
||
936 | "homepage": "https://symfony.com/contributors" |
||
937 | } |
||
938 | ], |
||
939 | "description": "Symfony Filesystem Component", |
||
940 | "homepage": "https://symfony.com", |
||
941 | "time": "2017-03-26T15:47:15+00:00" |
||
942 | }, |
||
943 | { |
||
944 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
945 | "version": "v3.2.7", |
||
946 | "source": { |
||
947 | "type": "git", |
||
948 | "url": "https://github.com/symfony/http-foundation.git", |
||
949 | "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a" |
||
950 | }, |
||
951 | "dist": { |
||
952 | "type": "zip", |
||
953 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb0b6418f588952c9290b3df4ca650f1b7ab570a", |
||
954 | "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a", |
||
955 | "shasum": "" |
||
956 | }, |
||
957 | "require": { |
||
958 | "php": ">=5.5.9", |
||
959 | "symfony/polyfill-mbstring": "~1.1" |
||
960 | }, |
||
961 | "require-dev": { |
||
962 | "symfony/expression-language": "~2.8|~3.0" |
||
963 | }, |
||
964 | "type": "library", |
||
965 | "extra": { |
||
966 | "branch-alias": { |
||
967 | "dev-master": "3.2-dev" |
||
968 | } |
||
969 | }, |
||
970 | "autoload": { |
||
971 | "psr-4": { |
||
972 | "Symfony\\Component\\HttpFoundation\\": "" |
||
973 | }, |
||
974 | "exclude-from-classmap": [ |
||
975 | "/Tests/" |
||
976 | ] |
||
977 | }, |
||
978 | "notification-url": "https://packagist.org/downloads/", |
||
979 | "license": [ |
||
980 | "MIT" |
||
981 | ], |
||
982 | "authors": [ |
||
983 | { |
||
984 | "name": "Fabien Potencier", |
||
985 | "email": "[email protected]" |
||
986 | }, |
||
987 | { |
||
988 | "name": "Symfony Community", |
||
989 | "homepage": "https://symfony.com/contributors" |
||
990 | } |
||
991 | ], |
||
992 | "description": "Symfony HttpFoundation Component", |
||
993 | "homepage": "https://symfony.com", |
||
994 | "time": "2017-04-04T15:30:56+00:00" |
||
995 | }, |
||
996 | { |
||
997 | "name": "symfony/http-kernel", |
||
998 | "version": "v3.2.7", |
||
999 | "source": { |
||
1000 | "type": "git", |
||
1001 | "url": "https://github.com/symfony/http-kernel.git", |
||
1002 | "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e" |
||
1003 | }, |
||
1004 | "dist": { |
||
1005 | "type": "zip", |
||
1006 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8285ab5faf1306b1a5ebcf287fe91c231a6de88e", |
||
1007 | "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e", |
||
1008 | "shasum": "" |
||
1009 | }, |
||
1010 | "require": { |
||
1011 | "php": ">=5.5.9", |
||
1012 | "psr/log": "~1.0", |
||
1013 | "symfony/debug": "~2.8|~3.0", |
||
1014 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
1015 | "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" |
||
1016 | }, |
||
1017 | "conflict": { |
||
1018 | "symfony/config": "<2.8" |
||
1019 | }, |
||
1020 | "require-dev": { |
||
1021 | "symfony/browser-kit": "~2.8|~3.0", |
||
1022 | "symfony/class-loader": "~2.8|~3.0", |
||
1023 | "symfony/config": "~2.8|~3.0", |
||
1024 | "symfony/console": "~2.8|~3.0", |
||
1025 | "symfony/css-selector": "~2.8|~3.0", |
||
1026 | "symfony/dependency-injection": "~2.8|~3.0", |
||
1027 | "symfony/dom-crawler": "~2.8|~3.0", |
||
1028 | "symfony/expression-language": "~2.8|~3.0", |
||
1029 | "symfony/finder": "~2.8|~3.0", |
||
1030 | "symfony/process": "~2.8|~3.0", |
||
1031 | "symfony/routing": "~2.8|~3.0", |
||
1032 | "symfony/stopwatch": "~2.8|~3.0", |
||
1033 | "symfony/templating": "~2.8|~3.0", |
||
1034 | "symfony/translation": "~2.8|~3.0", |
||
1035 | "symfony/var-dumper": "~3.2" |
||
1036 | }, |
||
1037 | "suggest": { |
||
1038 | "symfony/browser-kit": "", |
||
1039 | "symfony/class-loader": "", |
||
1040 | "symfony/config": "", |
||
1041 | "symfony/console": "", |
||
1042 | "symfony/dependency-injection": "", |
||
1043 | "symfony/finder": "", |
||
1044 | "symfony/var-dumper": "" |
||
1045 | }, |
||
1046 | "type": "library", |
||
1047 | "extra": { |
||
1048 | "branch-alias": { |
||
1049 | "dev-master": "3.2-dev" |
||
1050 | } |
||
1051 | }, |
||
1052 | "autoload": { |
||
1053 | "psr-4": { |
||
1054 | "Symfony\\Component\\HttpKernel\\": "" |
||
1055 | }, |
||
1056 | "exclude-from-classmap": [ |
||
1057 | "/Tests/" |
||
1058 | ] |
||
1059 | }, |
||
1060 | "notification-url": "https://packagist.org/downloads/", |
||
1061 | "license": [ |
||
1062 | "MIT" |
||
1063 | ], |
||
1064 | "authors": [ |
||
1065 | { |
||
1066 | "name": "Fabien Potencier", |
||
1067 | "email": "[email protected]" |
||
1068 | }, |
||
1069 | { |
||
1070 | "name": "Symfony Community", |
||
1071 | "homepage": "https://symfony.com/contributors" |
||
1072 | } |
||
1073 | ], |
||
1074 | "description": "Symfony HttpKernel Component", |
||
1075 | "homepage": "https://symfony.com", |
||
1076 | "time": "2017-04-05T12:52:03+00:00" |
||
1077 | }, |
||
1078 | { |
||
1079 | "name": "symfony/polyfill-mbstring", |
||
1080 | "version": "v1.3.0", |
||
1081 | "source": { |
||
1082 | "type": "git", |
||
1083 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1084 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
1085 | }, |
||
1086 | "dist": { |
||
1087 | "type": "zip", |
||
1088 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1089 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1090 | "shasum": "" |
||
1091 | }, |
||
1092 | "require": { |
||
1093 | "php": ">=5.3.3" |
||
1094 | }, |
||
1095 | "suggest": { |
||
1096 | "ext-mbstring": "For best performance" |
||
1097 | }, |
||
1098 | "type": "library", |
||
1099 | "extra": { |
||
1100 | "branch-alias": { |
||
1101 | "dev-master": "1.3-dev" |
||
1102 | } |
||
1103 | }, |
||
1104 | "autoload": { |
||
1105 | "psr-4": { |
||
1106 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1107 | }, |
||
1108 | "files": [ |
||
1109 | "bootstrap.php" |
||
1110 | ] |
||
1111 | }, |
||
1112 | "notification-url": "https://packagist.org/downloads/", |
||
1113 | "license": [ |
||
1114 | "MIT" |
||
1115 | ], |
||
1116 | "authors": [ |
||
1117 | { |
||
1118 | "name": "Nicolas Grekas", |
||
1119 | "email": "[email protected]" |
||
1120 | }, |
||
1121 | { |
||
1122 | "name": "Symfony Community", |
||
1123 | "homepage": "https://symfony.com/contributors" |
||
1124 | } |
||
1125 | ], |
||
1126 | "description": "Symfony polyfill for the Mbstring extension", |
||
1127 | "homepage": "https://symfony.com", |
||
1128 | "keywords": [ |
||
1129 | "compatibility", |
||
1130 | "mbstring", |
||
1131 | "polyfill", |
||
1132 | "portable", |
||
1133 | "shim" |
||
1134 | ], |
||
1135 | "time": "2016-11-14T01:06:16+00:00" |
||
1136 | }, |
||
1137 | { |
||
1138 | "name": "symfony/yaml", |
||
1139 | "version": "v3.2.7", |
||
1140 | "source": { |
||
1141 | "type": "git", |
||
1142 | "url": "https://github.com/symfony/yaml.git", |
||
1143 | "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621" |
||
1144 | }, |
||
1145 | "dist": { |
||
1146 | "type": "zip", |
||
1147 | "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621", |
||
1148 | "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621", |
||
1149 | "shasum": "" |
||
1150 | }, |
||
1151 | "require": { |
||
1152 | "php": ">=5.5.9" |
||
1153 | }, |
||
1154 | "require-dev": { |
||
1155 | "symfony/console": "~2.8|~3.0" |
||
1156 | }, |
||
1157 | "suggest": { |
||
1158 | "symfony/console": "For validating YAML files using the lint command" |
||
1159 | }, |
||
1160 | "type": "library", |
||
1161 | "extra": { |
||
1162 | "branch-alias": { |
||
1163 | "dev-master": "3.2-dev" |
||
1164 | } |
||
1165 | }, |
||
1166 | "autoload": { |
||
1167 | "psr-4": { |
||
1168 | "Symfony\\Component\\Yaml\\": "" |
||
1169 | }, |
||
1170 | "exclude-from-classmap": [ |
||
1171 | "/Tests/" |
||
1172 | ] |
||
1173 | }, |
||
1174 | "notification-url": "https://packagist.org/downloads/", |
||
1175 | "license": [ |
||
1176 | "MIT" |
||
1177 | ], |
||
1178 | "authors": [ |
||
1179 | { |
||
1180 | "name": "Fabien Potencier", |
||
1181 | "email": "[email protected]" |
||
1182 | }, |
||
1183 | { |
||
1184 | "name": "Symfony Community", |
||
1185 | "homepage": "https://symfony.com/contributors" |
||
1186 | } |
||
1187 | ], |
||
1188 | "description": "Symfony Yaml Component", |
||
1189 | "homepage": "https://symfony.com", |
||
1190 | "time": "2017-03-20T09:45:15+00:00" |
||
1191 | } |
||
1192 | ], |
||
1193 | "packages-dev": [ |
||
1194 | { |
||
1195 | "name": "doctrine/instantiator", |
||
1196 | "version": "1.1.0", |
||
1197 | "source": { |
||
1198 | "type": "git", |
||
1199 | "url": "https://github.com/doctrine/instantiator.git", |
||
1200 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
1201 | }, |
||
1202 | "dist": { |
||
1203 | "type": "zip", |
||
1204 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1205 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1206 | "shasum": "" |
||
1207 | }, |
||
1208 | "require": { |
||
1209 | "php": "^7.1" |
||
1210 | }, |
||
1211 | "require-dev": { |
||
1212 | "athletic/athletic": "~0.1.8", |
||
1213 | "ext-pdo": "*", |
||
1214 | "ext-phar": "*", |
||
1215 | "phpunit/phpunit": "^6.2.3", |
||
1216 | "squizlabs/php_codesniffer": "^3.0.2" |
||
1217 | }, |
||
1218 | "type": "library", |
||
1219 | "extra": { |
||
1220 | "branch-alias": { |
||
1221 | "dev-master": "1.2.x-dev" |
||
1222 | } |
||
1223 | }, |
||
1224 | "autoload": { |
||
1225 | "psr-4": { |
||
1226 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1227 | } |
||
1228 | }, |
||
1229 | "notification-url": "https://packagist.org/downloads/", |
||
1230 | "license": [ |
||
1231 | "MIT" |
||
1232 | ], |
||
1233 | "authors": [ |
||
1234 | { |
||
1235 | "name": "Marco Pivetta", |
||
1236 | "email": "[email protected]", |
||
1237 | "homepage": "http://ocramius.github.com/" |
||
1238 | } |
||
1239 | ], |
||
1240 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1241 | "homepage": "https://github.com/doctrine/instantiator", |
||
1242 | "keywords": [ |
||
1243 | "constructor", |
||
1244 | "instantiate" |
||
1245 | ], |
||
1246 | "time": "2017-07-22T11:58:36+00:00" |
||
1247 | }, |
||
1248 | { |
||
1249 | "name": "guzzle/guzzle", |
||
1250 | "version": "v3.9.3", |
||
1251 | "source": { |
||
1252 | "type": "git", |
||
1253 | "url": "https://github.com/guzzle/guzzle3.git", |
||
1254 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
1255 | }, |
||
1256 | "dist": { |
||
1257 | "type": "zip", |
||
1258 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
1259 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
1260 | "shasum": "" |
||
1261 | }, |
||
1262 | "require": { |
||
1263 | "ext-curl": "*", |
||
1264 | "php": ">=5.3.3", |
||
1265 | "symfony/event-dispatcher": "~2.1" |
||
1266 | }, |
||
1267 | "replace": { |
||
1268 | "guzzle/batch": "self.version", |
||
1269 | "guzzle/cache": "self.version", |
||
1270 | "guzzle/common": "self.version", |
||
1271 | "guzzle/http": "self.version", |
||
1272 | "guzzle/inflection": "self.version", |
||
1273 | "guzzle/iterator": "self.version", |
||
1274 | "guzzle/log": "self.version", |
||
1275 | "guzzle/parser": "self.version", |
||
1276 | "guzzle/plugin": "self.version", |
||
1277 | "guzzle/plugin-async": "self.version", |
||
1278 | "guzzle/plugin-backoff": "self.version", |
||
1279 | "guzzle/plugin-cache": "self.version", |
||
1280 | "guzzle/plugin-cookie": "self.version", |
||
1281 | "guzzle/plugin-curlauth": "self.version", |
||
1282 | "guzzle/plugin-error-response": "self.version", |
||
1283 | "guzzle/plugin-history": "self.version", |
||
1284 | "guzzle/plugin-log": "self.version", |
||
1285 | "guzzle/plugin-md5": "self.version", |
||
1286 | "guzzle/plugin-mock": "self.version", |
||
1287 | "guzzle/plugin-oauth": "self.version", |
||
1288 | "guzzle/service": "self.version", |
||
1289 | "guzzle/stream": "self.version" |
||
1290 | }, |
||
1291 | "require-dev": { |
||
1292 | "doctrine/cache": "~1.3", |
||
1293 | "monolog/monolog": "~1.0", |
||
1294 | "phpunit/phpunit": "3.7.*", |
||
1295 | "psr/log": "~1.0", |
||
1296 | "symfony/class-loader": "~2.1", |
||
1297 | "zendframework/zend-cache": "2.*,<2.3", |
||
1298 | "zendframework/zend-log": "2.*,<2.3" |
||
1299 | }, |
||
1300 | "suggest": { |
||
1301 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
1302 | }, |
||
1303 | "type": "library", |
||
1304 | "extra": { |
||
1305 | "branch-alias": { |
||
1306 | "dev-master": "3.9-dev" |
||
1307 | } |
||
1308 | }, |
||
1309 | "autoload": { |
||
1310 | "psr-0": { |
||
1311 | "Guzzle": "src/", |
||
1312 | "Guzzle\\Tests": "tests/" |
||
1313 | } |
||
1314 | }, |
||
1315 | "notification-url": "https://packagist.org/downloads/", |
||
1316 | "license": [ |
||
1317 | "MIT" |
||
1318 | ], |
||
1319 | "authors": [ |
||
1320 | { |
||
1321 | "name": "Michael Dowling", |
||
1322 | "email": "[email protected]", |
||
1323 | "homepage": "https://github.com/mtdowling" |
||
1324 | }, |
||
1325 | { |
||
1326 | "name": "Guzzle Community", |
||
1327 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
1328 | } |
||
1329 | ], |
||
1330 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
1331 | "homepage": "http://guzzlephp.org/", |
||
1332 | "keywords": [ |
||
1333 | "client", |
||
1334 | "curl", |
||
1335 | "framework", |
||
1336 | "http", |
||
1337 | "http client", |
||
1338 | "rest", |
||
1339 | "web service" |
||
1340 | ], |
||
1341 | "abandoned": "guzzlehttp/guzzle", |
||
1342 | "time": "2015-03-18T18:23:50+00:00" |
||
1343 | }, |
||
1344 | { |
||
1345 | "name": "myclabs/deep-copy", |
||
1346 | "version": "1.8.1", |
||
1347 | "source": { |
||
1348 | "type": "git", |
||
1349 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1350 | "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" |
||
1351 | }, |
||
1352 | "dist": { |
||
1353 | "type": "zip", |
||
1354 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
||
1355 | "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
||
1356 | "shasum": "" |
||
1357 | }, |
||
1358 | "require": { |
||
1359 | "php": "^7.1" |
||
1360 | }, |
||
1361 | "replace": { |
||
1362 | "myclabs/deep-copy": "self.version" |
||
1363 | }, |
||
1364 | "require-dev": { |
||
1365 | "doctrine/collections": "^1.0", |
||
1366 | "doctrine/common": "^2.6", |
||
1367 | "phpunit/phpunit": "^7.1" |
||
1368 | }, |
||
1369 | "type": "library", |
||
1370 | "autoload": { |
||
1371 | "psr-4": { |
||
1372 | "DeepCopy\\": "src/DeepCopy/" |
||
1373 | }, |
||
1374 | "files": [ |
||
1375 | "src/DeepCopy/deep_copy.php" |
||
1376 | ] |
||
1377 | }, |
||
1378 | "notification-url": "https://packagist.org/downloads/", |
||
1379 | "license": [ |
||
1380 | "MIT" |
||
1381 | ], |
||
1382 | "description": "Create deep copies (clones) of your objects", |
||
1383 | "keywords": [ |
||
1384 | "clone", |
||
1385 | "copy", |
||
1386 | "duplicate", |
||
1387 | "object", |
||
1388 | "object graph" |
||
1389 | ], |
||
1390 | "time": "2018-06-11T23:09:50+00:00" |
||
1391 | }, |
||
1392 | { |
||
1393 | "name": "pdepend/pdepend", |
||
1394 | "version": "2.5.0", |
||
1395 | "source": { |
||
1396 | "type": "git", |
||
1397 | "url": "https://github.com/pdepend/pdepend.git", |
||
1398 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff" |
||
1399 | }, |
||
1400 | "dist": { |
||
1401 | "type": "zip", |
||
1402 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff", |
||
1403 | "reference": "0c50874333149c0dad5a2877801aed148f2767ff", |
||
1404 | "shasum": "" |
||
1405 | }, |
||
1406 | "require": { |
||
1407 | "php": ">=5.3.7", |
||
1408 | "symfony/config": "^2.3.0|^3", |
||
1409 | "symfony/dependency-injection": "^2.3.0|^3", |
||
1410 | "symfony/filesystem": "^2.3.0|^3" |
||
1411 | }, |
||
1412 | "require-dev": { |
||
1413 | "phpunit/phpunit": "^4.4.0,<4.8", |
||
1414 | "squizlabs/php_codesniffer": "^2.0.0" |
||
1415 | }, |
||
1416 | "bin": [ |
||
1417 | "src/bin/pdepend" |
||
1418 | ], |
||
1419 | "type": "library", |
||
1420 | "autoload": { |
||
1421 | "psr-4": { |
||
1422 | "PDepend\\": "src/main/php/PDepend" |
||
1423 | } |
||
1424 | }, |
||
1425 | "notification-url": "https://packagist.org/downloads/", |
||
1426 | "license": [ |
||
1427 | "BSD-3-Clause" |
||
1428 | ], |
||
1429 | "description": "Official version of pdepend to be handled with Composer", |
||
1430 | "time": "2017-01-19T14:23:36+00:00" |
||
1431 | }, |
||
1432 | { |
||
1433 | "name": "phar-io/manifest", |
||
1434 | "version": "1.0.1", |
||
1435 | "source": { |
||
1436 | "type": "git", |
||
1437 | "url": "https://github.com/phar-io/manifest.git", |
||
1438 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
1439 | }, |
||
1440 | "dist": { |
||
1441 | "type": "zip", |
||
1442 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1443 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1444 | "shasum": "" |
||
1445 | }, |
||
1446 | "require": { |
||
1447 | "ext-dom": "*", |
||
1448 | "ext-phar": "*", |
||
1449 | "phar-io/version": "^1.0.1", |
||
1450 | "php": "^5.6 || ^7.0" |
||
1451 | }, |
||
1452 | "type": "library", |
||
1453 | "extra": { |
||
1454 | "branch-alias": { |
||
1455 | "dev-master": "1.0.x-dev" |
||
1456 | } |
||
1457 | }, |
||
1458 | "autoload": { |
||
1459 | "classmap": [ |
||
1460 | "src/" |
||
1461 | ] |
||
1462 | }, |
||
1463 | "notification-url": "https://packagist.org/downloads/", |
||
1464 | "license": [ |
||
1465 | "BSD-3-Clause" |
||
1466 | ], |
||
1467 | "authors": [ |
||
1468 | { |
||
1469 | "name": "Arne Blankerts", |
||
1470 | "email": "[email protected]", |
||
1471 | "role": "Developer" |
||
1472 | }, |
||
1473 | { |
||
1474 | "name": "Sebastian Heuer", |
||
1475 | "email": "[email protected]", |
||
1476 | "role": "Developer" |
||
1477 | }, |
||
1478 | { |
||
1479 | "name": "Sebastian Bergmann", |
||
1480 | "email": "[email protected]", |
||
1481 | "role": "Developer" |
||
1482 | } |
||
1483 | ], |
||
1484 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
1485 | "time": "2017-03-05T18:14:27+00:00" |
||
1486 | }, |
||
1487 | { |
||
1488 | "name": "phar-io/version", |
||
1489 | "version": "1.0.1", |
||
1490 | "source": { |
||
1491 | "type": "git", |
||
1492 | "url": "https://github.com/phar-io/version.git", |
||
1493 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
1494 | }, |
||
1495 | "dist": { |
||
1496 | "type": "zip", |
||
1497 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1498 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1499 | "shasum": "" |
||
1500 | }, |
||
1501 | "require": { |
||
1502 | "php": "^5.6 || ^7.0" |
||
1503 | }, |
||
1504 | "type": "library", |
||
1505 | "autoload": { |
||
1506 | "classmap": [ |
||
1507 | "src/" |
||
1508 | ] |
||
1509 | }, |
||
1510 | "notification-url": "https://packagist.org/downloads/", |
||
1511 | "license": [ |
||
1512 | "BSD-3-Clause" |
||
1513 | ], |
||
1514 | "authors": [ |
||
1515 | { |
||
1516 | "name": "Arne Blankerts", |
||
1517 | "email": "[email protected]", |
||
1518 | "role": "Developer" |
||
1519 | }, |
||
1520 | { |
||
1521 | "name": "Sebastian Heuer", |
||
1522 | "email": "[email protected]", |
||
1523 | "role": "Developer" |
||
1524 | }, |
||
1525 | { |
||
1526 | "name": "Sebastian Bergmann", |
||
1527 | "email": "[email protected]", |
||
1528 | "role": "Developer" |
||
1529 | } |
||
1530 | ], |
||
1531 | "description": "Library for handling version information and constraints", |
||
1532 | "time": "2017-03-05T17:38:23+00:00" |
||
1533 | }, |
||
1534 | { |
||
1535 | "name": "phpdocumentor/reflection-common", |
||
1536 | "version": "1.0.1", |
||
1537 | "source": { |
||
1538 | "type": "git", |
||
1539 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1540 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1541 | }, |
||
1542 | "dist": { |
||
1543 | "type": "zip", |
||
1544 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1545 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1546 | "shasum": "" |
||
1547 | }, |
||
1548 | "require": { |
||
1549 | "php": ">=5.5" |
||
1550 | }, |
||
1551 | "require-dev": { |
||
1552 | "phpunit/phpunit": "^4.6" |
||
1553 | }, |
||
1554 | "type": "library", |
||
1555 | "extra": { |
||
1556 | "branch-alias": { |
||
1557 | "dev-master": "1.0.x-dev" |
||
1558 | } |
||
1559 | }, |
||
1560 | "autoload": { |
||
1561 | "psr-4": { |
||
1562 | "phpDocumentor\\Reflection\\": [ |
||
1563 | "src" |
||
1564 | ] |
||
1565 | } |
||
1566 | }, |
||
1567 | "notification-url": "https://packagist.org/downloads/", |
||
1568 | "license": [ |
||
1569 | "MIT" |
||
1570 | ], |
||
1571 | "authors": [ |
||
1572 | { |
||
1573 | "name": "Jaap van Otterdijk", |
||
1574 | "email": "[email protected]" |
||
1575 | } |
||
1576 | ], |
||
1577 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1578 | "homepage": "http://www.phpdoc.org", |
||
1579 | "keywords": [ |
||
1580 | "FQSEN", |
||
1581 | "phpDocumentor", |
||
1582 | "phpdoc", |
||
1583 | "reflection", |
||
1584 | "static analysis" |
||
1585 | ], |
||
1586 | "time": "2017-09-11T18:02:19+00:00" |
||
1587 | }, |
||
1588 | { |
||
1589 | "name": "phpdocumentor/reflection-docblock", |
||
1590 | "version": "4.3.0", |
||
1591 | "source": { |
||
1592 | "type": "git", |
||
1593 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1594 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1595 | }, |
||
1596 | "dist": { |
||
1597 | "type": "zip", |
||
1598 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1599 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1600 | "shasum": "" |
||
1601 | }, |
||
1602 | "require": { |
||
1603 | "php": "^7.0", |
||
1604 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1605 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1606 | "webmozart/assert": "^1.0" |
||
1607 | }, |
||
1608 | "require-dev": { |
||
1609 | "doctrine/instantiator": "~1.0.5", |
||
1610 | "mockery/mockery": "^1.0", |
||
1611 | "phpunit/phpunit": "^6.4" |
||
1612 | }, |
||
1613 | "type": "library", |
||
1614 | "extra": { |
||
1615 | "branch-alias": { |
||
1616 | "dev-master": "4.x-dev" |
||
1617 | } |
||
1618 | }, |
||
1619 | "autoload": { |
||
1620 | "psr-4": { |
||
1621 | "phpDocumentor\\Reflection\\": [ |
||
1622 | "src/" |
||
1623 | ] |
||
1624 | } |
||
1625 | }, |
||
1626 | "notification-url": "https://packagist.org/downloads/", |
||
1627 | "license": [ |
||
1628 | "MIT" |
||
1629 | ], |
||
1630 | "authors": [ |
||
1631 | { |
||
1632 | "name": "Mike van Riel", |
||
1633 | "email": "[email protected]" |
||
1634 | } |
||
1635 | ], |
||
1636 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1637 | "time": "2017-11-30T07:14:17+00:00" |
||
1638 | }, |
||
1639 | { |
||
1640 | "name": "phpdocumentor/type-resolver", |
||
1641 | "version": "0.4.0", |
||
1642 | "source": { |
||
1643 | "type": "git", |
||
1644 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1645 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1646 | }, |
||
1647 | "dist": { |
||
1648 | "type": "zip", |
||
1649 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1650 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1651 | "shasum": "" |
||
1652 | }, |
||
1653 | "require": { |
||
1654 | "php": "^5.5 || ^7.0", |
||
1655 | "phpdocumentor/reflection-common": "^1.0" |
||
1656 | }, |
||
1657 | "require-dev": { |
||
1658 | "mockery/mockery": "^0.9.4", |
||
1659 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1660 | }, |
||
1661 | "type": "library", |
||
1662 | "extra": { |
||
1663 | "branch-alias": { |
||
1664 | "dev-master": "1.0.x-dev" |
||
1665 | } |
||
1666 | }, |
||
1667 | "autoload": { |
||
1668 | "psr-4": { |
||
1669 | "phpDocumentor\\Reflection\\": [ |
||
1670 | "src/" |
||
1671 | ] |
||
1672 | } |
||
1673 | }, |
||
1674 | "notification-url": "https://packagist.org/downloads/", |
||
1675 | "license": [ |
||
1676 | "MIT" |
||
1677 | ], |
||
1678 | "authors": [ |
||
1679 | { |
||
1680 | "name": "Mike van Riel", |
||
1681 | "email": "[email protected]" |
||
1682 | } |
||
1683 | ], |
||
1684 | "time": "2017-07-14T14:27:02+00:00" |
||
1685 | }, |
||
1686 | { |
||
1687 | "name": "phploc/phploc", |
||
1688 | "version": "3.0.1", |
||
1689 | "source": { |
||
1690 | "type": "git", |
||
1691 | "url": "https://github.com/sebastianbergmann/phploc.git", |
||
1692 | "reference": "74f917e6f80f291856989960d31afa44a4196859" |
||
1693 | }, |
||
1694 | "dist": { |
||
1695 | "type": "zip", |
||
1696 | "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/74f917e6f80f291856989960d31afa44a4196859", |
||
1697 | "reference": "74f917e6f80f291856989960d31afa44a4196859", |
||
1698 | "shasum": "" |
||
1699 | }, |
||
1700 | "require": { |
||
1701 | "php": ">=5.6", |
||
1702 | "sebastian/finder-facade": "~1.1", |
||
1703 | "sebastian/git": "~2.1", |
||
1704 | "sebastian/version": "~1.0.3|~2.0", |
||
1705 | "symfony/console": "~2.5|~3.0" |
||
1706 | }, |
||
1707 | "require-dev": { |
||
1708 | "phpunit/phpunit": "~5" |
||
1709 | }, |
||
1710 | "bin": [ |
||
1711 | "phploc" |
||
1712 | ], |
||
1713 | "type": "library", |
||
1714 | "extra": { |
||
1715 | "branch-alias": { |
||
1716 | "dev-master": "3.0-dev" |
||
1717 | } |
||
1718 | }, |
||
1719 | "autoload": { |
||
1720 | "classmap": [ |
||
1721 | "src/" |
||
1722 | ] |
||
1723 | }, |
||
1724 | "notification-url": "https://packagist.org/downloads/", |
||
1725 | "license": [ |
||
1726 | "BSD-3-Clause" |
||
1727 | ], |
||
1728 | "authors": [ |
||
1729 | { |
||
1730 | "name": "Sebastian Bergmann", |
||
1731 | "email": "[email protected]", |
||
1732 | "role": "lead" |
||
1733 | } |
||
1734 | ], |
||
1735 | "description": "A tool for quickly measuring the size of a PHP project.", |
||
1736 | "homepage": "https://github.com/sebastianbergmann/phploc", |
||
1737 | "time": "2016-04-25T08:11:21+00:00" |
||
1738 | }, |
||
1739 | { |
||
1740 | "name": "phpmd/phpmd", |
||
1741 | "version": "2.6.0", |
||
1742 | "source": { |
||
1743 | "type": "git", |
||
1744 | "url": "https://github.com/phpmd/phpmd.git", |
||
1745 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" |
||
1746 | }, |
||
1747 | "dist": { |
||
1748 | "type": "zip", |
||
1749 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", |
||
1750 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", |
||
1751 | "shasum": "" |
||
1752 | }, |
||
1753 | "require": { |
||
1754 | "ext-xml": "*", |
||
1755 | "pdepend/pdepend": "^2.5", |
||
1756 | "php": ">=5.3.9" |
||
1757 | }, |
||
1758 | "require-dev": { |
||
1759 | "phpunit/phpunit": "^4.0", |
||
1760 | "squizlabs/php_codesniffer": "^2.0" |
||
1761 | }, |
||
1762 | "bin": [ |
||
1763 | "src/bin/phpmd" |
||
1764 | ], |
||
1765 | "type": "project", |
||
1766 | "autoload": { |
||
1767 | "psr-0": { |
||
1768 | "PHPMD\\": "src/main/php" |
||
1769 | } |
||
1770 | }, |
||
1771 | "notification-url": "https://packagist.org/downloads/", |
||
1772 | "license": [ |
||
1773 | "BSD-3-Clause" |
||
1774 | ], |
||
1775 | "authors": [ |
||
1776 | { |
||
1777 | "name": "Manuel Pichler", |
||
1778 | "email": "[email protected]", |
||
1779 | "homepage": "https://github.com/manuelpichler", |
||
1780 | "role": "Project Founder" |
||
1781 | }, |
||
1782 | { |
||
1783 | "name": "Other contributors", |
||
1784 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
1785 | "role": "Contributors" |
||
1786 | }, |
||
1787 | { |
||
1788 | "name": "Marc Würth", |
||
1789 | "email": "[email protected]", |
||
1790 | "homepage": "https://github.com/ravage84", |
||
1791 | "role": "Project Maintainer" |
||
1792 | } |
||
1793 | ], |
||
1794 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
1795 | "homepage": "http://phpmd.org/", |
||
1796 | "keywords": [ |
||
1797 | "mess detection", |
||
1798 | "mess detector", |
||
1799 | "pdepend", |
||
1800 | "phpmd", |
||
1801 | "pmd" |
||
1802 | ], |
||
1803 | "time": "2017-01-20T14:41:10+00:00" |
||
1804 | }, |
||
1805 | { |
||
1806 | "name": "phpspec/prophecy", |
||
1807 | "version": "1.8.0", |
||
1808 | "source": { |
||
1809 | "type": "git", |
||
1810 | "url": "https://github.com/phpspec/prophecy.git", |
||
1811 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
||
1812 | }, |
||
1813 | "dist": { |
||
1814 | "type": "zip", |
||
1815 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
||
1816 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
||
1817 | "shasum": "" |
||
1818 | }, |
||
1819 | "require": { |
||
1820 | "doctrine/instantiator": "^1.0.2", |
||
1821 | "php": "^5.3|^7.0", |
||
1822 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1823 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
1824 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1825 | }, |
||
1826 | "require-dev": { |
||
1827 | "phpspec/phpspec": "^2.5|^3.2", |
||
1828 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
||
1829 | }, |
||
1830 | "type": "library", |
||
1831 | "extra": { |
||
1832 | "branch-alias": { |
||
1833 | "dev-master": "1.8.x-dev" |
||
1834 | } |
||
1835 | }, |
||
1836 | "autoload": { |
||
1837 | "psr-0": { |
||
1838 | "Prophecy\\": "src/" |
||
1839 | } |
||
1840 | }, |
||
1841 | "notification-url": "https://packagist.org/downloads/", |
||
1842 | "license": [ |
||
1843 | "MIT" |
||
1844 | ], |
||
1845 | "authors": [ |
||
1846 | { |
||
1847 | "name": "Konstantin Kudryashov", |
||
1848 | "email": "[email protected]", |
||
1849 | "homepage": "http://everzet.com" |
||
1850 | }, |
||
1851 | { |
||
1852 | "name": "Marcello Duarte", |
||
1853 | "email": "[email protected]" |
||
1854 | } |
||
1855 | ], |
||
1856 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1857 | "homepage": "https://github.com/phpspec/prophecy", |
||
1858 | "keywords": [ |
||
1859 | "Double", |
||
1860 | "Dummy", |
||
1861 | "fake", |
||
1862 | "mock", |
||
1863 | "spy", |
||
1864 | "stub" |
||
1865 | ], |
||
1866 | "time": "2018-08-05T17:53:17+00:00" |
||
1867 | }, |
||
1868 | { |
||
1869 | "name": "phpunit/php-code-coverage", |
||
1870 | "version": "5.3.2", |
||
1871 | "source": { |
||
1872 | "type": "git", |
||
1873 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1874 | "reference": "c89677919c5dd6d3b3852f230a663118762218ac" |
||
1875 | }, |
||
1876 | "dist": { |
||
1877 | "type": "zip", |
||
1878 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", |
||
1879 | "reference": "c89677919c5dd6d3b3852f230a663118762218ac", |
||
1880 | "shasum": "" |
||
1881 | }, |
||
1882 | "require": { |
||
1883 | "ext-dom": "*", |
||
1884 | "ext-xmlwriter": "*", |
||
1885 | "php": "^7.0", |
||
1886 | "phpunit/php-file-iterator": "^1.4.2", |
||
1887 | "phpunit/php-text-template": "^1.2.1", |
||
1888 | "phpunit/php-token-stream": "^2.0.1", |
||
1889 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
1890 | "sebastian/environment": "^3.0", |
||
1891 | "sebastian/version": "^2.0.1", |
||
1892 | "theseer/tokenizer": "^1.1" |
||
1893 | }, |
||
1894 | "require-dev": { |
||
1895 | "phpunit/phpunit": "^6.0" |
||
1896 | }, |
||
1897 | "suggest": { |
||
1898 | "ext-xdebug": "^2.5.5" |
||
1899 | }, |
||
1900 | "type": "library", |
||
1901 | "extra": { |
||
1902 | "branch-alias": { |
||
1903 | "dev-master": "5.3.x-dev" |
||
1904 | } |
||
1905 | }, |
||
1906 | "autoload": { |
||
1907 | "classmap": [ |
||
1908 | "src/" |
||
1909 | ] |
||
1910 | }, |
||
1911 | "notification-url": "https://packagist.org/downloads/", |
||
1912 | "license": [ |
||
1913 | "BSD-3-Clause" |
||
1914 | ], |
||
1915 | "authors": [ |
||
1916 | { |
||
1917 | "name": "Sebastian Bergmann", |
||
1918 | "email": "[email protected]", |
||
1919 | "role": "lead" |
||
1920 | } |
||
1921 | ], |
||
1922 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1923 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1924 | "keywords": [ |
||
1925 | "coverage", |
||
1926 | "testing", |
||
1927 | "xunit" |
||
1928 | ], |
||
1929 | "time": "2018-04-06T15:36:58+00:00" |
||
1930 | }, |
||
1931 | { |
||
1932 | "name": "phpunit/php-file-iterator", |
||
1933 | "version": "1.4.5", |
||
1934 | "source": { |
||
1935 | "type": "git", |
||
1936 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1937 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
1938 | }, |
||
1939 | "dist": { |
||
1940 | "type": "zip", |
||
1941 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1942 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1943 | "shasum": "" |
||
1944 | }, |
||
1945 | "require": { |
||
1946 | "php": ">=5.3.3" |
||
1947 | }, |
||
1948 | "type": "library", |
||
1949 | "extra": { |
||
1950 | "branch-alias": { |
||
1951 | "dev-master": "1.4.x-dev" |
||
1952 | } |
||
1953 | }, |
||
1954 | "autoload": { |
||
1955 | "classmap": [ |
||
1956 | "src/" |
||
1957 | ] |
||
1958 | }, |
||
1959 | "notification-url": "https://packagist.org/downloads/", |
||
1960 | "license": [ |
||
1961 | "BSD-3-Clause" |
||
1962 | ], |
||
1963 | "authors": [ |
||
1964 | { |
||
1965 | "name": "Sebastian Bergmann", |
||
1966 | "email": "[email protected]", |
||
1967 | "role": "lead" |
||
1968 | } |
||
1969 | ], |
||
1970 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1971 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1972 | "keywords": [ |
||
1973 | "filesystem", |
||
1974 | "iterator" |
||
1975 | ], |
||
1976 | "time": "2017-11-27T13:52:08+00:00" |
||
1977 | }, |
||
1978 | { |
||
1979 | "name": "phpunit/php-text-template", |
||
1980 | "version": "1.2.1", |
||
1981 | "source": { |
||
1982 | "type": "git", |
||
1983 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1984 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1985 | }, |
||
1986 | "dist": { |
||
1987 | "type": "zip", |
||
1988 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1989 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1990 | "shasum": "" |
||
1991 | }, |
||
1992 | "require": { |
||
1993 | "php": ">=5.3.3" |
||
1994 | }, |
||
1995 | "type": "library", |
||
1996 | "autoload": { |
||
1997 | "classmap": [ |
||
1998 | "src/" |
||
1999 | ] |
||
2000 | }, |
||
2001 | "notification-url": "https://packagist.org/downloads/", |
||
2002 | "license": [ |
||
2003 | "BSD-3-Clause" |
||
2004 | ], |
||
2005 | "authors": [ |
||
2006 | { |
||
2007 | "name": "Sebastian Bergmann", |
||
2008 | "email": "[email protected]", |
||
2009 | "role": "lead" |
||
2010 | } |
||
2011 | ], |
||
2012 | "description": "Simple template engine.", |
||
2013 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2014 | "keywords": [ |
||
2015 | "template" |
||
2016 | ], |
||
2017 | "time": "2015-06-21T13:50:34+00:00" |
||
2018 | }, |
||
2019 | { |
||
2020 | "name": "phpunit/php-timer", |
||
2021 | "version": "1.0.9", |
||
2022 | "source": { |
||
2023 | "type": "git", |
||
2024 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2025 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
2026 | }, |
||
2027 | "dist": { |
||
2028 | "type": "zip", |
||
2029 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
2030 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
2031 | "shasum": "" |
||
2032 | }, |
||
2033 | "require": { |
||
2034 | "php": "^5.3.3 || ^7.0" |
||
2035 | }, |
||
2036 | "require-dev": { |
||
2037 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
2038 | }, |
||
2039 | "type": "library", |
||
2040 | "extra": { |
||
2041 | "branch-alias": { |
||
2042 | "dev-master": "1.0-dev" |
||
2043 | } |
||
2044 | }, |
||
2045 | "autoload": { |
||
2046 | "classmap": [ |
||
2047 | "src/" |
||
2048 | ] |
||
2049 | }, |
||
2050 | "notification-url": "https://packagist.org/downloads/", |
||
2051 | "license": [ |
||
2052 | "BSD-3-Clause" |
||
2053 | ], |
||
2054 | "authors": [ |
||
2055 | { |
||
2056 | "name": "Sebastian Bergmann", |
||
2057 | "email": "[email protected]", |
||
2058 | "role": "lead" |
||
2059 | } |
||
2060 | ], |
||
2061 | "description": "Utility class for timing", |
||
2062 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2063 | "keywords": [ |
||
2064 | "timer" |
||
2065 | ], |
||
2066 | "time": "2017-02-26T11:10:40+00:00" |
||
2067 | }, |
||
2068 | { |
||
2069 | "name": "phpunit/php-token-stream", |
||
2070 | "version": "2.0.2", |
||
2071 | "source": { |
||
2072 | "type": "git", |
||
2073 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2074 | "reference": "791198a2c6254db10131eecfe8c06670700904db" |
||
2075 | }, |
||
2076 | "dist": { |
||
2077 | "type": "zip", |
||
2078 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", |
||
2079 | "reference": "791198a2c6254db10131eecfe8c06670700904db", |
||
2080 | "shasum": "" |
||
2081 | }, |
||
2082 | "require": { |
||
2083 | "ext-tokenizer": "*", |
||
2084 | "php": "^7.0" |
||
2085 | }, |
||
2086 | "require-dev": { |
||
2087 | "phpunit/phpunit": "^6.2.4" |
||
2088 | }, |
||
2089 | "type": "library", |
||
2090 | "extra": { |
||
2091 | "branch-alias": { |
||
2092 | "dev-master": "2.0-dev" |
||
2093 | } |
||
2094 | }, |
||
2095 | "autoload": { |
||
2096 | "classmap": [ |
||
2097 | "src/" |
||
2098 | ] |
||
2099 | }, |
||
2100 | "notification-url": "https://packagist.org/downloads/", |
||
2101 | "license": [ |
||
2102 | "BSD-3-Clause" |
||
2103 | ], |
||
2104 | "authors": [ |
||
2105 | { |
||
2106 | "name": "Sebastian Bergmann", |
||
2107 | "email": "[email protected]" |
||
2108 | } |
||
2109 | ], |
||
2110 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2111 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2112 | "keywords": [ |
||
2113 | "tokenizer" |
||
2114 | ], |
||
2115 | "time": "2017-11-27T05:48:46+00:00" |
||
2116 | }, |
||
2117 | { |
||
2118 | "name": "phpunit/phpunit", |
||
2119 | "version": "6.5.14", |
||
2120 | "source": { |
||
2121 | "type": "git", |
||
2122 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2123 | "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" |
||
2124 | }, |
||
2125 | "dist": { |
||
2126 | "type": "zip", |
||
2127 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", |
||
2128 | "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", |
||
2129 | "shasum": "" |
||
2130 | }, |
||
2131 | "require": { |
||
2132 | "ext-dom": "*", |
||
2133 | "ext-json": "*", |
||
2134 | "ext-libxml": "*", |
||
2135 | "ext-mbstring": "*", |
||
2136 | "ext-xml": "*", |
||
2137 | "myclabs/deep-copy": "^1.6.1", |
||
2138 | "phar-io/manifest": "^1.0.1", |
||
2139 | "phar-io/version": "^1.0", |
||
2140 | "php": "^7.0", |
||
2141 | "phpspec/prophecy": "^1.7", |
||
2142 | "phpunit/php-code-coverage": "^5.3", |
||
2143 | "phpunit/php-file-iterator": "^1.4.3", |
||
2144 | "phpunit/php-text-template": "^1.2.1", |
||
2145 | "phpunit/php-timer": "^1.0.9", |
||
2146 | "phpunit/phpunit-mock-objects": "^5.0.9", |
||
2147 | "sebastian/comparator": "^2.1", |
||
2148 | "sebastian/diff": "^2.0", |
||
2149 | "sebastian/environment": "^3.1", |
||
2150 | "sebastian/exporter": "^3.1", |
||
2151 | "sebastian/global-state": "^2.0", |
||
2152 | "sebastian/object-enumerator": "^3.0.3", |
||
2153 | "sebastian/resource-operations": "^1.0", |
||
2154 | "sebastian/version": "^2.0.1" |
||
2155 | }, |
||
2156 | "conflict": { |
||
2157 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
2158 | "phpunit/dbunit": "<3.0" |
||
2159 | }, |
||
2160 | "require-dev": { |
||
2161 | "ext-pdo": "*" |
||
2162 | }, |
||
2163 | "suggest": { |
||
2164 | "ext-xdebug": "*", |
||
2165 | "phpunit/php-invoker": "^1.1" |
||
2166 | }, |
||
2167 | "bin": [ |
||
2168 | "phpunit" |
||
2169 | ], |
||
2170 | "type": "library", |
||
2171 | "extra": { |
||
2172 | "branch-alias": { |
||
2173 | "dev-master": "6.5.x-dev" |
||
2174 | } |
||
2175 | }, |
||
2176 | "autoload": { |
||
2177 | "classmap": [ |
||
2178 | "src/" |
||
2179 | ] |
||
2180 | }, |
||
2181 | "notification-url": "https://packagist.org/downloads/", |
||
2182 | "license": [ |
||
2183 | "BSD-3-Clause" |
||
2184 | ], |
||
2185 | "authors": [ |
||
2186 | { |
||
2187 | "name": "Sebastian Bergmann", |
||
2188 | "email": "[email protected]", |
||
2189 | "role": "lead" |
||
2190 | } |
||
2191 | ], |
||
2192 | "description": "The PHP Unit Testing framework.", |
||
2193 | "homepage": "https://phpunit.de/", |
||
2194 | "keywords": [ |
||
2195 | "phpunit", |
||
2196 | "testing", |
||
2197 | "xunit" |
||
2198 | ], |
||
2199 | "time": "2019-02-01T05:22:47+00:00" |
||
2200 | }, |
||
2201 | { |
||
2202 | "name": "phpunit/phpunit-mock-objects", |
||
2203 | "version": "5.0.10", |
||
2204 | "source": { |
||
2205 | "type": "git", |
||
2206 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2207 | "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" |
||
2208 | }, |
||
2209 | "dist": { |
||
2210 | "type": "zip", |
||
2211 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", |
||
2212 | "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", |
||
2213 | "shasum": "" |
||
2214 | }, |
||
2215 | "require": { |
||
2216 | "doctrine/instantiator": "^1.0.5", |
||
2217 | "php": "^7.0", |
||
2218 | "phpunit/php-text-template": "^1.2.1", |
||
2219 | "sebastian/exporter": "^3.1" |
||
2220 | }, |
||
2221 | "conflict": { |
||
2222 | "phpunit/phpunit": "<6.0" |
||
2223 | }, |
||
2224 | "require-dev": { |
||
2225 | "phpunit/phpunit": "^6.5.11" |
||
2226 | }, |
||
2227 | "suggest": { |
||
2228 | "ext-soap": "*" |
||
2229 | }, |
||
2230 | "type": "library", |
||
2231 | "extra": { |
||
2232 | "branch-alias": { |
||
2233 | "dev-master": "5.0.x-dev" |
||
2234 | } |
||
2235 | }, |
||
2236 | "autoload": { |
||
2237 | "classmap": [ |
||
2238 | "src/" |
||
2239 | ] |
||
2240 | }, |
||
2241 | "notification-url": "https://packagist.org/downloads/", |
||
2242 | "license": [ |
||
2243 | "BSD-3-Clause" |
||
2244 | ], |
||
2245 | "authors": [ |
||
2246 | { |
||
2247 | "name": "Sebastian Bergmann", |
||
2248 | "email": "[email protected]", |
||
2249 | "role": "lead" |
||
2250 | } |
||
2251 | ], |
||
2252 | "description": "Mock Object library for PHPUnit", |
||
2253 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2254 | "keywords": [ |
||
2255 | "mock", |
||
2256 | "xunit" |
||
2257 | ], |
||
2258 | "time": "2018-08-09T05:50:03+00:00" |
||
2259 | }, |
||
2260 | { |
||
2261 | "name": "satooshi/php-coveralls", |
||
2262 | "version": "v1.0.1", |
||
2263 | "source": { |
||
2264 | "type": "git", |
||
2265 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
2266 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c" |
||
2267 | }, |
||
2268 | "dist": { |
||
2269 | "type": "zip", |
||
2270 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
2271 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
2272 | "shasum": "" |
||
2273 | }, |
||
2274 | "require": { |
||
2275 | "ext-json": "*", |
||
2276 | "ext-simplexml": "*", |
||
2277 | "guzzle/guzzle": "^2.8|^3.0", |
||
2278 | "php": ">=5.3.3", |
||
2279 | "psr/log": "^1.0", |
||
2280 | "symfony/config": "^2.1|^3.0", |
||
2281 | "symfony/console": "^2.1|^3.0", |
||
2282 | "symfony/stopwatch": "^2.0|^3.0", |
||
2283 | "symfony/yaml": "^2.0|^3.0" |
||
2284 | }, |
||
2285 | "suggest": { |
||
2286 | "symfony/http-kernel": "Allows Symfony integration" |
||
2287 | }, |
||
2288 | "bin": [ |
||
2289 | "bin/coveralls" |
||
2290 | ], |
||
2291 | "type": "library", |
||
2292 | "autoload": { |
||
2293 | "psr-4": { |
||
2294 | "Satooshi\\": "src/Satooshi/" |
||
2295 | } |
||
2296 | }, |
||
2297 | "notification-url": "https://packagist.org/downloads/", |
||
2298 | "license": [ |
||
2299 | "MIT" |
||
2300 | ], |
||
2301 | "authors": [ |
||
2302 | { |
||
2303 | "name": "Kitamura Satoshi", |
||
2304 | "email": "[email protected]", |
||
2305 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
2306 | } |
||
2307 | ], |
||
2308 | "description": "PHP client library for Coveralls API", |
||
2309 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
2310 | "keywords": [ |
||
2311 | "ci", |
||
2312 | "coverage", |
||
2313 | "github", |
||
2314 | "test" |
||
2315 | ], |
||
2316 | "abandoned": "php-coveralls/php-coveralls", |
||
2317 | "time": "2016-01-20T17:35:46+00:00" |
||
2318 | }, |
||
2319 | { |
||
2320 | "name": "sebastian/code-unit-reverse-lookup", |
||
2321 | "version": "1.0.1", |
||
2322 | "source": { |
||
2323 | "type": "git", |
||
2324 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2325 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
2326 | }, |
||
2327 | "dist": { |
||
2328 | "type": "zip", |
||
2329 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2330 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2331 | "shasum": "" |
||
2332 | }, |
||
2333 | "require": { |
||
2334 | "php": "^5.6 || ^7.0" |
||
2335 | }, |
||
2336 | "require-dev": { |
||
2337 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
2338 | }, |
||
2339 | "type": "library", |
||
2340 | "extra": { |
||
2341 | "branch-alias": { |
||
2342 | "dev-master": "1.0.x-dev" |
||
2343 | } |
||
2344 | }, |
||
2345 | "autoload": { |
||
2346 | "classmap": [ |
||
2347 | "src/" |
||
2348 | ] |
||
2349 | }, |
||
2350 | "notification-url": "https://packagist.org/downloads/", |
||
2351 | "license": [ |
||
2352 | "BSD-3-Clause" |
||
2353 | ], |
||
2354 | "authors": [ |
||
2355 | { |
||
2356 | "name": "Sebastian Bergmann", |
||
2357 | "email": "[email protected]" |
||
2358 | } |
||
2359 | ], |
||
2360 | "description": "Looks up which function or method a line of code belongs to", |
||
2361 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2362 | "time": "2017-03-04T06:30:41+00:00" |
||
2363 | }, |
||
2364 | { |
||
2365 | "name": "sebastian/comparator", |
||
2366 | "version": "2.1.3", |
||
2367 | "source": { |
||
2368 | "type": "git", |
||
2369 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2370 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
2371 | }, |
||
2372 | "dist": { |
||
2373 | "type": "zip", |
||
2374 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2375 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2376 | "shasum": "" |
||
2377 | }, |
||
2378 | "require": { |
||
2379 | "php": "^7.0", |
||
2380 | "sebastian/diff": "^2.0 || ^3.0", |
||
2381 | "sebastian/exporter": "^3.1" |
||
2382 | }, |
||
2383 | "require-dev": { |
||
2384 | "phpunit/phpunit": "^6.4" |
||
2385 | }, |
||
2386 | "type": "library", |
||
2387 | "extra": { |
||
2388 | "branch-alias": { |
||
2389 | "dev-master": "2.1.x-dev" |
||
2390 | } |
||
2391 | }, |
||
2392 | "autoload": { |
||
2393 | "classmap": [ |
||
2394 | "src/" |
||
2395 | ] |
||
2396 | }, |
||
2397 | "notification-url": "https://packagist.org/downloads/", |
||
2398 | "license": [ |
||
2399 | "BSD-3-Clause" |
||
2400 | ], |
||
2401 | "authors": [ |
||
2402 | { |
||
2403 | "name": "Jeff Welch", |
||
2404 | "email": "[email protected]" |
||
2405 | }, |
||
2406 | { |
||
2407 | "name": "Volker Dusch", |
||
2408 | "email": "[email protected]" |
||
2409 | }, |
||
2410 | { |
||
2411 | "name": "Bernhard Schussek", |
||
2412 | "email": "[email protected]" |
||
2413 | }, |
||
2414 | { |
||
2415 | "name": "Sebastian Bergmann", |
||
2416 | "email": "[email protected]" |
||
2417 | } |
||
2418 | ], |
||
2419 | "description": "Provides the functionality to compare PHP values for equality", |
||
2420 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
2421 | "keywords": [ |
||
2422 | "comparator", |
||
2423 | "compare", |
||
2424 | "equality" |
||
2425 | ], |
||
2426 | "time": "2018-02-01T13:46:46+00:00" |
||
2427 | }, |
||
2428 | { |
||
2429 | "name": "sebastian/diff", |
||
2430 | "version": "2.0.1", |
||
2431 | "source": { |
||
2432 | "type": "git", |
||
2433 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2434 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
2435 | }, |
||
2436 | "dist": { |
||
2437 | "type": "zip", |
||
2438 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2439 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
2440 | "shasum": "" |
||
2441 | }, |
||
2442 | "require": { |
||
2443 | "php": "^7.0" |
||
2444 | }, |
||
2445 | "require-dev": { |
||
2446 | "phpunit/phpunit": "^6.2" |
||
2447 | }, |
||
2448 | "type": "library", |
||
2449 | "extra": { |
||
2450 | "branch-alias": { |
||
2451 | "dev-master": "2.0-dev" |
||
2452 | } |
||
2453 | }, |
||
2454 | "autoload": { |
||
2455 | "classmap": [ |
||
2456 | "src/" |
||
2457 | ] |
||
2458 | }, |
||
2459 | "notification-url": "https://packagist.org/downloads/", |
||
2460 | "license": [ |
||
2461 | "BSD-3-Clause" |
||
2462 | ], |
||
2463 | "authors": [ |
||
2464 | { |
||
2465 | "name": "Kore Nordmann", |
||
2466 | "email": "[email protected]" |
||
2467 | }, |
||
2468 | { |
||
2469 | "name": "Sebastian Bergmann", |
||
2470 | "email": "[email protected]" |
||
2471 | } |
||
2472 | ], |
||
2473 | "description": "Diff implementation", |
||
2474 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2475 | "keywords": [ |
||
2476 | "diff" |
||
2477 | ], |
||
2478 | "time": "2017-08-03T08:09:46+00:00" |
||
2479 | }, |
||
2480 | { |
||
2481 | "name": "sebastian/environment", |
||
2482 | "version": "3.1.0", |
||
2483 | "source": { |
||
2484 | "type": "git", |
||
2485 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2486 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
2487 | }, |
||
2488 | "dist": { |
||
2489 | "type": "zip", |
||
2490 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2491 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2492 | "shasum": "" |
||
2493 | }, |
||
2494 | "require": { |
||
2495 | "php": "^7.0" |
||
2496 | }, |
||
2497 | "require-dev": { |
||
2498 | "phpunit/phpunit": "^6.1" |
||
2499 | }, |
||
2500 | "type": "library", |
||
2501 | "extra": { |
||
2502 | "branch-alias": { |
||
2503 | "dev-master": "3.1.x-dev" |
||
2504 | } |
||
2505 | }, |
||
2506 | "autoload": { |
||
2507 | "classmap": [ |
||
2508 | "src/" |
||
2509 | ] |
||
2510 | }, |
||
2511 | "notification-url": "https://packagist.org/downloads/", |
||
2512 | "license": [ |
||
2513 | "BSD-3-Clause" |
||
2514 | ], |
||
2515 | "authors": [ |
||
2516 | { |
||
2517 | "name": "Sebastian Bergmann", |
||
2518 | "email": "[email protected]" |
||
2519 | } |
||
2520 | ], |
||
2521 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2522 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2523 | "keywords": [ |
||
2524 | "Xdebug", |
||
2525 | "environment", |
||
2526 | "hhvm" |
||
2527 | ], |
||
2528 | "time": "2017-07-01T08:51:00+00:00" |
||
2529 | }, |
||
2530 | { |
||
2531 | "name": "sebastian/exporter", |
||
2532 | "version": "3.1.0", |
||
2533 | "source": { |
||
2534 | "type": "git", |
||
2535 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2536 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2537 | }, |
||
2538 | "dist": { |
||
2539 | "type": "zip", |
||
2540 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2541 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2542 | "shasum": "" |
||
2543 | }, |
||
2544 | "require": { |
||
2545 | "php": "^7.0", |
||
2546 | "sebastian/recursion-context": "^3.0" |
||
2547 | }, |
||
2548 | "require-dev": { |
||
2549 | "ext-mbstring": "*", |
||
2550 | "phpunit/phpunit": "^6.0" |
||
2551 | }, |
||
2552 | "type": "library", |
||
2553 | "extra": { |
||
2554 | "branch-alias": { |
||
2555 | "dev-master": "3.1.x-dev" |
||
2556 | } |
||
2557 | }, |
||
2558 | "autoload": { |
||
2559 | "classmap": [ |
||
2560 | "src/" |
||
2561 | ] |
||
2562 | }, |
||
2563 | "notification-url": "https://packagist.org/downloads/", |
||
2564 | "license": [ |
||
2565 | "BSD-3-Clause" |
||
2566 | ], |
||
2567 | "authors": [ |
||
2568 | { |
||
2569 | "name": "Jeff Welch", |
||
2570 | "email": "[email protected]" |
||
2571 | }, |
||
2572 | { |
||
2573 | "name": "Volker Dusch", |
||
2574 | "email": "[email protected]" |
||
2575 | }, |
||
2576 | { |
||
2577 | "name": "Bernhard Schussek", |
||
2578 | "email": "[email protected]" |
||
2579 | }, |
||
2580 | { |
||
2581 | "name": "Sebastian Bergmann", |
||
2582 | "email": "[email protected]" |
||
2583 | }, |
||
2584 | { |
||
2585 | "name": "Adam Harvey", |
||
2586 | "email": "[email protected]" |
||
2587 | } |
||
2588 | ], |
||
2589 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2590 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2591 | "keywords": [ |
||
2592 | "export", |
||
2593 | "exporter" |
||
2594 | ], |
||
2595 | "time": "2017-04-03T13:19:02+00:00" |
||
2596 | }, |
||
2597 | { |
||
2598 | "name": "sebastian/finder-facade", |
||
2599 | "version": "1.2.1", |
||
2600 | "source": { |
||
2601 | "type": "git", |
||
2602 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
2603 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
2604 | }, |
||
2605 | "dist": { |
||
2606 | "type": "zip", |
||
2607 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
2608 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
2609 | "shasum": "" |
||
2610 | }, |
||
2611 | "require": { |
||
2612 | "symfony/finder": "~2.3|~3.0", |
||
2613 | "theseer/fdomdocument": "~1.3" |
||
2614 | }, |
||
2615 | "type": "library", |
||
2616 | "autoload": { |
||
2617 | "classmap": [ |
||
2618 | "src/" |
||
2619 | ] |
||
2620 | }, |
||
2621 | "notification-url": "https://packagist.org/downloads/", |
||
2622 | "license": [ |
||
2623 | "BSD-3-Clause" |
||
2624 | ], |
||
2625 | "authors": [ |
||
2626 | { |
||
2627 | "name": "Sebastian Bergmann", |
||
2628 | "email": "[email protected]", |
||
2629 | "role": "lead" |
||
2630 | } |
||
2631 | ], |
||
2632 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
2633 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
2634 | "time": "2016-02-17T07:02:23+00:00" |
||
2635 | }, |
||
2636 | { |
||
2637 | "name": "sebastian/git", |
||
2638 | "version": "2.1.4", |
||
2639 | "source": { |
||
2640 | "type": "git", |
||
2641 | "url": "https://github.com/sebastianbergmann/git.git", |
||
2642 | "reference": "815bbbc963cf35e5413df195aa29df58243ecd24" |
||
2643 | }, |
||
2644 | "dist": { |
||
2645 | "type": "zip", |
||
2646 | "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/815bbbc963cf35e5413df195aa29df58243ecd24", |
||
2647 | "reference": "815bbbc963cf35e5413df195aa29df58243ecd24", |
||
2648 | "shasum": "" |
||
2649 | }, |
||
2650 | "require": { |
||
2651 | "php": ">=5.3.3" |
||
2652 | }, |
||
2653 | "type": "library", |
||
2654 | "extra": { |
||
2655 | "branch-alias": { |
||
2656 | "dev-master": "2.1-dev" |
||
2657 | } |
||
2658 | }, |
||
2659 | "autoload": { |
||
2660 | "classmap": [ |
||
2661 | "src/" |
||
2662 | ] |
||
2663 | }, |
||
2664 | "notification-url": "https://packagist.org/downloads/", |
||
2665 | "license": [ |
||
2666 | "BSD-3-Clause" |
||
2667 | ], |
||
2668 | "authors": [ |
||
2669 | { |
||
2670 | "name": "Sebastian Bergmann", |
||
2671 | "email": "[email protected]" |
||
2672 | } |
||
2673 | ], |
||
2674 | "description": "Simple wrapper for Git", |
||
2675 | "homepage": "http://www.github.com/sebastianbergmann/git", |
||
2676 | "keywords": [ |
||
2677 | "git" |
||
2678 | ], |
||
2679 | "abandoned": true, |
||
2680 | "time": "2017-01-23T20:57:12+00:00" |
||
2681 | }, |
||
2682 | { |
||
2683 | "name": "sebastian/global-state", |
||
2684 | "version": "2.0.0", |
||
2685 | "source": { |
||
2686 | "type": "git", |
||
2687 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2688 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
2689 | }, |
||
2690 | "dist": { |
||
2691 | "type": "zip", |
||
2692 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2693 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2694 | "shasum": "" |
||
2695 | }, |
||
2696 | "require": { |
||
2697 | "php": "^7.0" |
||
2698 | }, |
||
2699 | "require-dev": { |
||
2700 | "phpunit/phpunit": "^6.0" |
||
2701 | }, |
||
2702 | "suggest": { |
||
2703 | "ext-uopz": "*" |
||
2704 | }, |
||
2705 | "type": "library", |
||
2706 | "extra": { |
||
2707 | "branch-alias": { |
||
2708 | "dev-master": "2.0-dev" |
||
2709 | } |
||
2710 | }, |
||
2711 | "autoload": { |
||
2712 | "classmap": [ |
||
2713 | "src/" |
||
2714 | ] |
||
2715 | }, |
||
2716 | "notification-url": "https://packagist.org/downloads/", |
||
2717 | "license": [ |
||
2718 | "BSD-3-Clause" |
||
2719 | ], |
||
2720 | "authors": [ |
||
2721 | { |
||
2722 | "name": "Sebastian Bergmann", |
||
2723 | "email": "[email protected]" |
||
2724 | } |
||
2725 | ], |
||
2726 | "description": "Snapshotting of global state", |
||
2727 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2728 | "keywords": [ |
||
2729 | "global state" |
||
2730 | ], |
||
2731 | "time": "2017-04-27T15:39:26+00:00" |
||
2732 | }, |
||
2733 | { |
||
2734 | "name": "sebastian/object-enumerator", |
||
2735 | "version": "3.0.3", |
||
2736 | "source": { |
||
2737 | "type": "git", |
||
2738 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2739 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
2740 | }, |
||
2741 | "dist": { |
||
2742 | "type": "zip", |
||
2743 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2744 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2745 | "shasum": "" |
||
2746 | }, |
||
2747 | "require": { |
||
2748 | "php": "^7.0", |
||
2749 | "sebastian/object-reflector": "^1.1.1", |
||
2750 | "sebastian/recursion-context": "^3.0" |
||
2751 | }, |
||
2752 | "require-dev": { |
||
2753 | "phpunit/phpunit": "^6.0" |
||
2754 | }, |
||
2755 | "type": "library", |
||
2756 | "extra": { |
||
2757 | "branch-alias": { |
||
2758 | "dev-master": "3.0.x-dev" |
||
2759 | } |
||
2760 | }, |
||
2761 | "autoload": { |
||
2762 | "classmap": [ |
||
2763 | "src/" |
||
2764 | ] |
||
2765 | }, |
||
2766 | "notification-url": "https://packagist.org/downloads/", |
||
2767 | "license": [ |
||
2768 | "BSD-3-Clause" |
||
2769 | ], |
||
2770 | "authors": [ |
||
2771 | { |
||
2772 | "name": "Sebastian Bergmann", |
||
2773 | "email": "[email protected]" |
||
2774 | } |
||
2775 | ], |
||
2776 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2777 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2778 | "time": "2017-08-03T12:35:26+00:00" |
||
2779 | }, |
||
2780 | { |
||
2781 | "name": "sebastian/object-reflector", |
||
2782 | "version": "1.1.1", |
||
2783 | "source": { |
||
2784 | "type": "git", |
||
2785 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
2786 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
2787 | }, |
||
2788 | "dist": { |
||
2789 | "type": "zip", |
||
2790 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
2791 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
2792 | "shasum": "" |
||
2793 | }, |
||
2794 | "require": { |
||
2795 | "php": "^7.0" |
||
2796 | }, |
||
2797 | "require-dev": { |
||
2798 | "phpunit/phpunit": "^6.0" |
||
2799 | }, |
||
2800 | "type": "library", |
||
2801 | "extra": { |
||
2802 | "branch-alias": { |
||
2803 | "dev-master": "1.1-dev" |
||
2804 | } |
||
2805 | }, |
||
2806 | "autoload": { |
||
2807 | "classmap": [ |
||
2808 | "src/" |
||
2809 | ] |
||
2810 | }, |
||
2811 | "notification-url": "https://packagist.org/downloads/", |
||
2812 | "license": [ |
||
2813 | "BSD-3-Clause" |
||
2814 | ], |
||
2815 | "authors": [ |
||
2816 | { |
||
2817 | "name": "Sebastian Bergmann", |
||
2818 | "email": "[email protected]" |
||
2819 | } |
||
2820 | ], |
||
2821 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
2822 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
2823 | "time": "2017-03-29T09:07:27+00:00" |
||
2824 | }, |
||
2825 | { |
||
2826 | "name": "sebastian/phpcpd", |
||
2827 | "version": "3.0.0", |
||
2828 | "source": { |
||
2829 | "type": "git", |
||
2830 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
2831 | "reference": "d7006078b75a34c9250831c3453a2e256a687615" |
||
2832 | }, |
||
2833 | "dist": { |
||
2834 | "type": "zip", |
||
2835 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d7006078b75a34c9250831c3453a2e256a687615", |
||
2836 | "reference": "d7006078b75a34c9250831c3453a2e256a687615", |
||
2837 | "shasum": "" |
||
2838 | }, |
||
2839 | "require": { |
||
2840 | "php": "^5.6|^7.0", |
||
2841 | "phpunit/php-timer": "^1.0.6", |
||
2842 | "sebastian/finder-facade": "^1.1", |
||
2843 | "sebastian/version": "^2.0", |
||
2844 | "symfony/console": "^3.0" |
||
2845 | }, |
||
2846 | "bin": [ |
||
2847 | "phpcpd" |
||
2848 | ], |
||
2849 | "type": "library", |
||
2850 | "extra": { |
||
2851 | "branch-alias": { |
||
2852 | "dev-master": "3.0-dev" |
||
2853 | } |
||
2854 | }, |
||
2855 | "autoload": { |
||
2856 | "classmap": [ |
||
2857 | "src/" |
||
2858 | ] |
||
2859 | }, |
||
2860 | "notification-url": "https://packagist.org/downloads/", |
||
2861 | "license": [ |
||
2862 | "BSD-3-Clause" |
||
2863 | ], |
||
2864 | "authors": [ |
||
2865 | { |
||
2866 | "name": "Sebastian Bergmann", |
||
2867 | "email": "[email protected]", |
||
2868 | "role": "lead" |
||
2869 | } |
||
2870 | ], |
||
2871 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
2872 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
2873 | "time": "2017-02-05T07:48:01+00:00" |
||
2874 | }, |
||
2875 | { |
||
2876 | "name": "sebastian/recursion-context", |
||
2877 | "version": "3.0.0", |
||
2878 | "source": { |
||
2879 | "type": "git", |
||
2880 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2881 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
2882 | }, |
||
2883 | "dist": { |
||
2884 | "type": "zip", |
||
2885 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2886 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2887 | "shasum": "" |
||
2888 | }, |
||
2889 | "require": { |
||
2890 | "php": "^7.0" |
||
2891 | }, |
||
2892 | "require-dev": { |
||
2893 | "phpunit/phpunit": "^6.0" |
||
2894 | }, |
||
2895 | "type": "library", |
||
2896 | "extra": { |
||
2897 | "branch-alias": { |
||
2898 | "dev-master": "3.0.x-dev" |
||
2899 | } |
||
2900 | }, |
||
2901 | "autoload": { |
||
2902 | "classmap": [ |
||
2903 | "src/" |
||
2904 | ] |
||
2905 | }, |
||
2906 | "notification-url": "https://packagist.org/downloads/", |
||
2907 | "license": [ |
||
2908 | "BSD-3-Clause" |
||
2909 | ], |
||
2910 | "authors": [ |
||
2911 | { |
||
2912 | "name": "Jeff Welch", |
||
2913 | "email": "[email protected]" |
||
2914 | }, |
||
2915 | { |
||
2916 | "name": "Sebastian Bergmann", |
||
2917 | "email": "[email protected]" |
||
2918 | }, |
||
2919 | { |
||
2920 | "name": "Adam Harvey", |
||
2921 | "email": "[email protected]" |
||
2922 | } |
||
2923 | ], |
||
2924 | "description": "Provides functionality to recursively process PHP variables", |
||
2925 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2926 | "time": "2017-03-03T06:23:57+00:00" |
||
2927 | }, |
||
2928 | { |
||
2929 | "name": "sebastian/resource-operations", |
||
2930 | "version": "1.0.0", |
||
2931 | "source": { |
||
2932 | "type": "git", |
||
2933 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2934 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2935 | }, |
||
2936 | "dist": { |
||
2937 | "type": "zip", |
||
2938 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2939 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2940 | "shasum": "" |
||
2941 | }, |
||
2942 | "require": { |
||
2943 | "php": ">=5.6.0" |
||
2944 | }, |
||
2945 | "type": "library", |
||
2946 | "extra": { |
||
2947 | "branch-alias": { |
||
2948 | "dev-master": "1.0.x-dev" |
||
2949 | } |
||
2950 | }, |
||
2951 | "autoload": { |
||
2952 | "classmap": [ |
||
2953 | "src/" |
||
2954 | ] |
||
2955 | }, |
||
2956 | "notification-url": "https://packagist.org/downloads/", |
||
2957 | "license": [ |
||
2958 | "BSD-3-Clause" |
||
2959 | ], |
||
2960 | "authors": [ |
||
2961 | { |
||
2962 | "name": "Sebastian Bergmann", |
||
2963 | "email": "[email protected]" |
||
2964 | } |
||
2965 | ], |
||
2966 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2967 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2968 | "time": "2015-07-28T20:34:47+00:00" |
||
2969 | }, |
||
2970 | { |
||
2971 | "name": "sebastian/version", |
||
2972 | "version": "2.0.1", |
||
2973 | "source": { |
||
2974 | "type": "git", |
||
2975 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2976 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2977 | }, |
||
2978 | "dist": { |
||
2979 | "type": "zip", |
||
2980 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2981 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2982 | "shasum": "" |
||
2983 | }, |
||
2984 | "require": { |
||
2985 | "php": ">=5.6" |
||
2986 | }, |
||
2987 | "type": "library", |
||
2988 | "extra": { |
||
2989 | "branch-alias": { |
||
2990 | "dev-master": "2.0.x-dev" |
||
2991 | } |
||
2992 | }, |
||
2993 | "autoload": { |
||
2994 | "classmap": [ |
||
2995 | "src/" |
||
2996 | ] |
||
2997 | }, |
||
2998 | "notification-url": "https://packagist.org/downloads/", |
||
2999 | "license": [ |
||
3000 | "BSD-3-Clause" |
||
3001 | ], |
||
3002 | "authors": [ |
||
3003 | { |
||
3004 | "name": "Sebastian Bergmann", |
||
3005 | "email": "[email protected]", |
||
3006 | "role": "lead" |
||
3007 | } |
||
3008 | ], |
||
3009 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3010 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3011 | "time": "2016-10-03T07:35:21+00:00" |
||
3012 | }, |
||
3013 | { |
||
3014 | "name": "squizlabs/php_codesniffer", |
||
3015 | "version": "2.8.1", |
||
3016 | "source": { |
||
3017 | "type": "git", |
||
3018 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
3019 | "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d" |
||
3020 | }, |
||
3021 | "dist": { |
||
3022 | "type": "zip", |
||
3023 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", |
||
3024 | "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", |
||
3025 | "shasum": "" |
||
3026 | }, |
||
3027 | "require": { |
||
3028 | "ext-simplexml": "*", |
||
3029 | "ext-tokenizer": "*", |
||
3030 | "ext-xmlwriter": "*", |
||
3031 | "php": ">=5.1.2" |
||
3032 | }, |
||
3033 | "require-dev": { |
||
3034 | "phpunit/phpunit": "~4.0" |
||
3035 | }, |
||
3036 | "bin": [ |
||
3037 | "scripts/phpcs", |
||
3038 | "scripts/phpcbf" |
||
3039 | ], |
||
3040 | "type": "library", |
||
3041 | "extra": { |
||
3042 | "branch-alias": { |
||
3043 | "dev-master": "2.x-dev" |
||
3044 | } |
||
3045 | }, |
||
3046 | "autoload": { |
||
3047 | "classmap": [ |
||
3048 | "CodeSniffer.php", |
||
3049 | "CodeSniffer/CLI.php", |
||
3050 | "CodeSniffer/Exception.php", |
||
3051 | "CodeSniffer/File.php", |
||
3052 | "CodeSniffer/Fixer.php", |
||
3053 | "CodeSniffer/Report.php", |
||
3054 | "CodeSniffer/Reporting.php", |
||
3055 | "CodeSniffer/Sniff.php", |
||
3056 | "CodeSniffer/Tokens.php", |
||
3057 | "CodeSniffer/Reports/", |
||
3058 | "CodeSniffer/Tokenizers/", |
||
3059 | "CodeSniffer/DocGenerators/", |
||
3060 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
3061 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
3062 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
3063 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
3064 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
3065 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
3066 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
3067 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
3068 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
3069 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
3070 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
3071 | ] |
||
3072 | }, |
||
3073 | "notification-url": "https://packagist.org/downloads/", |
||
3074 | "license": [ |
||
3075 | "BSD-3-Clause" |
||
3076 | ], |
||
3077 | "authors": [ |
||
3078 | { |
||
3079 | "name": "Greg Sherwood", |
||
3080 | "role": "lead" |
||
3081 | } |
||
3082 | ], |
||
3083 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
3084 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
3085 | "keywords": [ |
||
3086 | "phpcs", |
||
3087 | "standards" |
||
3088 | ], |
||
3089 | "time": "2017-03-01T22:17:45+00:00" |
||
3090 | }, |
||
3091 | { |
||
3092 | "name": "symfony/finder", |
||
3093 | "version": "v3.2.7", |
||
3094 | "source": { |
||
3095 | "type": "git", |
||
3096 | "url": "https://github.com/symfony/finder.git", |
||
3097 | "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a" |
||
3098 | }, |
||
3099 | "dist": { |
||
3100 | "type": "zip", |
||
3101 | "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a", |
||
3102 | "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a", |
||
3103 | "shasum": "" |
||
3104 | }, |
||
3105 | "require": { |
||
3106 | "php": ">=5.5.9" |
||
3107 | }, |
||
3108 | "type": "library", |
||
3109 | "extra": { |
||
3110 | "branch-alias": { |
||
3111 | "dev-master": "3.2-dev" |
||
3112 | } |
||
3113 | }, |
||
3114 | "autoload": { |
||
3115 | "psr-4": { |
||
3116 | "Symfony\\Component\\Finder\\": "" |
||
3117 | }, |
||
3118 | "exclude-from-classmap": [ |
||
3119 | "/Tests/" |
||
3120 | ] |
||
3121 | }, |
||
3122 | "notification-url": "https://packagist.org/downloads/", |
||
3123 | "license": [ |
||
3124 | "MIT" |
||
3125 | ], |
||
3126 | "authors": [ |
||
3127 | { |
||
3128 | "name": "Fabien Potencier", |
||
3129 | "email": "[email protected]" |
||
3130 | }, |
||
3131 | { |
||
3132 | "name": "Symfony Community", |
||
3133 | "homepage": "https://symfony.com/contributors" |
||
3134 | } |
||
3135 | ], |
||
3136 | "description": "Symfony Finder Component", |
||
3137 | "homepage": "https://symfony.com", |
||
3138 | "time": "2017-03-20T09:32:19+00:00" |
||
3139 | }, |
||
3140 | { |
||
3141 | "name": "symfony/polyfill-ctype", |
||
3142 | "version": "v1.10.0", |
||
3143 | "source": { |
||
3144 | "type": "git", |
||
3145 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
3146 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
||
3147 | }, |
||
3148 | "dist": { |
||
3149 | "type": "zip", |
||
3150 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
||
3151 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
||
3152 | "shasum": "" |
||
3153 | }, |
||
3154 | "require": { |
||
3155 | "php": ">=5.3.3" |
||
3156 | }, |
||
3157 | "suggest": { |
||
3158 | "ext-ctype": "For best performance" |
||
3159 | }, |
||
3160 | "type": "library", |
||
3161 | "extra": { |
||
3162 | "branch-alias": { |
||
3163 | "dev-master": "1.9-dev" |
||
3164 | } |
||
3165 | }, |
||
3166 | "autoload": { |
||
3167 | "psr-4": { |
||
3168 | "Symfony\\Polyfill\\Ctype\\": "" |
||
3169 | }, |
||
3170 | "files": [ |
||
3171 | "bootstrap.php" |
||
3172 | ] |
||
3173 | }, |
||
3174 | "notification-url": "https://packagist.org/downloads/", |
||
3175 | "license": [ |
||
3176 | "MIT" |
||
3177 | ], |
||
3178 | "authors": [ |
||
3179 | { |
||
3180 | "name": "Symfony Community", |
||
3181 | "homepage": "https://symfony.com/contributors" |
||
3182 | }, |
||
3183 | { |
||
3184 | "name": "Gert de Pagter", |
||
3185 | "email": "[email protected]" |
||
3186 | } |
||
3187 | ], |
||
3188 | "description": "Symfony polyfill for ctype functions", |
||
3189 | "homepage": "https://symfony.com", |
||
3190 | "keywords": [ |
||
3191 | "compatibility", |
||
3192 | "ctype", |
||
3193 | "polyfill", |
||
3194 | "portable" |
||
3195 | ], |
||
3196 | "time": "2018-08-06T14:22:27+00:00" |
||
3197 | }, |
||
3198 | { |
||
3199 | "name": "symfony/stopwatch", |
||
3200 | "version": "v3.2.7", |
||
3201 | "source": { |
||
3202 | "type": "git", |
||
3203 | "url": "https://github.com/symfony/stopwatch.git", |
||
3204 | "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75" |
||
3205 | }, |
||
3206 | "dist": { |
||
3207 | "type": "zip", |
||
3208 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5ee0f8650c84b4d36a5f76b3b504233feaabf75", |
||
3209 | "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75", |
||
3210 | "shasum": "" |
||
3211 | }, |
||
3212 | "require": { |
||
3213 | "php": ">=5.5.9" |
||
3214 | }, |
||
3215 | "type": "library", |
||
3216 | "extra": { |
||
3217 | "branch-alias": { |
||
3218 | "dev-master": "3.2-dev" |
||
3219 | } |
||
3220 | }, |
||
3221 | "autoload": { |
||
3222 | "psr-4": { |
||
3223 | "Symfony\\Component\\Stopwatch\\": "" |
||
3224 | }, |
||
3225 | "exclude-from-classmap": [ |
||
3226 | "/Tests/" |
||
3227 | ] |
||
3228 | }, |
||
3229 | "notification-url": "https://packagist.org/downloads/", |
||
3230 | "license": [ |
||
3231 | "MIT" |
||
3232 | ], |
||
3233 | "authors": [ |
||
3234 | { |
||
3235 | "name": "Fabien Potencier", |
||
3236 | "email": "[email protected]" |
||
3237 | }, |
||
3238 | { |
||
3239 | "name": "Symfony Community", |
||
3240 | "homepage": "https://symfony.com/contributors" |
||
3241 | } |
||
3242 | ], |
||
3243 | "description": "Symfony Stopwatch Component", |
||
3244 | "homepage": "https://symfony.com", |
||
3245 | "time": "2017-02-18T17:28:00+00:00" |
||
3246 | }, |
||
3247 | { |
||
3248 | "name": "theseer/fdomdocument", |
||
3249 | "version": "1.6.4", |
||
3250 | "source": { |
||
3251 | "type": "git", |
||
3252 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
3253 | "reference": "cf219ede922fb47956726f35e2127277ebd302ca" |
||
3254 | }, |
||
3255 | "dist": { |
||
3256 | "type": "zip", |
||
3257 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/cf219ede922fb47956726f35e2127277ebd302ca", |
||
3258 | "reference": "cf219ede922fb47956726f35e2127277ebd302ca", |
||
3259 | "shasum": "" |
||
3260 | }, |
||
3261 | "require": { |
||
3262 | "ext-dom": "*", |
||
3263 | "lib-libxml": "*", |
||
3264 | "php": ">=5.3.3" |
||
3265 | }, |
||
3266 | "type": "library", |
||
3267 | "autoload": { |
||
3268 | "classmap": [ |
||
3269 | "src/" |
||
3270 | ] |
||
3271 | }, |
||
3272 | "notification-url": "https://packagist.org/downloads/", |
||
3273 | "license": [ |
||
3274 | "BSD-3-Clause" |
||
3275 | ], |
||
3276 | "authors": [ |
||
3277 | { |
||
3278 | "name": "Arne Blankerts", |
||
3279 | "email": "[email protected]", |
||
3280 | "role": "lead" |
||
3281 | } |
||
3282 | ], |
||
3283 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
3284 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
3285 | "time": "2017-04-17T09:08:13+00:00" |
||
3286 | }, |
||
3287 | { |
||
3288 | "name": "theseer/tokenizer", |
||
3289 | "version": "1.1.0", |
||
3290 | "source": { |
||
3291 | "type": "git", |
||
3292 | "url": "https://github.com/theseer/tokenizer.git", |
||
3293 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3294 | }, |
||
3295 | "dist": { |
||
3296 | "type": "zip", |
||
3297 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3298 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3299 | "shasum": "" |
||
3300 | }, |
||
3301 | "require": { |
||
3302 | "ext-dom": "*", |
||
3303 | "ext-tokenizer": "*", |
||
3304 | "ext-xmlwriter": "*", |
||
3305 | "php": "^7.0" |
||
3306 | }, |
||
3307 | "type": "library", |
||
3308 | "autoload": { |
||
3309 | "classmap": [ |
||
3310 | "src/" |
||
3311 | ] |
||
3312 | }, |
||
3313 | "notification-url": "https://packagist.org/downloads/", |
||
3314 | "license": [ |
||
3315 | "BSD-3-Clause" |
||
3316 | ], |
||
3317 | "authors": [ |
||
3318 | { |
||
3319 | "name": "Arne Blankerts", |
||
3320 | "email": "[email protected]", |
||
3321 | "role": "Developer" |
||
3322 | } |
||
3323 | ], |
||
3324 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3325 | "time": "2017-04-07T12:08:54+00:00" |
||
3326 | }, |
||
3327 | { |
||
3328 | "name": "webmozart/assert", |
||
3329 | "version": "1.4.0", |
||
3330 | "source": { |
||
3331 | "type": "git", |
||
3332 | "url": "https://github.com/webmozart/assert.git", |
||
3333 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" |
||
3334 | }, |
||
3335 | "dist": { |
||
3336 | "type": "zip", |
||
3337 | "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", |
||
3338 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", |
||
3339 | "shasum": "" |
||
3340 | }, |
||
3341 | "require": { |
||
3342 | "php": "^5.3.3 || ^7.0", |
||
3343 | "symfony/polyfill-ctype": "^1.8" |
||
3344 | }, |
||
3345 | "require-dev": { |
||
3346 | "phpunit/phpunit": "^4.6", |
||
3347 | "sebastian/version": "^1.0.1" |
||
3348 | }, |
||
3349 | "type": "library", |
||
3350 | "extra": { |
||
3351 | "branch-alias": { |
||
3352 | "dev-master": "1.3-dev" |
||
3353 | } |
||
3354 | }, |
||
3355 | "autoload": { |
||
3356 | "psr-4": { |
||
3357 | "Webmozart\\Assert\\": "src/" |
||
3358 | } |
||
3359 | }, |
||
3360 | "notification-url": "https://packagist.org/downloads/", |
||
3361 | "license": [ |
||
3362 | "MIT" |
||
3363 | ], |
||
3364 | "authors": [ |
||
3365 | { |
||
3366 | "name": "Bernhard Schussek", |
||
3367 | "email": "[email protected]" |
||
3368 | } |
||
3369 | ], |
||
3370 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3371 | "keywords": [ |
||
3372 | "assert", |
||
3373 | "check", |
||
3374 | "validate" |
||
3375 | ], |
||
3376 | "time": "2018-12-25T11:19:39+00:00" |
||
3377 | } |
||
3378 | ], |
||
3379 | "aliases": [], |
||
3380 | "minimum-stability": "stable", |
||
3381 | "stability-flags": { |
||
3382 | "pbxg33k/php-info-base": 20, |
||
3383 | "phpmd/phpmd": 0 |
||
3384 | }, |
||
3385 | "prefer-stable": false, |
||
3386 | "prefer-lowest": false, |
||
3387 | "platform": { |
||
3388 | "php": "^5.6|^7.0" |
||
3389 | }, |
||
3390 | "platform-dev": [] |
||
3391 | } |
||
3392 |