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": "53e669612d57d76579c271116fb7b5ae", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "anahkiasen/underscore-php", |
||
11 | "version": "2.0.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/Anahkiasen/underscore-php.git", |
||
15 | "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580", |
||
20 | "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/inflector": "^1.0", |
||
25 | "patchwork/utf8": "^1.2", |
||
26 | "php": ">=5.4.0" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "fabpot/php-cs-fixer": "2.0.*@dev", |
||
30 | "phpunit/phpunit": "^4.6" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "autoload": { |
||
34 | "psr-4": { |
||
35 | "Underscore\\": [ |
||
36 | "src", |
||
37 | "tests" |
||
38 | ] |
||
39 | } |
||
40 | }, |
||
41 | "notification-url": "https://packagist.org/downloads/", |
||
42 | "license": [ |
||
43 | "MIT" |
||
44 | ], |
||
45 | "authors": [ |
||
46 | { |
||
47 | "name": "Maxime Fabre", |
||
48 | "email": "[email protected]" |
||
49 | } |
||
50 | ], |
||
51 | "description": "A redacted port of Underscore.js for PHP", |
||
52 | "keywords": [ |
||
53 | "internals", |
||
54 | "laravel", |
||
55 | "toolkit" |
||
56 | ], |
||
57 | "time": "2015-05-16T19:24:58+00:00" |
||
58 | }, |
||
59 | { |
||
60 | "name": "aws/aws-sdk-php", |
||
61 | "version": "3.56.4", |
||
62 | "source": { |
||
63 | "type": "git", |
||
64 | "url": "https://github.com/aws/aws-sdk-php.git", |
||
65 | "reference": "03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee" |
||
66 | }, |
||
67 | "dist": { |
||
68 | "type": "zip", |
||
69 | "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee", |
||
70 | "reference": "03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee", |
||
71 | "shasum": "" |
||
72 | }, |
||
73 | "require": { |
||
74 | "ext-json": "*", |
||
75 | "ext-pcre": "*", |
||
76 | "ext-simplexml": "*", |
||
77 | "ext-spl": "*", |
||
78 | "guzzlehttp/guzzle": "^5.3.1|^6.2.1", |
||
79 | "guzzlehttp/promises": "~1.0", |
||
80 | "guzzlehttp/psr7": "^1.4.1", |
||
81 | "mtdowling/jmespath.php": "~2.2", |
||
82 | "php": ">=5.5" |
||
83 | }, |
||
84 | "require-dev": { |
||
85 | "andrewsville/php-token-reflection": "^1.4", |
||
86 | "aws/aws-php-sns-message-validator": "~1.0", |
||
87 | "behat/behat": "~3.0", |
||
88 | "doctrine/cache": "~1.4", |
||
89 | "ext-dom": "*", |
||
90 | "ext-openssl": "*", |
||
91 | "nette/neon": "^2.3", |
||
92 | "phpunit/phpunit": "^4.8.35|^5.4.3", |
||
93 | "psr/cache": "^1.0" |
||
94 | }, |
||
95 | "suggest": { |
||
96 | "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", |
||
97 | "doctrine/cache": "To use the DoctrineCacheAdapter", |
||
98 | "ext-curl": "To send requests using cURL", |
||
99 | "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages" |
||
100 | }, |
||
101 | "type": "library", |
||
102 | "extra": { |
||
103 | "branch-alias": { |
||
104 | "dev-master": "3.0-dev" |
||
105 | } |
||
106 | }, |
||
107 | "autoload": { |
||
108 | "psr-4": { |
||
109 | "Aws\\": "src/" |
||
110 | }, |
||
111 | "files": [ |
||
112 | "src/functions.php" |
||
113 | ] |
||
114 | }, |
||
115 | "notification-url": "https://packagist.org/downloads/", |
||
116 | "license": [ |
||
117 | "Apache-2.0" |
||
118 | ], |
||
119 | "authors": [ |
||
120 | { |
||
121 | "name": "Amazon Web Services", |
||
122 | "homepage": "http://aws.amazon.com" |
||
123 | } |
||
124 | ], |
||
125 | "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", |
||
126 | "homepage": "http://aws.amazon.com/sdkforphp", |
||
127 | "keywords": [ |
||
128 | "amazon", |
||
129 | "aws", |
||
130 | "cloud", |
||
131 | "dynamodb", |
||
132 | "ec2", |
||
133 | "glacier", |
||
134 | "s3", |
||
135 | "sdk" |
||
136 | ], |
||
137 | "time": "2018-05-18T19:53:15+00:00" |
||
138 | }, |
||
139 | { |
||
140 | "name": "barryvdh/laravel-debugbar", |
||
141 | "version": "v3.1.4", |
||
142 | "source": { |
||
143 | "type": "git", |
||
144 | "url": "https://github.com/barryvdh/laravel-debugbar.git", |
||
145 | "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1" |
||
146 | }, |
||
147 | "dist": { |
||
148 | "type": "zip", |
||
149 | "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7a91480cc6e597caed5117a3c5d685f06d35c5a1", |
||
150 | "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1", |
||
151 | "shasum": "" |
||
152 | }, |
||
153 | "require": { |
||
154 | "illuminate/routing": "5.5.x|5.6.x", |
||
155 | "illuminate/session": "5.5.x|5.6.x", |
||
156 | "illuminate/support": "5.5.x|5.6.x", |
||
157 | "maximebf/debugbar": "~1.15.0", |
||
158 | "php": ">=7.0", |
||
159 | "symfony/debug": "^3|^4", |
||
160 | "symfony/finder": "^3|^4" |
||
161 | }, |
||
162 | "require-dev": { |
||
163 | "illuminate/framework": "5.5.x" |
||
164 | }, |
||
165 | "type": "library", |
||
166 | "extra": { |
||
167 | "branch-alias": { |
||
168 | "dev-master": "3.2-dev" |
||
169 | }, |
||
170 | "laravel": { |
||
171 | "providers": [ |
||
172 | "Barryvdh\\Debugbar\\ServiceProvider" |
||
173 | ], |
||
174 | "aliases": { |
||
175 | "Debugbar": "Barryvdh\\Debugbar\\Facade" |
||
176 | } |
||
177 | } |
||
178 | }, |
||
179 | "autoload": { |
||
180 | "psr-4": { |
||
181 | "Barryvdh\\Debugbar\\": "src/" |
||
182 | }, |
||
183 | "files": [ |
||
184 | "src/helpers.php" |
||
185 | ] |
||
186 | }, |
||
187 | "notification-url": "https://packagist.org/downloads/", |
||
188 | "license": [ |
||
189 | "MIT" |
||
190 | ], |
||
191 | "authors": [ |
||
192 | { |
||
193 | "name": "Barry vd. Heuvel", |
||
194 | "email": "[email protected]" |
||
195 | } |
||
196 | ], |
||
197 | "description": "PHP Debugbar integration for Laravel", |
||
198 | "keywords": [ |
||
199 | "debug", |
||
200 | "debugbar", |
||
201 | "laravel", |
||
202 | "profiler", |
||
203 | "webprofiler" |
||
204 | ], |
||
205 | "time": "2018-03-06T08:35:31+00:00" |
||
206 | }, |
||
207 | { |
||
208 | "name": "cartalyst/tags", |
||
209 | "version": "v6.0.1", |
||
210 | "source": { |
||
211 | "type": "git", |
||
212 | "url": "https://github.com/cartalyst/tags.git", |
||
213 | "reference": "d5c9204d61e760402d31fa9ee1706526cbcf212e" |
||
214 | }, |
||
215 | "dist": { |
||
216 | "type": "zip", |
||
217 | "url": "https://api.github.com/repos/cartalyst/tags/zipball/d5c9204d61e760402d31fa9ee1706526cbcf212e", |
||
218 | "reference": "d5c9204d61e760402d31fa9ee1706526cbcf212e", |
||
219 | "shasum": "" |
||
220 | }, |
||
221 | "require": { |
||
222 | "illuminate/database": "5.6.*", |
||
223 | "php": ">=7.1.3" |
||
224 | }, |
||
225 | "require-dev": { |
||
226 | "orchestra/testbench": "^3.6", |
||
227 | "phpunit/phpunit": "^7.0" |
||
228 | }, |
||
229 | "type": "library", |
||
230 | "extra": { |
||
231 | "component": "package", |
||
232 | "branch-alias": { |
||
233 | "dev-master": "6.0.x-dev" |
||
234 | }, |
||
235 | "laravel": { |
||
236 | "providers": [ |
||
237 | "Cartalyst\\Tags\\TagsServiceProvider" |
||
238 | ] |
||
239 | } |
||
240 | }, |
||
241 | "autoload": { |
||
242 | "psr-4": { |
||
243 | "Cartalyst\\Tags\\": "src/" |
||
244 | } |
||
245 | }, |
||
246 | "notification-url": "https://packagist.org/downloads/", |
||
247 | "license": [ |
||
248 | "BSD-3-Clause" |
||
249 | ], |
||
250 | "authors": [ |
||
251 | { |
||
252 | "name": "Cartalyst LLC", |
||
253 | "email": "[email protected]", |
||
254 | "homepage": "https://cartalyst.com" |
||
255 | } |
||
256 | ], |
||
257 | "description": "Easily add tags to your Eloquent models.", |
||
258 | "keywords": [ |
||
259 | "cartalyst", |
||
260 | "laravel", |
||
261 | "php", |
||
262 | "tags" |
||
263 | ], |
||
264 | "time": "2018-04-04T16:39:10+00:00" |
||
265 | }, |
||
266 | { |
||
267 | "name": "dimsav/laravel-translatable", |
||
268 | "version": "v9.0", |
||
269 | "source": { |
||
270 | "type": "git", |
||
271 | "url": "https://github.com/dimsav/laravel-translatable.git", |
||
272 | "reference": "a174b327342e882df7df9d971cf36ae678c16088" |
||
273 | }, |
||
274 | "dist": { |
||
275 | "type": "zip", |
||
276 | "url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/a174b327342e882df7df9d971cf36ae678c16088", |
||
277 | "reference": "a174b327342e882df7df9d971cf36ae678c16088", |
||
278 | "shasum": "" |
||
279 | }, |
||
280 | "require": { |
||
281 | "illuminate/support": "5.6.*", |
||
282 | "php": ">=5.4.0" |
||
283 | }, |
||
284 | "require-dev": { |
||
285 | "orchestra/testbench": "3.6.*", |
||
286 | "phpunit/phpunit": "~7.0" |
||
287 | }, |
||
288 | "type": "library", |
||
289 | "extra": { |
||
290 | "laravel": { |
||
291 | "providers": [ |
||
292 | "Dimsav\\Translatable\\TranslatableServiceProvider" |
||
293 | ] |
||
294 | } |
||
295 | }, |
||
296 | "autoload": { |
||
297 | "psr-4": { |
||
298 | "Dimsav\\Translatable\\": "src/Translatable/" |
||
299 | } |
||
300 | }, |
||
301 | "notification-url": "https://packagist.org/downloads/", |
||
302 | "license": [ |
||
303 | "MIT" |
||
304 | ], |
||
305 | "authors": [ |
||
306 | { |
||
307 | "name": "Dimitrios Savvopoulos", |
||
308 | "email": "[email protected]", |
||
309 | "homepage": "http://dimsav.com" |
||
310 | } |
||
311 | ], |
||
312 | "description": "A Laravel package for multilingual models", |
||
313 | "keywords": [ |
||
314 | "database", |
||
315 | "language", |
||
316 | "laravel", |
||
317 | "translation" |
||
318 | ], |
||
319 | "time": "2018-02-10T14:10:41+00:00" |
||
320 | }, |
||
321 | { |
||
322 | "name": "doctrine/inflector", |
||
323 | "version": "v1.3.0", |
||
324 | "source": { |
||
325 | "type": "git", |
||
326 | "url": "https://github.com/doctrine/inflector.git", |
||
327 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
328 | }, |
||
329 | "dist": { |
||
330 | "type": "zip", |
||
331 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
332 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
333 | "shasum": "" |
||
334 | }, |
||
335 | "require": { |
||
336 | "php": "^7.1" |
||
337 | }, |
||
338 | "require-dev": { |
||
339 | "phpunit/phpunit": "^6.2" |
||
340 | }, |
||
341 | "type": "library", |
||
342 | "extra": { |
||
343 | "branch-alias": { |
||
344 | "dev-master": "1.3.x-dev" |
||
345 | } |
||
346 | }, |
||
347 | "autoload": { |
||
348 | "psr-4": { |
||
349 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
350 | } |
||
351 | }, |
||
352 | "notification-url": "https://packagist.org/downloads/", |
||
353 | "license": [ |
||
354 | "MIT" |
||
355 | ], |
||
356 | "authors": [ |
||
357 | { |
||
358 | "name": "Roman Borschel", |
||
359 | "email": "[email protected]" |
||
360 | }, |
||
361 | { |
||
362 | "name": "Benjamin Eberlei", |
||
363 | "email": "[email protected]" |
||
364 | }, |
||
365 | { |
||
366 | "name": "Guilherme Blanco", |
||
367 | "email": "[email protected]" |
||
368 | }, |
||
369 | { |
||
370 | "name": "Jonathan Wage", |
||
371 | "email": "[email protected]" |
||
372 | }, |
||
373 | { |
||
374 | "name": "Johannes Schmitt", |
||
375 | "email": "[email protected]" |
||
376 | } |
||
377 | ], |
||
378 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
379 | "homepage": "http://www.doctrine-project.org", |
||
380 | "keywords": [ |
||
381 | "inflection", |
||
382 | "pluralize", |
||
383 | "singularize", |
||
384 | "string" |
||
385 | ], |
||
386 | "time": "2018-01-09T20:05:19+00:00" |
||
387 | }, |
||
388 | { |
||
389 | "name": "doctrine/lexer", |
||
390 | "version": "v1.0.1", |
||
391 | "source": { |
||
392 | "type": "git", |
||
393 | "url": "https://github.com/doctrine/lexer.git", |
||
394 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
395 | }, |
||
396 | "dist": { |
||
397 | "type": "zip", |
||
398 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
399 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
400 | "shasum": "" |
||
401 | }, |
||
402 | "require": { |
||
403 | "php": ">=5.3.2" |
||
404 | }, |
||
405 | "type": "library", |
||
406 | "extra": { |
||
407 | "branch-alias": { |
||
408 | "dev-master": "1.0.x-dev" |
||
409 | } |
||
410 | }, |
||
411 | "autoload": { |
||
412 | "psr-0": { |
||
413 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
414 | } |
||
415 | }, |
||
416 | "notification-url": "https://packagist.org/downloads/", |
||
417 | "license": [ |
||
418 | "MIT" |
||
419 | ], |
||
420 | "authors": [ |
||
421 | { |
||
422 | "name": "Roman Borschel", |
||
423 | "email": "[email protected]" |
||
424 | }, |
||
425 | { |
||
426 | "name": "Guilherme Blanco", |
||
427 | "email": "[email protected]" |
||
428 | }, |
||
429 | { |
||
430 | "name": "Johannes Schmitt", |
||
431 | "email": "[email protected]" |
||
432 | } |
||
433 | ], |
||
434 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
435 | "homepage": "http://www.doctrine-project.org", |
||
436 | "keywords": [ |
||
437 | "lexer", |
||
438 | "parser" |
||
439 | ], |
||
440 | "time": "2014-09-09T13:34:57+00:00" |
||
441 | }, |
||
442 | { |
||
443 | "name": "dragonmantank/cron-expression", |
||
444 | "version": "v2.1.0", |
||
445 | "source": { |
||
446 | "type": "git", |
||
447 | "url": "https://github.com/dragonmantank/cron-expression.git", |
||
448 | "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5" |
||
449 | }, |
||
450 | "dist": { |
||
451 | "type": "zip", |
||
452 | "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5", |
||
453 | "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5", |
||
454 | "shasum": "" |
||
455 | }, |
||
456 | "require": { |
||
457 | "php": ">=7.0.0" |
||
458 | }, |
||
459 | "require-dev": { |
||
460 | "phpunit/phpunit": "~6.4" |
||
461 | }, |
||
462 | "type": "library", |
||
463 | "autoload": { |
||
464 | "psr-4": { |
||
465 | "Cron\\": "src/Cron/" |
||
466 | } |
||
467 | }, |
||
468 | "notification-url": "https://packagist.org/downloads/", |
||
469 | "license": [ |
||
470 | "MIT" |
||
471 | ], |
||
472 | "authors": [ |
||
473 | { |
||
474 | "name": "Michael Dowling", |
||
475 | "email": "[email protected]", |
||
476 | "homepage": "https://github.com/mtdowling" |
||
477 | }, |
||
478 | { |
||
479 | "name": "Chris Tankersley", |
||
480 | "email": "[email protected]", |
||
481 | "homepage": "https://github.com/dragonmantank" |
||
482 | } |
||
483 | ], |
||
484 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
485 | "keywords": [ |
||
486 | "cron", |
||
487 | "schedule" |
||
488 | ], |
||
489 | "time": "2018-04-06T15:51:55+00:00" |
||
490 | }, |
||
491 | { |
||
492 | "name": "egulias/email-validator", |
||
493 | "version": "2.1.4", |
||
494 | "source": { |
||
495 | "type": "git", |
||
496 | "url": "https://github.com/egulias/EmailValidator.git", |
||
497 | "reference": "8790f594151ca6a2010c6218e09d96df67173ad3" |
||
498 | }, |
||
499 | "dist": { |
||
500 | "type": "zip", |
||
501 | "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3", |
||
502 | "reference": "8790f594151ca6a2010c6218e09d96df67173ad3", |
||
503 | "shasum": "" |
||
504 | }, |
||
505 | "require": { |
||
506 | "doctrine/lexer": "^1.0.1", |
||
507 | "php": ">= 5.5" |
||
508 | }, |
||
509 | "require-dev": { |
||
510 | "dominicsayers/isemail": "dev-master", |
||
511 | "phpunit/phpunit": "^4.8.35||^5.7||^6.0", |
||
512 | "satooshi/php-coveralls": "^1.0.1" |
||
513 | }, |
||
514 | "suggest": { |
||
515 | "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
||
516 | }, |
||
517 | "type": "library", |
||
518 | "extra": { |
||
519 | "branch-alias": { |
||
520 | "dev-master": "2.0.x-dev" |
||
521 | } |
||
522 | }, |
||
523 | "autoload": { |
||
524 | "psr-4": { |
||
525 | "Egulias\\EmailValidator\\": "EmailValidator" |
||
526 | } |
||
527 | }, |
||
528 | "notification-url": "https://packagist.org/downloads/", |
||
529 | "license": [ |
||
530 | "MIT" |
||
531 | ], |
||
532 | "authors": [ |
||
533 | { |
||
534 | "name": "Eduardo Gulias Davis" |
||
535 | } |
||
536 | ], |
||
537 | "description": "A library for validating emails against several RFCs", |
||
538 | "homepage": "https://github.com/egulias/EmailValidator", |
||
539 | "keywords": [ |
||
540 | "email", |
||
541 | "emailvalidation", |
||
542 | "emailvalidator", |
||
543 | "validation", |
||
544 | "validator" |
||
545 | ], |
||
546 | "time": "2018-04-10T10:11:19+00:00" |
||
547 | }, |
||
548 | { |
||
549 | "name": "erusev/parsedown", |
||
550 | "version": "1.7.1", |
||
551 | "source": { |
||
552 | "type": "git", |
||
553 | "url": "https://github.com/erusev/parsedown.git", |
||
554 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
||
555 | }, |
||
556 | "dist": { |
||
557 | "type": "zip", |
||
558 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
559 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
560 | "shasum": "" |
||
561 | }, |
||
562 | "require": { |
||
563 | "ext-mbstring": "*", |
||
564 | "php": ">=5.3.0" |
||
565 | }, |
||
566 | "require-dev": { |
||
567 | "phpunit/phpunit": "^4.8.35" |
||
568 | }, |
||
569 | "type": "library", |
||
570 | "autoload": { |
||
571 | "psr-0": { |
||
572 | "Parsedown": "" |
||
573 | } |
||
574 | }, |
||
575 | "notification-url": "https://packagist.org/downloads/", |
||
576 | "license": [ |
||
577 | "MIT" |
||
578 | ], |
||
579 | "authors": [ |
||
580 | { |
||
581 | "name": "Emanuil Rusev", |
||
582 | "email": "[email protected]", |
||
583 | "homepage": "http://erusev.com" |
||
584 | } |
||
585 | ], |
||
586 | "description": "Parser for Markdown.", |
||
587 | "homepage": "http://parsedown.org", |
||
588 | "keywords": [ |
||
589 | "markdown", |
||
590 | "parser" |
||
591 | ], |
||
592 | "time": "2018-03-08T01:11:30+00:00" |
||
593 | }, |
||
594 | { |
||
595 | "name": "firebase/php-jwt", |
||
596 | "version": "v5.0.0", |
||
597 | "source": { |
||
598 | "type": "git", |
||
599 | "url": "https://github.com/firebase/php-jwt.git", |
||
600 | "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" |
||
601 | }, |
||
602 | "dist": { |
||
603 | "type": "zip", |
||
604 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", |
||
605 | "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", |
||
606 | "shasum": "" |
||
607 | }, |
||
608 | "require": { |
||
609 | "php": ">=5.3.0" |
||
610 | }, |
||
611 | "require-dev": { |
||
612 | "phpunit/phpunit": " 4.8.35" |
||
613 | }, |
||
614 | "type": "library", |
||
615 | "autoload": { |
||
616 | "psr-4": { |
||
617 | "Firebase\\JWT\\": "src" |
||
618 | } |
||
619 | }, |
||
620 | "notification-url": "https://packagist.org/downloads/", |
||
621 | "license": [ |
||
622 | "BSD-3-Clause" |
||
623 | ], |
||
624 | "authors": [ |
||
625 | { |
||
626 | "name": "Neuman Vong", |
||
627 | "email": "[email protected]", |
||
628 | "role": "Developer" |
||
629 | }, |
||
630 | { |
||
631 | "name": "Anant Narayanan", |
||
632 | "email": "[email protected]", |
||
633 | "role": "Developer" |
||
634 | } |
||
635 | ], |
||
636 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
||
637 | "homepage": "https://github.com/firebase/php-jwt", |
||
638 | "time": "2017-06-27T22:17:23+00:00" |
||
639 | }, |
||
640 | { |
||
641 | "name": "google/apiclient", |
||
642 | "version": "v2.2.1", |
||
643 | "source": { |
||
644 | "type": "git", |
||
645 | "url": "https://github.com/google/google-api-php-client.git", |
||
646 | "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2" |
||
647 | }, |
||
648 | "dist": { |
||
649 | "type": "zip", |
||
650 | "url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2", |
||
651 | "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2", |
||
652 | "shasum": "" |
||
653 | }, |
||
654 | "require": { |
||
655 | "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", |
||
656 | "google/apiclient-services": "~0.13", |
||
657 | "google/auth": "^1.0", |
||
658 | "guzzlehttp/guzzle": "~5.3.1|~6.0", |
||
659 | "guzzlehttp/psr7": "^1.2", |
||
660 | "monolog/monolog": "^1.17", |
||
661 | "php": ">=5.4", |
||
662 | "phpseclib/phpseclib": "~0.3.10|~2.0" |
||
663 | }, |
||
664 | "require-dev": { |
||
665 | "cache/filesystem-adapter": "^0.3.2", |
||
666 | "phpunit/phpunit": "~4", |
||
667 | "squizlabs/php_codesniffer": "~2.3", |
||
668 | "symfony/css-selector": "~2.1", |
||
669 | "symfony/dom-crawler": "~2.1" |
||
670 | }, |
||
671 | "suggest": { |
||
672 | "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" |
||
673 | }, |
||
674 | "type": "library", |
||
675 | "extra": { |
||
676 | "branch-alias": { |
||
677 | "dev-master": "2.x-dev" |
||
678 | } |
||
679 | }, |
||
680 | "autoload": { |
||
681 | "psr-0": { |
||
682 | "Google_": "src/" |
||
683 | }, |
||
684 | "classmap": [ |
||
685 | "src/Google/Service/" |
||
686 | ] |
||
687 | }, |
||
688 | "notification-url": "https://packagist.org/downloads/", |
||
689 | "license": [ |
||
690 | "Apache-2.0" |
||
691 | ], |
||
692 | "description": "Client library for Google APIs", |
||
693 | "homepage": "http://developers.google.com/api-client-library/php", |
||
694 | "keywords": [ |
||
695 | "google" |
||
696 | ], |
||
697 | "time": "2017-11-03T01:19:53+00:00" |
||
698 | }, |
||
699 | { |
||
700 | "name": "google/apiclient-services", |
||
701 | "version": "v0.59", |
||
702 | "source": { |
||
703 | "type": "git", |
||
704 | "url": "https://github.com/google/google-api-php-client-services.git", |
||
705 | "reference": "1dbfb1e7ff596c9fe17f4ba8e6a74bb073adbe0f" |
||
706 | }, |
||
707 | "dist": { |
||
708 | "type": "zip", |
||
709 | "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/1dbfb1e7ff596c9fe17f4ba8e6a74bb073adbe0f", |
||
710 | "reference": "1dbfb1e7ff596c9fe17f4ba8e6a74bb073adbe0f", |
||
711 | "shasum": "" |
||
712 | }, |
||
713 | "require": { |
||
714 | "php": ">=5.4" |
||
715 | }, |
||
716 | "require-dev": { |
||
717 | "phpunit/phpunit": "~4.8" |
||
718 | }, |
||
719 | "type": "library", |
||
720 | "autoload": { |
||
721 | "psr-0": { |
||
722 | "Google_Service_": "src" |
||
723 | } |
||
724 | }, |
||
725 | "notification-url": "https://packagist.org/downloads/", |
||
726 | "license": [ |
||
727 | "Apache-2.0" |
||
728 | ], |
||
729 | "description": "Client library for Google APIs", |
||
730 | "homepage": "http://developers.google.com/api-client-library/php", |
||
731 | "keywords": [ |
||
732 | "google" |
||
733 | ], |
||
734 | "time": "2018-05-14T00:23:02+00:00" |
||
735 | }, |
||
736 | { |
||
737 | "name": "google/auth", |
||
738 | "version": "v1.3.0", |
||
739 | "source": { |
||
740 | "type": "git", |
||
741 | "url": "https://github.com/google/google-auth-library-php.git", |
||
742 | "reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71" |
||
743 | }, |
||
744 | "dist": { |
||
745 | "type": "zip", |
||
746 | "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71", |
||
747 | "reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71", |
||
748 | "shasum": "" |
||
749 | }, |
||
750 | "require": { |
||
751 | "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", |
||
752 | "guzzlehttp/guzzle": "~5.3.1|~6.0", |
||
753 | "guzzlehttp/psr7": "^1.2", |
||
754 | "php": ">=5.4", |
||
755 | "psr/cache": "^1.0", |
||
756 | "psr/http-message": "^1.0" |
||
757 | }, |
||
758 | "require-dev": { |
||
759 | "friendsofphp/php-cs-fixer": "^1.11", |
||
760 | "guzzlehttp/promises": "0.1.1|^1.3", |
||
761 | "phpunit/phpunit": "^4.8.36|^5.7", |
||
762 | "sebastian/comparator": ">=1.2.3" |
||
763 | }, |
||
764 | "type": "library", |
||
765 | "autoload": { |
||
766 | "psr-4": { |
||
767 | "Google\\Auth\\": "src" |
||
768 | } |
||
769 | }, |
||
770 | "notification-url": "https://packagist.org/downloads/", |
||
771 | "license": [ |
||
772 | "Apache-2.0" |
||
773 | ], |
||
774 | "description": "Google Auth Library for PHP", |
||
775 | "homepage": "http://github.com/google/google-auth-library-php", |
||
776 | "keywords": [ |
||
777 | "Authentication", |
||
778 | "google", |
||
779 | "oauth2" |
||
780 | ], |
||
781 | "time": "2018-04-06T19:26:30+00:00" |
||
782 | }, |
||
783 | { |
||
784 | "name": "guzzlehttp/guzzle", |
||
785 | "version": "6.3.3", |
||
786 | "source": { |
||
787 | "type": "git", |
||
788 | "url": "https://github.com/guzzle/guzzle.git", |
||
789 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" |
||
790 | }, |
||
791 | "dist": { |
||
792 | "type": "zip", |
||
793 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
794 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
795 | "shasum": "" |
||
796 | }, |
||
797 | "require": { |
||
798 | "guzzlehttp/promises": "^1.0", |
||
799 | "guzzlehttp/psr7": "^1.4", |
||
800 | "php": ">=5.5" |
||
801 | }, |
||
802 | "require-dev": { |
||
803 | "ext-curl": "*", |
||
804 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
||
805 | "psr/log": "^1.0" |
||
806 | }, |
||
807 | "suggest": { |
||
808 | "psr/log": "Required for using the Log middleware" |
||
809 | }, |
||
810 | "type": "library", |
||
811 | "extra": { |
||
812 | "branch-alias": { |
||
813 | "dev-master": "6.3-dev" |
||
814 | } |
||
815 | }, |
||
816 | "autoload": { |
||
817 | "files": [ |
||
818 | "src/functions_include.php" |
||
819 | ], |
||
820 | "psr-4": { |
||
821 | "GuzzleHttp\\": "src/" |
||
822 | } |
||
823 | }, |
||
824 | "notification-url": "https://packagist.org/downloads/", |
||
825 | "license": [ |
||
826 | "MIT" |
||
827 | ], |
||
828 | "authors": [ |
||
829 | { |
||
830 | "name": "Michael Dowling", |
||
831 | "email": "[email protected]", |
||
832 | "homepage": "https://github.com/mtdowling" |
||
833 | } |
||
834 | ], |
||
835 | "description": "Guzzle is a PHP HTTP client library", |
||
836 | "homepage": "http://guzzlephp.org/", |
||
837 | "keywords": [ |
||
838 | "client", |
||
839 | "curl", |
||
840 | "framework", |
||
841 | "http", |
||
842 | "http client", |
||
843 | "rest", |
||
844 | "web service" |
||
845 | ], |
||
846 | "time": "2018-04-22T15:46:56+00:00" |
||
847 | }, |
||
848 | { |
||
849 | "name": "guzzlehttp/promises", |
||
850 | "version": "v1.3.1", |
||
851 | "source": { |
||
852 | "type": "git", |
||
853 | "url": "https://github.com/guzzle/promises.git", |
||
854 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
855 | }, |
||
856 | "dist": { |
||
857 | "type": "zip", |
||
858 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
859 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
860 | "shasum": "" |
||
861 | }, |
||
862 | "require": { |
||
863 | "php": ">=5.5.0" |
||
864 | }, |
||
865 | "require-dev": { |
||
866 | "phpunit/phpunit": "^4.0" |
||
867 | }, |
||
868 | "type": "library", |
||
869 | "extra": { |
||
870 | "branch-alias": { |
||
871 | "dev-master": "1.4-dev" |
||
872 | } |
||
873 | }, |
||
874 | "autoload": { |
||
875 | "psr-4": { |
||
876 | "GuzzleHttp\\Promise\\": "src/" |
||
877 | }, |
||
878 | "files": [ |
||
879 | "src/functions_include.php" |
||
880 | ] |
||
881 | }, |
||
882 | "notification-url": "https://packagist.org/downloads/", |
||
883 | "license": [ |
||
884 | "MIT" |
||
885 | ], |
||
886 | "authors": [ |
||
887 | { |
||
888 | "name": "Michael Dowling", |
||
889 | "email": "[email protected]", |
||
890 | "homepage": "https://github.com/mtdowling" |
||
891 | } |
||
892 | ], |
||
893 | "description": "Guzzle promises library", |
||
894 | "keywords": [ |
||
895 | "promise" |
||
896 | ], |
||
897 | "time": "2016-12-20T10:07:11+00:00" |
||
898 | }, |
||
899 | { |
||
900 | "name": "guzzlehttp/psr7", |
||
901 | "version": "1.4.2", |
||
902 | "source": { |
||
903 | "type": "git", |
||
904 | "url": "https://github.com/guzzle/psr7.git", |
||
905 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
906 | }, |
||
907 | "dist": { |
||
908 | "type": "zip", |
||
909 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
910 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
911 | "shasum": "" |
||
912 | }, |
||
913 | "require": { |
||
914 | "php": ">=5.4.0", |
||
915 | "psr/http-message": "~1.0" |
||
916 | }, |
||
917 | "provide": { |
||
918 | "psr/http-message-implementation": "1.0" |
||
919 | }, |
||
920 | "require-dev": { |
||
921 | "phpunit/phpunit": "~4.0" |
||
922 | }, |
||
923 | "type": "library", |
||
924 | "extra": { |
||
925 | "branch-alias": { |
||
926 | "dev-master": "1.4-dev" |
||
927 | } |
||
928 | }, |
||
929 | "autoload": { |
||
930 | "psr-4": { |
||
931 | "GuzzleHttp\\Psr7\\": "src/" |
||
932 | }, |
||
933 | "files": [ |
||
934 | "src/functions_include.php" |
||
935 | ] |
||
936 | }, |
||
937 | "notification-url": "https://packagist.org/downloads/", |
||
938 | "license": [ |
||
939 | "MIT" |
||
940 | ], |
||
941 | "authors": [ |
||
942 | { |
||
943 | "name": "Michael Dowling", |
||
944 | "email": "[email protected]", |
||
945 | "homepage": "https://github.com/mtdowling" |
||
946 | }, |
||
947 | { |
||
948 | "name": "Tobias Schultze", |
||
949 | "homepage": "https://github.com/Tobion" |
||
950 | } |
||
951 | ], |
||
952 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
953 | "keywords": [ |
||
954 | "http", |
||
955 | "message", |
||
956 | "request", |
||
957 | "response", |
||
958 | "stream", |
||
959 | "uri", |
||
960 | "url" |
||
961 | ], |
||
962 | "time": "2017-03-20T17:10:46+00:00" |
||
963 | }, |
||
964 | { |
||
965 | "name": "imgix/imgix-php", |
||
966 | "version": "2.1.0", |
||
967 | "source": { |
||
968 | "type": "git", |
||
969 | "url": "https://github.com/imgix/imgix-php.git", |
||
970 | "reference": "48135b04ec02f504904d69a3af1435414f60750c" |
||
971 | }, |
||
972 | "dist": { |
||
973 | "type": "zip", |
||
974 | "url": "https://api.github.com/repos/imgix/imgix-php/zipball/48135b04ec02f504904d69a3af1435414f60750c", |
||
975 | "reference": "48135b04ec02f504904d69a3af1435414f60750c", |
||
976 | "shasum": "" |
||
977 | }, |
||
978 | "require": { |
||
979 | "php": ">=5.3" |
||
980 | }, |
||
981 | "require-dev": { |
||
982 | "phpunit/phpunit": "*" |
||
983 | }, |
||
984 | "type": "library", |
||
985 | "autoload": { |
||
986 | "psr-0": { |
||
987 | "Imgix\\": "src/" |
||
988 | } |
||
989 | }, |
||
990 | "notification-url": "https://packagist.org/downloads/", |
||
991 | "description": "A PHP client library for generating URLs with imgix.", |
||
992 | "keywords": [ |
||
993 | "imgix" |
||
994 | ], |
||
995 | "time": "2018-03-13T17:09:56+00:00" |
||
996 | }, |
||
997 | { |
||
998 | "name": "laravel/framework", |
||
999 | "version": "v5.6.22", |
||
1000 | "source": { |
||
1001 | "type": "git", |
||
1002 | "url": "https://github.com/laravel/framework.git", |
||
1003 | "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24" |
||
1004 | }, |
||
1005 | "dist": { |
||
1006 | "type": "zip", |
||
1007 | "url": "https://api.github.com/repos/laravel/framework/zipball/637fd797a6dde8d24a9f07da77e375ec251c5d24", |
||
1008 | "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24", |
||
1009 | "shasum": "" |
||
1010 | }, |
||
1011 | "require": { |
||
1012 | "doctrine/inflector": "~1.1", |
||
1013 | "dragonmantank/cron-expression": "~2.0", |
||
1014 | "erusev/parsedown": "~1.7", |
||
1015 | "ext-mbstring": "*", |
||
1016 | "ext-openssl": "*", |
||
1017 | "league/flysystem": "^1.0.8", |
||
1018 | "monolog/monolog": "~1.12", |
||
1019 | "nesbot/carbon": "1.25.*", |
||
1020 | "php": "^7.1.3", |
||
1021 | "psr/container": "~1.0", |
||
1022 | "psr/simple-cache": "^1.0", |
||
1023 | "ramsey/uuid": "^3.7", |
||
1024 | "swiftmailer/swiftmailer": "~6.0", |
||
1025 | "symfony/console": "~4.0", |
||
1026 | "symfony/debug": "~4.0", |
||
1027 | "symfony/finder": "~4.0", |
||
1028 | "symfony/http-foundation": "~4.0", |
||
1029 | "symfony/http-kernel": "~4.0", |
||
1030 | "symfony/process": "~4.0", |
||
1031 | "symfony/routing": "~4.0", |
||
1032 | "symfony/var-dumper": "~4.0", |
||
1033 | "tijsverkoyen/css-to-inline-styles": "^2.2.1", |
||
1034 | "vlucas/phpdotenv": "~2.2" |
||
1035 | }, |
||
1036 | "conflict": { |
||
1037 | "tightenco/collect": "<5.5.33" |
||
1038 | }, |
||
1039 | "replace": { |
||
1040 | "illuminate/auth": "self.version", |
||
1041 | "illuminate/broadcasting": "self.version", |
||
1042 | "illuminate/bus": "self.version", |
||
1043 | "illuminate/cache": "self.version", |
||
1044 | "illuminate/config": "self.version", |
||
1045 | "illuminate/console": "self.version", |
||
1046 | "illuminate/container": "self.version", |
||
1047 | "illuminate/contracts": "self.version", |
||
1048 | "illuminate/cookie": "self.version", |
||
1049 | "illuminate/database": "self.version", |
||
1050 | "illuminate/encryption": "self.version", |
||
1051 | "illuminate/events": "self.version", |
||
1052 | "illuminate/filesystem": "self.version", |
||
1053 | "illuminate/hashing": "self.version", |
||
1054 | "illuminate/http": "self.version", |
||
1055 | "illuminate/log": "self.version", |
||
1056 | "illuminate/mail": "self.version", |
||
1057 | "illuminate/notifications": "self.version", |
||
1058 | "illuminate/pagination": "self.version", |
||
1059 | "illuminate/pipeline": "self.version", |
||
1060 | "illuminate/queue": "self.version", |
||
1061 | "illuminate/redis": "self.version", |
||
1062 | "illuminate/routing": "self.version", |
||
1063 | "illuminate/session": "self.version", |
||
1064 | "illuminate/support": "self.version", |
||
1065 | "illuminate/translation": "self.version", |
||
1066 | "illuminate/validation": "self.version", |
||
1067 | "illuminate/view": "self.version" |
||
1068 | }, |
||
1069 | "require-dev": { |
||
1070 | "aws/aws-sdk-php": "~3.0", |
||
1071 | "doctrine/dbal": "~2.6", |
||
1072 | "filp/whoops": "^2.1.4", |
||
1073 | "league/flysystem-cached-adapter": "~1.0", |
||
1074 | "mockery/mockery": "~1.0", |
||
1075 | "moontoast/math": "^1.1", |
||
1076 | "orchestra/testbench-core": "3.6.*", |
||
1077 | "pda/pheanstalk": "~3.0", |
||
1078 | "phpunit/phpunit": "~7.0", |
||
1079 | "predis/predis": "^1.1.1", |
||
1080 | "symfony/css-selector": "~4.0", |
||
1081 | "symfony/dom-crawler": "~4.0" |
||
1082 | }, |
||
1083 | "suggest": { |
||
1084 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
1085 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).", |
||
1086 | "ext-pcntl": "Required to use all features of the queue worker.", |
||
1087 | "ext-posix": "Required to use all features of the queue worker.", |
||
1088 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
1089 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", |
||
1090 | "laravel/tinker": "Required to use the tinker console command (~1.0).", |
||
1091 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
1092 | "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).", |
||
1093 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
1094 | "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).", |
||
1095 | "nexmo/client": "Required to use the Nexmo transport (~1.0).", |
||
1096 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
1097 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
1098 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).", |
||
1099 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).", |
||
1100 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).", |
||
1101 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)." |
||
1102 | }, |
||
1103 | "type": "library", |
||
1104 | "extra": { |
||
1105 | "branch-alias": { |
||
1106 | "dev-master": "5.6-dev" |
||
1107 | } |
||
1108 | }, |
||
1109 | "autoload": { |
||
1110 | "files": [ |
||
1111 | "src/Illuminate/Foundation/helpers.php", |
||
1112 | "src/Illuminate/Support/helpers.php" |
||
1113 | ], |
||
1114 | "psr-4": { |
||
1115 | "Illuminate\\": "src/Illuminate/" |
||
1116 | } |
||
1117 | }, |
||
1118 | "notification-url": "https://packagist.org/downloads/", |
||
1119 | "license": [ |
||
1120 | "MIT" |
||
1121 | ], |
||
1122 | "authors": [ |
||
1123 | { |
||
1124 | "name": "Taylor Otwell", |
||
1125 | "email": "[email protected]" |
||
1126 | } |
||
1127 | ], |
||
1128 | "description": "The Laravel Framework.", |
||
1129 | "homepage": "https://laravel.com", |
||
1130 | "keywords": [ |
||
1131 | "framework", |
||
1132 | "laravel" |
||
1133 | ], |
||
1134 | "time": "2018-05-15T13:34:20+00:00" |
||
1135 | }, |
||
1136 | { |
||
1137 | "name": "league/flysystem", |
||
1138 | "version": "1.0.45", |
||
1139 | "source": { |
||
1140 | "type": "git", |
||
1141 | "url": "https://github.com/thephpleague/flysystem.git", |
||
1142 | "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6" |
||
1143 | }, |
||
1144 | "dist": { |
||
1145 | "type": "zip", |
||
1146 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6", |
||
1147 | "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6", |
||
1148 | "shasum": "" |
||
1149 | }, |
||
1150 | "require": { |
||
1151 | "php": ">=5.5.9" |
||
1152 | }, |
||
1153 | "conflict": { |
||
1154 | "league/flysystem-sftp": "<1.0.6" |
||
1155 | }, |
||
1156 | "require-dev": { |
||
1157 | "ext-fileinfo": "*", |
||
1158 | "phpspec/phpspec": "^3.4", |
||
1159 | "phpunit/phpunit": "^5.7" |
||
1160 | }, |
||
1161 | "suggest": { |
||
1162 | "ext-fileinfo": "Required for MimeType", |
||
1163 | "ext-ftp": "Allows you to use FTP server storage", |
||
1164 | "ext-openssl": "Allows you to use FTPS server storage", |
||
1165 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
1166 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
1167 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
1168 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
1169 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
1170 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
1171 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
1172 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
1173 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
||
1174 | "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
1175 | "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
||
1176 | }, |
||
1177 | "type": "library", |
||
1178 | "extra": { |
||
1179 | "branch-alias": { |
||
1180 | "dev-master": "1.1-dev" |
||
1181 | } |
||
1182 | }, |
||
1183 | "autoload": { |
||
1184 | "psr-4": { |
||
1185 | "League\\Flysystem\\": "src/" |
||
1186 | } |
||
1187 | }, |
||
1188 | "notification-url": "https://packagist.org/downloads/", |
||
1189 | "license": [ |
||
1190 | "MIT" |
||
1191 | ], |
||
1192 | "authors": [ |
||
1193 | { |
||
1194 | "name": "Frank de Jonge", |
||
1195 | "email": "[email protected]" |
||
1196 | } |
||
1197 | ], |
||
1198 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
1199 | "keywords": [ |
||
1200 | "Cloud Files", |
||
1201 | "WebDAV", |
||
1202 | "abstraction", |
||
1203 | "aws", |
||
1204 | "cloud", |
||
1205 | "copy.com", |
||
1206 | "dropbox", |
||
1207 | "file systems", |
||
1208 | "files", |
||
1209 | "filesystem", |
||
1210 | "filesystems", |
||
1211 | "ftp", |
||
1212 | "rackspace", |
||
1213 | "remote", |
||
1214 | "s3", |
||
1215 | "sftp", |
||
1216 | "storage" |
||
1217 | ], |
||
1218 | "time": "2018-05-07T08:44:23+00:00" |
||
1219 | }, |
||
1220 | { |
||
1221 | "name": "league/flysystem-aws-s3-v3", |
||
1222 | "version": "1.0.19", |
||
1223 | "source": { |
||
1224 | "type": "git", |
||
1225 | "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", |
||
1226 | "reference": "f135691ef6761542af301b7c9880f140fb12dc74" |
||
1227 | }, |
||
1228 | "dist": { |
||
1229 | "type": "zip", |
||
1230 | "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/f135691ef6761542af301b7c9880f140fb12dc74", |
||
1231 | "reference": "f135691ef6761542af301b7c9880f140fb12dc74", |
||
1232 | "shasum": "" |
||
1233 | }, |
||
1234 | "require": { |
||
1235 | "aws/aws-sdk-php": "^3.0.0", |
||
1236 | "league/flysystem": "^1.0.40", |
||
1237 | "php": ">=5.5.0" |
||
1238 | }, |
||
1239 | "require-dev": { |
||
1240 | "henrikbjorn/phpspec-code-coverage": "~1.0.1", |
||
1241 | "phpspec/phpspec": "^2.0.0" |
||
1242 | }, |
||
1243 | "type": "library", |
||
1244 | "extra": { |
||
1245 | "branch-alias": { |
||
1246 | "dev-master": "1.0-dev" |
||
1247 | } |
||
1248 | }, |
||
1249 | "autoload": { |
||
1250 | "psr-4": { |
||
1251 | "League\\Flysystem\\AwsS3v3\\": "src/" |
||
1252 | } |
||
1253 | }, |
||
1254 | "notification-url": "https://packagist.org/downloads/", |
||
1255 | "license": [ |
||
1256 | "MIT" |
||
1257 | ], |
||
1258 | "authors": [ |
||
1259 | { |
||
1260 | "name": "Frank de Jonge", |
||
1261 | "email": "[email protected]" |
||
1262 | } |
||
1263 | ], |
||
1264 | "description": "Flysystem adapter for the AWS S3 SDK v3.x", |
||
1265 | "time": "2018-03-27T20:33:59+00:00" |
||
1266 | }, |
||
1267 | { |
||
1268 | "name": "lsrur/inspector", |
||
1269 | "version": "v1.0.6", |
||
1270 | "source": { |
||
1271 | "type": "git", |
||
1272 | "url": "https://github.com/lsrur/inspector.git", |
||
1273 | "reference": "39510a8d24b53dbe071c71c32b7dd9ef004c2461" |
||
1274 | }, |
||
1275 | "dist": { |
||
1276 | "type": "zip", |
||
1277 | "url": "https://api.github.com/repos/lsrur/inspector/zipball/39510a8d24b53dbe071c71c32b7dd9ef004c2461", |
||
1278 | "reference": "39510a8d24b53dbe071c71c32b7dd9ef004c2461", |
||
1279 | "shasum": "" |
||
1280 | }, |
||
1281 | "require": { |
||
1282 | "lsrur/toolbelt": "0.3.*" |
||
1283 | }, |
||
1284 | "type": "library", |
||
1285 | "autoload": { |
||
1286 | "psr-4": { |
||
1287 | "Lsrur\\Inspector\\": "src/" |
||
1288 | }, |
||
1289 | "files": [ |
||
1290 | "src/helpers.php" |
||
1291 | ] |
||
1292 | }, |
||
1293 | "notification-url": "https://packagist.org/downloads/", |
||
1294 | "license": [ |
||
1295 | "MIT" |
||
1296 | ], |
||
1297 | "description": "Laravel Inspector, debugging and profiling tools for Web Artisans", |
||
1298 | "keywords": [ |
||
1299 | "debug", |
||
1300 | "exceptions", |
||
1301 | "laravel", |
||
1302 | "profiler" |
||
1303 | ], |
||
1304 | "time": "2017-07-31T22:39:19+00:00" |
||
1305 | }, |
||
1306 | { |
||
1307 | "name": "lsrur/toolbelt", |
||
1308 | "version": "0.3.3", |
||
1309 | "source": { |
||
1310 | "type": "git", |
||
1311 | "url": "https://github.com/lsrur/toolbelt.git", |
||
1312 | "reference": "b37a58c073bd4b8e2c83fc6992c90d26ccc0ca5d" |
||
1313 | }, |
||
1314 | "dist": { |
||
1315 | "type": "zip", |
||
1316 | "url": "https://api.github.com/repos/lsrur/toolbelt/zipball/b37a58c073bd4b8e2c83fc6992c90d26ccc0ca5d", |
||
1317 | "reference": "b37a58c073bd4b8e2c83fc6992c90d26ccc0ca5d", |
||
1318 | "shasum": "" |
||
1319 | }, |
||
1320 | "type": "library", |
||
1321 | "autoload": { |
||
1322 | "files": [ |
||
1323 | "src/Toolbelt.php" |
||
1324 | ] |
||
1325 | }, |
||
1326 | "notification-url": "https://packagist.org/downloads/", |
||
1327 | "license": [ |
||
1328 | "MIT" |
||
1329 | ], |
||
1330 | "description": "Set of PHP helper functions wrapped for Laravel.", |
||
1331 | "keywords": [ |
||
1332 | "functions", |
||
1333 | "helpers", |
||
1334 | "laravel", |
||
1335 | "php", |
||
1336 | "tools" |
||
1337 | ], |
||
1338 | "time": "2016-08-11T22:11:45+00:00" |
||
1339 | }, |
||
1340 | { |
||
1341 | "name": "madewithlove/illuminate-psr-cache-bridge", |
||
1342 | "version": "1.0.2", |
||
1343 | "source": { |
||
1344 | "type": "git", |
||
1345 | "url": "https://github.com/madewithlove/illuminate-psr-cache-bridge.git", |
||
1346 | "reference": "68927525577666617603820e81b42e625f4685b6" |
||
1347 | }, |
||
1348 | "dist": { |
||
1349 | "type": "zip", |
||
1350 | "url": "https://api.github.com/repos/madewithlove/illuminate-psr-cache-bridge/zipball/68927525577666617603820e81b42e625f4685b6", |
||
1351 | "reference": "68927525577666617603820e81b42e625f4685b6", |
||
1352 | "shasum": "" |
||
1353 | }, |
||
1354 | "require": { |
||
1355 | "illuminate/contracts": "^5.0", |
||
1356 | "php": ">=5.6.0", |
||
1357 | "psr/cache": "^1.0" |
||
1358 | }, |
||
1359 | "provide": { |
||
1360 | "psr/cache-implementation": "1.0.0" |
||
1361 | }, |
||
1362 | "require-dev": { |
||
1363 | "cache/integration-tests": "^0.16.0", |
||
1364 | "illuminate/cache": "^5.0", |
||
1365 | "nesbot/carbon": "^1.3.0", |
||
1366 | "phpunit/phpunit": "^4.8" |
||
1367 | }, |
||
1368 | "type": "library", |
||
1369 | "autoload": { |
||
1370 | "psr-4": { |
||
1371 | "Madewithlove\\IlluminatePsrCacheBridge\\": "src/" |
||
1372 | } |
||
1373 | }, |
||
1374 | "notification-url": "https://packagist.org/downloads/", |
||
1375 | "license": [ |
||
1376 | "MIT" |
||
1377 | ], |
||
1378 | "keywords": [ |
||
1379 | "Bridge", |
||
1380 | "adapter", |
||
1381 | "cache", |
||
1382 | "implementation", |
||
1383 | "laravel", |
||
1384 | "psr-6" |
||
1385 | ], |
||
1386 | "time": "2017-06-19T13:31:41+00:00" |
||
1387 | }, |
||
1388 | { |
||
1389 | "name": "maximebf/debugbar", |
||
1390 | "version": "v1.15.0", |
||
1391 | "source": { |
||
1392 | "type": "git", |
||
1393 | "url": "https://github.com/maximebf/php-debugbar.git", |
||
1394 | "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" |
||
1395 | }, |
||
1396 | "dist": { |
||
1397 | "type": "zip", |
||
1398 | "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", |
||
1399 | "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", |
||
1400 | "shasum": "" |
||
1401 | }, |
||
1402 | "require": { |
||
1403 | "php": ">=5.3.0", |
||
1404 | "psr/log": "^1.0", |
||
1405 | "symfony/var-dumper": "^2.6|^3.0|^4.0" |
||
1406 | }, |
||
1407 | "require-dev": { |
||
1408 | "phpunit/phpunit": "^4.0|^5.0" |
||
1409 | }, |
||
1410 | "suggest": { |
||
1411 | "kriswallsmith/assetic": "The best way to manage assets", |
||
1412 | "monolog/monolog": "Log using Monolog", |
||
1413 | "predis/predis": "Redis storage" |
||
1414 | }, |
||
1415 | "type": "library", |
||
1416 | "extra": { |
||
1417 | "branch-alias": { |
||
1418 | "dev-master": "1.14-dev" |
||
1419 | } |
||
1420 | }, |
||
1421 | "autoload": { |
||
1422 | "psr-4": { |
||
1423 | "DebugBar\\": "src/DebugBar/" |
||
1424 | } |
||
1425 | }, |
||
1426 | "notification-url": "https://packagist.org/downloads/", |
||
1427 | "license": [ |
||
1428 | "MIT" |
||
1429 | ], |
||
1430 | "authors": [ |
||
1431 | { |
||
1432 | "name": "Maxime Bouroumeau-Fuseau", |
||
1433 | "email": "[email protected]", |
||
1434 | "homepage": "http://maximebf.com" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "Barry vd. Heuvel", |
||
1438 | "email": "[email protected]" |
||
1439 | } |
||
1440 | ], |
||
1441 | "description": "Debug bar in the browser for php application", |
||
1442 | "homepage": "https://github.com/maximebf/php-debugbar", |
||
1443 | "keywords": [ |
||
1444 | "debug", |
||
1445 | "debugbar" |
||
1446 | ], |
||
1447 | "time": "2017-12-15T11:13:46+00:00" |
||
1448 | }, |
||
1449 | { |
||
1450 | "name": "monolog/monolog", |
||
1451 | "version": "1.23.0", |
||
1452 | "source": { |
||
1453 | "type": "git", |
||
1454 | "url": "https://github.com/Seldaek/monolog.git", |
||
1455 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
1456 | }, |
||
1457 | "dist": { |
||
1458 | "type": "zip", |
||
1459 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1460 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1461 | "shasum": "" |
||
1462 | }, |
||
1463 | "require": { |
||
1464 | "php": ">=5.3.0", |
||
1465 | "psr/log": "~1.0" |
||
1466 | }, |
||
1467 | "provide": { |
||
1468 | "psr/log-implementation": "1.0.0" |
||
1469 | }, |
||
1470 | "require-dev": { |
||
1471 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1472 | "doctrine/couchdb": "~1.0@dev", |
||
1473 | "graylog2/gelf-php": "~1.0", |
||
1474 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1475 | "php-amqplib/php-amqplib": "~2.4", |
||
1476 | "php-console/php-console": "^3.1.3", |
||
1477 | "phpunit/phpunit": "~4.5", |
||
1478 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1479 | "ruflin/elastica": ">=0.90 <3.0", |
||
1480 | "sentry/sentry": "^0.13", |
||
1481 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
1482 | }, |
||
1483 | "suggest": { |
||
1484 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1485 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1486 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1487 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1488 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1489 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1490 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1491 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1492 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1493 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1494 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1495 | }, |
||
1496 | "type": "library", |
||
1497 | "extra": { |
||
1498 | "branch-alias": { |
||
1499 | "dev-master": "2.0.x-dev" |
||
1500 | } |
||
1501 | }, |
||
1502 | "autoload": { |
||
1503 | "psr-4": { |
||
1504 | "Monolog\\": "src/Monolog" |
||
1505 | } |
||
1506 | }, |
||
1507 | "notification-url": "https://packagist.org/downloads/", |
||
1508 | "license": [ |
||
1509 | "MIT" |
||
1510 | ], |
||
1511 | "authors": [ |
||
1512 | { |
||
1513 | "name": "Jordi Boggiano", |
||
1514 | "email": "[email protected]", |
||
1515 | "homepage": "http://seld.be" |
||
1516 | } |
||
1517 | ], |
||
1518 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1519 | "homepage": "http://github.com/Seldaek/monolog", |
||
1520 | "keywords": [ |
||
1521 | "log", |
||
1522 | "logging", |
||
1523 | "psr-3" |
||
1524 | ], |
||
1525 | "time": "2017-06-19T01:22:40+00:00" |
||
1526 | }, |
||
1527 | { |
||
1528 | "name": "mtdowling/jmespath.php", |
||
1529 | "version": "2.4.0", |
||
1530 | "source": { |
||
1531 | "type": "git", |
||
1532 | "url": "https://github.com/jmespath/jmespath.php.git", |
||
1533 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" |
||
1534 | }, |
||
1535 | "dist": { |
||
1536 | "type": "zip", |
||
1537 | "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
1538 | "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", |
||
1539 | "shasum": "" |
||
1540 | }, |
||
1541 | "require": { |
||
1542 | "php": ">=5.4.0" |
||
1543 | }, |
||
1544 | "require-dev": { |
||
1545 | "phpunit/phpunit": "~4.0" |
||
1546 | }, |
||
1547 | "bin": [ |
||
1548 | "bin/jp.php" |
||
1549 | ], |
||
1550 | "type": "library", |
||
1551 | "extra": { |
||
1552 | "branch-alias": { |
||
1553 | "dev-master": "2.0-dev" |
||
1554 | } |
||
1555 | }, |
||
1556 | "autoload": { |
||
1557 | "psr-4": { |
||
1558 | "JmesPath\\": "src/" |
||
1559 | }, |
||
1560 | "files": [ |
||
1561 | "src/JmesPath.php" |
||
1562 | ] |
||
1563 | }, |
||
1564 | "notification-url": "https://packagist.org/downloads/", |
||
1565 | "license": [ |
||
1566 | "MIT" |
||
1567 | ], |
||
1568 | "authors": [ |
||
1569 | { |
||
1570 | "name": "Michael Dowling", |
||
1571 | "email": "[email protected]", |
||
1572 | "homepage": "https://github.com/mtdowling" |
||
1573 | } |
||
1574 | ], |
||
1575 | "description": "Declaratively specify how to extract elements from a JSON document", |
||
1576 | "keywords": [ |
||
1577 | "json", |
||
1578 | "jsonpath" |
||
1579 | ], |
||
1580 | "time": "2016-12-03T22:08:25+00:00" |
||
1581 | }, |
||
1582 | { |
||
1583 | "name": "myclabs/php-enum", |
||
1584 | "version": "1.6.1", |
||
1585 | "source": { |
||
1586 | "type": "git", |
||
1587 | "url": "https://github.com/myclabs/php-enum.git", |
||
1588 | "reference": "8c5649e4ed99acd53a40eada270154dcac089f7e" |
||
1589 | }, |
||
1590 | "dist": { |
||
1591 | "type": "zip", |
||
1592 | "url": "https://api.github.com/repos/myclabs/php-enum/zipball/8c5649e4ed99acd53a40eada270154dcac089f7e", |
||
1593 | "reference": "8c5649e4ed99acd53a40eada270154dcac089f7e", |
||
1594 | "shasum": "" |
||
1595 | }, |
||
1596 | "require": { |
||
1597 | "php": ">=5.4" |
||
1598 | }, |
||
1599 | "require-dev": { |
||
1600 | "phpunit/phpunit": "^4.8.35|^5.7|^6.0", |
||
1601 | "squizlabs/php_codesniffer": "1.*" |
||
1602 | }, |
||
1603 | "type": "library", |
||
1604 | "autoload": { |
||
1605 | "psr-4": { |
||
1606 | "MyCLabs\\Enum\\": "src/" |
||
1607 | } |
||
1608 | }, |
||
1609 | "notification-url": "https://packagist.org/downloads/", |
||
1610 | "license": [ |
||
1611 | "MIT" |
||
1612 | ], |
||
1613 | "authors": [ |
||
1614 | { |
||
1615 | "name": "PHP Enum contributors", |
||
1616 | "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" |
||
1617 | } |
||
1618 | ], |
||
1619 | "description": "PHP Enum implementation", |
||
1620 | "homepage": "http://github.com/myclabs/php-enum", |
||
1621 | "keywords": [ |
||
1622 | "enum" |
||
1623 | ], |
||
1624 | "time": "2018-05-09T08:09:15+00:00" |
||
1625 | }, |
||
1626 | { |
||
1627 | "name": "nesbot/carbon", |
||
1628 | "version": "1.25.0", |
||
1629 | "source": { |
||
1630 | "type": "git", |
||
1631 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
1632 | "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4" |
||
1633 | }, |
||
1634 | "dist": { |
||
1635 | "type": "zip", |
||
1636 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4", |
||
1637 | "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4", |
||
1638 | "shasum": "" |
||
1639 | }, |
||
1640 | "require": { |
||
1641 | "php": ">=5.3.9", |
||
1642 | "symfony/translation": "~2.6 || ~3.0 || ~4.0" |
||
1643 | }, |
||
1644 | "require-dev": { |
||
1645 | "friendsofphp/php-cs-fixer": "~2", |
||
1646 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
1647 | }, |
||
1648 | "type": "library", |
||
1649 | "extra": { |
||
1650 | "branch-alias": { |
||
1651 | "dev-master": "1.23-dev" |
||
1652 | } |
||
1653 | }, |
||
1654 | "autoload": { |
||
1655 | "psr-4": { |
||
1656 | "Carbon\\": "src/Carbon/" |
||
1657 | } |
||
1658 | }, |
||
1659 | "notification-url": "https://packagist.org/downloads/", |
||
1660 | "license": [ |
||
1661 | "MIT" |
||
1662 | ], |
||
1663 | "authors": [ |
||
1664 | { |
||
1665 | "name": "Brian Nesbitt", |
||
1666 | "email": "[email protected]", |
||
1667 | "homepage": "http://nesbot.com" |
||
1668 | } |
||
1669 | ], |
||
1670 | "description": "A simple API extension for DateTime.", |
||
1671 | "homepage": "http://carbon.nesbot.com", |
||
1672 | "keywords": [ |
||
1673 | "date", |
||
1674 | "datetime", |
||
1675 | "time" |
||
1676 | ], |
||
1677 | "time": "2018-03-19T15:50:49+00:00" |
||
1678 | }, |
||
1679 | { |
||
1680 | "name": "paragonie/random_compat", |
||
1681 | "version": "v2.0.12", |
||
1682 | "source": { |
||
1683 | "type": "git", |
||
1684 | "url": "https://github.com/paragonie/random_compat.git", |
||
1685 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" |
||
1686 | }, |
||
1687 | "dist": { |
||
1688 | "type": "zip", |
||
1689 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1690 | "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
||
1691 | "shasum": "" |
||
1692 | }, |
||
1693 | "require": { |
||
1694 | "php": ">=5.2.0" |
||
1695 | }, |
||
1696 | "require-dev": { |
||
1697 | "phpunit/phpunit": "4.*|5.*" |
||
1698 | }, |
||
1699 | "suggest": { |
||
1700 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1701 | }, |
||
1702 | "type": "library", |
||
1703 | "autoload": { |
||
1704 | "files": [ |
||
1705 | "lib/random.php" |
||
1706 | ] |
||
1707 | }, |
||
1708 | "notification-url": "https://packagist.org/downloads/", |
||
1709 | "license": [ |
||
1710 | "MIT" |
||
1711 | ], |
||
1712 | "authors": [ |
||
1713 | { |
||
1714 | "name": "Paragon Initiative Enterprises", |
||
1715 | "email": "[email protected]", |
||
1716 | "homepage": "https://paragonie.com" |
||
1717 | } |
||
1718 | ], |
||
1719 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1720 | "keywords": [ |
||
1721 | "csprng", |
||
1722 | "pseudorandom", |
||
1723 | "random" |
||
1724 | ], |
||
1725 | "time": "2018-04-04T21:24:14+00:00" |
||
1726 | }, |
||
1727 | { |
||
1728 | "name": "patchwork/utf8", |
||
1729 | "version": "v1.3.1", |
||
1730 | "source": { |
||
1731 | "type": "git", |
||
1732 | "url": "https://github.com/tchwork/utf8.git", |
||
1733 | "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a" |
||
1734 | }, |
||
1735 | "dist": { |
||
1736 | "type": "zip", |
||
1737 | "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a", |
||
1738 | "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a", |
||
1739 | "shasum": "" |
||
1740 | }, |
||
1741 | "require": { |
||
1742 | "lib-pcre": ">=7.3", |
||
1743 | "php": ">=5.3.0" |
||
1744 | }, |
||
1745 | "suggest": { |
||
1746 | "ext-iconv": "Use iconv for best performance", |
||
1747 | "ext-intl": "Use Intl for best performance", |
||
1748 | "ext-mbstring": "Use Mbstring for best performance", |
||
1749 | "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" |
||
1750 | }, |
||
1751 | "type": "library", |
||
1752 | "extra": { |
||
1753 | "branch-alias": { |
||
1754 | "dev-master": "1.3-dev" |
||
1755 | } |
||
1756 | }, |
||
1757 | "autoload": { |
||
1758 | "psr-4": { |
||
1759 | "Patchwork\\": "src/Patchwork/" |
||
1760 | }, |
||
1761 | "classmap": [ |
||
1762 | "src/Normalizer.php" |
||
1763 | ] |
||
1764 | }, |
||
1765 | "notification-url": "https://packagist.org/downloads/", |
||
1766 | "license": [ |
||
1767 | "(Apache-2.0 or GPL-2.0)" |
||
1768 | ], |
||
1769 | "authors": [ |
||
1770 | { |
||
1771 | "name": "Nicolas Grekas", |
||
1772 | "email": "[email protected]" |
||
1773 | } |
||
1774 | ], |
||
1775 | "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", |
||
1776 | "homepage": "https://github.com/tchwork/utf8", |
||
1777 | "keywords": [ |
||
1778 | "grapheme", |
||
1779 | "i18n", |
||
1780 | "unicode", |
||
1781 | "utf-8", |
||
1782 | "utf8" |
||
1783 | ], |
||
1784 | "time": "2016-05-18T13:57:10+00:00" |
||
1785 | }, |
||
1786 | { |
||
1787 | "name": "phpseclib/phpseclib", |
||
1788 | "version": "2.0.11", |
||
1789 | "source": { |
||
1790 | "type": "git", |
||
1791 | "url": "https://github.com/phpseclib/phpseclib.git", |
||
1792 | "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b" |
||
1793 | }, |
||
1794 | "dist": { |
||
1795 | "type": "zip", |
||
1796 | "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b", |
||
1797 | "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b", |
||
1798 | "shasum": "" |
||
1799 | }, |
||
1800 | "require": { |
||
1801 | "php": ">=5.3.3" |
||
1802 | }, |
||
1803 | "require-dev": { |
||
1804 | "phing/phing": "~2.7", |
||
1805 | "phpunit/phpunit": "^4.8.35|^5.7|^6.0", |
||
1806 | "sami/sami": "~2.0", |
||
1807 | "squizlabs/php_codesniffer": "~2.0" |
||
1808 | }, |
||
1809 | "suggest": { |
||
1810 | "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
||
1811 | "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
||
1812 | "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
||
1813 | "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
||
1814 | }, |
||
1815 | "type": "library", |
||
1816 | "autoload": { |
||
1817 | "files": [ |
||
1818 | "phpseclib/bootstrap.php" |
||
1819 | ], |
||
1820 | "psr-4": { |
||
1821 | "phpseclib\\": "phpseclib/" |
||
1822 | } |
||
1823 | }, |
||
1824 | "notification-url": "https://packagist.org/downloads/", |
||
1825 | "license": [ |
||
1826 | "MIT" |
||
1827 | ], |
||
1828 | "authors": [ |
||
1829 | { |
||
1830 | "name": "Jim Wigginton", |
||
1831 | "email": "[email protected]", |
||
1832 | "role": "Lead Developer" |
||
1833 | }, |
||
1834 | { |
||
1835 | "name": "Patrick Monnerat", |
||
1836 | "email": "[email protected]", |
||
1837 | "role": "Developer" |
||
1838 | }, |
||
1839 | { |
||
1840 | "name": "Andreas Fischer", |
||
1841 | "email": "[email protected]", |
||
1842 | "role": "Developer" |
||
1843 | }, |
||
1844 | { |
||
1845 | "name": "Hans-Jürgen Petrich", |
||
1846 | "email": "[email protected]", |
||
1847 | "role": "Developer" |
||
1848 | }, |
||
1849 | { |
||
1850 | "name": "Graham Campbell", |
||
1851 | "email": "[email protected]", |
||
1852 | "role": "Developer" |
||
1853 | } |
||
1854 | ], |
||
1855 | "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
||
1856 | "homepage": "http://phpseclib.sourceforge.net", |
||
1857 | "keywords": [ |
||
1858 | "BigInteger", |
||
1859 | "aes", |
||
1860 | "asn.1", |
||
1861 | "asn1", |
||
1862 | "blowfish", |
||
1863 | "crypto", |
||
1864 | "cryptography", |
||
1865 | "encryption", |
||
1866 | "rsa", |
||
1867 | "security", |
||
1868 | "sftp", |
||
1869 | "signature", |
||
1870 | "signing", |
||
1871 | "ssh", |
||
1872 | "twofish", |
||
1873 | "x.509", |
||
1874 | "x509" |
||
1875 | ], |
||
1876 | "time": "2018-04-15T16:55:05+00:00" |
||
1877 | }, |
||
1878 | { |
||
1879 | "name": "psr/cache", |
||
1880 | "version": "1.0.1", |
||
1881 | "source": { |
||
1882 | "type": "git", |
||
1883 | "url": "https://github.com/php-fig/cache.git", |
||
1884 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1885 | }, |
||
1886 | "dist": { |
||
1887 | "type": "zip", |
||
1888 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1889 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1890 | "shasum": "" |
||
1891 | }, |
||
1892 | "require": { |
||
1893 | "php": ">=5.3.0" |
||
1894 | }, |
||
1895 | "type": "library", |
||
1896 | "extra": { |
||
1897 | "branch-alias": { |
||
1898 | "dev-master": "1.0.x-dev" |
||
1899 | } |
||
1900 | }, |
||
1901 | "autoload": { |
||
1902 | "psr-4": { |
||
1903 | "Psr\\Cache\\": "src/" |
||
1904 | } |
||
1905 | }, |
||
1906 | "notification-url": "https://packagist.org/downloads/", |
||
1907 | "license": [ |
||
1908 | "MIT" |
||
1909 | ], |
||
1910 | "authors": [ |
||
1911 | { |
||
1912 | "name": "PHP-FIG", |
||
1913 | "homepage": "http://www.php-fig.org/" |
||
1914 | } |
||
1915 | ], |
||
1916 | "description": "Common interface for caching libraries", |
||
1917 | "keywords": [ |
||
1918 | "cache", |
||
1919 | "psr", |
||
1920 | "psr-6" |
||
1921 | ], |
||
1922 | "time": "2016-08-06T20:24:11+00:00" |
||
1923 | }, |
||
1924 | { |
||
1925 | "name": "psr/container", |
||
1926 | "version": "1.0.0", |
||
1927 | "source": { |
||
1928 | "type": "git", |
||
1929 | "url": "https://github.com/php-fig/container.git", |
||
1930 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1931 | }, |
||
1932 | "dist": { |
||
1933 | "type": "zip", |
||
1934 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1935 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1936 | "shasum": "" |
||
1937 | }, |
||
1938 | "require": { |
||
1939 | "php": ">=5.3.0" |
||
1940 | }, |
||
1941 | "type": "library", |
||
1942 | "extra": { |
||
1943 | "branch-alias": { |
||
1944 | "dev-master": "1.0.x-dev" |
||
1945 | } |
||
1946 | }, |
||
1947 | "autoload": { |
||
1948 | "psr-4": { |
||
1949 | "Psr\\Container\\": "src/" |
||
1950 | } |
||
1951 | }, |
||
1952 | "notification-url": "https://packagist.org/downloads/", |
||
1953 | "license": [ |
||
1954 | "MIT" |
||
1955 | ], |
||
1956 | "authors": [ |
||
1957 | { |
||
1958 | "name": "PHP-FIG", |
||
1959 | "homepage": "http://www.php-fig.org/" |
||
1960 | } |
||
1961 | ], |
||
1962 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
1963 | "homepage": "https://github.com/php-fig/container", |
||
1964 | "keywords": [ |
||
1965 | "PSR-11", |
||
1966 | "container", |
||
1967 | "container-interface", |
||
1968 | "container-interop", |
||
1969 | "psr" |
||
1970 | ], |
||
1971 | "time": "2017-02-14T16:28:37+00:00" |
||
1972 | }, |
||
1973 | { |
||
1974 | "name": "psr/http-message", |
||
1975 | "version": "1.0.1", |
||
1976 | "source": { |
||
1977 | "type": "git", |
||
1978 | "url": "https://github.com/php-fig/http-message.git", |
||
1979 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1980 | }, |
||
1981 | "dist": { |
||
1982 | "type": "zip", |
||
1983 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1984 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1985 | "shasum": "" |
||
1986 | }, |
||
1987 | "require": { |
||
1988 | "php": ">=5.3.0" |
||
1989 | }, |
||
1990 | "type": "library", |
||
1991 | "extra": { |
||
1992 | "branch-alias": { |
||
1993 | "dev-master": "1.0.x-dev" |
||
1994 | } |
||
1995 | }, |
||
1996 | "autoload": { |
||
1997 | "psr-4": { |
||
1998 | "Psr\\Http\\Message\\": "src/" |
||
1999 | } |
||
2000 | }, |
||
2001 | "notification-url": "https://packagist.org/downloads/", |
||
2002 | "license": [ |
||
2003 | "MIT" |
||
2004 | ], |
||
2005 | "authors": [ |
||
2006 | { |
||
2007 | "name": "PHP-FIG", |
||
2008 | "homepage": "http://www.php-fig.org/" |
||
2009 | } |
||
2010 | ], |
||
2011 | "description": "Common interface for HTTP messages", |
||
2012 | "homepage": "https://github.com/php-fig/http-message", |
||
2013 | "keywords": [ |
||
2014 | "http", |
||
2015 | "http-message", |
||
2016 | "psr", |
||
2017 | "psr-7", |
||
2018 | "request", |
||
2019 | "response" |
||
2020 | ], |
||
2021 | "time": "2016-08-06T14:39:51+00:00" |
||
2022 | }, |
||
2023 | { |
||
2024 | "name": "psr/log", |
||
2025 | "version": "1.0.2", |
||
2026 | "source": { |
||
2027 | "type": "git", |
||
2028 | "url": "https://github.com/php-fig/log.git", |
||
2029 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
2030 | }, |
||
2031 | "dist": { |
||
2032 | "type": "zip", |
||
2033 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2034 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2035 | "shasum": "" |
||
2036 | }, |
||
2037 | "require": { |
||
2038 | "php": ">=5.3.0" |
||
2039 | }, |
||
2040 | "type": "library", |
||
2041 | "extra": { |
||
2042 | "branch-alias": { |
||
2043 | "dev-master": "1.0.x-dev" |
||
2044 | } |
||
2045 | }, |
||
2046 | "autoload": { |
||
2047 | "psr-4": { |
||
2048 | "Psr\\Log\\": "Psr/Log/" |
||
2049 | } |
||
2050 | }, |
||
2051 | "notification-url": "https://packagist.org/downloads/", |
||
2052 | "license": [ |
||
2053 | "MIT" |
||
2054 | ], |
||
2055 | "authors": [ |
||
2056 | { |
||
2057 | "name": "PHP-FIG", |
||
2058 | "homepage": "http://www.php-fig.org/" |
||
2059 | } |
||
2060 | ], |
||
2061 | "description": "Common interface for logging libraries", |
||
2062 | "homepage": "https://github.com/php-fig/log", |
||
2063 | "keywords": [ |
||
2064 | "log", |
||
2065 | "psr", |
||
2066 | "psr-3" |
||
2067 | ], |
||
2068 | "time": "2016-10-10T12:19:37+00:00" |
||
2069 | }, |
||
2070 | { |
||
2071 | "name": "psr/simple-cache", |
||
2072 | "version": "1.0.1", |
||
2073 | "source": { |
||
2074 | "type": "git", |
||
2075 | "url": "https://github.com/php-fig/simple-cache.git", |
||
2076 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
||
2077 | }, |
||
2078 | "dist": { |
||
2079 | "type": "zip", |
||
2080 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
2081 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
2082 | "shasum": "" |
||
2083 | }, |
||
2084 | "require": { |
||
2085 | "php": ">=5.3.0" |
||
2086 | }, |
||
2087 | "type": "library", |
||
2088 | "extra": { |
||
2089 | "branch-alias": { |
||
2090 | "dev-master": "1.0.x-dev" |
||
2091 | } |
||
2092 | }, |
||
2093 | "autoload": { |
||
2094 | "psr-4": { |
||
2095 | "Psr\\SimpleCache\\": "src/" |
||
2096 | } |
||
2097 | }, |
||
2098 | "notification-url": "https://packagist.org/downloads/", |
||
2099 | "license": [ |
||
2100 | "MIT" |
||
2101 | ], |
||
2102 | "authors": [ |
||
2103 | { |
||
2104 | "name": "PHP-FIG", |
||
2105 | "homepage": "http://www.php-fig.org/" |
||
2106 | } |
||
2107 | ], |
||
2108 | "description": "Common interfaces for simple caching", |
||
2109 | "keywords": [ |
||
2110 | "cache", |
||
2111 | "caching", |
||
2112 | "psr", |
||
2113 | "psr-16", |
||
2114 | "simple-cache" |
||
2115 | ], |
||
2116 | "time": "2017-10-23T01:57:42+00:00" |
||
2117 | }, |
||
2118 | { |
||
2119 | "name": "ramsey/uuid", |
||
2120 | "version": "3.7.3", |
||
2121 | "source": { |
||
2122 | "type": "git", |
||
2123 | "url": "https://github.com/ramsey/uuid.git", |
||
2124 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" |
||
2125 | }, |
||
2126 | "dist": { |
||
2127 | "type": "zip", |
||
2128 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
2129 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
2130 | "shasum": "" |
||
2131 | }, |
||
2132 | "require": { |
||
2133 | "paragonie/random_compat": "^1.0|^2.0", |
||
2134 | "php": "^5.4 || ^7.0" |
||
2135 | }, |
||
2136 | "replace": { |
||
2137 | "rhumsaa/uuid": "self.version" |
||
2138 | }, |
||
2139 | "require-dev": { |
||
2140 | "codeception/aspect-mock": "^1.0 | ~2.0.0", |
||
2141 | "doctrine/annotations": "~1.2.0", |
||
2142 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
2143 | "ircmaxell/random-lib": "^1.1", |
||
2144 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
2145 | "mockery/mockery": "^0.9.9", |
||
2146 | "moontoast/math": "^1.1", |
||
2147 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
2148 | "phpunit/phpunit": "^4.7|^5.0", |
||
2149 | "squizlabs/php_codesniffer": "^2.3" |
||
2150 | }, |
||
2151 | "suggest": { |
||
2152 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
2153 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
2154 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
2155 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
2156 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
2157 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
2158 | }, |
||
2159 | "type": "library", |
||
2160 | "extra": { |
||
2161 | "branch-alias": { |
||
2162 | "dev-master": "3.x-dev" |
||
2163 | } |
||
2164 | }, |
||
2165 | "autoload": { |
||
2166 | "psr-4": { |
||
2167 | "Ramsey\\Uuid\\": "src/" |
||
2168 | } |
||
2169 | }, |
||
2170 | "notification-url": "https://packagist.org/downloads/", |
||
2171 | "license": [ |
||
2172 | "MIT" |
||
2173 | ], |
||
2174 | "authors": [ |
||
2175 | { |
||
2176 | "name": "Marijn Huizendveld", |
||
2177 | "email": "[email protected]" |
||
2178 | }, |
||
2179 | { |
||
2180 | "name": "Thibaud Fabre", |
||
2181 | "email": "[email protected]" |
||
2182 | }, |
||
2183 | { |
||
2184 | "name": "Ben Ramsey", |
||
2185 | "email": "[email protected]", |
||
2186 | "homepage": "https://benramsey.com" |
||
2187 | } |
||
2188 | ], |
||
2189 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2190 | "homepage": "https://github.com/ramsey/uuid", |
||
2191 | "keywords": [ |
||
2192 | "guid", |
||
2193 | "identifier", |
||
2194 | "uuid" |
||
2195 | ], |
||
2196 | "time": "2018-01-20T00:28:24+00:00" |
||
2197 | }, |
||
2198 | { |
||
2199 | "name": "spatie/laravel-activitylog", |
||
2200 | "version": "2.5.1", |
||
2201 | "source": { |
||
2202 | "type": "git", |
||
2203 | "url": "https://github.com/spatie/laravel-activitylog.git", |
||
2204 | "reference": "cd743016a2653ceeef310513b6f09396ccab2d91" |
||
2205 | }, |
||
2206 | "dist": { |
||
2207 | "type": "zip", |
||
2208 | "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/cd743016a2653ceeef310513b6f09396ccab2d91", |
||
2209 | "reference": "cd743016a2653ceeef310513b6f09396ccab2d91", |
||
2210 | "shasum": "" |
||
2211 | }, |
||
2212 | "require": { |
||
2213 | "illuminate/config": "~5.5.0|~5.6.0", |
||
2214 | "illuminate/database": "~5.5.0|~5.6.0", |
||
2215 | "illuminate/support": "~5.5.0|~5.6.0", |
||
2216 | "php": "^7.0", |
||
2217 | "spatie/string": "^2.1" |
||
2218 | }, |
||
2219 | "require-dev": { |
||
2220 | "orchestra/testbench": "~3.5.0|~3.6.0", |
||
2221 | "phpunit/phpunit": "^6.2|^7.0" |
||
2222 | }, |
||
2223 | "type": "library", |
||
2224 | "extra": { |
||
2225 | "laravel": { |
||
2226 | "providers": [ |
||
2227 | "Spatie\\Activitylog\\ActivitylogServiceProvider" |
||
2228 | ] |
||
2229 | } |
||
2230 | }, |
||
2231 | "autoload": { |
||
2232 | "psr-4": { |
||
2233 | "Spatie\\Activitylog\\": "src" |
||
2234 | }, |
||
2235 | "files": [ |
||
2236 | "src/helpers.php" |
||
2237 | ] |
||
2238 | }, |
||
2239 | "notification-url": "https://packagist.org/downloads/", |
||
2240 | "license": [ |
||
2241 | "MIT" |
||
2242 | ], |
||
2243 | "authors": [ |
||
2244 | { |
||
2245 | "name": "Sebastian De Deyne", |
||
2246 | "email": "[email protected]", |
||
2247 | "homepage": "https://spatie.be", |
||
2248 | "role": "Developer" |
||
2249 | }, |
||
2250 | { |
||
2251 | "name": "Freek Van der Herten", |
||
2252 | "email": "[email protected]", |
||
2253 | "homepage": "https://spatie.be", |
||
2254 | "role": "Developer" |
||
2255 | } |
||
2256 | ], |
||
2257 | "description": "A very simple activity logger to monitor the users of your website or application", |
||
2258 | "homepage": "https://github.com/spatie/activitylog", |
||
2259 | "keywords": [ |
||
2260 | "activity", |
||
2261 | "laravel", |
||
2262 | "log", |
||
2263 | "spatie", |
||
2264 | "user" |
||
2265 | ], |
||
2266 | "time": "2018-02-10T22:20:31+00:00" |
||
2267 | }, |
||
2268 | { |
||
2269 | "name": "spatie/laravel-analytics", |
||
2270 | "version": "3.6.1", |
||
2271 | "source": { |
||
2272 | "type": "git", |
||
2273 | "url": "https://github.com/spatie/laravel-analytics.git", |
||
2274 | "reference": "a939043be66c1cc1976a8ec9b90b7157f8bdb682" |
||
2275 | }, |
||
2276 | "dist": { |
||
2277 | "type": "zip", |
||
2278 | "url": "https://api.github.com/repos/spatie/laravel-analytics/zipball/a939043be66c1cc1976a8ec9b90b7157f8bdb682", |
||
2279 | "reference": "a939043be66c1cc1976a8ec9b90b7157f8bdb682", |
||
2280 | "shasum": "" |
||
2281 | }, |
||
2282 | "require": { |
||
2283 | "google/apiclient": "^2.0", |
||
2284 | "illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0", |
||
2285 | "illuminate/support": "~5.4.0|~5.5.0|~5.6.0", |
||
2286 | "madewithlove/illuminate-psr-cache-bridge": "^1.0", |
||
2287 | "nesbot/carbon": "^1.21", |
||
2288 | "php": "^7.0" |
||
2289 | }, |
||
2290 | "require-dev": { |
||
2291 | "league/flysystem": ">=1.0.8", |
||
2292 | "mockery/mockery": "^1.0", |
||
2293 | "orchestra/testbench": "~3.4.6|~3.5.0|~3.6.0", |
||
2294 | "phpunit/phpunit": "^6.1|^7.0" |
||
2295 | }, |
||
2296 | "type": "library", |
||
2297 | "extra": { |
||
2298 | "laravel": { |
||
2299 | "providers": [ |
||
2300 | "Spatie\\Analytics\\AnalyticsServiceProvider" |
||
2301 | ], |
||
2302 | "aliases": { |
||
2303 | "Analytics": "Spatie\\Analytics\\AnalyticsFacade" |
||
2304 | } |
||
2305 | } |
||
2306 | }, |
||
2307 | "autoload": { |
||
2308 | "psr-4": { |
||
2309 | "Spatie\\Analytics\\": "src" |
||
2310 | } |
||
2311 | }, |
||
2312 | "notification-url": "https://packagist.org/downloads/", |
||
2313 | "license": [ |
||
2314 | "MIT" |
||
2315 | ], |
||
2316 | "authors": [ |
||
2317 | { |
||
2318 | "name": "Freek Van der Herten", |
||
2319 | "email": "[email protected]", |
||
2320 | "homepage": "https://murze.be", |
||
2321 | "role": "Developer" |
||
2322 | } |
||
2323 | ], |
||
2324 | "description": "A Laravel 5 package to retrieve Google Analytics data.", |
||
2325 | "homepage": "https://github.com/spatie/laravel-analytics", |
||
2326 | "keywords": [ |
||
2327 | "analytics", |
||
2328 | "google", |
||
2329 | "laravel", |
||
2330 | "reports", |
||
2331 | "retrieve", |
||
2332 | "spatie" |
||
2333 | ], |
||
2334 | "time": "2018-05-04T07:47:45+00:00" |
||
2335 | }, |
||
2336 | { |
||
2337 | "name": "spatie/once", |
||
2338 | "version": "2.0.1", |
||
2339 | "source": { |
||
2340 | "type": "git", |
||
2341 | "url": "https://github.com/spatie/once.git", |
||
2342 | "reference": "3a66e626fda8fe3c0124c7edf0414070de441406" |
||
2343 | }, |
||
2344 | "dist": { |
||
2345 | "type": "zip", |
||
2346 | "url": "https://api.github.com/repos/spatie/once/zipball/3a66e626fda8fe3c0124c7edf0414070de441406", |
||
2347 | "reference": "3a66e626fda8fe3c0124c7edf0414070de441406", |
||
2348 | "shasum": "" |
||
2349 | }, |
||
2350 | "require": { |
||
2351 | "php": "^7.0" |
||
2352 | }, |
||
2353 | "require-dev": { |
||
2354 | "illuminate/support": "~5.3.0", |
||
2355 | "phpunit/phpunit": "^6.4" |
||
2356 | }, |
||
2357 | "type": "library", |
||
2358 | "autoload": { |
||
2359 | "psr-4": { |
||
2360 | "Spatie\\Once\\": "src" |
||
2361 | }, |
||
2362 | "files": [ |
||
2363 | "src/functions.php" |
||
2364 | ] |
||
2365 | }, |
||
2366 | "notification-url": "https://packagist.org/downloads/", |
||
2367 | "license": [ |
||
2368 | "MIT" |
||
2369 | ], |
||
2370 | "authors": [ |
||
2371 | { |
||
2372 | "name": "Freek Van der Herten", |
||
2373 | "email": "[email protected]", |
||
2374 | "homepage": "https://spatie.be", |
||
2375 | "role": "Developer" |
||
2376 | } |
||
2377 | ], |
||
2378 | "description": "A magic memoization function", |
||
2379 | "homepage": "https://github.com/spatie/once", |
||
2380 | "keywords": [ |
||
2381 | "cache", |
||
2382 | "callable", |
||
2383 | "memozation", |
||
2384 | "once", |
||
2385 | "spatie" |
||
2386 | ], |
||
2387 | "time": "2018-01-31T16:35:16+00:00" |
||
2388 | }, |
||
2389 | { |
||
2390 | "name": "spatie/string", |
||
2391 | "version": "2.2.2", |
||
2392 | "source": { |
||
2393 | "type": "git", |
||
2394 | "url": "https://github.com/spatie/string.git", |
||
2395 | "reference": "28607b9925b4f0499d48570553ca419c6298e26b" |
||
2396 | }, |
||
2397 | "dist": { |
||
2398 | "type": "zip", |
||
2399 | "url": "https://api.github.com/repos/spatie/string/zipball/28607b9925b4f0499d48570553ca419c6298e26b", |
||
2400 | "reference": "28607b9925b4f0499d48570553ca419c6298e26b", |
||
2401 | "shasum": "" |
||
2402 | }, |
||
2403 | "require": { |
||
2404 | "anahkiasen/underscore-php": "^2.0", |
||
2405 | "php": ">=5.6.0" |
||
2406 | }, |
||
2407 | "require-dev": { |
||
2408 | "phpunit/phpunit": "5.*", |
||
2409 | "scrutinizer/ocular": "~1.1" |
||
2410 | }, |
||
2411 | "type": "library", |
||
2412 | "autoload": { |
||
2413 | "files": [ |
||
2414 | "src/string_functions.php" |
||
2415 | ], |
||
2416 | "psr-4": { |
||
2417 | "Spatie\\String\\": "src" |
||
2418 | } |
||
2419 | }, |
||
2420 | "notification-url": "https://packagist.org/downloads/", |
||
2421 | "license": [ |
||
2422 | "MIT" |
||
2423 | ], |
||
2424 | "authors": [ |
||
2425 | { |
||
2426 | "name": "Freek Van der Herten", |
||
2427 | "email": "[email protected]", |
||
2428 | "homepage": "https://murze.be", |
||
2429 | "role": "Developer" |
||
2430 | } |
||
2431 | ], |
||
2432 | "description": "String handling evolved", |
||
2433 | "homepage": "https://github.com/spatie/string", |
||
2434 | "keywords": [ |
||
2435 | "handling", |
||
2436 | "handy", |
||
2437 | "spatie", |
||
2438 | "string" |
||
2439 | ], |
||
2440 | "time": "2017-11-08T14:28:57+00:00" |
||
2441 | }, |
||
2442 | { |
||
2443 | "name": "swiftmailer/swiftmailer", |
||
2444 | "version": "v6.0.2", |
||
2445 | "source": { |
||
2446 | "type": "git", |
||
2447 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2448 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" |
||
2449 | }, |
||
2450 | "dist": { |
||
2451 | "type": "zip", |
||
2452 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
2453 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
2454 | "shasum": "" |
||
2455 | }, |
||
2456 | "require": { |
||
2457 | "egulias/email-validator": "~2.0", |
||
2458 | "php": ">=7.0.0" |
||
2459 | }, |
||
2460 | "require-dev": { |
||
2461 | "mockery/mockery": "~0.9.1", |
||
2462 | "symfony/phpunit-bridge": "~3.3@dev" |
||
2463 | }, |
||
2464 | "type": "library", |
||
2465 | "extra": { |
||
2466 | "branch-alias": { |
||
2467 | "dev-master": "6.0-dev" |
||
2468 | } |
||
2469 | }, |
||
2470 | "autoload": { |
||
2471 | "files": [ |
||
2472 | "lib/swift_required.php" |
||
2473 | ] |
||
2474 | }, |
||
2475 | "notification-url": "https://packagist.org/downloads/", |
||
2476 | "license": [ |
||
2477 | "MIT" |
||
2478 | ], |
||
2479 | "authors": [ |
||
2480 | { |
||
2481 | "name": "Chris Corbyn" |
||
2482 | }, |
||
2483 | { |
||
2484 | "name": "Fabien Potencier", |
||
2485 | "email": "[email protected]" |
||
2486 | } |
||
2487 | ], |
||
2488 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2489 | "homepage": "http://swiftmailer.symfony.com", |
||
2490 | "keywords": [ |
||
2491 | "email", |
||
2492 | "mail", |
||
2493 | "mailer" |
||
2494 | ], |
||
2495 | "time": "2017-09-30T22:39:41+00:00" |
||
2496 | }, |
||
2497 | { |
||
2498 | "name": "symfony/console", |
||
2499 | "version": "v4.0.9", |
||
2500 | "source": { |
||
2501 | "type": "git", |
||
2502 | "url": "https://github.com/symfony/console.git", |
||
2503 | "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae" |
||
2504 | }, |
||
2505 | "dist": { |
||
2506 | "type": "zip", |
||
2507 | "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae", |
||
2508 | "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae", |
||
2509 | "shasum": "" |
||
2510 | }, |
||
2511 | "require": { |
||
2512 | "php": "^7.1.3", |
||
2513 | "symfony/polyfill-mbstring": "~1.0" |
||
2514 | }, |
||
2515 | "conflict": { |
||
2516 | "symfony/dependency-injection": "<3.4", |
||
2517 | "symfony/process": "<3.3" |
||
2518 | }, |
||
2519 | "require-dev": { |
||
2520 | "psr/log": "~1.0", |
||
2521 | "symfony/config": "~3.4|~4.0", |
||
2522 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2523 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2524 | "symfony/lock": "~3.4|~4.0", |
||
2525 | "symfony/process": "~3.4|~4.0" |
||
2526 | }, |
||
2527 | "suggest": { |
||
2528 | "psr/log-implementation": "For using the console logger", |
||
2529 | "symfony/event-dispatcher": "", |
||
2530 | "symfony/lock": "", |
||
2531 | "symfony/process": "" |
||
2532 | }, |
||
2533 | "type": "library", |
||
2534 | "extra": { |
||
2535 | "branch-alias": { |
||
2536 | "dev-master": "4.0-dev" |
||
2537 | } |
||
2538 | }, |
||
2539 | "autoload": { |
||
2540 | "psr-4": { |
||
2541 | "Symfony\\Component\\Console\\": "" |
||
2542 | }, |
||
2543 | "exclude-from-classmap": [ |
||
2544 | "/Tests/" |
||
2545 | ] |
||
2546 | }, |
||
2547 | "notification-url": "https://packagist.org/downloads/", |
||
2548 | "license": [ |
||
2549 | "MIT" |
||
2550 | ], |
||
2551 | "authors": [ |
||
2552 | { |
||
2553 | "name": "Fabien Potencier", |
||
2554 | "email": "[email protected]" |
||
2555 | }, |
||
2556 | { |
||
2557 | "name": "Symfony Community", |
||
2558 | "homepage": "https://symfony.com/contributors" |
||
2559 | } |
||
2560 | ], |
||
2561 | "description": "Symfony Console Component", |
||
2562 | "homepage": "https://symfony.com", |
||
2563 | "time": "2018-04-30T01:23:47+00:00" |
||
2564 | }, |
||
2565 | { |
||
2566 | "name": "symfony/css-selector", |
||
2567 | "version": "v4.0.9", |
||
2568 | "source": { |
||
2569 | "type": "git", |
||
2570 | "url": "https://github.com/symfony/css-selector.git", |
||
2571 | "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2" |
||
2572 | }, |
||
2573 | "dist": { |
||
2574 | "type": "zip", |
||
2575 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2", |
||
2576 | "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2", |
||
2577 | "shasum": "" |
||
2578 | }, |
||
2579 | "require": { |
||
2580 | "php": "^7.1.3" |
||
2581 | }, |
||
2582 | "type": "library", |
||
2583 | "extra": { |
||
2584 | "branch-alias": { |
||
2585 | "dev-master": "4.0-dev" |
||
2586 | } |
||
2587 | }, |
||
2588 | "autoload": { |
||
2589 | "psr-4": { |
||
2590 | "Symfony\\Component\\CssSelector\\": "" |
||
2591 | }, |
||
2592 | "exclude-from-classmap": [ |
||
2593 | "/Tests/" |
||
2594 | ] |
||
2595 | }, |
||
2596 | "notification-url": "https://packagist.org/downloads/", |
||
2597 | "license": [ |
||
2598 | "MIT" |
||
2599 | ], |
||
2600 | "authors": [ |
||
2601 | { |
||
2602 | "name": "Jean-François Simon", |
||
2603 | "email": "[email protected]" |
||
2604 | }, |
||
2605 | { |
||
2606 | "name": "Fabien Potencier", |
||
2607 | "email": "[email protected]" |
||
2608 | }, |
||
2609 | { |
||
2610 | "name": "Symfony Community", |
||
2611 | "homepage": "https://symfony.com/contributors" |
||
2612 | } |
||
2613 | ], |
||
2614 | "description": "Symfony CssSelector Component", |
||
2615 | "homepage": "https://symfony.com", |
||
2616 | "time": "2018-03-19T22:35:49+00:00" |
||
2617 | }, |
||
2618 | { |
||
2619 | "name": "symfony/debug", |
||
2620 | "version": "v4.0.9", |
||
2621 | "source": { |
||
2622 | "type": "git", |
||
2623 | "url": "https://github.com/symfony/debug.git", |
||
2624 | "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e" |
||
2625 | }, |
||
2626 | "dist": { |
||
2627 | "type": "zip", |
||
2628 | "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e", |
||
2629 | "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e", |
||
2630 | "shasum": "" |
||
2631 | }, |
||
2632 | "require": { |
||
2633 | "php": "^7.1.3", |
||
2634 | "psr/log": "~1.0" |
||
2635 | }, |
||
2636 | "conflict": { |
||
2637 | "symfony/http-kernel": "<3.4" |
||
2638 | }, |
||
2639 | "require-dev": { |
||
2640 | "symfony/http-kernel": "~3.4|~4.0" |
||
2641 | }, |
||
2642 | "type": "library", |
||
2643 | "extra": { |
||
2644 | "branch-alias": { |
||
2645 | "dev-master": "4.0-dev" |
||
2646 | } |
||
2647 | }, |
||
2648 | "autoload": { |
||
2649 | "psr-4": { |
||
2650 | "Symfony\\Component\\Debug\\": "" |
||
2651 | }, |
||
2652 | "exclude-from-classmap": [ |
||
2653 | "/Tests/" |
||
2654 | ] |
||
2655 | }, |
||
2656 | "notification-url": "https://packagist.org/downloads/", |
||
2657 | "license": [ |
||
2658 | "MIT" |
||
2659 | ], |
||
2660 | "authors": [ |
||
2661 | { |
||
2662 | "name": "Fabien Potencier", |
||
2663 | "email": "[email protected]" |
||
2664 | }, |
||
2665 | { |
||
2666 | "name": "Symfony Community", |
||
2667 | "homepage": "https://symfony.com/contributors" |
||
2668 | } |
||
2669 | ], |
||
2670 | "description": "Symfony Debug Component", |
||
2671 | "homepage": "https://symfony.com", |
||
2672 | "time": "2018-04-30T16:59:37+00:00" |
||
2673 | }, |
||
2674 | { |
||
2675 | "name": "symfony/event-dispatcher", |
||
2676 | "version": "v4.0.9", |
||
2677 | "source": { |
||
2678 | "type": "git", |
||
2679 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2680 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b" |
||
2681 | }, |
||
2682 | "dist": { |
||
2683 | "type": "zip", |
||
2684 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b", |
||
2685 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b", |
||
2686 | "shasum": "" |
||
2687 | }, |
||
2688 | "require": { |
||
2689 | "php": "^7.1.3" |
||
2690 | }, |
||
2691 | "conflict": { |
||
2692 | "symfony/dependency-injection": "<3.4" |
||
2693 | }, |
||
2694 | "require-dev": { |
||
2695 | "psr/log": "~1.0", |
||
2696 | "symfony/config": "~3.4|~4.0", |
||
2697 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2698 | "symfony/expression-language": "~3.4|~4.0", |
||
2699 | "symfony/stopwatch": "~3.4|~4.0" |
||
2700 | }, |
||
2701 | "suggest": { |
||
2702 | "symfony/dependency-injection": "", |
||
2703 | "symfony/http-kernel": "" |
||
2704 | }, |
||
2705 | "type": "library", |
||
2706 | "extra": { |
||
2707 | "branch-alias": { |
||
2708 | "dev-master": "4.0-dev" |
||
2709 | } |
||
2710 | }, |
||
2711 | "autoload": { |
||
2712 | "psr-4": { |
||
2713 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2714 | }, |
||
2715 | "exclude-from-classmap": [ |
||
2716 | "/Tests/" |
||
2717 | ] |
||
2718 | }, |
||
2719 | "notification-url": "https://packagist.org/downloads/", |
||
2720 | "license": [ |
||
2721 | "MIT" |
||
2722 | ], |
||
2723 | "authors": [ |
||
2724 | { |
||
2725 | "name": "Fabien Potencier", |
||
2726 | "email": "[email protected]" |
||
2727 | }, |
||
2728 | { |
||
2729 | "name": "Symfony Community", |
||
2730 | "homepage": "https://symfony.com/contributors" |
||
2731 | } |
||
2732 | ], |
||
2733 | "description": "Symfony EventDispatcher Component", |
||
2734 | "homepage": "https://symfony.com", |
||
2735 | "time": "2018-04-06T07:35:43+00:00" |
||
2736 | }, |
||
2737 | { |
||
2738 | "name": "symfony/finder", |
||
2739 | "version": "v4.0.9", |
||
2740 | "source": { |
||
2741 | "type": "git", |
||
2742 | "url": "https://github.com/symfony/finder.git", |
||
2743 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49" |
||
2744 | }, |
||
2745 | "dist": { |
||
2746 | "type": "zip", |
||
2747 | "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
2748 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
2749 | "shasum": "" |
||
2750 | }, |
||
2751 | "require": { |
||
2752 | "php": "^7.1.3" |
||
2753 | }, |
||
2754 | "type": "library", |
||
2755 | "extra": { |
||
2756 | "branch-alias": { |
||
2757 | "dev-master": "4.0-dev" |
||
2758 | } |
||
2759 | }, |
||
2760 | "autoload": { |
||
2761 | "psr-4": { |
||
2762 | "Symfony\\Component\\Finder\\": "" |
||
2763 | }, |
||
2764 | "exclude-from-classmap": [ |
||
2765 | "/Tests/" |
||
2766 | ] |
||
2767 | }, |
||
2768 | "notification-url": "https://packagist.org/downloads/", |
||
2769 | "license": [ |
||
2770 | "MIT" |
||
2771 | ], |
||
2772 | "authors": [ |
||
2773 | { |
||
2774 | "name": "Fabien Potencier", |
||
2775 | "email": "[email protected]" |
||
2776 | }, |
||
2777 | { |
||
2778 | "name": "Symfony Community", |
||
2779 | "homepage": "https://symfony.com/contributors" |
||
2780 | } |
||
2781 | ], |
||
2782 | "description": "Symfony Finder Component", |
||
2783 | "homepage": "https://symfony.com", |
||
2784 | "time": "2018-04-04T05:10:37+00:00" |
||
2785 | }, |
||
2786 | { |
||
2787 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
2788 | "version": "v4.0.9", |
||
2789 | "source": { |
||
2790 | "type": "git", |
||
2791 | "url": "https://github.com/symfony/http-foundation.git", |
||
2792 | "reference": "014487772c22d893168e5d628a13e882009fea29" |
||
2793 | }, |
||
2794 | "dist": { |
||
2795 | "type": "zip", |
||
2796 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29", |
||
2797 | "reference": "014487772c22d893168e5d628a13e882009fea29", |
||
2798 | "shasum": "" |
||
2799 | }, |
||
2800 | "require": { |
||
2801 | "php": "^7.1.3", |
||
2802 | "symfony/polyfill-mbstring": "~1.1" |
||
2803 | }, |
||
2804 | "require-dev": { |
||
2805 | "symfony/expression-language": "~3.4|~4.0" |
||
2806 | }, |
||
2807 | "type": "library", |
||
2808 | "extra": { |
||
2809 | "branch-alias": { |
||
2810 | "dev-master": "4.0-dev" |
||
2811 | } |
||
2812 | }, |
||
2813 | "autoload": { |
||
2814 | "psr-4": { |
||
2815 | "Symfony\\Component\\HttpFoundation\\": "" |
||
2816 | }, |
||
2817 | "exclude-from-classmap": [ |
||
2818 | "/Tests/" |
||
2819 | ] |
||
2820 | }, |
||
2821 | "notification-url": "https://packagist.org/downloads/", |
||
2822 | "license": [ |
||
2823 | "MIT" |
||
2824 | ], |
||
2825 | "authors": [ |
||
2826 | { |
||
2827 | "name": "Fabien Potencier", |
||
2828 | "email": "[email protected]" |
||
2829 | }, |
||
2830 | { |
||
2831 | "name": "Symfony Community", |
||
2832 | "homepage": "https://symfony.com/contributors" |
||
2833 | } |
||
2834 | ], |
||
2835 | "description": "Symfony HttpFoundation Component", |
||
2836 | "homepage": "https://symfony.com", |
||
2837 | "time": "2018-04-30T01:05:59+00:00" |
||
2838 | }, |
||
2839 | { |
||
2840 | "name": "symfony/http-kernel", |
||
2841 | "version": "v4.0.9", |
||
2842 | "source": { |
||
2843 | "type": "git", |
||
2844 | "url": "https://github.com/symfony/http-kernel.git", |
||
2845 | "reference": "8333264b6de323ea27a08627d5396aa564fb9c25" |
||
2846 | }, |
||
2847 | "dist": { |
||
2848 | "type": "zip", |
||
2849 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25", |
||
2850 | "reference": "8333264b6de323ea27a08627d5396aa564fb9c25", |
||
2851 | "shasum": "" |
||
2852 | }, |
||
2853 | "require": { |
||
2854 | "php": "^7.1.3", |
||
2855 | "psr/log": "~1.0", |
||
2856 | "symfony/debug": "~3.4|~4.0", |
||
2857 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2858 | "symfony/http-foundation": "~3.4.4|~4.0.4" |
||
2859 | }, |
||
2860 | "conflict": { |
||
2861 | "symfony/config": "<3.4", |
||
2862 | "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4", |
||
2863 | "symfony/var-dumper": "<3.4", |
||
2864 | "twig/twig": "<1.34|<2.4,>=2" |
||
2865 | }, |
||
2866 | "provide": { |
||
2867 | "psr/log-implementation": "1.0" |
||
2868 | }, |
||
2869 | "require-dev": { |
||
2870 | "psr/cache": "~1.0", |
||
2871 | "symfony/browser-kit": "~3.4|~4.0", |
||
2872 | "symfony/config": "~3.4|~4.0", |
||
2873 | "symfony/console": "~3.4|~4.0", |
||
2874 | "symfony/css-selector": "~3.4|~4.0", |
||
2875 | "symfony/dependency-injection": "^3.4.5|^4.0.5", |
||
2876 | "symfony/dom-crawler": "~3.4|~4.0", |
||
2877 | "symfony/expression-language": "~3.4|~4.0", |
||
2878 | "symfony/finder": "~3.4|~4.0", |
||
2879 | "symfony/process": "~3.4|~4.0", |
||
2880 | "symfony/routing": "~3.4|~4.0", |
||
2881 | "symfony/stopwatch": "~3.4|~4.0", |
||
2882 | "symfony/templating": "~3.4|~4.0", |
||
2883 | "symfony/translation": "~3.4|~4.0", |
||
2884 | "symfony/var-dumper": "~3.4|~4.0" |
||
2885 | }, |
||
2886 | "suggest": { |
||
2887 | "symfony/browser-kit": "", |
||
2888 | "symfony/config": "", |
||
2889 | "symfony/console": "", |
||
2890 | "symfony/dependency-injection": "", |
||
2891 | "symfony/var-dumper": "" |
||
2892 | }, |
||
2893 | "type": "library", |
||
2894 | "extra": { |
||
2895 | "branch-alias": { |
||
2896 | "dev-master": "4.0-dev" |
||
2897 | } |
||
2898 | }, |
||
2899 | "autoload": { |
||
2900 | "psr-4": { |
||
2901 | "Symfony\\Component\\HttpKernel\\": "" |
||
2902 | }, |
||
2903 | "exclude-from-classmap": [ |
||
2904 | "/Tests/" |
||
2905 | ] |
||
2906 | }, |
||
2907 | "notification-url": "https://packagist.org/downloads/", |
||
2908 | "license": [ |
||
2909 | "MIT" |
||
2910 | ], |
||
2911 | "authors": [ |
||
2912 | { |
||
2913 | "name": "Fabien Potencier", |
||
2914 | "email": "[email protected]" |
||
2915 | }, |
||
2916 | { |
||
2917 | "name": "Symfony Community", |
||
2918 | "homepage": "https://symfony.com/contributors" |
||
2919 | } |
||
2920 | ], |
||
2921 | "description": "Symfony HttpKernel Component", |
||
2922 | "homepage": "https://symfony.com", |
||
2923 | "time": "2018-04-30T19:45:57+00:00" |
||
2924 | }, |
||
2925 | { |
||
2926 | "name": "symfony/polyfill-mbstring", |
||
2927 | "version": "v1.8.0", |
||
2928 | "source": { |
||
2929 | "type": "git", |
||
2930 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2931 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
2932 | }, |
||
2933 | "dist": { |
||
2934 | "type": "zip", |
||
2935 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
2936 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
2937 | "shasum": "" |
||
2938 | }, |
||
2939 | "require": { |
||
2940 | "php": ">=5.3.3" |
||
2941 | }, |
||
2942 | "suggest": { |
||
2943 | "ext-mbstring": "For best performance" |
||
2944 | }, |
||
2945 | "type": "library", |
||
2946 | "extra": { |
||
2947 | "branch-alias": { |
||
2948 | "dev-master": "1.8-dev" |
||
2949 | } |
||
2950 | }, |
||
2951 | "autoload": { |
||
2952 | "psr-4": { |
||
2953 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2954 | }, |
||
2955 | "files": [ |
||
2956 | "bootstrap.php" |
||
2957 | ] |
||
2958 | }, |
||
2959 | "notification-url": "https://packagist.org/downloads/", |
||
2960 | "license": [ |
||
2961 | "MIT" |
||
2962 | ], |
||
2963 | "authors": [ |
||
2964 | { |
||
2965 | "name": "Nicolas Grekas", |
||
2966 | "email": "[email protected]" |
||
2967 | }, |
||
2968 | { |
||
2969 | "name": "Symfony Community", |
||
2970 | "homepage": "https://symfony.com/contributors" |
||
2971 | } |
||
2972 | ], |
||
2973 | "description": "Symfony polyfill for the Mbstring extension", |
||
2974 | "homepage": "https://symfony.com", |
||
2975 | "keywords": [ |
||
2976 | "compatibility", |
||
2977 | "mbstring", |
||
2978 | "polyfill", |
||
2979 | "portable", |
||
2980 | "shim" |
||
2981 | ], |
||
2982 | "time": "2018-04-26T10:06:28+00:00" |
||
2983 | }, |
||
2984 | { |
||
2985 | "name": "symfony/polyfill-php72", |
||
2986 | "version": "v1.8.0", |
||
2987 | "source": { |
||
2988 | "type": "git", |
||
2989 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
2990 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" |
||
2991 | }, |
||
2992 | "dist": { |
||
2993 | "type": "zip", |
||
2994 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2995 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2996 | "shasum": "" |
||
2997 | }, |
||
2998 | "require": { |
||
2999 | "php": ">=5.3.3" |
||
3000 | }, |
||
3001 | "type": "library", |
||
3002 | "extra": { |
||
3003 | "branch-alias": { |
||
3004 | "dev-master": "1.8-dev" |
||
3005 | } |
||
3006 | }, |
||
3007 | "autoload": { |
||
3008 | "psr-4": { |
||
3009 | "Symfony\\Polyfill\\Php72\\": "" |
||
3010 | }, |
||
3011 | "files": [ |
||
3012 | "bootstrap.php" |
||
3013 | ] |
||
3014 | }, |
||
3015 | "notification-url": "https://packagist.org/downloads/", |
||
3016 | "license": [ |
||
3017 | "MIT" |
||
3018 | ], |
||
3019 | "authors": [ |
||
3020 | { |
||
3021 | "name": "Nicolas Grekas", |
||
3022 | "email": "[email protected]" |
||
3023 | }, |
||
3024 | { |
||
3025 | "name": "Symfony Community", |
||
3026 | "homepage": "https://symfony.com/contributors" |
||
3027 | } |
||
3028 | ], |
||
3029 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
3030 | "homepage": "https://symfony.com", |
||
3031 | "keywords": [ |
||
3032 | "compatibility", |
||
3033 | "polyfill", |
||
3034 | "portable", |
||
3035 | "shim" |
||
3036 | ], |
||
3037 | "time": "2018-04-26T10:06:28+00:00" |
||
3038 | }, |
||
3039 | { |
||
3040 | "name": "symfony/process", |
||
3041 | "version": "v4.0.9", |
||
3042 | "source": { |
||
3043 | "type": "git", |
||
3044 | "url": "https://github.com/symfony/process.git", |
||
3045 | "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25" |
||
3046 | }, |
||
3047 | "dist": { |
||
3048 | "type": "zip", |
||
3049 | "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25", |
||
3050 | "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25", |
||
3051 | "shasum": "" |
||
3052 | }, |
||
3053 | "require": { |
||
3054 | "php": "^7.1.3" |
||
3055 | }, |
||
3056 | "type": "library", |
||
3057 | "extra": { |
||
3058 | "branch-alias": { |
||
3059 | "dev-master": "4.0-dev" |
||
3060 | } |
||
3061 | }, |
||
3062 | "autoload": { |
||
3063 | "psr-4": { |
||
3064 | "Symfony\\Component\\Process\\": "" |
||
3065 | }, |
||
3066 | "exclude-from-classmap": [ |
||
3067 | "/Tests/" |
||
3068 | ] |
||
3069 | }, |
||
3070 | "notification-url": "https://packagist.org/downloads/", |
||
3071 | "license": [ |
||
3072 | "MIT" |
||
3073 | ], |
||
3074 | "authors": [ |
||
3075 | { |
||
3076 | "name": "Fabien Potencier", |
||
3077 | "email": "[email protected]" |
||
3078 | }, |
||
3079 | { |
||
3080 | "name": "Symfony Community", |
||
3081 | "homepage": "https://symfony.com/contributors" |
||
3082 | } |
||
3083 | ], |
||
3084 | "description": "Symfony Process Component", |
||
3085 | "homepage": "https://symfony.com", |
||
3086 | "time": "2018-04-03T05:24:00+00:00" |
||
3087 | }, |
||
3088 | { |
||
3089 | "name": "symfony/routing", |
||
3090 | "version": "v4.0.9", |
||
3091 | "source": { |
||
3092 | "type": "git", |
||
3093 | "url": "https://github.com/symfony/routing.git", |
||
3094 | "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027" |
||
3095 | }, |
||
3096 | "dist": { |
||
3097 | "type": "zip", |
||
3098 | "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027", |
||
3099 | "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027", |
||
3100 | "shasum": "" |
||
3101 | }, |
||
3102 | "require": { |
||
3103 | "php": "^7.1.3" |
||
3104 | }, |
||
3105 | "conflict": { |
||
3106 | "symfony/config": "<3.4", |
||
3107 | "symfony/dependency-injection": "<3.4", |
||
3108 | "symfony/yaml": "<3.4" |
||
3109 | }, |
||
3110 | "require-dev": { |
||
3111 | "doctrine/annotations": "~1.0", |
||
3112 | "doctrine/common": "~2.2", |
||
3113 | "psr/log": "~1.0", |
||
3114 | "symfony/config": "~3.4|~4.0", |
||
3115 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3116 | "symfony/expression-language": "~3.4|~4.0", |
||
3117 | "symfony/http-foundation": "~3.4|~4.0", |
||
3118 | "symfony/yaml": "~3.4|~4.0" |
||
3119 | }, |
||
3120 | "suggest": { |
||
3121 | "doctrine/annotations": "For using the annotation loader", |
||
3122 | "symfony/config": "For using the all-in-one router or any loader", |
||
3123 | "symfony/dependency-injection": "For loading routes from a service", |
||
3124 | "symfony/expression-language": "For using expression matching", |
||
3125 | "symfony/http-foundation": "For using a Symfony Request object", |
||
3126 | "symfony/yaml": "For using the YAML loader" |
||
3127 | }, |
||
3128 | "type": "library", |
||
3129 | "extra": { |
||
3130 | "branch-alias": { |
||
3131 | "dev-master": "4.0-dev" |
||
3132 | } |
||
3133 | }, |
||
3134 | "autoload": { |
||
3135 | "psr-4": { |
||
3136 | "Symfony\\Component\\Routing\\": "" |
||
3137 | }, |
||
3138 | "exclude-from-classmap": [ |
||
3139 | "/Tests/" |
||
3140 | ] |
||
3141 | }, |
||
3142 | "notification-url": "https://packagist.org/downloads/", |
||
3143 | "license": [ |
||
3144 | "MIT" |
||
3145 | ], |
||
3146 | "authors": [ |
||
3147 | { |
||
3148 | "name": "Fabien Potencier", |
||
3149 | "email": "[email protected]" |
||
3150 | }, |
||
3151 | { |
||
3152 | "name": "Symfony Community", |
||
3153 | "homepage": "https://symfony.com/contributors" |
||
3154 | } |
||
3155 | ], |
||
3156 | "description": "Symfony Routing Component", |
||
3157 | "homepage": "https://symfony.com", |
||
3158 | "keywords": [ |
||
3159 | "router", |
||
3160 | "routing", |
||
3161 | "uri", |
||
3162 | "url" |
||
3163 | ], |
||
3164 | "time": "2018-04-20T06:20:23+00:00" |
||
3165 | }, |
||
3166 | { |
||
3167 | "name": "symfony/translation", |
||
3168 | "version": "v4.0.9", |
||
3169 | "source": { |
||
3170 | "type": "git", |
||
3171 | "url": "https://github.com/symfony/translation.git", |
||
3172 | "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e" |
||
3173 | }, |
||
3174 | "dist": { |
||
3175 | "type": "zip", |
||
3176 | "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e", |
||
3177 | "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e", |
||
3178 | "shasum": "" |
||
3179 | }, |
||
3180 | "require": { |
||
3181 | "php": "^7.1.3", |
||
3182 | "symfony/polyfill-mbstring": "~1.0" |
||
3183 | }, |
||
3184 | "conflict": { |
||
3185 | "symfony/config": "<3.4", |
||
3186 | "symfony/dependency-injection": "<3.4", |
||
3187 | "symfony/yaml": "<3.4" |
||
3188 | }, |
||
3189 | "require-dev": { |
||
3190 | "psr/log": "~1.0", |
||
3191 | "symfony/config": "~3.4|~4.0", |
||
3192 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3193 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
3194 | "symfony/intl": "~3.4|~4.0", |
||
3195 | "symfony/yaml": "~3.4|~4.0" |
||
3196 | }, |
||
3197 | "suggest": { |
||
3198 | "psr/log-implementation": "To use logging capability in translator", |
||
3199 | "symfony/config": "", |
||
3200 | "symfony/yaml": "" |
||
3201 | }, |
||
3202 | "type": "library", |
||
3203 | "extra": { |
||
3204 | "branch-alias": { |
||
3205 | "dev-master": "4.0-dev" |
||
3206 | } |
||
3207 | }, |
||
3208 | "autoload": { |
||
3209 | "psr-4": { |
||
3210 | "Symfony\\Component\\Translation\\": "" |
||
3211 | }, |
||
3212 | "exclude-from-classmap": [ |
||
3213 | "/Tests/" |
||
3214 | ] |
||
3215 | }, |
||
3216 | "notification-url": "https://packagist.org/downloads/", |
||
3217 | "license": [ |
||
3218 | "MIT" |
||
3219 | ], |
||
3220 | "authors": [ |
||
3221 | { |
||
3222 | "name": "Fabien Potencier", |
||
3223 | "email": "[email protected]" |
||
3224 | }, |
||
3225 | { |
||
3226 | "name": "Symfony Community", |
||
3227 | "homepage": "https://symfony.com/contributors" |
||
3228 | } |
||
3229 | ], |
||
3230 | "description": "Symfony Translation Component", |
||
3231 | "homepage": "https://symfony.com", |
||
3232 | "time": "2018-04-30T01:23:47+00:00" |
||
3233 | }, |
||
3234 | { |
||
3235 | "name": "symfony/var-dumper", |
||
3236 | "version": "v4.0.9", |
||
3237 | "source": { |
||
3238 | "type": "git", |
||
3239 | "url": "https://github.com/symfony/var-dumper.git", |
||
3240 | "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18" |
||
3241 | }, |
||
3242 | "dist": { |
||
3243 | "type": "zip", |
||
3244 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c34cf3f4bbac9e003d9325225e9ef1a49180a18", |
||
3245 | "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18", |
||
3246 | "shasum": "" |
||
3247 | }, |
||
3248 | "require": { |
||
3249 | "php": "^7.1.3", |
||
3250 | "symfony/polyfill-mbstring": "~1.0", |
||
3251 | "symfony/polyfill-php72": "~1.5" |
||
3252 | }, |
||
3253 | "conflict": { |
||
3254 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
3255 | }, |
||
3256 | "require-dev": { |
||
3257 | "ext-iconv": "*", |
||
3258 | "twig/twig": "~1.34|~2.4" |
||
3259 | }, |
||
3260 | "suggest": { |
||
3261 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
3262 | "ext-intl": "To show region name in time zone dump" |
||
3263 | }, |
||
3264 | "type": "library", |
||
3265 | "extra": { |
||
3266 | "branch-alias": { |
||
3267 | "dev-master": "4.0-dev" |
||
3268 | } |
||
3269 | }, |
||
3270 | "autoload": { |
||
3271 | "files": [ |
||
3272 | "Resources/functions/dump.php" |
||
3273 | ], |
||
3274 | "psr-4": { |
||
3275 | "Symfony\\Component\\VarDumper\\": "" |
||
3276 | }, |
||
3277 | "exclude-from-classmap": [ |
||
3278 | "/Tests/" |
||
3279 | ] |
||
3280 | }, |
||
3281 | "notification-url": "https://packagist.org/downloads/", |
||
3282 | "license": [ |
||
3283 | "MIT" |
||
3284 | ], |
||
3285 | "authors": [ |
||
3286 | { |
||
3287 | "name": "Nicolas Grekas", |
||
3288 | "email": "[email protected]" |
||
3289 | }, |
||
3290 | { |
||
3291 | "name": "Symfony Community", |
||
3292 | "homepage": "https://symfony.com/contributors" |
||
3293 | } |
||
3294 | ], |
||
3295 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
3296 | "homepage": "https://symfony.com", |
||
3297 | "keywords": [ |
||
3298 | "debug", |
||
3299 | "dump" |
||
3300 | ], |
||
3301 | "time": "2018-04-26T16:12:06+00:00" |
||
3302 | }, |
||
3303 | { |
||
3304 | "name": "tijsverkoyen/css-to-inline-styles", |
||
3305 | "version": "2.2.1", |
||
3306 | "source": { |
||
3307 | "type": "git", |
||
3308 | "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
||
3309 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" |
||
3310 | }, |
||
3311 | "dist": { |
||
3312 | "type": "zip", |
||
3313 | "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
3314 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
3315 | "shasum": "" |
||
3316 | }, |
||
3317 | "require": { |
||
3318 | "php": "^5.5 || ^7.0", |
||
3319 | "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" |
||
3320 | }, |
||
3321 | "require-dev": { |
||
3322 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
3323 | }, |
||
3324 | "type": "library", |
||
3325 | "extra": { |
||
3326 | "branch-alias": { |
||
3327 | "dev-master": "2.2.x-dev" |
||
3328 | } |
||
3329 | }, |
||
3330 | "autoload": { |
||
3331 | "psr-4": { |
||
3332 | "TijsVerkoyen\\CssToInlineStyles\\": "src" |
||
3333 | } |
||
3334 | }, |
||
3335 | "notification-url": "https://packagist.org/downloads/", |
||
3336 | "license": [ |
||
3337 | "BSD-3-Clause" |
||
3338 | ], |
||
3339 | "authors": [ |
||
3340 | { |
||
3341 | "name": "Tijs Verkoyen", |
||
3342 | "email": "[email protected]", |
||
3343 | "role": "Developer" |
||
3344 | } |
||
3345 | ], |
||
3346 | "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.", |
||
3347 | "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
||
3348 | "time": "2017-11-27T11:13:29+00:00" |
||
3349 | }, |
||
3350 | { |
||
3351 | "name": "vlucas/phpdotenv", |
||
3352 | "version": "v2.4.0", |
||
3353 | "source": { |
||
3354 | "type": "git", |
||
3355 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
3356 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" |
||
3357 | }, |
||
3358 | "dist": { |
||
3359 | "type": "zip", |
||
3360 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
3361 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
3362 | "shasum": "" |
||
3363 | }, |
||
3364 | "require": { |
||
3365 | "php": ">=5.3.9" |
||
3366 | }, |
||
3367 | "require-dev": { |
||
3368 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
3369 | }, |
||
3370 | "type": "library", |
||
3371 | "extra": { |
||
3372 | "branch-alias": { |
||
3373 | "dev-master": "2.4-dev" |
||
3374 | } |
||
3375 | }, |
||
3376 | "autoload": { |
||
3377 | "psr-4": { |
||
3378 | "Dotenv\\": "src/" |
||
3379 | } |
||
3380 | }, |
||
3381 | "notification-url": "https://packagist.org/downloads/", |
||
3382 | "license": [ |
||
3383 | "BSD-3-Clause-Attribution" |
||
3384 | ], |
||
3385 | "authors": [ |
||
3386 | { |
||
3387 | "name": "Vance Lucas", |
||
3388 | "email": "[email protected]", |
||
3389 | "homepage": "http://www.vancelucas.com" |
||
3390 | } |
||
3391 | ], |
||
3392 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
3393 | "keywords": [ |
||
3394 | "dotenv", |
||
3395 | "env", |
||
3396 | "environment" |
||
3397 | ], |
||
3398 | "time": "2016-09-01T10:05:43+00:00" |
||
3399 | } |
||
3400 | ], |
||
3401 | "packages-dev": [ |
||
3402 | { |
||
3403 | "name": "doctrine/instantiator", |
||
3404 | "version": "1.1.0", |
||
3405 | "source": { |
||
3406 | "type": "git", |
||
3407 | "url": "https://github.com/doctrine/instantiator.git", |
||
3408 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
3409 | }, |
||
3410 | "dist": { |
||
3411 | "type": "zip", |
||
3412 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
3413 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
3414 | "shasum": "" |
||
3415 | }, |
||
3416 | "require": { |
||
3417 | "php": "^7.1" |
||
3418 | }, |
||
3419 | "require-dev": { |
||
3420 | "athletic/athletic": "~0.1.8", |
||
3421 | "ext-pdo": "*", |
||
3422 | "ext-phar": "*", |
||
3423 | "phpunit/phpunit": "^6.2.3", |
||
3424 | "squizlabs/php_codesniffer": "^3.0.2" |
||
3425 | }, |
||
3426 | "type": "library", |
||
3427 | "extra": { |
||
3428 | "branch-alias": { |
||
3429 | "dev-master": "1.2.x-dev" |
||
3430 | } |
||
3431 | }, |
||
3432 | "autoload": { |
||
3433 | "psr-4": { |
||
3434 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
3435 | } |
||
3436 | }, |
||
3437 | "notification-url": "https://packagist.org/downloads/", |
||
3438 | "license": [ |
||
3439 | "MIT" |
||
3440 | ], |
||
3441 | "authors": [ |
||
3442 | { |
||
3443 | "name": "Marco Pivetta", |
||
3444 | "email": "[email protected]", |
||
3445 | "homepage": "http://ocramius.github.com/" |
||
3446 | } |
||
3447 | ], |
||
3448 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
3449 | "homepage": "https://github.com/doctrine/instantiator", |
||
3450 | "keywords": [ |
||
3451 | "constructor", |
||
3452 | "instantiate" |
||
3453 | ], |
||
3454 | "time": "2017-07-22T11:58:36+00:00" |
||
3455 | }, |
||
3456 | { |
||
3457 | "name": "myclabs/deep-copy", |
||
3458 | "version": "1.7.0", |
||
3459 | "source": { |
||
3460 | "type": "git", |
||
3461 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
3462 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
3463 | }, |
||
3464 | "dist": { |
||
3465 | "type": "zip", |
||
3466 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
3467 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
3468 | "shasum": "" |
||
3469 | }, |
||
3470 | "require": { |
||
3471 | "php": "^5.6 || ^7.0" |
||
3472 | }, |
||
3473 | "require-dev": { |
||
3474 | "doctrine/collections": "^1.0", |
||
3475 | "doctrine/common": "^2.6", |
||
3476 | "phpunit/phpunit": "^4.1" |
||
3477 | }, |
||
3478 | "type": "library", |
||
3479 | "autoload": { |
||
3480 | "psr-4": { |
||
3481 | "DeepCopy\\": "src/DeepCopy/" |
||
3482 | }, |
||
3483 | "files": [ |
||
3484 | "src/DeepCopy/deep_copy.php" |
||
3485 | ] |
||
3486 | }, |
||
3487 | "notification-url": "https://packagist.org/downloads/", |
||
3488 | "license": [ |
||
3489 | "MIT" |
||
3490 | ], |
||
3491 | "description": "Create deep copies (clones) of your objects", |
||
3492 | "keywords": [ |
||
3493 | "clone", |
||
3494 | "copy", |
||
3495 | "duplicate", |
||
3496 | "object", |
||
3497 | "object graph" |
||
3498 | ], |
||
3499 | "time": "2017-10-19T19:58:43+00:00" |
||
3500 | }, |
||
3501 | { |
||
3502 | "name": "phar-io/manifest", |
||
3503 | "version": "1.0.1", |
||
3504 | "source": { |
||
3505 | "type": "git", |
||
3506 | "url": "https://github.com/phar-io/manifest.git", |
||
3507 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
3508 | }, |
||
3509 | "dist": { |
||
3510 | "type": "zip", |
||
3511 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
3512 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
3513 | "shasum": "" |
||
3514 | }, |
||
3515 | "require": { |
||
3516 | "ext-dom": "*", |
||
3517 | "ext-phar": "*", |
||
3518 | "phar-io/version": "^1.0.1", |
||
3519 | "php": "^5.6 || ^7.0" |
||
3520 | }, |
||
3521 | "type": "library", |
||
3522 | "extra": { |
||
3523 | "branch-alias": { |
||
3524 | "dev-master": "1.0.x-dev" |
||
3525 | } |
||
3526 | }, |
||
3527 | "autoload": { |
||
3528 | "classmap": [ |
||
3529 | "src/" |
||
3530 | ] |
||
3531 | }, |
||
3532 | "notification-url": "https://packagist.org/downloads/", |
||
3533 | "license": [ |
||
3534 | "BSD-3-Clause" |
||
3535 | ], |
||
3536 | "authors": [ |
||
3537 | { |
||
3538 | "name": "Arne Blankerts", |
||
3539 | "email": "[email protected]", |
||
3540 | "role": "Developer" |
||
3541 | }, |
||
3542 | { |
||
3543 | "name": "Sebastian Heuer", |
||
3544 | "email": "[email protected]", |
||
3545 | "role": "Developer" |
||
3546 | }, |
||
3547 | { |
||
3548 | "name": "Sebastian Bergmann", |
||
3549 | "email": "[email protected]", |
||
3550 | "role": "Developer" |
||
3551 | } |
||
3552 | ], |
||
3553 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
3554 | "time": "2017-03-05T18:14:27+00:00" |
||
3555 | }, |
||
3556 | { |
||
3557 | "name": "phar-io/version", |
||
3558 | "version": "1.0.1", |
||
3559 | "source": { |
||
3560 | "type": "git", |
||
3561 | "url": "https://github.com/phar-io/version.git", |
||
3562 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
3563 | }, |
||
3564 | "dist": { |
||
3565 | "type": "zip", |
||
3566 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
3567 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
3568 | "shasum": "" |
||
3569 | }, |
||
3570 | "require": { |
||
3571 | "php": "^5.6 || ^7.0" |
||
3572 | }, |
||
3573 | "type": "library", |
||
3574 | "autoload": { |
||
3575 | "classmap": [ |
||
3576 | "src/" |
||
3577 | ] |
||
3578 | }, |
||
3579 | "notification-url": "https://packagist.org/downloads/", |
||
3580 | "license": [ |
||
3581 | "BSD-3-Clause" |
||
3582 | ], |
||
3583 | "authors": [ |
||
3584 | { |
||
3585 | "name": "Arne Blankerts", |
||
3586 | "email": "[email protected]", |
||
3587 | "role": "Developer" |
||
3588 | }, |
||
3589 | { |
||
3590 | "name": "Sebastian Heuer", |
||
3591 | "email": "[email protected]", |
||
3592 | "role": "Developer" |
||
3593 | }, |
||
3594 | { |
||
3595 | "name": "Sebastian Bergmann", |
||
3596 | "email": "[email protected]", |
||
3597 | "role": "Developer" |
||
3598 | } |
||
3599 | ], |
||
3600 | "description": "Library for handling version information and constraints", |
||
3601 | "time": "2017-03-05T17:38:23+00:00" |
||
3602 | }, |
||
3603 | { |
||
3604 | "name": "phpdocumentor/reflection-common", |
||
3605 | "version": "1.0.1", |
||
3606 | "source": { |
||
3607 | "type": "git", |
||
3608 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
3609 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
3610 | }, |
||
3611 | "dist": { |
||
3612 | "type": "zip", |
||
3613 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
3614 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
3615 | "shasum": "" |
||
3616 | }, |
||
3617 | "require": { |
||
3618 | "php": ">=5.5" |
||
3619 | }, |
||
3620 | "require-dev": { |
||
3621 | "phpunit/phpunit": "^4.6" |
||
3622 | }, |
||
3623 | "type": "library", |
||
3624 | "extra": { |
||
3625 | "branch-alias": { |
||
3626 | "dev-master": "1.0.x-dev" |
||
3627 | } |
||
3628 | }, |
||
3629 | "autoload": { |
||
3630 | "psr-4": { |
||
3631 | "phpDocumentor\\Reflection\\": [ |
||
3632 | "src" |
||
3633 | ] |
||
3634 | } |
||
3635 | }, |
||
3636 | "notification-url": "https://packagist.org/downloads/", |
||
3637 | "license": [ |
||
3638 | "MIT" |
||
3639 | ], |
||
3640 | "authors": [ |
||
3641 | { |
||
3642 | "name": "Jaap van Otterdijk", |
||
3643 | "email": "[email protected]" |
||
3644 | } |
||
3645 | ], |
||
3646 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
3647 | "homepage": "http://www.phpdoc.org", |
||
3648 | "keywords": [ |
||
3649 | "FQSEN", |
||
3650 | "phpDocumentor", |
||
3651 | "phpdoc", |
||
3652 | "reflection", |
||
3653 | "static analysis" |
||
3654 | ], |
||
3655 | "time": "2017-09-11T18:02:19+00:00" |
||
3656 | }, |
||
3657 | { |
||
3658 | "name": "phpdocumentor/reflection-docblock", |
||
3659 | "version": "4.3.0", |
||
3660 | "source": { |
||
3661 | "type": "git", |
||
3662 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3663 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
3664 | }, |
||
3665 | "dist": { |
||
3666 | "type": "zip", |
||
3667 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
3668 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
3669 | "shasum": "" |
||
3670 | }, |
||
3671 | "require": { |
||
3672 | "php": "^7.0", |
||
3673 | "phpdocumentor/reflection-common": "^1.0.0", |
||
3674 | "phpdocumentor/type-resolver": "^0.4.0", |
||
3675 | "webmozart/assert": "^1.0" |
||
3676 | }, |
||
3677 | "require-dev": { |
||
3678 | "doctrine/instantiator": "~1.0.5", |
||
3679 | "mockery/mockery": "^1.0", |
||
3680 | "phpunit/phpunit": "^6.4" |
||
3681 | }, |
||
3682 | "type": "library", |
||
3683 | "extra": { |
||
3684 | "branch-alias": { |
||
3685 | "dev-master": "4.x-dev" |
||
3686 | } |
||
3687 | }, |
||
3688 | "autoload": { |
||
3689 | "psr-4": { |
||
3690 | "phpDocumentor\\Reflection\\": [ |
||
3691 | "src/" |
||
3692 | ] |
||
3693 | } |
||
3694 | }, |
||
3695 | "notification-url": "https://packagist.org/downloads/", |
||
3696 | "license": [ |
||
3697 | "MIT" |
||
3698 | ], |
||
3699 | "authors": [ |
||
3700 | { |
||
3701 | "name": "Mike van Riel", |
||
3702 | "email": "[email protected]" |
||
3703 | } |
||
3704 | ], |
||
3705 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
3706 | "time": "2017-11-30T07:14:17+00:00" |
||
3707 | }, |
||
3708 | { |
||
3709 | "name": "phpdocumentor/type-resolver", |
||
3710 | "version": "0.4.0", |
||
3711 | "source": { |
||
3712 | "type": "git", |
||
3713 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
3714 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
3715 | }, |
||
3716 | "dist": { |
||
3717 | "type": "zip", |
||
3718 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
3719 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
3720 | "shasum": "" |
||
3721 | }, |
||
3722 | "require": { |
||
3723 | "php": "^5.5 || ^7.0", |
||
3724 | "phpdocumentor/reflection-common": "^1.0" |
||
3725 | }, |
||
3726 | "require-dev": { |
||
3727 | "mockery/mockery": "^0.9.4", |
||
3728 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
3729 | }, |
||
3730 | "type": "library", |
||
3731 | "extra": { |
||
3732 | "branch-alias": { |
||
3733 | "dev-master": "1.0.x-dev" |
||
3734 | } |
||
3735 | }, |
||
3736 | "autoload": { |
||
3737 | "psr-4": { |
||
3738 | "phpDocumentor\\Reflection\\": [ |
||
3739 | "src/" |
||
3740 | ] |
||
3741 | } |
||
3742 | }, |
||
3743 | "notification-url": "https://packagist.org/downloads/", |
||
3744 | "license": [ |
||
3745 | "MIT" |
||
3746 | ], |
||
3747 | "authors": [ |
||
3748 | { |
||
3749 | "name": "Mike van Riel", |
||
3750 | "email": "[email protected]" |
||
3751 | } |
||
3752 | ], |
||
3753 | "time": "2017-07-14T14:27:02+00:00" |
||
3754 | }, |
||
3755 | { |
||
3756 | "name": "phpspec/prophecy", |
||
3757 | "version": "1.7.6", |
||
3758 | "source": { |
||
3759 | "type": "git", |
||
3760 | "url": "https://github.com/phpspec/prophecy.git", |
||
3761 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
3762 | }, |
||
3763 | "dist": { |
||
3764 | "type": "zip", |
||
3765 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
3766 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
3767 | "shasum": "" |
||
3768 | }, |
||
3769 | "require": { |
||
3770 | "doctrine/instantiator": "^1.0.2", |
||
3771 | "php": "^5.3|^7.0", |
||
3772 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
3773 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
3774 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
3775 | }, |
||
3776 | "require-dev": { |
||
3777 | "phpspec/phpspec": "^2.5|^3.2", |
||
3778 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
3779 | }, |
||
3780 | "type": "library", |
||
3781 | "extra": { |
||
3782 | "branch-alias": { |
||
3783 | "dev-master": "1.7.x-dev" |
||
3784 | } |
||
3785 | }, |
||
3786 | "autoload": { |
||
3787 | "psr-0": { |
||
3788 | "Prophecy\\": "src/" |
||
3789 | } |
||
3790 | }, |
||
3791 | "notification-url": "https://packagist.org/downloads/", |
||
3792 | "license": [ |
||
3793 | "MIT" |
||
3794 | ], |
||
3795 | "authors": [ |
||
3796 | { |
||
3797 | "name": "Konstantin Kudryashov", |
||
3798 | "email": "[email protected]", |
||
3799 | "homepage": "http://everzet.com" |
||
3800 | }, |
||
3801 | { |
||
3802 | "name": "Marcello Duarte", |
||
3803 | "email": "[email protected]" |
||
3804 | } |
||
3805 | ], |
||
3806 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3807 | "homepage": "https://github.com/phpspec/prophecy", |
||
3808 | "keywords": [ |
||
3809 | "Double", |
||
3810 | "Dummy", |
||
3811 | "fake", |
||
3812 | "mock", |
||
3813 | "spy", |
||
3814 | "stub" |
||
3815 | ], |
||
3816 | "time": "2018-04-18T13:57:24+00:00" |
||
3817 | }, |
||
3818 | { |
||
3819 | "name": "phpunit/php-code-coverage", |
||
3820 | "version": "6.0.4", |
||
3821 | "source": { |
||
3822 | "type": "git", |
||
3823 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3824 | "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca" |
||
3825 | }, |
||
3826 | "dist": { |
||
3827 | "type": "zip", |
||
3828 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca", |
||
3829 | "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca", |
||
3830 | "shasum": "" |
||
3831 | }, |
||
3832 | "require": { |
||
3833 | "ext-dom": "*", |
||
3834 | "ext-xmlwriter": "*", |
||
3835 | "php": "^7.1", |
||
3836 | "phpunit/php-file-iterator": "^1.4.2", |
||
3837 | "phpunit/php-text-template": "^1.2.1", |
||
3838 | "phpunit/php-token-stream": "^3.0", |
||
3839 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
3840 | "sebastian/environment": "^3.1", |
||
3841 | "sebastian/version": "^2.0.1", |
||
3842 | "theseer/tokenizer": "^1.1" |
||
3843 | }, |
||
3844 | "require-dev": { |
||
3845 | "phpunit/phpunit": "^7.0" |
||
3846 | }, |
||
3847 | "suggest": { |
||
3848 | "ext-xdebug": "^2.6.0" |
||
3849 | }, |
||
3850 | "type": "library", |
||
3851 | "extra": { |
||
3852 | "branch-alias": { |
||
3853 | "dev-master": "6.0-dev" |
||
3854 | } |
||
3855 | }, |
||
3856 | "autoload": { |
||
3857 | "classmap": [ |
||
3858 | "src/" |
||
3859 | ] |
||
3860 | }, |
||
3861 | "notification-url": "https://packagist.org/downloads/", |
||
3862 | "license": [ |
||
3863 | "BSD-3-Clause" |
||
3864 | ], |
||
3865 | "authors": [ |
||
3866 | { |
||
3867 | "name": "Sebastian Bergmann", |
||
3868 | "email": "[email protected]", |
||
3869 | "role": "lead" |
||
3870 | } |
||
3871 | ], |
||
3872 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3873 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3874 | "keywords": [ |
||
3875 | "coverage", |
||
3876 | "testing", |
||
3877 | "xunit" |
||
3878 | ], |
||
3879 | "time": "2018-04-29T14:59:09+00:00" |
||
3880 | }, |
||
3881 | { |
||
3882 | "name": "phpunit/php-file-iterator", |
||
3883 | "version": "1.4.5", |
||
3884 | "source": { |
||
3885 | "type": "git", |
||
3886 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3887 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
3888 | }, |
||
3889 | "dist": { |
||
3890 | "type": "zip", |
||
3891 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
3892 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
3893 | "shasum": "" |
||
3894 | }, |
||
3895 | "require": { |
||
3896 | "php": ">=5.3.3" |
||
3897 | }, |
||
3898 | "type": "library", |
||
3899 | "extra": { |
||
3900 | "branch-alias": { |
||
3901 | "dev-master": "1.4.x-dev" |
||
3902 | } |
||
3903 | }, |
||
3904 | "autoload": { |
||
3905 | "classmap": [ |
||
3906 | "src/" |
||
3907 | ] |
||
3908 | }, |
||
3909 | "notification-url": "https://packagist.org/downloads/", |
||
3910 | "license": [ |
||
3911 | "BSD-3-Clause" |
||
3912 | ], |
||
3913 | "authors": [ |
||
3914 | { |
||
3915 | "name": "Sebastian Bergmann", |
||
3916 | "email": "[email protected]", |
||
3917 | "role": "lead" |
||
3918 | } |
||
3919 | ], |
||
3920 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3921 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3922 | "keywords": [ |
||
3923 | "filesystem", |
||
3924 | "iterator" |
||
3925 | ], |
||
3926 | "time": "2017-11-27T13:52:08+00:00" |
||
3927 | }, |
||
3928 | { |
||
3929 | "name": "phpunit/php-text-template", |
||
3930 | "version": "1.2.1", |
||
3931 | "source": { |
||
3932 | "type": "git", |
||
3933 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3934 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
3935 | }, |
||
3936 | "dist": { |
||
3937 | "type": "zip", |
||
3938 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3939 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3940 | "shasum": "" |
||
3941 | }, |
||
3942 | "require": { |
||
3943 | "php": ">=5.3.3" |
||
3944 | }, |
||
3945 | "type": "library", |
||
3946 | "autoload": { |
||
3947 | "classmap": [ |
||
3948 | "src/" |
||
3949 | ] |
||
3950 | }, |
||
3951 | "notification-url": "https://packagist.org/downloads/", |
||
3952 | "license": [ |
||
3953 | "BSD-3-Clause" |
||
3954 | ], |
||
3955 | "authors": [ |
||
3956 | { |
||
3957 | "name": "Sebastian Bergmann", |
||
3958 | "email": "[email protected]", |
||
3959 | "role": "lead" |
||
3960 | } |
||
3961 | ], |
||
3962 | "description": "Simple template engine.", |
||
3963 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3964 | "keywords": [ |
||
3965 | "template" |
||
3966 | ], |
||
3967 | "time": "2015-06-21T13:50:34+00:00" |
||
3968 | }, |
||
3969 | { |
||
3970 | "name": "phpunit/php-timer", |
||
3971 | "version": "2.0.0", |
||
3972 | "source": { |
||
3973 | "type": "git", |
||
3974 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3975 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
3976 | }, |
||
3977 | "dist": { |
||
3978 | "type": "zip", |
||
3979 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
3980 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
3981 | "shasum": "" |
||
3982 | }, |
||
3983 | "require": { |
||
3984 | "php": "^7.1" |
||
3985 | }, |
||
3986 | "require-dev": { |
||
3987 | "phpunit/phpunit": "^7.0" |
||
3988 | }, |
||
3989 | "type": "library", |
||
3990 | "extra": { |
||
3991 | "branch-alias": { |
||
3992 | "dev-master": "2.0-dev" |
||
3993 | } |
||
3994 | }, |
||
3995 | "autoload": { |
||
3996 | "classmap": [ |
||
3997 | "src/" |
||
3998 | ] |
||
3999 | }, |
||
4000 | "notification-url": "https://packagist.org/downloads/", |
||
4001 | "license": [ |
||
4002 | "BSD-3-Clause" |
||
4003 | ], |
||
4004 | "authors": [ |
||
4005 | { |
||
4006 | "name": "Sebastian Bergmann", |
||
4007 | "email": "[email protected]", |
||
4008 | "role": "lead" |
||
4009 | } |
||
4010 | ], |
||
4011 | "description": "Utility class for timing", |
||
4012 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
4013 | "keywords": [ |
||
4014 | "timer" |
||
4015 | ], |
||
4016 | "time": "2018-02-01T13:07:23+00:00" |
||
4017 | }, |
||
4018 | { |
||
4019 | "name": "phpunit/php-token-stream", |
||
4020 | "version": "3.0.0", |
||
4021 | "source": { |
||
4022 | "type": "git", |
||
4023 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
4024 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
4025 | }, |
||
4026 | "dist": { |
||
4027 | "type": "zip", |
||
4028 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
4029 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
4030 | "shasum": "" |
||
4031 | }, |
||
4032 | "require": { |
||
4033 | "ext-tokenizer": "*", |
||
4034 | "php": "^7.1" |
||
4035 | }, |
||
4036 | "require-dev": { |
||
4037 | "phpunit/phpunit": "^7.0" |
||
4038 | }, |
||
4039 | "type": "library", |
||
4040 | "extra": { |
||
4041 | "branch-alias": { |
||
4042 | "dev-master": "3.0-dev" |
||
4043 | } |
||
4044 | }, |
||
4045 | "autoload": { |
||
4046 | "classmap": [ |
||
4047 | "src/" |
||
4048 | ] |
||
4049 | }, |
||
4050 | "notification-url": "https://packagist.org/downloads/", |
||
4051 | "license": [ |
||
4052 | "BSD-3-Clause" |
||
4053 | ], |
||
4054 | "authors": [ |
||
4055 | { |
||
4056 | "name": "Sebastian Bergmann", |
||
4057 | "email": "[email protected]" |
||
4058 | } |
||
4059 | ], |
||
4060 | "description": "Wrapper around PHP's tokenizer extension.", |
||
4061 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
4062 | "keywords": [ |
||
4063 | "tokenizer" |
||
4064 | ], |
||
4065 | "time": "2018-02-01T13:16:43+00:00" |
||
4066 | }, |
||
4067 | { |
||
4068 | "name": "phpunit/phpunit", |
||
4069 | "version": "7.1.5", |
||
4070 | "source": { |
||
4071 | "type": "git", |
||
4072 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
4073 | "reference": "ca64dba53b88aba6af32aebc6b388068db95c435" |
||
4074 | }, |
||
4075 | "dist": { |
||
4076 | "type": "zip", |
||
4077 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435", |
||
4078 | "reference": "ca64dba53b88aba6af32aebc6b388068db95c435", |
||
4079 | "shasum": "" |
||
4080 | }, |
||
4081 | "require": { |
||
4082 | "ext-dom": "*", |
||
4083 | "ext-json": "*", |
||
4084 | "ext-libxml": "*", |
||
4085 | "ext-mbstring": "*", |
||
4086 | "ext-xml": "*", |
||
4087 | "myclabs/deep-copy": "^1.6.1", |
||
4088 | "phar-io/manifest": "^1.0.1", |
||
4089 | "phar-io/version": "^1.0", |
||
4090 | "php": "^7.1", |
||
4091 | "phpspec/prophecy": "^1.7", |
||
4092 | "phpunit/php-code-coverage": "^6.0.1", |
||
4093 | "phpunit/php-file-iterator": "^1.4.3", |
||
4094 | "phpunit/php-text-template": "^1.2.1", |
||
4095 | "phpunit/php-timer": "^2.0", |
||
4096 | "phpunit/phpunit-mock-objects": "^6.1.1", |
||
4097 | "sebastian/comparator": "^3.0", |
||
4098 | "sebastian/diff": "^3.0", |
||
4099 | "sebastian/environment": "^3.1", |
||
4100 | "sebastian/exporter": "^3.1", |
||
4101 | "sebastian/global-state": "^2.0", |
||
4102 | "sebastian/object-enumerator": "^3.0.3", |
||
4103 | "sebastian/resource-operations": "^1.0", |
||
4104 | "sebastian/version": "^2.0.1" |
||
4105 | }, |
||
4106 | "require-dev": { |
||
4107 | "ext-pdo": "*" |
||
4108 | }, |
||
4109 | "suggest": { |
||
4110 | "ext-xdebug": "*", |
||
4111 | "phpunit/php-invoker": "^2.0" |
||
4112 | }, |
||
4113 | "bin": [ |
||
4114 | "phpunit" |
||
4115 | ], |
||
4116 | "type": "library", |
||
4117 | "extra": { |
||
4118 | "branch-alias": { |
||
4119 | "dev-master": "7.1-dev" |
||
4120 | } |
||
4121 | }, |
||
4122 | "autoload": { |
||
4123 | "classmap": [ |
||
4124 | "src/" |
||
4125 | ] |
||
4126 | }, |
||
4127 | "notification-url": "https://packagist.org/downloads/", |
||
4128 | "license": [ |
||
4129 | "BSD-3-Clause" |
||
4130 | ], |
||
4131 | "authors": [ |
||
4132 | { |
||
4133 | "name": "Sebastian Bergmann", |
||
4134 | "email": "[email protected]", |
||
4135 | "role": "lead" |
||
4136 | } |
||
4137 | ], |
||
4138 | "description": "The PHP Unit Testing framework.", |
||
4139 | "homepage": "https://phpunit.de/", |
||
4140 | "keywords": [ |
||
4141 | "phpunit", |
||
4142 | "testing", |
||
4143 | "xunit" |
||
4144 | ], |
||
4145 | "time": "2018-04-29T15:09:19+00:00" |
||
4146 | }, |
||
4147 | { |
||
4148 | "name": "phpunit/phpunit-mock-objects", |
||
4149 | "version": "6.1.1", |
||
4150 | "source": { |
||
4151 | "type": "git", |
||
4152 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
4153 | "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157" |
||
4154 | }, |
||
4155 | "dist": { |
||
4156 | "type": "zip", |
||
4157 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157", |
||
4158 | "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157", |
||
4159 | "shasum": "" |
||
4160 | }, |
||
4161 | "require": { |
||
4162 | "doctrine/instantiator": "^1.0.5", |
||
4163 | "php": "^7.1", |
||
4164 | "phpunit/php-text-template": "^1.2.1", |
||
4165 | "sebastian/exporter": "^3.1" |
||
4166 | }, |
||
4167 | "require-dev": { |
||
4168 | "phpunit/phpunit": "^7.0" |
||
4169 | }, |
||
4170 | "suggest": { |
||
4171 | "ext-soap": "*" |
||
4172 | }, |
||
4173 | "type": "library", |
||
4174 | "extra": { |
||
4175 | "branch-alias": { |
||
4176 | "dev-master": "6.1-dev" |
||
4177 | } |
||
4178 | }, |
||
4179 | "autoload": { |
||
4180 | "classmap": [ |
||
4181 | "src/" |
||
4182 | ] |
||
4183 | }, |
||
4184 | "notification-url": "https://packagist.org/downloads/", |
||
4185 | "license": [ |
||
4186 | "BSD-3-Clause" |
||
4187 | ], |
||
4188 | "authors": [ |
||
4189 | { |
||
4190 | "name": "Sebastian Bergmann", |
||
4191 | "email": "[email protected]", |
||
4192 | "role": "lead" |
||
4193 | } |
||
4194 | ], |
||
4195 | "description": "Mock Object library for PHPUnit", |
||
4196 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
4197 | "keywords": [ |
||
4198 | "mock", |
||
4199 | "xunit" |
||
4200 | ], |
||
4201 | "time": "2018-04-11T04:50:36+00:00" |
||
4202 | }, |
||
4203 | { |
||
4204 | "name": "sebastian/code-unit-reverse-lookup", |
||
4205 | "version": "1.0.1", |
||
4206 | "source": { |
||
4207 | "type": "git", |
||
4208 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
4209 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
4210 | }, |
||
4211 | "dist": { |
||
4212 | "type": "zip", |
||
4213 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
4214 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
4215 | "shasum": "" |
||
4216 | }, |
||
4217 | "require": { |
||
4218 | "php": "^5.6 || ^7.0" |
||
4219 | }, |
||
4220 | "require-dev": { |
||
4221 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
4222 | }, |
||
4223 | "type": "library", |
||
4224 | "extra": { |
||
4225 | "branch-alias": { |
||
4226 | "dev-master": "1.0.x-dev" |
||
4227 | } |
||
4228 | }, |
||
4229 | "autoload": { |
||
4230 | "classmap": [ |
||
4231 | "src/" |
||
4232 | ] |
||
4233 | }, |
||
4234 | "notification-url": "https://packagist.org/downloads/", |
||
4235 | "license": [ |
||
4236 | "BSD-3-Clause" |
||
4237 | ], |
||
4238 | "authors": [ |
||
4239 | { |
||
4240 | "name": "Sebastian Bergmann", |
||
4241 | "email": "[email protected]" |
||
4242 | } |
||
4243 | ], |
||
4244 | "description": "Looks up which function or method a line of code belongs to", |
||
4245 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
4246 | "time": "2017-03-04T06:30:41+00:00" |
||
4247 | }, |
||
4248 | { |
||
4249 | "name": "sebastian/comparator", |
||
4250 | "version": "3.0.0", |
||
4251 | "source": { |
||
4252 | "type": "git", |
||
4253 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
4254 | "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5" |
||
4255 | }, |
||
4256 | "dist": { |
||
4257 | "type": "zip", |
||
4258 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5", |
||
4259 | "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5", |
||
4260 | "shasum": "" |
||
4261 | }, |
||
4262 | "require": { |
||
4263 | "php": "^7.1", |
||
4264 | "sebastian/diff": "^3.0", |
||
4265 | "sebastian/exporter": "^3.1" |
||
4266 | }, |
||
4267 | "require-dev": { |
||
4268 | "phpunit/phpunit": "^7.1" |
||
4269 | }, |
||
4270 | "type": "library", |
||
4271 | "extra": { |
||
4272 | "branch-alias": { |
||
4273 | "dev-master": "3.0-dev" |
||
4274 | } |
||
4275 | }, |
||
4276 | "autoload": { |
||
4277 | "classmap": [ |
||
4278 | "src/" |
||
4279 | ] |
||
4280 | }, |
||
4281 | "notification-url": "https://packagist.org/downloads/", |
||
4282 | "license": [ |
||
4283 | "BSD-3-Clause" |
||
4284 | ], |
||
4285 | "authors": [ |
||
4286 | { |
||
4287 | "name": "Jeff Welch", |
||
4288 | "email": "[email protected]" |
||
4289 | }, |
||
4290 | { |
||
4291 | "name": "Volker Dusch", |
||
4292 | "email": "[email protected]" |
||
4293 | }, |
||
4294 | { |
||
4295 | "name": "Bernhard Schussek", |
||
4296 | "email": "[email protected]" |
||
4297 | }, |
||
4298 | { |
||
4299 | "name": "Sebastian Bergmann", |
||
4300 | "email": "[email protected]" |
||
4301 | } |
||
4302 | ], |
||
4303 | "description": "Provides the functionality to compare PHP values for equality", |
||
4304 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
4305 | "keywords": [ |
||
4306 | "comparator", |
||
4307 | "compare", |
||
4308 | "equality" |
||
4309 | ], |
||
4310 | "time": "2018-04-18T13:33:00+00:00" |
||
4311 | }, |
||
4312 | { |
||
4313 | "name": "sebastian/diff", |
||
4314 | "version": "3.0.0", |
||
4315 | "source": { |
||
4316 | "type": "git", |
||
4317 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4318 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
4319 | }, |
||
4320 | "dist": { |
||
4321 | "type": "zip", |
||
4322 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
4323 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
4324 | "shasum": "" |
||
4325 | }, |
||
4326 | "require": { |
||
4327 | "php": "^7.1" |
||
4328 | }, |
||
4329 | "require-dev": { |
||
4330 | "phpunit/phpunit": "^7.0", |
||
4331 | "symfony/process": "^2 || ^3.3 || ^4" |
||
4332 | }, |
||
4333 | "type": "library", |
||
4334 | "extra": { |
||
4335 | "branch-alias": { |
||
4336 | "dev-master": "3.0-dev" |
||
4337 | } |
||
4338 | }, |
||
4339 | "autoload": { |
||
4340 | "classmap": [ |
||
4341 | "src/" |
||
4342 | ] |
||
4343 | }, |
||
4344 | "notification-url": "https://packagist.org/downloads/", |
||
4345 | "license": [ |
||
4346 | "BSD-3-Clause" |
||
4347 | ], |
||
4348 | "authors": [ |
||
4349 | { |
||
4350 | "name": "Kore Nordmann", |
||
4351 | "email": "[email protected]" |
||
4352 | }, |
||
4353 | { |
||
4354 | "name": "Sebastian Bergmann", |
||
4355 | "email": "[email protected]" |
||
4356 | } |
||
4357 | ], |
||
4358 | "description": "Diff implementation", |
||
4359 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4360 | "keywords": [ |
||
4361 | "diff", |
||
4362 | "udiff", |
||
4363 | "unidiff", |
||
4364 | "unified diff" |
||
4365 | ], |
||
4366 | "time": "2018-02-01T13:45:15+00:00" |
||
4367 | }, |
||
4368 | { |
||
4369 | "name": "sebastian/environment", |
||
4370 | "version": "3.1.0", |
||
4371 | "source": { |
||
4372 | "type": "git", |
||
4373 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4374 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
4375 | }, |
||
4376 | "dist": { |
||
4377 | "type": "zip", |
||
4378 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
4379 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
4380 | "shasum": "" |
||
4381 | }, |
||
4382 | "require": { |
||
4383 | "php": "^7.0" |
||
4384 | }, |
||
4385 | "require-dev": { |
||
4386 | "phpunit/phpunit": "^6.1" |
||
4387 | }, |
||
4388 | "type": "library", |
||
4389 | "extra": { |
||
4390 | "branch-alias": { |
||
4391 | "dev-master": "3.1.x-dev" |
||
4392 | } |
||
4393 | }, |
||
4394 | "autoload": { |
||
4395 | "classmap": [ |
||
4396 | "src/" |
||
4397 | ] |
||
4398 | }, |
||
4399 | "notification-url": "https://packagist.org/downloads/", |
||
4400 | "license": [ |
||
4401 | "BSD-3-Clause" |
||
4402 | ], |
||
4403 | "authors": [ |
||
4404 | { |
||
4405 | "name": "Sebastian Bergmann", |
||
4406 | "email": "[email protected]" |
||
4407 | } |
||
4408 | ], |
||
4409 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4410 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4411 | "keywords": [ |
||
4412 | "Xdebug", |
||
4413 | "environment", |
||
4414 | "hhvm" |
||
4415 | ], |
||
4416 | "time": "2017-07-01T08:51:00+00:00" |
||
4417 | }, |
||
4418 | { |
||
4419 | "name": "sebastian/exporter", |
||
4420 | "version": "3.1.0", |
||
4421 | "source": { |
||
4422 | "type": "git", |
||
4423 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4424 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
4425 | }, |
||
4426 | "dist": { |
||
4427 | "type": "zip", |
||
4428 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
4429 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
4430 | "shasum": "" |
||
4431 | }, |
||
4432 | "require": { |
||
4433 | "php": "^7.0", |
||
4434 | "sebastian/recursion-context": "^3.0" |
||
4435 | }, |
||
4436 | "require-dev": { |
||
4437 | "ext-mbstring": "*", |
||
4438 | "phpunit/phpunit": "^6.0" |
||
4439 | }, |
||
4440 | "type": "library", |
||
4441 | "extra": { |
||
4442 | "branch-alias": { |
||
4443 | "dev-master": "3.1.x-dev" |
||
4444 | } |
||
4445 | }, |
||
4446 | "autoload": { |
||
4447 | "classmap": [ |
||
4448 | "src/" |
||
4449 | ] |
||
4450 | }, |
||
4451 | "notification-url": "https://packagist.org/downloads/", |
||
4452 | "license": [ |
||
4453 | "BSD-3-Clause" |
||
4454 | ], |
||
4455 | "authors": [ |
||
4456 | { |
||
4457 | "name": "Jeff Welch", |
||
4458 | "email": "[email protected]" |
||
4459 | }, |
||
4460 | { |
||
4461 | "name": "Volker Dusch", |
||
4462 | "email": "[email protected]" |
||
4463 | }, |
||
4464 | { |
||
4465 | "name": "Bernhard Schussek", |
||
4466 | "email": "[email protected]" |
||
4467 | }, |
||
4468 | { |
||
4469 | "name": "Sebastian Bergmann", |
||
4470 | "email": "[email protected]" |
||
4471 | }, |
||
4472 | { |
||
4473 | "name": "Adam Harvey", |
||
4474 | "email": "[email protected]" |
||
4475 | } |
||
4476 | ], |
||
4477 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4478 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4479 | "keywords": [ |
||
4480 | "export", |
||
4481 | "exporter" |
||
4482 | ], |
||
4483 | "time": "2017-04-03T13:19:02+00:00" |
||
4484 | }, |
||
4485 | { |
||
4486 | "name": "sebastian/global-state", |
||
4487 | "version": "2.0.0", |
||
4488 | "source": { |
||
4489 | "type": "git", |
||
4490 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4491 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
4492 | }, |
||
4493 | "dist": { |
||
4494 | "type": "zip", |
||
4495 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
4496 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
4497 | "shasum": "" |
||
4498 | }, |
||
4499 | "require": { |
||
4500 | "php": "^7.0" |
||
4501 | }, |
||
4502 | "require-dev": { |
||
4503 | "phpunit/phpunit": "^6.0" |
||
4504 | }, |
||
4505 | "suggest": { |
||
4506 | "ext-uopz": "*" |
||
4507 | }, |
||
4508 | "type": "library", |
||
4509 | "extra": { |
||
4510 | "branch-alias": { |
||
4511 | "dev-master": "2.0-dev" |
||
4512 | } |
||
4513 | }, |
||
4514 | "autoload": { |
||
4515 | "classmap": [ |
||
4516 | "src/" |
||
4517 | ] |
||
4518 | }, |
||
4519 | "notification-url": "https://packagist.org/downloads/", |
||
4520 | "license": [ |
||
4521 | "BSD-3-Clause" |
||
4522 | ], |
||
4523 | "authors": [ |
||
4524 | { |
||
4525 | "name": "Sebastian Bergmann", |
||
4526 | "email": "[email protected]" |
||
4527 | } |
||
4528 | ], |
||
4529 | "description": "Snapshotting of global state", |
||
4530 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4531 | "keywords": [ |
||
4532 | "global state" |
||
4533 | ], |
||
4534 | "time": "2017-04-27T15:39:26+00:00" |
||
4535 | }, |
||
4536 | { |
||
4537 | "name": "sebastian/object-enumerator", |
||
4538 | "version": "3.0.3", |
||
4539 | "source": { |
||
4540 | "type": "git", |
||
4541 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
4542 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
4543 | }, |
||
4544 | "dist": { |
||
4545 | "type": "zip", |
||
4546 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
4547 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
4548 | "shasum": "" |
||
4549 | }, |
||
4550 | "require": { |
||
4551 | "php": "^7.0", |
||
4552 | "sebastian/object-reflector": "^1.1.1", |
||
4553 | "sebastian/recursion-context": "^3.0" |
||
4554 | }, |
||
4555 | "require-dev": { |
||
4556 | "phpunit/phpunit": "^6.0" |
||
4557 | }, |
||
4558 | "type": "library", |
||
4559 | "extra": { |
||
4560 | "branch-alias": { |
||
4561 | "dev-master": "3.0.x-dev" |
||
4562 | } |
||
4563 | }, |
||
4564 | "autoload": { |
||
4565 | "classmap": [ |
||
4566 | "src/" |
||
4567 | ] |
||
4568 | }, |
||
4569 | "notification-url": "https://packagist.org/downloads/", |
||
4570 | "license": [ |
||
4571 | "BSD-3-Clause" |
||
4572 | ], |
||
4573 | "authors": [ |
||
4574 | { |
||
4575 | "name": "Sebastian Bergmann", |
||
4576 | "email": "[email protected]" |
||
4577 | } |
||
4578 | ], |
||
4579 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
4580 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
4581 | "time": "2017-08-03T12:35:26+00:00" |
||
4582 | }, |
||
4583 | { |
||
4584 | "name": "sebastian/object-reflector", |
||
4585 | "version": "1.1.1", |
||
4586 | "source": { |
||
4587 | "type": "git", |
||
4588 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
4589 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
4590 | }, |
||
4591 | "dist": { |
||
4592 | "type": "zip", |
||
4593 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
4594 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
4595 | "shasum": "" |
||
4596 | }, |
||
4597 | "require": { |
||
4598 | "php": "^7.0" |
||
4599 | }, |
||
4600 | "require-dev": { |
||
4601 | "phpunit/phpunit": "^6.0" |
||
4602 | }, |
||
4603 | "type": "library", |
||
4604 | "extra": { |
||
4605 | "branch-alias": { |
||
4606 | "dev-master": "1.1-dev" |
||
4607 | } |
||
4608 | }, |
||
4609 | "autoload": { |
||
4610 | "classmap": [ |
||
4611 | "src/" |
||
4612 | ] |
||
4613 | }, |
||
4614 | "notification-url": "https://packagist.org/downloads/", |
||
4615 | "license": [ |
||
4616 | "BSD-3-Clause" |
||
4617 | ], |
||
4618 | "authors": [ |
||
4619 | { |
||
4620 | "name": "Sebastian Bergmann", |
||
4621 | "email": "[email protected]" |
||
4622 | } |
||
4623 | ], |
||
4624 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
4625 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
4626 | "time": "2017-03-29T09:07:27+00:00" |
||
4627 | }, |
||
4628 | { |
||
4629 | "name": "sebastian/recursion-context", |
||
4630 | "version": "3.0.0", |
||
4631 | "source": { |
||
4632 | "type": "git", |
||
4633 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4634 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
4635 | }, |
||
4636 | "dist": { |
||
4637 | "type": "zip", |
||
4638 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
4639 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
4640 | "shasum": "" |
||
4641 | }, |
||
4642 | "require": { |
||
4643 | "php": "^7.0" |
||
4644 | }, |
||
4645 | "require-dev": { |
||
4646 | "phpunit/phpunit": "^6.0" |
||
4647 | }, |
||
4648 | "type": "library", |
||
4649 | "extra": { |
||
4650 | "branch-alias": { |
||
4651 | "dev-master": "3.0.x-dev" |
||
4652 | } |
||
4653 | }, |
||
4654 | "autoload": { |
||
4655 | "classmap": [ |
||
4656 | "src/" |
||
4657 | ] |
||
4658 | }, |
||
4659 | "notification-url": "https://packagist.org/downloads/", |
||
4660 | "license": [ |
||
4661 | "BSD-3-Clause" |
||
4662 | ], |
||
4663 | "authors": [ |
||
4664 | { |
||
4665 | "name": "Jeff Welch", |
||
4666 | "email": "[email protected]" |
||
4667 | }, |
||
4668 | { |
||
4669 | "name": "Sebastian Bergmann", |
||
4670 | "email": "[email protected]" |
||
4671 | }, |
||
4672 | { |
||
4673 | "name": "Adam Harvey", |
||
4674 | "email": "[email protected]" |
||
4675 | } |
||
4676 | ], |
||
4677 | "description": "Provides functionality to recursively process PHP variables", |
||
4678 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4679 | "time": "2017-03-03T06:23:57+00:00" |
||
4680 | }, |
||
4681 | { |
||
4682 | "name": "sebastian/resource-operations", |
||
4683 | "version": "1.0.0", |
||
4684 | "source": { |
||
4685 | "type": "git", |
||
4686 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
4687 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
4688 | }, |
||
4689 | "dist": { |
||
4690 | "type": "zip", |
||
4691 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
4692 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
4693 | "shasum": "" |
||
4694 | }, |
||
4695 | "require": { |
||
4696 | "php": ">=5.6.0" |
||
4697 | }, |
||
4698 | "type": "library", |
||
4699 | "extra": { |
||
4700 | "branch-alias": { |
||
4701 | "dev-master": "1.0.x-dev" |
||
4702 | } |
||
4703 | }, |
||
4704 | "autoload": { |
||
4705 | "classmap": [ |
||
4706 | "src/" |
||
4707 | ] |
||
4708 | }, |
||
4709 | "notification-url": "https://packagist.org/downloads/", |
||
4710 | "license": [ |
||
4711 | "BSD-3-Clause" |
||
4712 | ], |
||
4713 | "authors": [ |
||
4714 | { |
||
4715 | "name": "Sebastian Bergmann", |
||
4716 | "email": "[email protected]" |
||
4717 | } |
||
4718 | ], |
||
4719 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
4720 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
4721 | "time": "2015-07-28T20:34:47+00:00" |
||
4722 | }, |
||
4723 | { |
||
4724 | "name": "sebastian/version", |
||
4725 | "version": "2.0.1", |
||
4726 | "source": { |
||
4727 | "type": "git", |
||
4728 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4729 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
4730 | }, |
||
4731 | "dist": { |
||
4732 | "type": "zip", |
||
4733 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
4734 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
4735 | "shasum": "" |
||
4736 | }, |
||
4737 | "require": { |
||
4738 | "php": ">=5.6" |
||
4739 | }, |
||
4740 | "type": "library", |
||
4741 | "extra": { |
||
4742 | "branch-alias": { |
||
4743 | "dev-master": "2.0.x-dev" |
||
4744 | } |
||
4745 | }, |
||
4746 | "autoload": { |
||
4747 | "classmap": [ |
||
4748 | "src/" |
||
4749 | ] |
||
4750 | }, |
||
4751 | "notification-url": "https://packagist.org/downloads/", |
||
4752 | "license": [ |
||
4753 | "BSD-3-Clause" |
||
4754 | ], |
||
4755 | "authors": [ |
||
4756 | { |
||
4757 | "name": "Sebastian Bergmann", |
||
4758 | "email": "[email protected]", |
||
4759 | "role": "lead" |
||
4760 | } |
||
4761 | ], |
||
4762 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4763 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4764 | "time": "2016-10-03T07:35:21+00:00" |
||
4765 | }, |
||
4766 | { |
||
4767 | "name": "theseer/tokenizer", |
||
4768 | "version": "1.1.0", |
||
4769 | "source": { |
||
4770 | "type": "git", |
||
4771 | "url": "https://github.com/theseer/tokenizer.git", |
||
4772 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
4773 | }, |
||
4774 | "dist": { |
||
4775 | "type": "zip", |
||
4776 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
4777 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
4778 | "shasum": "" |
||
4779 | }, |
||
4780 | "require": { |
||
4781 | "ext-dom": "*", |
||
4782 | "ext-tokenizer": "*", |
||
4783 | "ext-xmlwriter": "*", |
||
4784 | "php": "^7.0" |
||
4785 | }, |
||
4786 | "type": "library", |
||
4787 | "autoload": { |
||
4788 | "classmap": [ |
||
4789 | "src/" |
||
4790 | ] |
||
4791 | }, |
||
4792 | "notification-url": "https://packagist.org/downloads/", |
||
4793 | "license": [ |
||
4794 | "BSD-3-Clause" |
||
4795 | ], |
||
4796 | "authors": [ |
||
4797 | { |
||
4798 | "name": "Arne Blankerts", |
||
4799 | "email": "[email protected]", |
||
4800 | "role": "Developer" |
||
4801 | } |
||
4802 | ], |
||
4803 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
4804 | "time": "2017-04-07T12:08:54+00:00" |
||
4805 | }, |
||
4806 | { |
||
4807 | "name": "webmozart/assert", |
||
4808 | "version": "1.3.0", |
||
4809 | "source": { |
||
4810 | "type": "git", |
||
4811 | "url": "https://github.com/webmozart/assert.git", |
||
4812 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
4813 | }, |
||
4814 | "dist": { |
||
4815 | "type": "zip", |
||
4816 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
4817 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
4818 | "shasum": "" |
||
4819 | }, |
||
4820 | "require": { |
||
4821 | "php": "^5.3.3 || ^7.0" |
||
4822 | }, |
||
4823 | "require-dev": { |
||
4824 | "phpunit/phpunit": "^4.6", |
||
4825 | "sebastian/version": "^1.0.1" |
||
4826 | }, |
||
4827 | "type": "library", |
||
4828 | "extra": { |
||
4829 | "branch-alias": { |
||
4830 | "dev-master": "1.3-dev" |
||
4831 | } |
||
4832 | }, |
||
4833 | "autoload": { |
||
4834 | "psr-4": { |
||
4835 | "Webmozart\\Assert\\": "src/" |
||
4836 | } |
||
4837 | }, |
||
4838 | "notification-url": "https://packagist.org/downloads/", |
||
4839 | "license": [ |
||
4840 | "MIT" |
||
4841 | ], |
||
4842 | "authors": [ |
||
4843 | { |
||
4844 | "name": "Bernhard Schussek", |
||
4845 | "email": "[email protected]" |
||
4846 | } |
||
4847 | ], |
||
4848 | "description": "Assertions to validate method input/output with nice error messages.", |
||
4849 | "keywords": [ |
||
4850 | "assert", |
||
4851 | "check", |
||
4852 | "validate" |
||
4853 | ], |
||
4854 | "time": "2018-01-29T19:49:41+00:00" |
||
4855 | } |
||
4856 | ], |
||
4857 | "aliases": [], |
||
4858 | "minimum-stability": "stable", |
||
4859 | "stability-flags": [], |
||
4860 | "prefer-stable": false, |
||
4861 | "prefer-lowest": false, |
||
4862 | "platform": { |
||
4863 | "php": "^7.0" |
||
4864 | }, |
||
4865 | "platform-dev": [] |
||
4866 | } |
||
4867 |