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