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