List of commits:
Subject Hash Author Date (UTC)
Updated components to latest version 12afa96b14409a8a5a8a58b52ee3b909988f1140 EyadMohammedOsama 2019-12-20 23:25:36
Fixed a spelling issue 1fab59530a50e8f30215a4e8f26dd443aa014d97 EyadMohammedOsama 2019-08-27 16:28:25
Added login checkbox value to data form f5c589a7bd70207b63f192dd8c7c39d4152a6472 EyadMohammedOsama 2019-08-23 00:09:26
Added the login message template 77965d326fda8776480d77ea2230f5119bb7a383 EyadMohammedOsama 2019-08-23 00:08:51
Added checkbox for login emails e8366b083a8cd53645e5cccd20619fc07fbb0e15 EyadMohammedOsama 2019-08-23 00:08:26
Added login email feature 82ef8559a69e7f1c684e8b99d6884f0a198ffa5d EyadMohammedOsama 2019-08-23 00:08:09
Added login email notification 2b96127f976f20b1e2c7d3e8424dfbe75ad4459a EyadMohammedOsama 2019-08-23 00:07:37
Commented out the auth middleware 8273a3c85880473a9319f501d7454f2228ec6206 EyadMohammedOsama 2019-08-21 16:10:00
Changed fiddle favoriting notification position a1370e34fb01da691c7033722c6aab50c210b710 EyadMohammedOsama 2019-08-21 15:58:57
Fixed issue with existence check 69b0146025ef96e0ec11c9782cdbef0d8781a2fe EyadMohammedOsama 2019-08-21 15:58:23
Added new tables 9a77812ba8942ef3779ee5888c31a837634c92fe EyadMohammedOsama 2019-08-16 00:15:07
Added new routes 395a39cef88965ad208b1a1f41616ab003c277e5 EyadMohammedOsama 2019-08-16 00:06:31
Added confirmation alert 159468a8b95c5533fce13dbd51693ee0e5bbba76 EyadMohammedOsama 2019-08-16 00:06:00
Added link to password forgot page c5de10dc4742f3398ee06bc5a470381f88e724c2 EyadMohammedOsama 2019-08-16 00:05:33
Removed $is_confirmed aa345beb6ae8c0058dd5242b7d163f8c51df7e86 EyadMohammedOsama 2019-08-16 00:05:05
Initial Commit 15c32a418d14fba9a89e0a9dd5bfa283fb5811d4 EyadMohammedOsama 2019-08-16 00:04:14
Added several new methods 0bc95876af1041a053fbb426dfa3c5fb4600647b EyadMohammedOsama 2019-08-16 00:03:27
Initial Commit c1a0c0ceaf232bec3dd3faa0c5d49cf4f840f364 EyadMohammedOsama 2019-08-15 16:18:26
Initial Commit 34400f91e493a86b1a8e0a1e32bc74cfb546c681 EyadMohammedOsama 2019-08-13 23:04:27
Added download button b2778c1c6ed5e42de7bac6ae9223facf33469b8e EyadMohammedOsama 2019-08-08 22:17:29
Commit 12afa96b14409a8a5a8a58b52ee3b909988f1140 - Updated components to latest version
Author: EyadMohammedOsama
Author date (UTC): 2019-12-20 23:25
Committer name: EyadMohammedOsama
Committer date (UTC): 2019-12-20 23:25
Parent(s): 1fab59530a50e8f30215a4e8f26dd443aa014d97
Signing key:
Tree: 478a38da7bbab396163cc26ce1399485c5c2da8b
File Lines added Lines deleted
composer.json 5 7
composer.lock 910 743
File composer.json changed (mode: 100644) (index ddbe4d0..7ca9bd0)
8 8 ], ],
9 9 "license": "MIT", "license": "MIT",
10 10 "require": { "require": {
11 "php": "^7.1.3",
11 "php": "^7.2",
12 12 "fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",
13 "laravel/framework": "5.8.*",
14 "laravel/tinker": "^1.0",
15 "pusher/pusher-php-server": "^4.0"
13 "laravel/framework": "^6.2",
14 "laravel/tinker": "^2.0"
16 15 }, },
17 16 "require-dev": { "require-dev": {
18 "beyondcode/laravel-dump-server": "^1.0",
19 "filp/whoops": "^2.0",
17 "facade/ignition": "^1.4",
20 18 "fzaninotto/faker": "^1.4", "fzaninotto/faker": "^1.4",
21 19 "mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
22 20 "nunomaduro/collision": "^3.0", "nunomaduro/collision": "^3.0",
23 "phpunit/phpunit": "^7.5"
21 "phpunit/phpunit": "^8.0"
24 22 }, },
25 23 "config": { "config": {
26 24 "optimize-autoloader": true, "optimize-autoloader": true,
File composer.lock changed (mode: 100644) (index 91a7236..48086a6)
4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5 "This file is @generated automatically" "This file is @generated automatically"
6 6 ], ],
7 "content-hash": "526992a43688d1dd4c666b8f13a805dd",
7 "content-hash": "3bb4dacacf43532a01bf1d3d6dd3bbe1",
8 8 "packages": [ "packages": [
9 9 { {
10 10 "name": "dnoegel/php-xdg-base-dir", "name": "dnoegel/php-xdg-base-dir",
11 "version": "0.1",
11 "version": "v0.1.1",
12 12 "source": { "source": {
13 13 "type": "git", "type": "git",
14 14 "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
15 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
15 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
16 16 }, },
17 17 "dist": { "dist": {
18 18 "type": "zip", "type": "zip",
19 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
20 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
19 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
20 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
21 21 "shasum": "" "shasum": ""
22 22 }, },
23 23 "require": { "require": {
24 24 "php": ">=5.3.2" "php": ">=5.3.2"
25 25 }, },
26 26 "require-dev": { "require-dev": {
27 "phpunit/phpunit": "@stable"
27 "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
28 28 }, },
29 "type": "project",
29 "type": "library",
30 30 "autoload": { "autoload": {
31 31 "psr-4": { "psr-4": {
32 32 "XdgBaseDir\\": "src/" "XdgBaseDir\\": "src/"
 
37 37 "MIT" "MIT"
38 38 ], ],
39 39 "description": "implementation of xdg base directory specification for php", "description": "implementation of xdg base directory specification for php",
40 "time": "2014-10-24T07:27:01+00:00"
40 "time": "2019-12-04T15:06:13+00:00"
41 41 }, },
42 42 { {
43 43 "name": "doctrine/inflector", "name": "doctrine/inflector",
44 "version": "v1.3.0",
44 "version": "1.3.1",
45 45 "source": { "source": {
46 46 "type": "git", "type": "git",
47 47 "url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
48 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
48 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
49 49 }, },
50 50 "dist": { "dist": {
51 51 "type": "zip", "type": "zip",
52 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
53 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
52 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
53 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
54 54 "shasum": "" "shasum": ""
55 55 }, },
56 56 "require": { "require": {
 
75 75 "MIT" "MIT"
76 76 ], ],
77 77 "authors": [ "authors": [
78 {
79 "name": "Guilherme Blanco",
80 "email": "guilhermeblanco@gmail.com"
81 },
78 82 { {
79 83 "name": "Roman Borschel", "name": "Roman Borschel",
80 84 "email": "roman@code-factory.org" "email": "roman@code-factory.org"
 
83 87 "name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
84 88 "email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
85 89 }, },
86 {
87 "name": "Guilherme Blanco",
88 "email": "guilhermeblanco@gmail.com"
89 },
90 90 { {
91 91 "name": "Jonathan Wage", "name": "Jonathan Wage",
92 92 "email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
 
104 104 "singularize", "singularize",
105 105 "string" "string"
106 106 ], ],
107 "time": "2018-01-09T20:05:19+00:00"
107 "time": "2019-10-30T19:59:35+00:00"
108 108 }, },
109 109 { {
110 110 "name": "doctrine/lexer", "name": "doctrine/lexer",
111 "version": "1.0.2",
111 "version": "1.2.0",
112 112 "source": { "source": {
113 113 "type": "git", "type": "git",
114 114 "url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
115 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
115 "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
116 116 }, },
117 117 "dist": { "dist": {
118 118 "type": "zip", "type": "zip",
119 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
120 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
119 "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
120 "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
121 121 "shasum": "" "shasum": ""
122 122 }, },
123 123 "require": { "require": {
124 "php": ">=5.3.2"
124 "php": "^7.2"
125 125 }, },
126 126 "require-dev": { "require-dev": {
127 "phpunit/phpunit": "^4.5"
127 "doctrine/coding-standard": "^6.0",
128 "phpstan/phpstan": "^0.11.8",
129 "phpunit/phpunit": "^8.2"
128 130 }, },
129 131 "type": "library", "type": "library",
130 132 "extra": { "extra": {
131 133 "branch-alias": { "branch-alias": {
132 "dev-master": "1.0.x-dev"
134 "dev-master": "1.2.x-dev"
133 135 } }
134 136 }, },
135 137 "autoload": { "autoload": {
 
142 144 "MIT" "MIT"
143 145 ], ],
144 146 "authors": [ "authors": [
145 {
146 "name": "Roman Borschel",
147 "email": "roman@code-factory.org"
148 },
149 147 { {
150 148 "name": "Guilherme Blanco", "name": "Guilherme Blanco",
151 149 "email": "guilhermeblanco@gmail.com" "email": "guilhermeblanco@gmail.com"
152 150 }, },
151 {
152 "name": "Roman Borschel",
153 "email": "roman@code-factory.org"
154 },
153 155 { {
154 156 "name": "Johannes Schmitt", "name": "Johannes Schmitt",
155 157 "email": "schmittjoh@gmail.com" "email": "schmittjoh@gmail.com"
 
164 166 "parser", "parser",
165 167 "php" "php"
166 168 ], ],
167 "time": "2019-06-08T11:03:04+00:00"
169 "time": "2019-10-30T14:39:59+00:00"
168 170 }, },
169 171 { {
170 172 "name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
 
222 224 }, },
223 225 { {
224 226 "name": "egulias/email-validator", "name": "egulias/email-validator",
225 "version": "2.1.10",
227 "version": "2.1.11",
226 228 "source": { "source": {
227 229 "type": "git", "type": "git",
228 230 "url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
229 "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec"
231 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
230 232 }, },
231 233 "dist": { "dist": {
232 234 "type": "zip", "type": "zip",
233 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
234 "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
235 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
236 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
235 237 "shasum": "" "shasum": ""
236 238 }, },
237 239 "require": { "require": {
 
250 252 "type": "library", "type": "library",
251 253 "extra": { "extra": {
252 254 "branch-alias": { "branch-alias": {
253 "dev-master": "2.0.x-dev"
255 "dev-master": "2.1.x-dev"
254 256 } }
255 257 }, },
256 258 "autoload": { "autoload": {
 
276 278 "validation", "validation",
277 279 "validator" "validator"
278 280 ], ],
279 "time": "2019-07-19T20:52:08+00:00"
281 "time": "2019-08-13T17:33:27+00:00"
280 282 }, },
281 283 { {
282 284 "name": "erusev/parsedown", "name": "erusev/parsedown",
 
326 328 }, },
327 329 { {
328 330 "name": "fideloper/proxy", "name": "fideloper/proxy",
329 "version": "4.2.0",
331 "version": "4.2.1",
330 332 "source": { "source": {
331 333 "type": "git", "type": "git",
332 334 "url": "https://github.com/fideloper/TrustedProxy.git", "url": "https://github.com/fideloper/TrustedProxy.git",
333 "reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2"
335 "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
334 336 }, },
335 337 "dist": { "dist": {
336 338 "type": "zip", "type": "zip",
337 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/39a4c2165e578bc771f5dc031c273210a3a9b6d2",
338 "reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2",
339 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a",
340 "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a",
339 341 "shasum": "" "shasum": ""
340 342 }, },
341 343 "require": { "require": {
342 "illuminate/contracts": "~5.0|~6.0",
344 "illuminate/contracts": "^5.0|^6.0|^7.0",
343 345 "php": ">=5.4.0" "php": ">=5.4.0"
344 346 }, },
345 347 "require-dev": { "require-dev": {
346 "illuminate/http": "~5.6|~6.0",
347 "mockery/mockery": "~1.0",
348 "illuminate/http": "^5.0|^6.0|^7.0",
349 "mockery/mockery": "^1.0",
348 350 "phpunit/phpunit": "^6.0" "phpunit/phpunit": "^6.0"
349 351 }, },
350 352 "type": "library", "type": "library",
 
376 378 "proxy", "proxy",
377 379 "trusted proxy" "trusted proxy"
378 380 ], ],
379 "time": "2019-07-29T16:49:45+00:00"
381 "time": "2019-09-03T16:45:42+00:00"
380 382 }, },
381 383 { {
382 384 "name": "jakub-onderka/php-console-color", "name": "jakub-onderka/php-console-color",
 
468 470 }, },
469 471 { {
470 472 "name": "laravel/framework", "name": "laravel/framework",
471 "version": "v5.8.30",
473 "version": "v6.8.0",
472 474 "source": { "source": {
473 475 "type": "git", "type": "git",
474 476 "url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
475 "reference": "7ccf0cf63931a8d8391aed90e6fc011381ea6838"
477 "reference": "3d1d74bf11a72f030983f39e0f6b7ec55de952f4"
476 478 }, },
477 479 "dist": { "dist": {
478 480 "type": "zip", "type": "zip",
479 "url": "https://api.github.com/repos/laravel/framework/zipball/7ccf0cf63931a8d8391aed90e6fc011381ea6838",
480 "reference": "7ccf0cf63931a8d8391aed90e6fc011381ea6838",
481 "url": "https://api.github.com/repos/laravel/framework/zipball/3d1d74bf11a72f030983f39e0f6b7ec55de952f4",
482 "reference": "3d1d74bf11a72f030983f39e0f6b7ec55de952f4",
481 483 "shasum": "" "shasum": ""
482 484 }, },
483 485 "require": { "require": {
484 486 "doctrine/inflector": "^1.1", "doctrine/inflector": "^1.1",
485 487 "dragonmantank/cron-expression": "^2.0", "dragonmantank/cron-expression": "^2.0",
486 "egulias/email-validator": "^2.0",
488 "egulias/email-validator": "^2.1.10",
487 489 "erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
488 490 "ext-json": "*", "ext-json": "*",
489 491 "ext-mbstring": "*", "ext-mbstring": "*",
490 492 "ext-openssl": "*", "ext-openssl": "*",
491 493 "league/flysystem": "^1.0.8", "league/flysystem": "^1.0.8",
492 "monolog/monolog": "^1.12",
493 "nesbot/carbon": "^1.26.3 || ^2.0",
494 "monolog/monolog": "^1.12|^2.0",
495 "nesbot/carbon": "^2.0",
494 496 "opis/closure": "^3.1", "opis/closure": "^3.1",
495 "php": "^7.1.3",
497 "php": "^7.2",
496 498 "psr/container": "^1.0", "psr/container": "^1.0",
497 499 "psr/simple-cache": "^1.0", "psr/simple-cache": "^1.0",
498 500 "ramsey/uuid": "^3.7", "ramsey/uuid": "^3.7",
499 501 "swiftmailer/swiftmailer": "^6.0", "swiftmailer/swiftmailer": "^6.0",
500 "symfony/console": "^4.2",
501 "symfony/debug": "^4.2",
502 "symfony/finder": "^4.2",
503 "symfony/http-foundation": "^4.2",
504 "symfony/http-kernel": "^4.2",
505 "symfony/process": "^4.2",
506 "symfony/routing": "^4.2",
507 "symfony/var-dumper": "^4.2",
502 "symfony/console": "^4.3.4",
503 "symfony/debug": "^4.3.4",
504 "symfony/finder": "^4.3.4",
505 "symfony/http-foundation": "^4.3.4",
506 "symfony/http-kernel": "^4.3.4",
507 "symfony/process": "^4.3.4",
508 "symfony/routing": "^4.3.4",
509 "symfony/var-dumper": "^4.3.4",
508 510 "tijsverkoyen/css-to-inline-styles": "^2.2.1", "tijsverkoyen/css-to-inline-styles": "^2.2.1",
509 511 "vlucas/phpdotenv": "^3.3" "vlucas/phpdotenv": "^3.3"
510 512 }, },
 
544 546 "require-dev": { "require-dev": {
545 547 "aws/aws-sdk-php": "^3.0", "aws/aws-sdk-php": "^3.0",
546 548 "doctrine/dbal": "^2.6", "doctrine/dbal": "^2.6",
547 "filp/whoops": "^2.1.4",
549 "filp/whoops": "^2.4",
548 550 "guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3",
549 551 "league/flysystem-cached-adapter": "^1.0", "league/flysystem-cached-adapter": "^1.0",
550 "mockery/mockery": "^1.0",
552 "mockery/mockery": "^1.2.3",
551 553 "moontoast/math": "^1.1", "moontoast/math": "^1.1",
552 "orchestra/testbench-core": "3.8.*",
554 "orchestra/testbench-core": "^4.0",
553 555 "pda/pheanstalk": "^4.0", "pda/pheanstalk": "^4.0",
554 "phpunit/phpunit": "^7.5|^8.0",
556 "phpunit/phpunit": "^8.3",
555 557 "predis/predis": "^1.1.1", "predis/predis": "^1.1.1",
556 "symfony/css-selector": "^4.2",
557 "symfony/dom-crawler": "^4.2",
558 "symfony/cache": "^4.3",
558 559 "true/punycode": "^2.1" "true/punycode": "^2.1"
559 560 }, },
560 561 "suggest": { "suggest": {
561 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
562 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
562 563 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
564 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
565 "ext-memcached": "Required to use the memcache cache driver.",
563 566 "ext-pcntl": "Required to use all features of the queue worker.", "ext-pcntl": "Required to use all features of the queue worker.",
564 567 "ext-posix": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.",
565 "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
568 "ext-redis": "Required to use the Redis cache and queue drivers.",
569 "filp/whoops": "Required for friendly error pages in development (^2.4).",
566 570 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
567 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
571 "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0).",
568 572 "laravel/tinker": "Required to use the tinker console command (^1.0).", "laravel/tinker": "Required to use the tinker console command (^1.0).",
569 573 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
570 574 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
571 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
572 575 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
573 576 "moontoast/math": "Required to use ordered UUIDs (^1.1).", "moontoast/math": "Required to use ordered UUIDs (^1.1).",
574 "nexmo/client": "Required to use the Nexmo transport (^1.0).",
575 577 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
576 "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
577 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
578 "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
579 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
580 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
578 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
579 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
580 "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
581 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
581 582 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
582 583 }, },
583 584 "type": "library", "type": "library",
584 585 "extra": { "extra": {
585 586 "branch-alias": { "branch-alias": {
586 "dev-master": "5.8-dev"
587 "dev-master": "6.x-dev"
587 588 } }
588 589 }, },
589 590 "autoload": { "autoload": {
 
611 612 "framework", "framework",
612 613 "laravel" "laravel"
613 614 ], ],
614 "time": "2019-07-30T14:08:47+00:00"
615 "time": "2019-12-17T15:13:23+00:00"
615 616 }, },
616 617 { {
617 618 "name": "laravel/tinker", "name": "laravel/tinker",
618 "version": "v1.0.9",
619 "version": "v2.0.0",
619 620 "source": { "source": {
620 621 "type": "git", "type": "git",
621 622 "url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
622 "reference": "eb0075527fdeeb1cc1d68bd4ca7d50256b30a827"
623 "reference": "6c2f1a1873180f3ecece0ba34ff9146847bf8dec"
623 624 }, },
624 625 "dist": { "dist": {
625 626 "type": "zip", "type": "zip",
626 "url": "https://api.github.com/repos/laravel/tinker/zipball/eb0075527fdeeb1cc1d68bd4ca7d50256b30a827",
627 "reference": "eb0075527fdeeb1cc1d68bd4ca7d50256b30a827",
627 "url": "https://api.github.com/repos/laravel/tinker/zipball/6c2f1a1873180f3ecece0ba34ff9146847bf8dec",
628 "reference": "6c2f1a1873180f3ecece0ba34ff9146847bf8dec",
628 629 "shasum": "" "shasum": ""
629 630 }, },
630 631 "require": { "require": {
631 "illuminate/console": "~5.1|^6.0",
632 "illuminate/contracts": "~5.1|^6.0",
633 "illuminate/support": "~5.1|^6.0",
634 "php": ">=5.5.9",
635 "psy/psysh": "0.7.*|0.8.*|0.9.*",
636 "symfony/var-dumper": "~3.0|~4.0"
632 "illuminate/console": "^6.0|^7.0",
633 "illuminate/contracts": "^6.0|^7.0",
634 "illuminate/support": "^6.0|^7.0",
635 "php": "^7.2",
636 "psy/psysh": "^0.9",
637 "symfony/var-dumper": "^4.0|^5.0"
637 638 }, },
638 639 "require-dev": { "require-dev": {
639 "phpunit/phpunit": "~4.0|~5.0"
640 "phpunit/phpunit": "^8.0"
640 641 }, },
641 642 "suggest": { "suggest": {
642 "illuminate/database": "The Illuminate Database package (~5.1)."
643 "illuminate/database": "The Illuminate Database package (^6.0|^7.0)."
643 644 }, },
644 645 "type": "library", "type": "library",
645 646 "extra": { "extra": {
646 647 "branch-alias": { "branch-alias": {
647 "dev-master": "1.0-dev"
648 "dev-master": "2.x-dev"
648 649 }, },
649 650 "laravel": { "laravel": {
650 651 "providers": [ "providers": [
 
674 675 "laravel", "laravel",
675 676 "psysh" "psysh"
676 677 ], ],
677 "time": "2019-07-29T18:09:25+00:00"
678 "time": "2019-11-26T17:57:28+00:00"
678 679 }, },
679 680 { {
680 681 "name": "league/flysystem", "name": "league/flysystem",
681 "version": "1.0.53",
682 "version": "1.0.61",
682 683 "source": { "source": {
683 684 "type": "git", "type": "git",
684 685 "url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
685 "reference": "08e12b7628f035600634a5e76d95b5eb66cea674"
686 "reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9"
686 687 }, },
687 688 "dist": { "dist": {
688 689 "type": "zip", "type": "zip",
689 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/08e12b7628f035600634a5e76d95b5eb66cea674",
690 "reference": "08e12b7628f035600634a5e76d95b5eb66cea674",
690 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fb13c01784a6c9f165a351e996871488ca2d8c9",
691 "reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9",
691 692 "shasum": "" "shasum": ""
692 693 }, },
693 694 "require": { "require": {
 
758 759 "sftp", "sftp",
759 760 "storage" "storage"
760 761 ], ],
761 "time": "2019-06-18T20:09:29+00:00"
762 "time": "2019-12-08T21:46:50+00:00"
762 763 }, },
763 764 { {
764 765 "name": "monolog/monolog", "name": "monolog/monolog",
765 "version": "1.24.0",
766 "version": "2.0.1",
766 767 "source": { "source": {
767 768 "type": "git", "type": "git",
768 769 "url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
769 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
770 "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c"
770 771 }, },
771 772 "dist": { "dist": {
772 773 "type": "zip", "type": "zip",
773 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
774 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
774 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9d56fd2f5533322caccdfcddbb56aedd622ef1c",
775 "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c",
775 776 "shasum": "" "shasum": ""
776 777 }, },
777 778 "require": { "require": {
778 "php": ">=5.3.0",
779 "psr/log": "~1.0"
779 "php": "^7.2",
780 "psr/log": "^1.0.1"
780 781 }, },
781 782 "provide": { "provide": {
782 783 "psr/log-implementation": "1.0.0" "psr/log-implementation": "1.0.0"
 
784 785 "require-dev": { "require-dev": {
785 786 "aws/aws-sdk-php": "^2.4.9 || ^3.0", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
786 787 "doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
787 "graylog2/gelf-php": "~1.0",
788 "jakub-onderka/php-parallel-lint": "0.9",
788 "elasticsearch/elasticsearch": "^6.0",
789 "graylog2/gelf-php": "^1.4.2",
790 "jakub-onderka/php-parallel-lint": "^0.9",
789 791 "php-amqplib/php-amqplib": "~2.4", "php-amqplib/php-amqplib": "~2.4",
790 792 "php-console/php-console": "^3.1.3", "php-console/php-console": "^3.1.3",
791 "phpunit/phpunit": "~4.5",
792 "phpunit/phpunit-mock-objects": "2.3.0",
793 "phpspec/prophecy": "^1.6.1",
794 "phpunit/phpunit": "^8.3",
795 "predis/predis": "^1.1",
796 "rollbar/rollbar": "^1.3",
793 797 "ruflin/elastica": ">=0.90 <3.0", "ruflin/elastica": ">=0.90 <3.0",
794 "sentry/sentry": "^0.13",
795 798 "swiftmailer/swiftmailer": "^5.3|^6.0" "swiftmailer/swiftmailer": "^5.3|^6.0"
796 799 }, },
797 800 "suggest": { "suggest": {
798 801 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
799 802 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
803 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
800 804 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
801 "ext-mongo": "Allow sending log messages to a MongoDB server",
805 "ext-mbstring": "Allow to work properly with unicode symbols",
806 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
802 807 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
803 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
808 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
804 809 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
805 810 "php-console/php-console": "Allow sending log messages to Google Chrome", "php-console/php-console": "Allow sending log messages to Google Chrome",
806 811 "rollbar/rollbar": "Allow sending log messages to Rollbar", "rollbar/rollbar": "Allow sending log messages to Rollbar",
807 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
808 "sentry/sentry": "Allow sending log messages to a Sentry server"
812 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
809 813 }, },
810 814 "type": "library", "type": "library",
811 815 "extra": { "extra": {
812 816 "branch-alias": { "branch-alias": {
813 "dev-master": "2.0.x-dev"
817 "dev-master": "2.x-dev"
814 818 } }
815 819 }, },
816 820 "autoload": { "autoload": {
 
836 840 "logging", "logging",
837 841 "psr-3" "psr-3"
838 842 ], ],
839 "time": "2018-11-05T09:00:11+00:00"
843 "time": "2019-11-13T10:27:43+00:00"
840 844 }, },
841 845 { {
842 846 "name": "nesbot/carbon", "name": "nesbot/carbon",
843 "version": "2.22.0",
847 "version": "2.28.0",
844 848 "source": { "source": {
845 849 "type": "git", "type": "git",
846 850 "url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
847 "reference": "1a0e48b5f656065ba3c265b058b25d36c2162a5e"
851 "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8"
848 852 }, },
849 853 "dist": { "dist": {
850 854 "type": "zip", "type": "zip",
851 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1a0e48b5f656065ba3c265b058b25d36c2162a5e",
852 "reference": "1a0e48b5f656065ba3c265b058b25d36c2162a5e",
855 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e2bcbcd43e67ee6101d321d5de916251d2870ca8",
856 "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8",
853 857 "shasum": "" "shasum": ""
854 858 }, },
855 859 "require": { "require": {
856 860 "ext-json": "*", "ext-json": "*",
857 861 "php": "^7.1.8 || ^8.0", "php": "^7.1.8 || ^8.0",
858 "symfony/translation": "^3.4 || ^4.0"
862 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
859 863 }, },
860 864 "require-dev": { "require-dev": {
861 865 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
 
870 874 ], ],
871 875 "type": "library", "type": "library",
872 876 "extra": { "extra": {
877 "branch-alias": {
878 "dev-master": "2.x-dev"
879 },
873 880 "laravel": { "laravel": {
874 881 "providers": [ "providers": [
875 882 "Carbon\\Laravel\\ServiceProvider" "Carbon\\Laravel\\ServiceProvider"
 
896 903 "homepage": "http://github.com/kylekatarnls" "homepage": "http://github.com/kylekatarnls"
897 904 } }
898 905 ], ],
899 "description": "A simple API extension for DateTime.",
906 "description": "An API extension for DateTime that supports 281 different languages.",
900 907 "homepage": "http://carbon.nesbot.com", "homepage": "http://carbon.nesbot.com",
901 908 "keywords": [ "keywords": [
902 909 "date", "date",
903 910 "datetime", "datetime",
904 911 "time" "time"
905 912 ], ],
906 "time": "2019-07-28T09:02:12+00:00"
913 "time": "2019-12-16T16:30:25+00:00"
907 914 }, },
908 915 { {
909 916 "name": "nikic/php-parser", "name": "nikic/php-parser",
910 "version": "v4.2.2",
917 "version": "v4.3.0",
911 918 "source": { "source": {
912 919 "type": "git", "type": "git",
913 920 "url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
914 "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
921 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
915 922 }, },
916 923 "dist": { "dist": {
917 924 "type": "zip", "type": "zip",
918 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
919 "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
925 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
926 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
920 927 "shasum": "" "shasum": ""
921 928 }, },
922 929 "require": { "require": {
 
924 931 "php": ">=7.0" "php": ">=7.0"
925 932 }, },
926 933 "require-dev": { "require-dev": {
927 "phpunit/phpunit": "^6.5 || ^7.0"
934 "ircmaxell/php-yacc": "0.0.5",
935 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
928 936 }, },
929 937 "bin": [ "bin": [
930 938 "bin/php-parse" "bin/php-parse"
 
932 940 "type": "library", "type": "library",
933 941 "extra": { "extra": {
934 942 "branch-alias": { "branch-alias": {
935 "dev-master": "4.2-dev"
943 "dev-master": "4.3-dev"
936 944 } }
937 945 }, },
938 946 "autoload": { "autoload": {
 
954 962 "parser", "parser",
955 963 "php" "php"
956 964 ], ],
957 "time": "2019-05-25T20:07:01+00:00"
965 "time": "2019-11-08T13:50:10+00:00"
958 966 }, },
959 967 { {
960 968 "name": "opis/closure", "name": "opis/closure",
961 "version": "3.3.1",
969 "version": "3.5.1",
962 970 "source": { "source": {
963 971 "type": "git", "type": "git",
964 972 "url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
965 "reference": "92927e26d7fc3f271efe1f55bdbb073fbb2f0722"
973 "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
966 974 }, },
967 975 "dist": { "dist": {
968 976 "type": "zip", "type": "zip",
969 "url": "https://api.github.com/repos/opis/closure/zipball/92927e26d7fc3f271efe1f55bdbb073fbb2f0722",
970 "reference": "92927e26d7fc3f271efe1f55bdbb073fbb2f0722",
977 "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
978 "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
971 979 "shasum": "" "shasum": ""
972 980 }, },
973 981 "require": { "require": {
 
980 988 "type": "library", "type": "library",
981 989 "extra": { "extra": {
982 990 "branch-alias": { "branch-alias": {
983 "dev-master": "3.3.x-dev"
991 "dev-master": "3.5.x-dev"
984 992 } }
985 993 }, },
986 994 "autoload": { "autoload": {
 
1015 1023 "serialization", "serialization",
1016 1024 "serialize" "serialize"
1017 1025 ], ],
1018 "time": "2019-07-09T21:58:11+00:00"
1026 "time": "2019-11-29T22:36:02+00:00"
1019 1027 }, },
1020 1028 { {
1021 1029 "name": "paragonie/random_compat", "name": "paragonie/random_compat",
 
1062 1070 ], ],
1063 1071 "time": "2018-07-02T15:55:56+00:00" "time": "2018-07-02T15:55:56+00:00"
1064 1072 }, },
1065 {
1066 "name": "paragonie/sodium_compat",
1067 "version": "v1.10.1",
1068 "source": {
1069 "type": "git",
1070 "url": "https://github.com/paragonie/sodium_compat.git",
1071 "reference": "5115fa44886d1c2785d2f135ef4626db868eac4b"
1072 },
1073 "dist": {
1074 "type": "zip",
1075 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/5115fa44886d1c2785d2f135ef4626db868eac4b",
1076 "reference": "5115fa44886d1c2785d2f135ef4626db868eac4b",
1077 "shasum": ""
1078 },
1079 "require": {
1080 "paragonie/random_compat": ">=1",
1081 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
1082 },
1083 "require-dev": {
1084 "phpunit/phpunit": "^3|^4|^5"
1085 },
1086 "suggest": {
1087 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
1088 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
1089 },
1090 "type": "library",
1091 "autoload": {
1092 "files": [
1093 "autoload.php"
1094 ]
1095 },
1096 "notification-url": "https://packagist.org/downloads/",
1097 "license": [
1098 "ISC"
1099 ],
1100 "authors": [
1101 {
1102 "name": "Paragon Initiative Enterprises",
1103 "email": "security@paragonie.com"
1104 },
1105 {
1106 "name": "Frank Denis",
1107 "email": "jedisct1@pureftpd.org"
1108 }
1109 ],
1110 "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
1111 "keywords": [
1112 "Authentication",
1113 "BLAKE2b",
1114 "ChaCha20",
1115 "ChaCha20-Poly1305",
1116 "Chapoly",
1117 "Curve25519",
1118 "Ed25519",
1119 "EdDSA",
1120 "Edwards-curve Digital Signature Algorithm",
1121 "Elliptic Curve Diffie-Hellman",
1122 "Poly1305",
1123 "Pure-PHP cryptography",
1124 "RFC 7748",
1125 "RFC 8032",
1126 "Salpoly",
1127 "Salsa20",
1128 "X25519",
1129 "XChaCha20-Poly1305",
1130 "XSalsa20-Poly1305",
1131 "Xchacha20",
1132 "Xsalsa20",
1133 "aead",
1134 "cryptography",
1135 "ecdh",
1136 "elliptic curve",
1137 "elliptic curve cryptography",
1138 "encryption",
1139 "libsodium",
1140 "php",
1141 "public-key cryptography",
1142 "secret-key cryptography",
1143 "side-channel resistant"
1144 ],
1145 "time": "2019-07-12T16:36:59+00:00"
1146 },
1147 1073 { {
1148 1074 "name": "phpoption/phpoption", "name": "phpoption/phpoption",
1149 "version": "1.5.0",
1075 "version": "1.7.2",
1150 1076 "source": { "source": {
1151 1077 "type": "git", "type": "git",
1152 1078 "url": "https://github.com/schmittjoh/php-option.git", "url": "https://github.com/schmittjoh/php-option.git",
1153 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1079 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
1154 1080 }, },
1155 1081 "dist": { "dist": {
1156 1082 "type": "zip", "type": "zip",
1157 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1158 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1083 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1084 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1159 1085 "shasum": "" "shasum": ""
1160 1086 }, },
1161 1087 "require": { "require": {
1162 "php": ">=5.3.0"
1088 "php": "^5.5.9 || ^7.0"
1163 1089 }, },
1164 1090 "require-dev": { "require-dev": {
1165 "phpunit/phpunit": "4.7.*"
1091 "bamarni/composer-bin-plugin": "^1.3",
1092 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
1166 1093 }, },
1167 1094 "type": "library", "type": "library",
1168 1095 "extra": { "extra": {
1169 1096 "branch-alias": { "branch-alias": {
1170 "dev-master": "1.3-dev"
1097 "dev-master": "1.7-dev"
1171 1098 } }
1172 1099 }, },
1173 1100 "autoload": { "autoload": {
1174 "psr-0": {
1175 "PhpOption\\": "src/"
1101 "psr-4": {
1102 "PhpOption\\": "src/PhpOption/"
1176 1103 } }
1177 1104 }, },
1178 1105 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
1179 1106 "license": [ "license": [
1180 "Apache2"
1107 "Apache-2.0"
1181 1108 ], ],
1182 1109 "authors": [ "authors": [
1183 1110 { {
1184 1111 "name": "Johannes M. Schmitt", "name": "Johannes M. Schmitt",
1185 1112 "email": "schmittjoh@gmail.com" "email": "schmittjoh@gmail.com"
1113 },
1114 {
1115 "name": "Graham Campbell",
1116 "email": "graham@alt-three.com"
1186 1117 } }
1187 1118 ], ],
1188 1119 "description": "Option Type for PHP", "description": "Option Type for PHP",
 
1192 1123 "php", "php",
1193 1124 "type" "type"
1194 1125 ], ],
1195 "time": "2015-07-25T16:39:46+00:00"
1126 "time": "2019-12-15T19:35:24+00:00"
1196 1127 }, },
1197 1128 { {
1198 1129 "name": "psr/container", "name": "psr/container",
 
1245 1176 }, },
1246 1177 { {
1247 1178 "name": "psr/log", "name": "psr/log",
1248 "version": "1.1.0",
1179 "version": "1.1.2",
1249 1180 "source": { "source": {
1250 1181 "type": "git", "type": "git",
1251 1182 "url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
1252 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
1183 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1253 1184 }, },
1254 1185 "dist": { "dist": {
1255 1186 "type": "zip", "type": "zip",
1256 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1257 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1187 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1188 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1258 1189 "shasum": "" "shasum": ""
1259 1190 }, },
1260 1191 "require": { "require": {
 
1263 1194 "type": "library", "type": "library",
1264 1195 "extra": { "extra": {
1265 1196 "branch-alias": { "branch-alias": {
1266 "dev-master": "1.0.x-dev"
1197 "dev-master": "1.1.x-dev"
1267 1198 } }
1268 1199 }, },
1269 1200 "autoload": { "autoload": {
 
1288 1219 "psr", "psr",
1289 1220 "psr-3" "psr-3"
1290 1221 ], ],
1291 "time": "2018-11-20T15:27:04+00:00"
1222 "time": "2019-11-01T11:05:21+00:00"
1292 1223 }, },
1293 1224 { {
1294 1225 "name": "psr/simple-cache", "name": "psr/simple-cache",
 
1340 1271 }, },
1341 1272 { {
1342 1273 "name": "psy/psysh", "name": "psy/psysh",
1343 "version": "v0.9.9",
1274 "version": "v0.9.12",
1344 1275 "source": { "source": {
1345 1276 "type": "git", "type": "git",
1346 1277 "url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
1347 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
1278 "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
1348 1279 }, },
1349 1280 "dist": { "dist": {
1350 1281 "type": "zip", "type": "zip",
1351 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
1352 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
1282 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
1283 "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
1353 1284 "shasum": "" "shasum": ""
1354 1285 }, },
1355 1286 "require": { "require": {
1356 "dnoegel/php-xdg-base-dir": "0.1",
1287 "dnoegel/php-xdg-base-dir": "0.1.*",
1357 1288 "ext-json": "*", "ext-json": "*",
1358 1289 "ext-tokenizer": "*", "ext-tokenizer": "*",
1359 1290 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
1360 1291 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
1361 1292 "php": ">=5.4.0", "php": ">=5.4.0",
1362 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
1363 "symfony/var-dumper": "~2.7|~3.0|~4.0"
1293 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
1294 "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
1364 1295 }, },
1365 1296 "require-dev": { "require-dev": {
1366 1297 "bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
 
1410 1341 "interactive", "interactive",
1411 1342 "shell" "shell"
1412 1343 ], ],
1413 "time": "2018-10-13T15:16:03+00:00"
1414 },
1415 {
1416 "name": "pusher/pusher-php-server",
1417 "version": "v4.0.0",
1418 "source": {
1419 "type": "git",
1420 "url": "https://github.com/pusher/pusher-http-php.git",
1421 "reference": "43540be9536469f8eaec95a347d3f7532bac852c"
1422 },
1423 "dist": {
1424 "type": "zip",
1425 "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/43540be9536469f8eaec95a347d3f7532bac852c",
1426 "reference": "43540be9536469f8eaec95a347d3f7532bac852c",
1427 "shasum": ""
1428 },
1429 "require": {
1430 "ext-curl": "*",
1431 "paragonie/sodium_compat": "^1.6",
1432 "php": ">=7.1 <7.4",
1433 "psr/log": "^1.0"
1434 },
1435 "require-dev": {
1436 "phpunit/phpunit": "^7.2"
1437 },
1438 "type": "library",
1439 "extra": {
1440 "branch-alias": {
1441 "dev-master": "3.4-dev"
1442 }
1443 },
1444 "autoload": {
1445 "psr-4": {
1446 "Pusher\\": "src/"
1447 }
1448 },
1449 "notification-url": "https://packagist.org/downloads/",
1450 "license": [
1451 "MIT"
1452 ],
1453 "description": "Library for interacting with the Pusher REST API",
1454 "keywords": [
1455 "events",
1456 "messaging",
1457 "php-pusher-server",
1458 "publish",
1459 "push",
1460 "pusher",
1461 "real time",
1462 "real-time",
1463 "realtime",
1464 "rest",
1465 "trigger"
1466 ],
1467 "time": "2019-06-25T09:22:44+00:00"
1344 "time": "2019-12-06T14:19:43+00:00"
1468 1345 }, },
1469 1346 { {
1470 1347 "name": "ramsey/uuid", "name": "ramsey/uuid",
1471 "version": "3.8.0",
1348 "version": "3.9.2",
1472 1349 "source": { "source": {
1473 1350 "type": "git", "type": "git",
1474 1351 "url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
1475 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1352 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
1476 1353 }, },
1477 1354 "dist": { "dist": {
1478 1355 "type": "zip", "type": "zip",
1479 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1480 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1356 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
1357 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
1481 1358 "shasum": "" "shasum": ""
1482 1359 }, },
1483 1360 "require": { "require": {
1484 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1485 "php": "^5.4 || ^7.0",
1361 "ext-json": "*",
1362 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
1363 "php": "^5.4 | ^7 | ^8",
1486 1364 "symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
1487 1365 }, },
1488 1366 "replace": { "replace": {
1489 1367 "rhumsaa/uuid": "self.version" "rhumsaa/uuid": "self.version"
1490 1368 }, },
1491 1369 "require-dev": { "require-dev": {
1492 "codeception/aspect-mock": "^1.0 | ~2.0.0",
1493 "doctrine/annotations": "~1.2.0",
1494 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1495 "ircmaxell/random-lib": "^1.1",
1496 "jakub-onderka/php-parallel-lint": "^0.9.0",
1497 "mockery/mockery": "^0.9.9",
1370 "codeception/aspect-mock": "^1 | ^2",
1371 "doctrine/annotations": "^1.2",
1372 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
1373 "jakub-onderka/php-parallel-lint": "^1",
1374 "mockery/mockery": "^0.9.11 | ^1",
1498 1375 "moontoast/math": "^1.1", "moontoast/math": "^1.1",
1499 "php-mock/php-mock-phpunit": "^0.3|^1.1",
1500 "phpunit/phpunit": "^4.7|^5.0|^6.5",
1501 "squizlabs/php_codesniffer": "^2.3"
1376 "paragonie/random-lib": "^2",
1377 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
1378 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
1379 "squizlabs/php_codesniffer": "^3.5"
1502 1380 }, },
1503 1381 "suggest": { "suggest": {
1504 1382 "ext-ctype": "Provides support for PHP Ctype functions", "ext-ctype": "Provides support for PHP Ctype functions",
1505 1383 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1384 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
1506 1385 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1507 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1508 1386 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1387 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1509 1388 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1510 1389 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1511 1390 }, },
 
1518 1397 "autoload": { "autoload": {
1519 1398 "psr-4": { "psr-4": {
1520 1399 "Ramsey\\Uuid\\": "src/" "Ramsey\\Uuid\\": "src/"
1521 }
1400 },
1401 "files": [
1402 "src/functions.php"
1403 ]
1522 1404 }, },
1523 1405 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
1524 1406 "license": [ "license": [
1525 1407 "MIT" "MIT"
1526 1408 ], ],
1527 1409 "authors": [ "authors": [
1410 {
1411 "name": "Ben Ramsey",
1412 "email": "ben@benramsey.com",
1413 "homepage": "https://benramsey.com"
1414 },
1528 1415 { {
1529 1416 "name": "Marijn Huizendveld", "name": "Marijn Huizendveld",
1530 1417 "email": "marijn.huizendveld@gmail.com" "email": "marijn.huizendveld@gmail.com"
 
1532 1419 { {
1533 1420 "name": "Thibaud Fabre", "name": "Thibaud Fabre",
1534 1421 "email": "thibaud@aztech.io" "email": "thibaud@aztech.io"
1535 },
1536 {
1537 "name": "Ben Ramsey",
1538 "email": "ben@benramsey.com",
1539 "homepage": "https://benramsey.com"
1540 1422 } }
1541 1423 ], ],
1542 1424 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
 
1546 1428 "identifier", "identifier",
1547 1429 "uuid" "uuid"
1548 1430 ], ],
1549 "time": "2018-07-19T23:38:55+00:00"
1431 "time": "2019-12-17T08:18:51+00:00"
1550 1432 }, },
1551 1433 { {
1552 1434 "name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
1553 "version": "v6.2.1",
1435 "version": "v6.2.3",
1554 1436 "source": { "source": {
1555 1437 "type": "git", "type": "git",
1556 1438 "url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
1557 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
1439 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
1558 1440 }, },
1559 1441 "dist": { "dist": {
1560 1442 "type": "zip", "type": "zip",
1561 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
1562 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
1443 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
1444 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
1563 1445 "shasum": "" "shasum": ""
1564 1446 }, },
1565 1447 "require": { "require": {
 
1608 1490 "mail", "mail",
1609 1491 "mailer" "mailer"
1610 1492 ], ],
1611 "time": "2019-04-21T09:21:45+00:00"
1493 "time": "2019-11-12T09:31:26+00:00"
1612 1494 }, },
1613 1495 { {
1614 1496 "name": "symfony/console", "name": "symfony/console",
1615 "version": "v4.3.3",
1497 "version": "v4.4.1",
1616 1498 "source": { "source": {
1617 1499 "type": "git", "type": "git",
1618 1500 "url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
1619 "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9"
1501 "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
1620 1502 }, },
1621 1503 "dist": { "dist": {
1622 1504 "type": "zip", "type": "zip",
1623 "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
1624 "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
1505 "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1506 "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1625 1507 "shasum": "" "shasum": ""
1626 1508 }, },
1627 1509 "require": { "require": {
1628 1510 "php": "^7.1.3", "php": "^7.1.3",
1629 1511 "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
1630 1512 "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.8",
1631 "symfony/service-contracts": "^1.1"
1513 "symfony/service-contracts": "^1.1|^2"
1632 1514 }, },
1633 1515 "conflict": { "conflict": {
1634 1516 "symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
1635 "symfony/event-dispatcher": "<4.3",
1517 "symfony/event-dispatcher": "<4.3|>=5",
1518 "symfony/lock": "<4.4",
1636 1519 "symfony/process": "<3.3" "symfony/process": "<3.3"
1637 1520 }, },
1638 1521 "provide": { "provide": {
 
1640 1523 }, },
1641 1524 "require-dev": { "require-dev": {
1642 1525 "psr/log": "~1.0", "psr/log": "~1.0",
1643 "symfony/config": "~3.4|~4.0",
1644 "symfony/dependency-injection": "~3.4|~4.0",
1526 "symfony/config": "^3.4|^4.0|^5.0",
1527 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1645 1528 "symfony/event-dispatcher": "^4.3", "symfony/event-dispatcher": "^4.3",
1646 "symfony/lock": "~3.4|~4.0",
1647 "symfony/process": "~3.4|~4.0",
1648 "symfony/var-dumper": "^4.3"
1529 "symfony/lock": "^4.4|^5.0",
1530 "symfony/process": "^3.4|^4.0|^5.0",
1531 "symfony/var-dumper": "^4.3|^5.0"
1649 1532 }, },
1650 1533 "suggest": { "suggest": {
1651 1534 "psr/log": "For using the console logger", "psr/log": "For using the console logger",
 
1656 1539 "type": "library", "type": "library",
1657 1540 "extra": { "extra": {
1658 1541 "branch-alias": { "branch-alias": {
1659 "dev-master": "4.3-dev"
1542 "dev-master": "4.4-dev"
1660 1543 } }
1661 1544 }, },
1662 1545 "autoload": { "autoload": {
 
1683 1566 ], ],
1684 1567 "description": "Symfony Console Component", "description": "Symfony Console Component",
1685 1568 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
1686 "time": "2019-07-24T17:13:59+00:00"
1569 "time": "2019-12-01T10:06:17+00:00"
1687 1570 }, },
1688 1571 { {
1689 1572 "name": "symfony/css-selector", "name": "symfony/css-selector",
1690 "version": "v4.3.3",
1573 "version": "v5.0.1",
1691 1574 "source": { "source": {
1692 1575 "type": "git", "type": "git",
1693 1576 "url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
1694 "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d"
1577 "reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837"
1695 1578 }, },
1696 1579 "dist": { "dist": {
1697 1580 "type": "zip", "type": "zip",
1698 "url": "https://api.github.com/repos/symfony/css-selector/zipball/105c98bb0c5d8635bea056135304bd8edcc42b4d",
1699 "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d",
1581 "url": "https://api.github.com/repos/symfony/css-selector/zipball/19d29e7098b7b2c3313cb03902ca30f100dcb837",
1582 "reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837",
1700 1583 "shasum": "" "shasum": ""
1701 1584 }, },
1702 1585 "require": { "require": {
1703 "php": "^7.1.3"
1586 "php": "^7.2.5"
1704 1587 }, },
1705 1588 "type": "library", "type": "library",
1706 1589 "extra": { "extra": {
1707 1590 "branch-alias": { "branch-alias": {
1708 "dev-master": "4.3-dev"
1591 "dev-master": "5.0-dev"
1709 1592 } }
1710 1593 }, },
1711 1594 "autoload": { "autoload": {
 
1736 1619 ], ],
1737 1620 "description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
1738 1621 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
1739 "time": "2019-01-16T21:53:39+00:00"
1622 "time": "2019-11-18T17:27:11+00:00"
1740 1623 }, },
1741 1624 { {
1742 1625 "name": "symfony/debug", "name": "symfony/debug",
1743 "version": "v4.3.3",
1626 "version": "v4.4.1",
1744 1627 "source": { "source": {
1745 1628 "type": "git", "type": "git",
1746 1629 "url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
1747 "reference": "527887c3858a2462b0137662c74837288b998ee3"
1630 "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e"
1748 1631 }, },
1749 1632 "dist": { "dist": {
1750 1633 "type": "zip", "type": "zip",
1751 "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
1752 "reference": "527887c3858a2462b0137662c74837288b998ee3",
1634 "url": "https://api.github.com/repos/symfony/debug/zipball/b8600a1d7d20b0e80906398bb1f50612fa074a8e",
1635 "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e",
1753 1636 "shasum": "" "shasum": ""
1754 1637 }, },
1755 1638 "require": { "require": {
 
1760 1643 "symfony/http-kernel": "<3.4" "symfony/http-kernel": "<3.4"
1761 1644 }, },
1762 1645 "require-dev": { "require-dev": {
1763 "symfony/http-kernel": "~3.4|~4.0"
1646 "symfony/http-kernel": "^3.4|^4.0|^5.0"
1764 1647 }, },
1765 1648 "type": "library", "type": "library",
1766 1649 "extra": { "extra": {
1767 1650 "branch-alias": { "branch-alias": {
1768 "dev-master": "4.3-dev"
1651 "dev-master": "4.4-dev"
1769 1652 } }
1770 1653 }, },
1771 1654 "autoload": { "autoload": {
 
1792 1675 ], ],
1793 1676 "description": "Symfony Debug Component", "description": "Symfony Debug Component",
1794 1677 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
1795 "time": "2019-07-23T11:21:36+00:00"
1678 "time": "2019-11-28T13:33:56+00:00"
1679 },
1680 {
1681 "name": "symfony/error-handler",
1682 "version": "v4.4.1",
1683 "source": {
1684 "type": "git",
1685 "url": "https://github.com/symfony/error-handler.git",
1686 "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b"
1687 },
1688 "dist": {
1689 "type": "zip",
1690 "url": "https://api.github.com/repos/symfony/error-handler/zipball/a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b",
1691 "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b",
1692 "shasum": ""
1693 },
1694 "require": {
1695 "php": "^7.1.3",
1696 "psr/log": "~1.0",
1697 "symfony/debug": "^4.4",
1698 "symfony/var-dumper": "^4.4|^5.0"
1699 },
1700 "require-dev": {
1701 "symfony/http-kernel": "^4.4|^5.0",
1702 "symfony/serializer": "^4.4|^5.0"
1703 },
1704 "type": "library",
1705 "extra": {
1706 "branch-alias": {
1707 "dev-master": "4.4-dev"
1708 }
1709 },
1710 "autoload": {
1711 "psr-4": {
1712 "Symfony\\Component\\ErrorHandler\\": ""
1713 },
1714 "exclude-from-classmap": [
1715 "/Tests/"
1716 ]
1717 },
1718 "notification-url": "https://packagist.org/downloads/",
1719 "license": [
1720 "MIT"
1721 ],
1722 "authors": [
1723 {
1724 "name": "Fabien Potencier",
1725 "email": "fabien@symfony.com"
1726 },
1727 {
1728 "name": "Symfony Community",
1729 "homepage": "https://symfony.com/contributors"
1730 }
1731 ],
1732 "description": "Symfony ErrorHandler Component",
1733 "homepage": "https://symfony.com",
1734 "time": "2019-12-01T08:46:01+00:00"
1796 1735 }, },
1797 1736 { {
1798 1737 "name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
1799 "version": "v4.3.3",
1738 "version": "v4.4.1",
1800 1739 "source": { "source": {
1801 1740 "type": "git", "type": "git",
1802 1741 "url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
1803 "reference": "212b020949331b6531250584531363844b34a94e"
1742 "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
1804 1743 }, },
1805 1744 "dist": { "dist": {
1806 1745 "type": "zip", "type": "zip",
1807 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e",
1808 "reference": "212b020949331b6531250584531363844b34a94e",
1746 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
1747 "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
1809 1748 "shasum": "" "shasum": ""
1810 1749 }, },
1811 1750 "require": { "require": {
 
1821 1760 }, },
1822 1761 "require-dev": { "require-dev": {
1823 1762 "psr/log": "~1.0", "psr/log": "~1.0",
1824 "symfony/config": "~3.4|~4.0",
1825 "symfony/dependency-injection": "~3.4|~4.0",
1826 "symfony/expression-language": "~3.4|~4.0",
1827 "symfony/http-foundation": "^3.4|^4.0",
1828 "symfony/service-contracts": "^1.1",
1829 "symfony/stopwatch": "~3.4|~4.0"
1763 "symfony/config": "^3.4|^4.0|^5.0",
1764 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1765 "symfony/expression-language": "^3.4|^4.0|^5.0",
1766 "symfony/http-foundation": "^3.4|^4.0|^5.0",
1767 "symfony/service-contracts": "^1.1|^2",
1768 "symfony/stopwatch": "^3.4|^4.0|^5.0"
1830 1769 }, },
1831 1770 "suggest": { "suggest": {
1832 1771 "symfony/dependency-injection": "", "symfony/dependency-injection": "",
 
1835 1774 "type": "library", "type": "library",
1836 1775 "extra": { "extra": {
1837 1776 "branch-alias": { "branch-alias": {
1838 "dev-master": "4.3-dev"
1777 "dev-master": "4.4-dev"
1839 1778 } }
1840 1779 }, },
1841 1780 "autoload": { "autoload": {
 
1862 1801 ], ],
1863 1802 "description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
1864 1803 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
1865 "time": "2019-06-27T06:42:14+00:00"
1804 "time": "2019-11-28T13:33:56+00:00"
1866 1805 }, },
1867 1806 { {
1868 1807 "name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
1869 "version": "v1.1.5",
1808 "version": "v1.1.7",
1870 1809 "source": { "source": {
1871 1810 "type": "git", "type": "git",
1872 1811 "url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1873 "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
1812 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1874 1813 }, },
1875 1814 "dist": { "dist": {
1876 1815 "type": "zip", "type": "zip",
1877 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
1878 "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
1816 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1817 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1879 1818 "shasum": "" "shasum": ""
1880 1819 }, },
1881 1820 "require": { "require": {
 
1920 1859 "interoperability", "interoperability",
1921 1860 "standards" "standards"
1922 1861 ], ],
1923 "time": "2019-06-20T06:46:26+00:00"
1862 "time": "2019-09-17T09:54:03+00:00"
1924 1863 }, },
1925 1864 { {
1926 1865 "name": "symfony/finder", "name": "symfony/finder",
1927 "version": "v4.3.3",
1866 "version": "v4.4.1",
1928 1867 "source": { "source": {
1929 1868 "type": "git", "type": "git",
1930 1869 "url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
1931 "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
1870 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
1932 1871 }, },
1933 1872 "dist": { "dist": {
1934 1873 "type": "zip", "type": "zip",
1935 "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
1936 "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
1874 "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
1875 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
1937 1876 "shasum": "" "shasum": ""
1938 1877 }, },
1939 1878 "require": { "require": {
 
1942 1881 "type": "library", "type": "library",
1943 1882 "extra": { "extra": {
1944 1883 "branch-alias": { "branch-alias": {
1945 "dev-master": "4.3-dev"
1884 "dev-master": "4.4-dev"
1946 1885 } }
1947 1886 }, },
1948 1887 "autoload": { "autoload": {
 
1969 1908 ], ],
1970 1909 "description": "Symfony Finder Component", "description": "Symfony Finder Component",
1971 1910 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
1972 "time": "2019-06-28T13:16:30+00:00"
1911 "time": "2019-11-17T21:56:56+00:00"
1973 1912 }, },
1974 1913 { {
1975 1914 "name": "symfony/http-foundation", "name": "symfony/http-foundation",
1976 "version": "v4.3.3",
1915 "version": "v4.4.1",
1977 1916 "source": { "source": {
1978 1917 "type": "git", "type": "git",
1979 1918 "url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
1980 "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b"
1919 "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5"
1981 1920 }, },
1982 1921 "dist": { "dist": {
1983 1922 "type": "zip", "type": "zip",
1984 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1985 "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1923 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
1924 "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
1986 1925 "shasum": "" "shasum": ""
1987 1926 }, },
1988 1927 "require": { "require": {
1989 1928 "php": "^7.1.3", "php": "^7.1.3",
1990 "symfony/mime": "^4.3",
1929 "symfony/mime": "^4.3|^5.0",
1991 1930 "symfony/polyfill-mbstring": "~1.1" "symfony/polyfill-mbstring": "~1.1"
1992 1931 }, },
1993 1932 "require-dev": { "require-dev": {
1994 1933 "predis/predis": "~1.0", "predis/predis": "~1.0",
1995 "symfony/expression-language": "~3.4|~4.0"
1934 "symfony/expression-language": "^3.4|^4.0|^5.0"
1996 1935 }, },
1997 1936 "type": "library", "type": "library",
1998 1937 "extra": { "extra": {
1999 1938 "branch-alias": { "branch-alias": {
2000 "dev-master": "4.3-dev"
1939 "dev-master": "4.4-dev"
2001 1940 } }
2002 1941 }, },
2003 1942 "autoload": { "autoload": {
 
2024 1963 ], ],
2025 1964 "description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
2026 1965 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
2027 "time": "2019-07-23T11:21:36+00:00"
1966 "time": "2019-11-28T13:33:56+00:00"
2028 1967 }, },
2029 1968 { {
2030 1969 "name": "symfony/http-kernel", "name": "symfony/http-kernel",
2031 "version": "v4.3.3",
1970 "version": "v4.4.1",
2032 1971 "source": { "source": {
2033 1972 "type": "git", "type": "git",
2034 1973 "url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
2035 "reference": "a414548d236ddd8fa3df52367d583e82339c5e95"
1974 "reference": "e4187780ed26129ee86d5234afbebf085e144f88"
2036 1975 }, },
2037 1976 "dist": { "dist": {
2038 1977 "type": "zip", "type": "zip",
2039 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a414548d236ddd8fa3df52367d583e82339c5e95",
2040 "reference": "a414548d236ddd8fa3df52367d583e82339c5e95",
1978 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4187780ed26129ee86d5234afbebf085e144f88",
1979 "reference": "e4187780ed26129ee86d5234afbebf085e144f88",
2041 1980 "shasum": "" "shasum": ""
2042 1981 }, },
2043 1982 "require": { "require": {
2044 1983 "php": "^7.1.3", "php": "^7.1.3",
2045 1984 "psr/log": "~1.0", "psr/log": "~1.0",
2046 "symfony/debug": "~3.4|~4.0",
2047 "symfony/event-dispatcher": "^4.3",
2048 "symfony/http-foundation": "^4.1.1",
2049 "symfony/polyfill-ctype": "~1.8",
1985 "symfony/error-handler": "^4.4",
1986 "symfony/event-dispatcher": "^4.4",
1987 "symfony/http-foundation": "^4.4|^5.0",
1988 "symfony/polyfill-ctype": "^1.8",
2050 1989 "symfony/polyfill-php73": "^1.9" "symfony/polyfill-php73": "^1.9"
2051 1990 }, },
2052 1991 "conflict": { "conflict": {
2053 1992 "symfony/browser-kit": "<4.3", "symfony/browser-kit": "<4.3",
2054 1993 "symfony/config": "<3.4", "symfony/config": "<3.4",
1994 "symfony/console": ">=5",
2055 1995 "symfony/dependency-injection": "<4.3", "symfony/dependency-injection": "<4.3",
2056 1996 "symfony/translation": "<4.2", "symfony/translation": "<4.2",
2057 "symfony/var-dumper": "<4.1.1",
2058 1997 "twig/twig": "<1.34|<2.4,>=2" "twig/twig": "<1.34|<2.4,>=2"
2059 1998 }, },
2060 1999 "provide": { "provide": {
 
2062 2001 }, },
2063 2002 "require-dev": { "require-dev": {
2064 2003 "psr/cache": "~1.0", "psr/cache": "~1.0",
2065 "symfony/browser-kit": "^4.3",
2066 "symfony/config": "~3.4|~4.0",
2067 "symfony/console": "~3.4|~4.0",
2068 "symfony/css-selector": "~3.4|~4.0",
2069 "symfony/dependency-injection": "^4.3",
2070 "symfony/dom-crawler": "~3.4|~4.0",
2071 "symfony/expression-language": "~3.4|~4.0",
2072 "symfony/finder": "~3.4|~4.0",
2073 "symfony/process": "~3.4|~4.0",
2074 "symfony/routing": "~3.4|~4.0",
2075 "symfony/stopwatch": "~3.4|~4.0",
2076 "symfony/templating": "~3.4|~4.0",
2077 "symfony/translation": "~4.2",
2078 "symfony/translation-contracts": "^1.1",
2079 "symfony/var-dumper": "^4.1.1",
2080 "twig/twig": "^1.34|^2.4"
2004 "symfony/browser-kit": "^4.3|^5.0",
2005 "symfony/config": "^3.4|^4.0|^5.0",
2006 "symfony/console": "^3.4|^4.0",
2007 "symfony/css-selector": "^3.4|^4.0|^5.0",
2008 "symfony/dependency-injection": "^4.3|^5.0",
2009 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
2010 "symfony/expression-language": "^3.4|^4.0|^5.0",
2011 "symfony/finder": "^3.4|^4.0|^5.0",
2012 "symfony/process": "^3.4|^4.0|^5.0",
2013 "symfony/routing": "^3.4|^4.0|^5.0",
2014 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2015 "symfony/templating": "^3.4|^4.0|^5.0",
2016 "symfony/translation": "^4.2|^5.0",
2017 "symfony/translation-contracts": "^1.1|^2",
2018 "twig/twig": "^1.34|^2.4|^3.0"
2081 2019 }, },
2082 2020 "suggest": { "suggest": {
2083 2021 "symfony/browser-kit": "", "symfony/browser-kit": "",
2084 2022 "symfony/config": "", "symfony/config": "",
2085 2023 "symfony/console": "", "symfony/console": "",
2086 "symfony/dependency-injection": "",
2087 "symfony/var-dumper": ""
2024 "symfony/dependency-injection": ""
2088 2025 }, },
2089 2026 "type": "library", "type": "library",
2090 2027 "extra": { "extra": {
2091 2028 "branch-alias": { "branch-alias": {
2092 "dev-master": "4.3-dev"
2029 "dev-master": "4.4-dev"
2093 2030 } }
2094 2031 }, },
2095 2032 "autoload": { "autoload": {
 
2116 2053 ], ],
2117 2054 "description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
2118 2055 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
2119 "time": "2019-07-28T07:10:23+00:00"
2056 "time": "2019-12-01T14:06:38+00:00"
2120 2057 }, },
2121 2058 { {
2122 2059 "name": "symfony/mime", "name": "symfony/mime",
2123 "version": "v4.3.3",
2060 "version": "v5.0.1",
2124 2061 "source": { "source": {
2125 2062 "type": "git", "type": "git",
2126 2063 "url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
2127 "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b"
2064 "reference": "0e6a4ced216e49d457eddcefb61132173a876d79"
2128 2065 }, },
2129 2066 "dist": { "dist": {
2130 2067 "type": "zip", "type": "zip",
2131 "url": "https://api.github.com/repos/symfony/mime/zipball/6b7148029b1dd5eda1502064f06d01357b7b2d8b",
2132 "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b",
2068 "url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79",
2069 "reference": "0e6a4ced216e49d457eddcefb61132173a876d79",
2133 2070 "shasum": "" "shasum": ""
2134 2071 }, },
2135 2072 "require": { "require": {
2136 "php": "^7.1.3",
2073 "php": "^7.2.5",
2137 2074 "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-intl-idn": "^1.10",
2138 2075 "symfony/polyfill-mbstring": "^1.0" "symfony/polyfill-mbstring": "^1.0"
2139 2076 }, },
2077 "conflict": {
2078 "symfony/mailer": "<4.4"
2079 },
2140 2080 "require-dev": { "require-dev": {
2141 "egulias/email-validator": "^2.0",
2142 "symfony/dependency-injection": "~3.4|^4.1"
2081 "egulias/email-validator": "^2.1.10",
2082 "symfony/dependency-injection": "^4.4|^5.0"
2143 2083 }, },
2144 2084 "type": "library", "type": "library",
2145 2085 "extra": { "extra": {
2146 2086 "branch-alias": { "branch-alias": {
2147 "dev-master": "4.3-dev"
2087 "dev-master": "5.0-dev"
2148 2088 } }
2149 2089 }, },
2150 2090 "autoload": { "autoload": {
 
2175 2115 "mime", "mime",
2176 2116 "mime-type" "mime-type"
2177 2117 ], ],
2178 "time": "2019-07-19T16:21:19+00:00"
2118 "time": "2019-11-30T14:12:50+00:00"
2179 2119 }, },
2180 2120 { {
2181 2121 "name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
2182 "version": "v1.11.0",
2122 "version": "v1.13.1",
2183 2123 "source": { "source": {
2184 2124 "type": "git", "type": "git",
2185 2125 "url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
2186 "reference": "82ebae02209c21113908c229e9883c419720738a"
2126 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2187 2127 }, },
2188 2128 "dist": { "dist": {
2189 2129 "type": "zip", "type": "zip",
2190 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
2191 "reference": "82ebae02209c21113908c229e9883c419720738a",
2130 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2131 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2192 2132 "shasum": "" "shasum": ""
2193 2133 }, },
2194 2134 "require": { "require": {
 
2200 2140 "type": "library", "type": "library",
2201 2141 "extra": { "extra": {
2202 2142 "branch-alias": { "branch-alias": {
2203 "dev-master": "1.11-dev"
2143 "dev-master": "1.13-dev"
2204 2144 } }
2205 2145 }, },
2206 2146 "autoload": { "autoload": {
 
2216 2156 "MIT" "MIT"
2217 2157 ], ],
2218 2158 "authors": [ "authors": [
2219 {
2220 "name": "Symfony Community",
2221 "homepage": "https://symfony.com/contributors"
2222 },
2223 2159 { {
2224 2160 "name": "Gert de Pagter", "name": "Gert de Pagter",
2225 2161 "email": "BackEndTea@gmail.com" "email": "BackEndTea@gmail.com"
2162 },
2163 {
2164 "name": "Symfony Community",
2165 "homepage": "https://symfony.com/contributors"
2226 2166 } }
2227 2167 ], ],
2228 2168 "description": "Symfony polyfill for ctype functions", "description": "Symfony polyfill for ctype functions",
 
2233 2173 "polyfill", "polyfill",
2234 2174 "portable" "portable"
2235 2175 ], ],
2236 "time": "2019-02-06T07:57:58+00:00"
2176 "time": "2019-11-27T13:56:44+00:00"
2237 2177 }, },
2238 2178 { {
2239 2179 "name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
2240 "version": "v1.11.0",
2180 "version": "v1.13.1",
2241 2181 "source": { "source": {
2242 2182 "type": "git", "type": "git",
2243 2183 "url": "https://github.com/symfony/polyfill-iconv.git", "url": "https://github.com/symfony/polyfill-iconv.git",
2244 "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
2184 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
2245 2185 }, },
2246 2186 "dist": { "dist": {
2247 2187 "type": "zip", "type": "zip",
2248 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
2249 "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
2188 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
2189 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
2250 2190 "shasum": "" "shasum": ""
2251 2191 }, },
2252 2192 "require": { "require": {
 
2258 2198 "type": "library", "type": "library",
2259 2199 "extra": { "extra": {
2260 2200 "branch-alias": { "branch-alias": {
2261 "dev-master": "1.11-dev"
2201 "dev-master": "1.13-dev"
2262 2202 } }
2263 2203 }, },
2264 2204 "autoload": { "autoload": {
 
2292 2232 "portable", "portable",
2293 2233 "shim" "shim"
2294 2234 ], ],
2295 "time": "2019-02-06T07:57:58+00:00"
2235 "time": "2019-11-27T13:56:44+00:00"
2296 2236 }, },
2297 2237 { {
2298 2238 "name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
2299 "version": "v1.11.0",
2239 "version": "v1.13.1",
2300 2240 "source": { "source": {
2301 2241 "type": "git", "type": "git",
2302 2242 "url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
2303 "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
2243 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
2304 2244 }, },
2305 2245 "dist": { "dist": {
2306 2246 "type": "zip", "type": "zip",
2307 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
2308 "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
2247 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
2248 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
2309 2249 "shasum": "" "shasum": ""
2310 2250 }, },
2311 2251 "require": { "require": {
 
2319 2259 "type": "library", "type": "library",
2320 2260 "extra": { "extra": {
2321 2261 "branch-alias": { "branch-alias": {
2322 "dev-master": "1.9-dev"
2262 "dev-master": "1.13-dev"
2323 2263 } }
2324 2264 }, },
2325 2265 "autoload": { "autoload": {
 
2335 2275 "MIT" "MIT"
2336 2276 ], ],
2337 2277 "authors": [ "authors": [
2338 {
2339 "name": "Symfony Community",
2340 "homepage": "https://symfony.com/contributors"
2341 },
2342 2278 { {
2343 2279 "name": "Laurent Bassin", "name": "Laurent Bassin",
2344 2280 "email": "laurent@bassin.info" "email": "laurent@bassin.info"
2281 },
2282 {
2283 "name": "Symfony Community",
2284 "homepage": "https://symfony.com/contributors"
2345 2285 } }
2346 2286 ], ],
2347 2287 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 
2354 2294 "portable", "portable",
2355 2295 "shim" "shim"
2356 2296 ], ],
2357 "time": "2019-03-04T13:44:35+00:00"
2297 "time": "2019-11-27T13:56:44+00:00"
2358 2298 }, },
2359 2299 { {
2360 2300 "name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
2361 "version": "v1.11.0",
2301 "version": "v1.13.1",
2362 2302 "source": { "source": {
2363 2303 "type": "git", "type": "git",
2364 2304 "url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
2365 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
2305 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2366 2306 }, },
2367 2307 "dist": { "dist": {
2368 2308 "type": "zip", "type": "zip",
2369 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
2370 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
2309 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2310 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2371 2311 "shasum": "" "shasum": ""
2372 2312 }, },
2373 2313 "require": { "require": {
 
2379 2319 "type": "library", "type": "library",
2380 2320 "extra": { "extra": {
2381 2321 "branch-alias": { "branch-alias": {
2382 "dev-master": "1.11-dev"
2322 "dev-master": "1.13-dev"
2383 2323 } }
2384 2324 }, },
2385 2325 "autoload": { "autoload": {
 
2413 2353 "portable", "portable",
2414 2354 "shim" "shim"
2415 2355 ], ],
2416 "time": "2019-02-06T07:57:58+00:00"
2356 "time": "2019-11-27T14:18:11+00:00"
2417 2357 }, },
2418 2358 { {
2419 2359 "name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
2420 "version": "v1.11.0",
2360 "version": "v1.13.1",
2421 2361 "source": { "source": {
2422 2362 "type": "git", "type": "git",
2423 2363 "url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
2424 "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
2364 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2425 2365 }, },
2426 2366 "dist": { "dist": {
2427 2367 "type": "zip", "type": "zip",
2428 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
2429 "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
2368 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
2369 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2430 2370 "shasum": "" "shasum": ""
2431 2371 }, },
2432 2372 "require": { "require": {
 
2435 2375 "type": "library", "type": "library",
2436 2376 "extra": { "extra": {
2437 2377 "branch-alias": { "branch-alias": {
2438 "dev-master": "1.11-dev"
2378 "dev-master": "1.13-dev"
2439 2379 } }
2440 2380 }, },
2441 2381 "autoload": { "autoload": {
 
2468 2408 "portable", "portable",
2469 2409 "shim" "shim"
2470 2410 ], ],
2471 "time": "2019-02-06T07:57:58+00:00"
2411 "time": "2019-11-27T13:56:44+00:00"
2472 2412 }, },
2473 2413 { {
2474 2414 "name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
2475 "version": "v1.11.0",
2415 "version": "v1.13.1",
2476 2416 "source": { "source": {
2477 2417 "type": "git", "type": "git",
2478 2418 "url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
2479 "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
2419 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2480 2420 }, },
2481 2421 "dist": { "dist": {
2482 2422 "type": "zip", "type": "zip",
2483 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
2484 "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
2423 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2424 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2485 2425 "shasum": "" "shasum": ""
2486 2426 }, },
2487 2427 "require": { "require": {
 
2490 2430 "type": "library", "type": "library",
2491 2431 "extra": { "extra": {
2492 2432 "branch-alias": { "branch-alias": {
2493 "dev-master": "1.11-dev"
2433 "dev-master": "1.13-dev"
2494 2434 } }
2495 2435 }, },
2496 2436 "autoload": { "autoload": {
 
2526 2466 "portable", "portable",
2527 2467 "shim" "shim"
2528 2468 ], ],
2529 "time": "2019-02-06T07:57:58+00:00"
2469 "time": "2019-11-27T16:25:15+00:00"
2530 2470 }, },
2531 2471 { {
2532 2472 "name": "symfony/process", "name": "symfony/process",
2533 "version": "v4.3.3",
2473 "version": "v4.4.1",
2534 2474 "source": { "source": {
2535 2475 "type": "git", "type": "git",
2536 2476 "url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
2537 "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c"
2477 "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726"
2538 2478 }, },
2539 2479 "dist": { "dist": {
2540 2480 "type": "zip", "type": "zip",
2541 "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c",
2542 "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c",
2481 "url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726",
2482 "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726",
2543 2483 "shasum": "" "shasum": ""
2544 2484 }, },
2545 2485 "require": { "require": {
 
2548 2488 "type": "library", "type": "library",
2549 2489 "extra": { "extra": {
2550 2490 "branch-alias": { "branch-alias": {
2551 "dev-master": "4.3-dev"
2491 "dev-master": "4.4-dev"
2552 2492 } }
2553 2493 }, },
2554 2494 "autoload": { "autoload": {
 
2575 2515 ], ],
2576 2516 "description": "Symfony Process Component", "description": "Symfony Process Component",
2577 2517 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
2578 "time": "2019-05-30T16:10:05+00:00"
2518 "time": "2019-11-28T13:33:56+00:00"
2579 2519 }, },
2580 2520 { {
2581 2521 "name": "symfony/routing", "name": "symfony/routing",
2582 "version": "v4.3.3",
2522 "version": "v4.4.1",
2583 2523 "source": { "source": {
2584 2524 "type": "git", "type": "git",
2585 2525 "url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
2586 "reference": "a88c47a5861549f5dc1197660818084c3b67d773"
2526 "reference": "51f3f20ad29329a0bdf5c0e2f722d3764b065273"
2587 2527 }, },
2588 2528 "dist": { "dist": {
2589 2529 "type": "zip", "type": "zip",
2590 "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773",
2591 "reference": "a88c47a5861549f5dc1197660818084c3b67d773",
2530 "url": "https://api.github.com/repos/symfony/routing/zipball/51f3f20ad29329a0bdf5c0e2f722d3764b065273",
2531 "reference": "51f3f20ad29329a0bdf5c0e2f722d3764b065273",
2592 2532 "shasum": "" "shasum": ""
2593 2533 }, },
2594 2534 "require": { "require": {
 
2602 2542 "require-dev": { "require-dev": {
2603 2543 "doctrine/annotations": "~1.2", "doctrine/annotations": "~1.2",
2604 2544 "psr/log": "~1.0", "psr/log": "~1.0",
2605 "symfony/config": "~4.2",
2606 "symfony/dependency-injection": "~3.4|~4.0",
2607 "symfony/expression-language": "~3.4|~4.0",
2608 "symfony/http-foundation": "~3.4|~4.0",
2609 "symfony/yaml": "~3.4|~4.0"
2545 "symfony/config": "^4.2|^5.0",
2546 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2547 "symfony/expression-language": "^3.4|^4.0|^5.0",
2548 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2549 "symfony/yaml": "^3.4|^4.0|^5.0"
2610 2550 }, },
2611 2551 "suggest": { "suggest": {
2612 2552 "doctrine/annotations": "For using the annotation loader", "doctrine/annotations": "For using the annotation loader",
 
2618 2558 "type": "library", "type": "library",
2619 2559 "extra": { "extra": {
2620 2560 "branch-alias": { "branch-alias": {
2621 "dev-master": "4.3-dev"
2561 "dev-master": "4.4-dev"
2622 2562 } }
2623 2563 }, },
2624 2564 "autoload": { "autoload": {
 
2651 2591 "uri", "uri",
2652 2592 "url" "url"
2653 2593 ], ],
2654 "time": "2019-07-23T14:43:56+00:00"
2594 "time": "2019-12-01T08:39:58+00:00"
2655 2595 }, },
2656 2596 { {
2657 2597 "name": "symfony/service-contracts", "name": "symfony/service-contracts",
2658 "version": "v1.1.5",
2598 "version": "v2.0.1",
2659 2599 "source": { "source": {
2660 2600 "type": "git", "type": "git",
2661 2601 "url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
2662 "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
2602 "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2663 2603 }, },
2664 2604 "dist": { "dist": {
2665 2605 "type": "zip", "type": "zip",
2666 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
2667 "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
2606 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2607 "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2668 2608 "shasum": "" "shasum": ""
2669 2609 }, },
2670 2610 "require": { "require": {
2671 "php": "^7.1.3",
2611 "php": "^7.2.5",
2672 2612 "psr/container": "^1.0" "psr/container": "^1.0"
2673 2613 }, },
2674 2614 "suggest": { "suggest": {
 
2677 2617 "type": "library", "type": "library",
2678 2618 "extra": { "extra": {
2679 2619 "branch-alias": { "branch-alias": {
2680 "dev-master": "1.1-dev"
2620 "dev-master": "2.0-dev"
2681 2621 } }
2682 2622 }, },
2683 2623 "autoload": { "autoload": {
 
2709 2649 "interoperability", "interoperability",
2710 2650 "standards" "standards"
2711 2651 ], ],
2712 "time": "2019-06-13T11:15:36+00:00"
2652 "time": "2019-11-18T17:27:11+00:00"
2713 2653 }, },
2714 2654 { {
2715 2655 "name": "symfony/translation", "name": "symfony/translation",
2716 "version": "v4.3.3",
2656 "version": "v4.4.1",
2717 2657 "source": { "source": {
2718 2658 "type": "git", "type": "git",
2719 2659 "url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
2720 "reference": "4e3e39cc485304f807622bdc64938e4633396406"
2660 "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40"
2721 2661 }, },
2722 2662 "dist": { "dist": {
2723 2663 "type": "zip", "type": "zip",
2724 "url": "https://api.github.com/repos/symfony/translation/zipball/4e3e39cc485304f807622bdc64938e4633396406",
2725 "reference": "4e3e39cc485304f807622bdc64938e4633396406",
2664 "url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40",
2665 "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40",
2726 2666 "shasum": "" "shasum": ""
2727 2667 }, },
2728 2668 "require": { "require": {
2729 2669 "php": "^7.1.3", "php": "^7.1.3",
2730 2670 "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
2731 "symfony/translation-contracts": "^1.1.2"
2671 "symfony/translation-contracts": "^1.1.6|^2"
2732 2672 }, },
2733 2673 "conflict": { "conflict": {
2734 2674 "symfony/config": "<3.4", "symfony/config": "<3.4",
2735 2675 "symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
2676 "symfony/http-kernel": "<4.4",
2736 2677 "symfony/yaml": "<3.4" "symfony/yaml": "<3.4"
2737 2678 }, },
2738 2679 "provide": { "provide": {
 
2740 2681 }, },
2741 2682 "require-dev": { "require-dev": {
2742 2683 "psr/log": "~1.0", "psr/log": "~1.0",
2743 "symfony/config": "~3.4|~4.0",
2744 "symfony/console": "~3.4|~4.0",
2745 "symfony/dependency-injection": "~3.4|~4.0",
2746 "symfony/finder": "~2.8|~3.0|~4.0",
2747 "symfony/http-kernel": "~3.4|~4.0",
2748 "symfony/intl": "~3.4|~4.0",
2749 "symfony/service-contracts": "^1.1.2",
2750 "symfony/var-dumper": "~3.4|~4.0",
2751 "symfony/yaml": "~3.4|~4.0"
2684 "symfony/config": "^3.4|^4.0|^5.0",
2685 "symfony/console": "^3.4|^4.0|^5.0",
2686 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2687 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
2688 "symfony/http-kernel": "^4.4",
2689 "symfony/intl": "^3.4|^4.0|^5.0",
2690 "symfony/service-contracts": "^1.1.2|^2",
2691 "symfony/yaml": "^3.4|^4.0|^5.0"
2752 2692 }, },
2753 2693 "suggest": { "suggest": {
2754 2694 "psr/log-implementation": "To use logging capability in translator", "psr/log-implementation": "To use logging capability in translator",
 
2758 2698 "type": "library", "type": "library",
2759 2699 "extra": { "extra": {
2760 2700 "branch-alias": { "branch-alias": {
2761 "dev-master": "4.3-dev"
2701 "dev-master": "4.4-dev"
2762 2702 } }
2763 2703 }, },
2764 2704 "autoload": { "autoload": {
 
2785 2725 ], ],
2786 2726 "description": "Symfony Translation Component", "description": "Symfony Translation Component",
2787 2727 "homepage": "https://symfony.com", "homepage": "https://symfony.com",
2788 "time": "2019-07-18T10:34:59+00:00"
2728 "time": "2019-11-12T17:18:47+00:00"
2789 2729 }, },
2790 2730 { {
2791 2731 "name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
2792 "version": "v1.1.5",
2732 "version": "v2.0.1",
2793 2733 "source": { "source": {
2794 2734 "type": "git", "type": "git",
2795 2735 "url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
2796 "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
2736 "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
2797 2737 }, },
2798 2738 "dist": { "dist": {
2799 2739 "type": "zip", "type": "zip",
2800 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
2801 "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
2740 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
2741 "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
2802 2742 "shasum": "" "shasum": ""
2803 2743 }, },
2804 2744 "require": { "require": {
2805 "php": "^7.1.3"
2745 "php": "^7.2.5"
2806 2746 }, },
2807 2747 "suggest": { "suggest": {
2808 2748 "symfony/translation-implementation": "" "symfony/translation-implementation": ""
 
2810 2750 "type": "library", "type": "library",
2811 2751 "extra": { "extra": {
2812 2752 "branch-alias": { "branch-alias": {
2813 "dev-master": "1.1-dev"
2753 "dev-master": "2.0-dev"
2814 2754 } }
2815 2755 }, },
2816 2756 "autoload": { "autoload": {
 
2842 2782 "interoperability", "interoperability",
2843 2783 "standards" "standards"
2844 2784 ], ],
2845 "time": "2019-06-13T11:15:36+00:00"
2785 "time": "2019-11-18T17:27:11+00:00"
2846 2786 }, },
2847 2787 { {
2848 2788 "name": "symfony/var-dumper", "name": "symfony/var-dumper",
2849 "version": "v4.3.3",
2789 "version": "v4.4.1",
2850 2790 "source": { "source": {
2851 2791 "type": "git", "type": "git",
2852 2792 "url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
2853 "reference": "e4110b992d2cbe198d7d3b244d079c1c58761d07"
2793 "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a"
2854 2794 }, },
2855 2795 "dist": { "dist": {
2856 2796 "type": "zip", "type": "zip",
2857 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e4110b992d2cbe198d7d3b244d079c1c58761d07",
2858 "reference": "e4110b992d2cbe198d7d3b244d079c1c58761d07",
2797 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
2798 "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
2859 2799 "shasum": "" "shasum": ""
2860 2800 }, },
2861 2801 "require": { "require": {
 
2869 2809 }, },
2870 2810 "require-dev": { "require-dev": {
2871 2811 "ext-iconv": "*", "ext-iconv": "*",
2872 "symfony/console": "~3.4|~4.0",
2873 "symfony/process": "~3.4|~4.0",
2874 "twig/twig": "~1.34|~2.4"
2812 "symfony/console": "^3.4|^4.0|^5.0",
2813 "symfony/process": "^4.4|^5.0",
2814 "twig/twig": "^1.34|^2.4|^3.0"
2875 2815 }, },
2876 2816 "suggest": { "suggest": {
2877 2817 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
 
2884 2824 "type": "library", "type": "library",
2885 2825 "extra": { "extra": {
2886 2826 "branch-alias": { "branch-alias": {
2887 "dev-master": "4.3-dev"
2827 "dev-master": "4.4-dev"
2888 2828 } }
2889 2829 }, },
2890 2830 "autoload": { "autoload": {
 
2918 2858 "debug", "debug",
2919 2859 "dump" "dump"
2920 2860 ], ],
2921 "time": "2019-07-27T06:42:46+00:00"
2861 "time": "2019-11-28T13:33:56+00:00"
2922 2862 }, },
2923 2863 { {
2924 2864 "name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
2925 "version": "2.2.1",
2865 "version": "2.2.2",
2926 2866 "source": { "source": {
2927 2867 "type": "git", "type": "git",
2928 2868 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2929 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2869 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
2930 2870 }, },
2931 2871 "dist": { "dist": {
2932 2872 "type": "zip", "type": "zip",
2933 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2934 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2873 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
2874 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
2935 2875 "shasum": "" "shasum": ""
2936 2876 }, },
2937 2877 "require": { "require": {
2878 "ext-dom": "*",
2879 "ext-libxml": "*",
2938 2880 "php": "^5.5 || ^7.0", "php": "^5.5 || ^7.0",
2939 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2881 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2940 2882 }, },
2941 2883 "require-dev": { "require-dev": {
2942 2884 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
 
2965 2907 ], ],
2966 2908 "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.", "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.",
2967 2909 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2968 "time": "2017-11-27T11:13:29+00:00"
2910 "time": "2019-10-24T08:53:34+00:00"
2969 2911 }, },
2970 2912 { {
2971 2913 "name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
2972 "version": "v3.4.0",
2914 "version": "v3.6.0",
2973 2915 "source": { "source": {
2974 2916 "type": "git", "type": "git",
2975 2917 "url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
2976 "reference": "5084b23845c24dbff8ac6c204290c341e4776c92"
2918 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
2977 2919 }, },
2978 2920 "dist": { "dist": {
2979 2921 "type": "zip", "type": "zip",
2980 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5084b23845c24dbff8ac6c204290c341e4776c92",
2981 "reference": "5084b23845c24dbff8ac6c204290c341e4776c92",
2922 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
2923 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
2982 2924 "shasum": "" "shasum": ""
2983 2925 }, },
2984 2926 "require": { "require": {
 
2987 2929 "symfony/polyfill-ctype": "^1.9" "symfony/polyfill-ctype": "^1.9"
2988 2930 }, },
2989 2931 "require-dev": { "require-dev": {
2990 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
2932 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2991 2933 }, },
2992 2934 "type": "library", "type": "library",
2993 2935 "extra": { "extra": {
2994 2936 "branch-alias": { "branch-alias": {
2995 "dev-master": "3.4-dev"
2937 "dev-master": "3.6-dev"
2996 2938 } }
2997 2939 }, },
2998 2940 "autoload": { "autoload": {
 
3005 2947 "BSD-3-Clause" "BSD-3-Clause"
3006 2948 ], ],
3007 2949 "authors": [ "authors": [
2950 {
2951 "name": "Graham Campbell",
2952 "email": "graham@alt-three.com",
2953 "homepage": "https://gjcampbell.co.uk/"
2954 },
3008 2955 { {
3009 2956 "name": "Vance Lucas", "name": "Vance Lucas",
3010 2957 "email": "vance@vancelucas.com", "email": "vance@vancelucas.com",
3011 "homepage": "http://www.vancelucas.com"
2958 "homepage": "https://vancelucas.com/"
3012 2959 } }
3013 2960 ], ],
3014 2961 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
 
3017 2964 "env", "env",
3018 2965 "environment" "environment"
3019 2966 ], ],
3020 "time": "2019-06-15T22:40:20+00:00"
2967 "time": "2019-09-10T21:37:39+00:00"
3021 2968 } }
3022 2969 ], ],
3023 2970 "packages-dev": [ "packages-dev": [
3024 2971 { {
3025 "name": "beyondcode/laravel-dump-server",
3026 "version": "1.2.2",
2972 "name": "doctrine/instantiator",
2973 "version": "1.3.0",
3027 2974 "source": { "source": {
3028 2975 "type": "git", "type": "git",
3029 "url": "https://github.com/beyondcode/laravel-dump-server.git",
3030 "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f"
2976 "url": "https://github.com/doctrine/instantiator.git",
2977 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
3031 2978 }, },
3032 2979 "dist": { "dist": {
3033 2980 "type": "zip", "type": "zip",
3034 "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
3035 "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
2981 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
2982 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
3036 2983 "shasum": "" "shasum": ""
3037 2984 }, },
3038 2985 "require": { "require": {
3039 "illuminate/console": "5.6.*|5.7.*|5.8.*",
3040 "illuminate/http": "5.6.*|5.7.*|5.8.*",
3041 "illuminate/support": "5.6.*|5.7.*|5.8.*",
3042 "php": "^7.1",
3043 "symfony/var-dumper": "^4.1.1"
2986 "php": "^7.1"
3044 2987 }, },
3045 2988 "require-dev": { "require-dev": {
3046 "larapack/dd": "^1.0",
2989 "doctrine/coding-standard": "^6.0",
2990 "ext-pdo": "*",
2991 "ext-phar": "*",
2992 "phpbench/phpbench": "^0.13",
2993 "phpstan/phpstan-phpunit": "^0.11",
2994 "phpstan/phpstan-shim": "^0.11",
3047 2995 "phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0"
3048 2996 }, },
3049 2997 "type": "library", "type": "library",
3050 2998 "extra": { "extra": {
3051 "laravel": {
3052 "providers": [
3053 "BeyondCode\\DumpServer\\DumpServerServiceProvider"
3054 ]
2999 "branch-alias": {
3000 "dev-master": "1.2.x-dev"
3055 3001 } }
3056 3002 }, },
3057 3003 "autoload": { "autoload": {
3058 3004 "psr-4": { "psr-4": {
3059 "BeyondCode\\DumpServer\\": "src"
3060 },
3061 "files": [
3062 "helpers.php"
3063 ]
3005 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3006 }
3064 3007 }, },
3065 3008 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
3066 3009 "license": [ "license": [
 
3068 3011 ], ],
3069 3012 "authors": [ "authors": [
3070 3013 { {
3071 "name": "Marcel Pociot",
3072 "email": "marcel@beyondco.de",
3073 "homepage": "https://beyondcode.de",
3074 "role": "Developer"
3014 "name": "Marco Pivetta",
3015 "email": "ocramius@gmail.com",
3016 "homepage": "http://ocramius.github.com/"
3075 3017 } }
3076 3018 ], ],
3077 "description": "Symfony Var-Dump Server for Laravel",
3078 "homepage": "https://github.com/beyondcode/laravel-dump-server",
3019 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3020 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
3079 3021 "keywords": [ "keywords": [
3080 "beyondcode",
3081 "laravel-dump-server"
3022 "constructor",
3023 "instantiate"
3082 3024 ], ],
3083 "time": "2018-10-04T07:22:24+00:00"
3025 "time": "2019-10-21T16:45:58+00:00"
3084 3026 }, },
3085 3027 { {
3086 "name": "doctrine/instantiator",
3087 "version": "1.2.0",
3028 "name": "facade/flare-client-php",
3029 "version": "1.3.1",
3088 3030 "source": { "source": {
3089 3031 "type": "git", "type": "git",
3090 "url": "https://github.com/doctrine/instantiator.git",
3091 "reference": "a2c590166b2133a4633738648b6b064edae0814a"
3032 "url": "https://github.com/facade/flare-client-php.git",
3033 "reference": "24444ea0e1556f0a4b5fc8e61802caf72ae9a408"
3092 3034 }, },
3093 3035 "dist": { "dist": {
3094 3036 "type": "zip", "type": "zip",
3095 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
3096 "reference": "a2c590166b2133a4633738648b6b064edae0814a",
3037 "url": "https://api.github.com/repos/facade/flare-client-php/zipball/24444ea0e1556f0a4b5fc8e61802caf72ae9a408",
3038 "reference": "24444ea0e1556f0a4b5fc8e61802caf72ae9a408",
3097 3039 "shasum": "" "shasum": ""
3098 3040 }, },
3099 3041 "require": { "require": {
3100 "php": "^7.1"
3042 "facade/ignition-contracts": "~1.0",
3043 "illuminate/pipeline": "~5.5|~5.6|~5.7|~5.8|^6.0",
3044 "php": "^7.1",
3045 "symfony/http-foundation": "~3.3|~4.1",
3046 "symfony/var-dumper": "^3.4|^4.0|^5.0"
3101 3047 }, },
3102 3048 "require-dev": { "require-dev": {
3103 "doctrine/coding-standard": "^6.0",
3104 "ext-pdo": "*",
3105 "ext-phar": "*",
3106 "phpbench/phpbench": "^0.13",
3107 "phpstan/phpstan-phpunit": "^0.11",
3108 "phpstan/phpstan-shim": "^0.11",
3109 "phpunit/phpunit": "^7.0"
3049 "larapack/dd": "^1.1",
3050 "phpunit/phpunit": "^7.5.16",
3051 "spatie/phpunit-snapshot-assertions": "^2.0"
3110 3052 }, },
3111 3053 "type": "library", "type": "library",
3112 3054 "extra": { "extra": {
3113 3055 "branch-alias": { "branch-alias": {
3114 "dev-master": "1.2.x-dev"
3056 "dev-master": "1.0-dev"
3115 3057 } }
3116 3058 }, },
3117 3059 "autoload": { "autoload": {
3118 3060 "psr-4": { "psr-4": {
3119 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3061 "Facade\\FlareClient\\": "src"
3062 },
3063 "files": [
3064 "src/helpers.php"
3065 ]
3066 },
3067 "notification-url": "https://packagist.org/downloads/",
3068 "license": [
3069 "MIT"
3070 ],
3071 "description": "Send PHP errors to Flare",
3072 "homepage": "https://github.com/facade/flare-client-php",
3073 "keywords": [
3074 "exception",
3075 "facade",
3076 "flare",
3077 "reporting"
3078 ],
3079 "time": "2019-12-15T18:28:38+00:00"
3080 },
3081 {
3082 "name": "facade/ignition",
3083 "version": "1.13.0",
3084 "source": {
3085 "type": "git",
3086 "url": "https://github.com/facade/ignition.git",
3087 "reference": "1d2103aefecc9c4e6975bcc77fc5eceb330adb33"
3088 },
3089 "dist": {
3090 "type": "zip",
3091 "url": "https://api.github.com/repos/facade/ignition/zipball/1d2103aefecc9c4e6975bcc77fc5eceb330adb33",
3092 "reference": "1d2103aefecc9c4e6975bcc77fc5eceb330adb33",
3093 "shasum": ""
3094 },
3095 "require": {
3096 "ext-json": "*",
3097 "ext-mbstring": "*",
3098 "facade/flare-client-php": "^1.3",
3099 "facade/ignition-contracts": "^1.0",
3100 "filp/whoops": "^2.4",
3101 "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
3102 "monolog/monolog": "^1.12 || ^2.0",
3103 "php": "^7.1",
3104 "scrivo/highlight.php": "^9.15",
3105 "symfony/console": "^3.4 || ^4.0",
3106 "symfony/var-dumper": "^3.4 || ^4.0"
3107 },
3108 "require-dev": {
3109 "friendsofphp/php-cs-fixer": "^2.14",
3110 "mockery/mockery": "^1.2",
3111 "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
3112 },
3113 "suggest": {
3114 "laravel/telescope": "^2.0"
3115 },
3116 "type": "library",
3117 "extra": {
3118 "branch-alias": {
3119 "dev-master": "1.0-dev"
3120 },
3121 "laravel": {
3122 "providers": [
3123 "Facade\\Ignition\\IgnitionServiceProvider"
3124 ],
3125 "aliases": {
3126 "Flare": "Facade\\Ignition\\Facades\\Flare"
3127 }
3128 }
3129 },
3130 "autoload": {
3131 "psr-4": {
3132 "Facade\\Ignition\\": "src"
3133 },
3134 "files": [
3135 "src/helpers.php"
3136 ]
3137 },
3138 "notification-url": "https://packagist.org/downloads/",
3139 "license": [
3140 "MIT"
3141 ],
3142 "description": "A beautiful error page for Laravel applications.",
3143 "homepage": "https://github.com/facade/ignition",
3144 "keywords": [
3145 "error",
3146 "flare",
3147 "laravel",
3148 "page"
3149 ],
3150 "time": "2019-11-27T11:17:18+00:00"
3151 },
3152 {
3153 "name": "facade/ignition-contracts",
3154 "version": "1.0.0",
3155 "source": {
3156 "type": "git",
3157 "url": "https://github.com/facade/ignition-contracts.git",
3158 "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
3159 },
3160 "dist": {
3161 "type": "zip",
3162 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
3163 "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
3164 "shasum": ""
3165 },
3166 "require": {
3167 "php": "^7.1"
3168 },
3169 "type": "library",
3170 "autoload": {
3171 "psr-4": {
3172 "Facade\\IgnitionContracts\\": "src"
3120 3173 } }
3121 3174 }, },
3122 3175 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
 
3125 3178 ], ],
3126 3179 "authors": [ "authors": [
3127 3180 { {
3128 "name": "Marco Pivetta",
3129 "email": "ocramius@gmail.com",
3130 "homepage": "http://ocramius.github.com/"
3181 "name": "Freek Van der Herten",
3182 "email": "freek@spatie.be",
3183 "homepage": "https://flareapp.io",
3184 "role": "Developer"
3131 3185 } }
3132 3186 ], ],
3133 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3134 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
3187 "description": "Solution contracts for Ignition",
3188 "homepage": "https://github.com/facade/ignition-contracts",
3135 3189 "keywords": [ "keywords": [
3136 "constructor",
3137 "instantiate"
3190 "contracts",
3191 "flare",
3192 "ignition"
3138 3193 ], ],
3139 "time": "2019-03-17T17:37:11+00:00"
3194 "time": "2019-08-30T14:06:08+00:00"
3140 3195 }, },
3141 3196 { {
3142 3197 "name": "filp/whoops", "name": "filp/whoops",
3143 "version": "2.4.1",
3198 "version": "2.5.0",
3144 3199 "source": { "source": {
3145 3200 "type": "git", "type": "git",
3146 3201 "url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
3147 "reference": "6fb502c23885701a991b0bba974b1a8eb6673577"
3202 "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96"
3148 3203 }, },
3149 3204 "dist": { "dist": {
3150 3205 "type": "zip", "type": "zip",
3151 "url": "https://api.github.com/repos/filp/whoops/zipball/6fb502c23885701a991b0bba974b1a8eb6673577",
3152 "reference": "6fb502c23885701a991b0bba974b1a8eb6673577",
3206 "url": "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96",
3207 "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96",
3153 3208 "shasum": "" "shasum": ""
3154 3209 }, },
3155 3210 "require": { "require": {
 
3197 3252 "throwable", "throwable",
3198 3253 "whoops" "whoops"
3199 3254 ], ],
3200 "time": "2019-07-04T09:00:00+00:00"
3255 "time": "2019-08-07T09:00:00+00:00"
3201 3256 }, },
3202 3257 { {
3203 3258 "name": "fzaninotto/faker", "name": "fzaninotto/faker",
3204 "version": "v1.8.0",
3259 "version": "v1.9.1",
3205 3260 "source": { "source": {
3206 3261 "type": "git", "type": "git",
3207 3262 "url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/fzaninotto/Faker.git",
3208 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
3263 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
3209 3264 }, },
3210 3265 "dist": { "dist": {
3211 3266 "type": "zip", "type": "zip",
3212 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
3213 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
3267 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
3268 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
3214 3269 "shasum": "" "shasum": ""
3215 3270 }, },
3216 3271 "require": { "require": {
 
3219 3274 "require-dev": { "require-dev": {
3220 3275 "ext-intl": "*", "ext-intl": "*",
3221 3276 "phpunit/phpunit": "^4.8.35 || ^5.7", "phpunit/phpunit": "^4.8.35 || ^5.7",
3222 "squizlabs/php_codesniffer": "^1.5"
3277 "squizlabs/php_codesniffer": "^2.9.2"
3223 3278 }, },
3224 3279 "type": "library", "type": "library",
3225 3280 "extra": { "extra": {
3226 3281 "branch-alias": { "branch-alias": {
3227 "dev-master": "1.8-dev"
3282 "dev-master": "1.9-dev"
3228 3283 } }
3229 3284 }, },
3230 3285 "autoload": { "autoload": {
 
3247 3302 "faker", "faker",
3248 3303 "fixtures" "fixtures"
3249 3304 ], ],
3250 "time": "2018-07-12T10:23:15+00:00"
3305 "time": "2019-12-12T13:22:17+00:00"
3251 3306 }, },
3252 3307 { {
3253 3308 "name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
 
3299 3354 }, },
3300 3355 { {
3301 3356 "name": "mockery/mockery", "name": "mockery/mockery",
3302 "version": "1.2.2",
3357 "version": "1.3.0",
3303 3358 "source": { "source": {
3304 3359 "type": "git", "type": "git",
3305 3360 "url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
3306 "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
3361 "reference": "5571962a4f733fbb57bede39778f71647fae8e66"
3307 3362 }, },
3308 3363 "dist": { "dist": {
3309 3364 "type": "zip", "type": "zip",
3310 "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
3311 "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
3365 "url": "https://api.github.com/repos/mockery/mockery/zipball/5571962a4f733fbb57bede39778f71647fae8e66",
3366 "reference": "5571962a4f733fbb57bede39778f71647fae8e66",
3312 3367 "shasum": "" "shasum": ""
3313 3368 }, },
3314 3369 "require": { "require": {
3315 3370 "hamcrest/hamcrest-php": "~2.0", "hamcrest/hamcrest-php": "~2.0",
3316 3371 "lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
3317 "php": ">=5.6.0"
3372 "php": ">=5.6.0",
3373 "sebastian/comparator": "^1.2.4|^3.0"
3318 3374 }, },
3319 3375 "require-dev": { "require-dev": {
3320 3376 "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0" "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
 
3322 3378 "type": "library", "type": "library",
3323 3379 "extra": { "extra": {
3324 3380 "branch-alias": { "branch-alias": {
3325 "dev-master": "1.0.x-dev"
3381 "dev-master": "1.2.x-dev"
3326 3382 } }
3327 3383 }, },
3328 3384 "autoload": { "autoload": {
 
3360 3416 "test double", "test double",
3361 3417 "testing" "testing"
3362 3418 ], ],
3363 "time": "2019-02-13T09:37:52+00:00"
3419 "time": "2019-11-24T07:54:50+00:00"
3364 3420 }, },
3365 3421 { {
3366 3422 "name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
3367 "version": "1.9.1",
3423 "version": "1.9.4",
3368 3424 "source": { "source": {
3369 3425 "type": "git", "type": "git",
3370 3426 "url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
3371 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
3427 "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7"
3372 3428 }, },
3373 3429 "dist": { "dist": {
3374 3430 "type": "zip", "type": "zip",
3375 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
3376 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
3431 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7",
3432 "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7",
3377 3433 "shasum": "" "shasum": ""
3378 3434 }, },
3379 3435 "require": { "require": {
 
3408 3464 "object", "object",
3409 3465 "object graph" "object graph"
3410 3466 ], ],
3411 "time": "2019-04-07T13:18:21+00:00"
3467 "time": "2019-12-15T19:12:40+00:00"
3412 3468 }, },
3413 3469 { {
3414 3470 "name": "nunomaduro/collision", "name": "nunomaduro/collision",
 
3559 3615 "authors": [ "authors": [
3560 3616 { {
3561 3617 "name": "Arne Blankerts", "name": "Arne Blankerts",
3562 "role": "Developer",
3563 "email": "arne@blankerts.de"
3618 "email": "arne@blankerts.de",
3619 "role": "Developer"
3564 3620 }, },
3565 3621 { {
3566 3622 "name": "Sebastian Heuer", "name": "Sebastian Heuer",
3567 "role": "Developer",
3568 "email": "sebastian@phpeople.de"
3623 "email": "sebastian@phpeople.de",
3624 "role": "Developer"
3569 3625 }, },
3570 3626 { {
3571 3627 "name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
3572 "role": "Developer",
3573 "email": "sebastian@phpunit.de"
3628 "email": "sebastian@phpunit.de",
3629 "role": "Developer"
3574 3630 } }
3575 3631 ], ],
3576 3632 "description": "Library for handling version information and constraints", "description": "Library for handling version information and constraints",
 
3578 3634 }, },
3579 3635 { {
3580 3636 "name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
3581 "version": "1.0.1",
3637 "version": "2.0.0",
3582 3638 "source": { "source": {
3583 3639 "type": "git", "type": "git",
3584 3640 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3585 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3641 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
3586 3642 }, },
3587 3643 "dist": { "dist": {
3588 3644 "type": "zip", "type": "zip",
3589 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3590 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3645 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
3646 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
3591 3647 "shasum": "" "shasum": ""
3592 3648 }, },
3593 3649 "require": { "require": {
3594 "php": ">=5.5"
3650 "php": ">=7.1"
3595 3651 }, },
3596 3652 "require-dev": { "require-dev": {
3597 "phpunit/phpunit": "^4.6"
3653 "phpunit/phpunit": "~6"
3598 3654 }, },
3599 3655 "type": "library", "type": "library",
3600 3656 "extra": { "extra": {
3601 3657 "branch-alias": { "branch-alias": {
3602 "dev-master": "1.0.x-dev"
3658 "dev-master": "2.x-dev"
3603 3659 } }
3604 3660 }, },
3605 3661 "autoload": { "autoload": {
3606 3662 "psr-4": { "psr-4": {
3607 "phpDocumentor\\Reflection\\": [
3608 "src"
3609 ]
3663 "phpDocumentor\\Reflection\\": "src/"
3610 3664 } }
3611 3665 }, },
3612 3666 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
 
3628 3682 "reflection", "reflection",
3629 3683 "static analysis" "static analysis"
3630 3684 ], ],
3631 "time": "2017-09-11T18:02:19+00:00"
3685 "time": "2018-08-07T13:53:10+00:00"
3632 3686 }, },
3633 3687 { {
3634 3688 "name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
3635 "version": "4.3.1",
3689 "version": "4.3.2",
3636 3690 "source": { "source": {
3637 3691 "type": "git", "type": "git",
3638 3692 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3639 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
3693 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
3640 3694 }, },
3641 3695 "dist": { "dist": {
3642 3696 "type": "zip", "type": "zip",
3643 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
3644 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
3697 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
3698 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
3645 3699 "shasum": "" "shasum": ""
3646 3700 }, },
3647 3701 "require": { "require": {
3648 3702 "php": "^7.0", "php": "^7.0",
3649 "phpdocumentor/reflection-common": "^1.0.0",
3650 "phpdocumentor/type-resolver": "^0.4.0",
3703 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
3704 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
3651 3705 "webmozart/assert": "^1.0" "webmozart/assert": "^1.0"
3652 3706 }, },
3653 3707 "require-dev": { "require-dev": {
3654 "doctrine/instantiator": "~1.0.5",
3708 "doctrine/instantiator": "^1.0.5",
3655 3709 "mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
3656 3710 "phpunit/phpunit": "^6.4" "phpunit/phpunit": "^6.4"
3657 3711 }, },
 
3679 3733 } }
3680 3734 ], ],
3681 3735 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3682 "time": "2019-04-30T17:48:53+00:00"
3736 "time": "2019-09-12T14:27:41+00:00"
3683 3737 }, },
3684 3738 { {
3685 3739 "name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
3686 "version": "0.4.0",
3740 "version": "1.0.1",
3687 3741 "source": { "source": {
3688 3742 "type": "git", "type": "git",
3689 3743 "url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
3690 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3744 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
3691 3745 }, },
3692 3746 "dist": { "dist": {
3693 3747 "type": "zip", "type": "zip",
3694 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3695 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3748 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
3749 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
3696 3750 "shasum": "" "shasum": ""
3697 3751 }, },
3698 3752 "require": { "require": {
3699 "php": "^5.5 || ^7.0",
3700 "phpdocumentor/reflection-common": "^1.0"
3753 "php": "^7.1",
3754 "phpdocumentor/reflection-common": "^2.0"
3701 3755 }, },
3702 3756 "require-dev": { "require-dev": {
3703 "mockery/mockery": "^0.9.4",
3704 "phpunit/phpunit": "^5.2||^4.8.24"
3757 "ext-tokenizer": "^7.1",
3758 "mockery/mockery": "~1",
3759 "phpunit/phpunit": "^7.0"
3705 3760 }, },
3706 3761 "type": "library", "type": "library",
3707 3762 "extra": { "extra": {
3708 3763 "branch-alias": { "branch-alias": {
3709 "dev-master": "1.0.x-dev"
3764 "dev-master": "1.x-dev"
3710 3765 } }
3711 3766 }, },
3712 3767 "autoload": { "autoload": {
3713 3768 "psr-4": { "psr-4": {
3714 "phpDocumentor\\Reflection\\": [
3715 "src/"
3716 ]
3769 "phpDocumentor\\Reflection\\": "src"
3717 3770 } }
3718 3771 }, },
3719 3772 "notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
 
3726 3779 "email": "me@mikevanriel.com" "email": "me@mikevanriel.com"
3727 3780 } }
3728 3781 ], ],
3729 "time": "2017-07-14T14:27:02+00:00"
3782 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
3783 "time": "2019-08-22T18:11:29+00:00"
3730 3784 }, },
3731 3785 { {
3732 3786 "name": "phpspec/prophecy", "name": "phpspec/prophecy",
3733 "version": "1.8.1",
3787 "version": "1.10.0",
3734 3788 "source": { "source": {
3735 3789 "type": "git", "type": "git",
3736 3790 "url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
3737 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
3791 "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682"
3738 3792 }, },
3739 3793 "dist": { "dist": {
3740 3794 "type": "zip", "type": "zip",
3741 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
3742 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
3795 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d638ebbb58daba25a6a0dc7969e1358a0e3c6682",
3796 "reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682",
3743 3797 "shasum": "" "shasum": ""
3744 3798 }, },
3745 3799 "require": { "require": {
3746 3800 "doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
3747 3801 "php": "^5.3|^7.0", "php": "^5.3|^7.0",
3748 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3749 "sebastian/comparator": "^1.1|^2.0|^3.0",
3802 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
3803 "sebastian/comparator": "^1.2.3|^2.0|^3.0",
3750 3804 "sebastian/recursion-context": "^1.0|^2.0|^3.0" "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3751 3805 }, },
3752 3806 "require-dev": { "require-dev": {
3753 "phpspec/phpspec": "^2.5|^3.2",
3807 "phpspec/phpspec": "^2.5 || ^3.2",
3754 3808 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3755 3809 }, },
3756 3810 "type": "library", "type": "library",
3757 3811 "extra": { "extra": {
3758 3812 "branch-alias": { "branch-alias": {
3759 "dev-master": "1.8.x-dev"
3813 "dev-master": "1.10.x-dev"
3760 3814 } }
3761 3815 }, },
3762 3816 "autoload": { "autoload": {
 
3789 3843 "spy", "spy",
3790 3844 "stub" "stub"
3791 3845 ], ],
3792 "time": "2019-06-13T12:50:23+00:00"
3846 "time": "2019-12-17T16:54:23+00:00"
3793 3847 }, },
3794 3848 { {
3795 3849 "name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
3796 "version": "6.1.4",
3850 "version": "7.0.10",
3797 3851 "source": { "source": {
3798 3852 "type": "git", "type": "git",
3799 3853 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3800 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3854 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
3801 3855 }, },
3802 3856 "dist": { "dist": {
3803 3857 "type": "zip", "type": "zip",
3804 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3805 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3858 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
3859 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
3806 3860 "shasum": "" "shasum": ""
3807 3861 }, },
3808 3862 "require": { "require": {
3809 3863 "ext-dom": "*", "ext-dom": "*",
3810 3864 "ext-xmlwriter": "*", "ext-xmlwriter": "*",
3811 "php": "^7.1",
3812 "phpunit/php-file-iterator": "^2.0",
3865 "php": "^7.2",
3866 "phpunit/php-file-iterator": "^2.0.2",
3813 3867 "phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
3814 "phpunit/php-token-stream": "^3.0",
3868 "phpunit/php-token-stream": "^3.1.1",
3815 3869 "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1",
3816 "sebastian/environment": "^3.1 || ^4.0",
3870 "sebastian/environment": "^4.2.2",
3817 3871 "sebastian/version": "^2.0.1", "sebastian/version": "^2.0.1",
3818 "theseer/tokenizer": "^1.1"
3872 "theseer/tokenizer": "^1.1.3"
3819 3873 }, },
3820 3874 "require-dev": { "require-dev": {
3821 "phpunit/phpunit": "^7.0"
3875 "phpunit/phpunit": "^8.2.2"
3822 3876 }, },
3823 3877 "suggest": { "suggest": {
3824 "ext-xdebug": "^2.6.0"
3878 "ext-xdebug": "^2.7.2"
3825 3879 }, },
3826 3880 "type": "library", "type": "library",
3827 3881 "extra": { "extra": {
3828 3882 "branch-alias": { "branch-alias": {
3829 "dev-master": "6.1-dev"
3883 "dev-master": "7.0-dev"
3830 3884 } }
3831 3885 }, },
3832 3886 "autoload": { "autoload": {
 
3841 3895 "authors": [ "authors": [
3842 3896 { {
3843 3897 "name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
3844 "role": "lead",
3845 "email": "sebastian@phpunit.de"
3898 "email": "sebastian@phpunit.de",
3899 "role": "lead"
3846 3900 } }
3847 3901 ], ],
3848 3902 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
 
3852 3906 "testing", "testing",
3853 3907 "xunit" "xunit"
3854 3908 ], ],
3855 "time": "2018-10-31T16:06:48+00:00"
3909 "time": "2019-11-20T13:55:58+00:00"
3856 3910 }, },
3857 3911 { {
3858 3912 "name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
 
3996 4050 }, },
3997 4051 { {
3998 4052 "name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
3999 "version": "3.1.0",
4053 "version": "3.1.1",
4000 4054 "source": { "source": {
4001 4055 "type": "git", "type": "git",
4002 4056 "url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4003 "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
4057 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
4004 4058 }, },
4005 4059 "dist": { "dist": {
4006 4060 "type": "zip", "type": "zip",
4007 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
4008 "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
4061 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
4062 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
4009 4063 "shasum": "" "shasum": ""
4010 4064 }, },
4011 4065 "require": { "require": {
 
4041 4095 "keywords": [ "keywords": [
4042 4096 "tokenizer" "tokenizer"
4043 4097 ], ],
4044 "time": "2019-07-25T05:29:42+00:00"
4098 "time": "2019-09-17T06:23:10+00:00"
4045 4099 }, },
4046 4100 { {
4047 4101 "name": "phpunit/phpunit", "name": "phpunit/phpunit",
4048 "version": "7.5.14",
4102 "version": "8.5.0",
4049 4103 "source": { "source": {
4050 4104 "type": "git", "type": "git",
4051 4105 "url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
4052 "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff"
4106 "reference": "3ee1c1fd6fc264480c25b6fb8285edefe1702dab"
4053 4107 }, },
4054 4108 "dist": { "dist": {
4055 4109 "type": "zip", "type": "zip",
4056 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff",
4057 "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff",
4110 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3ee1c1fd6fc264480c25b6fb8285edefe1702dab",
4111 "reference": "3ee1c1fd6fc264480c25b6fb8285edefe1702dab",
4058 4112 "shasum": "" "shasum": ""
4059 4113 }, },
4060 4114 "require": { "require": {
4061 "doctrine/instantiator": "^1.1",
4115 "doctrine/instantiator": "^1.2.0",
4062 4116 "ext-dom": "*", "ext-dom": "*",
4063 4117 "ext-json": "*", "ext-json": "*",
4064 4118 "ext-libxml": "*", "ext-libxml": "*",
4065 4119 "ext-mbstring": "*", "ext-mbstring": "*",
4066 4120 "ext-xml": "*", "ext-xml": "*",
4067 "myclabs/deep-copy": "^1.7",
4068 "phar-io/manifest": "^1.0.2",
4069 "phar-io/version": "^2.0",
4070 "php": "^7.1",
4071 "phpspec/prophecy": "^1.7",
4072 "phpunit/php-code-coverage": "^6.0.7",
4073 "phpunit/php-file-iterator": "^2.0.1",
4121 "ext-xmlwriter": "*",
4122 "myclabs/deep-copy": "^1.9.1",
4123 "phar-io/manifest": "^1.0.3",
4124 "phar-io/version": "^2.0.1",
4125 "php": "^7.2",
4126 "phpspec/prophecy": "^1.8.1",
4127 "phpunit/php-code-coverage": "^7.0.7",
4128 "phpunit/php-file-iterator": "^2.0.2",
4074 4129 "phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
4075 "phpunit/php-timer": "^2.1",
4076 "sebastian/comparator": "^3.0",
4077 "sebastian/diff": "^3.0",
4078 "sebastian/environment": "^4.0",
4079 "sebastian/exporter": "^3.1",
4080 "sebastian/global-state": "^2.0",
4130 "phpunit/php-timer": "^2.1.2",
4131 "sebastian/comparator": "^3.0.2",
4132 "sebastian/diff": "^3.0.2",
4133 "sebastian/environment": "^4.2.2",
4134 "sebastian/exporter": "^3.1.1",
4135 "sebastian/global-state": "^3.0.0",
4081 4136 "sebastian/object-enumerator": "^3.0.3", "sebastian/object-enumerator": "^3.0.3",
4082 "sebastian/resource-operations": "^2.0",
4137 "sebastian/resource-operations": "^2.0.1",
4138 "sebastian/type": "^1.1.3",
4083 4139 "sebastian/version": "^2.0.1" "sebastian/version": "^2.0.1"
4084 4140 }, },
4085 "conflict": {
4086 "phpunit/phpunit-mock-objects": "*"
4087 },
4088 4141 "require-dev": { "require-dev": {
4089 4142 "ext-pdo": "*" "ext-pdo": "*"
4090 4143 }, },
4091 4144 "suggest": { "suggest": {
4092 4145 "ext-soap": "*", "ext-soap": "*",
4093 4146 "ext-xdebug": "*", "ext-xdebug": "*",
4094 "phpunit/php-invoker": "^2.0"
4147 "phpunit/php-invoker": "^2.0.0"
4095 4148 }, },
4096 4149 "bin": [ "bin": [
4097 4150 "phpunit" "phpunit"
 
4099 4152 "type": "library", "type": "library",
4100 4153 "extra": { "extra": {
4101 4154 "branch-alias": { "branch-alias": {
4102 "dev-master": "7.5-dev"
4155 "dev-master": "8.5-dev"
4103 4156 } }
4104 4157 }, },
4105 4158 "autoload": { "autoload": {
 
4114 4167 "authors": [ "authors": [
4115 4168 { {
4116 4169 "name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
4117 "role": "lead",
4118 "email": "sebastian@phpunit.de"
4170 "email": "sebastian@phpunit.de",
4171 "role": "lead"
4119 4172 } }
4120 4173 ], ],
4121 4174 "description": "The PHP Unit Testing framework.", "description": "The PHP Unit Testing framework.",
 
4125 4178 "testing", "testing",
4126 4179 "xunit" "xunit"
4127 4180 ], ],
4128 "time": "2019-07-15T06:24:08+00:00"
4181 "time": "2019-12-06T05:41:38+00:00"
4182 },
4183 {
4184 "name": "scrivo/highlight.php",
4185 "version": "v9.17.1.0",
4186 "source": {
4187 "type": "git",
4188 "url": "https://github.com/scrivo/highlight.php.git",
4189 "reference": "5451a9ad6d638559cf2a092880f935c39776134e"
4190 },
4191 "dist": {
4192 "type": "zip",
4193 "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/5451a9ad6d638559cf2a092880f935c39776134e",
4194 "reference": "5451a9ad6d638559cf2a092880f935c39776134e",
4195 "shasum": ""
4196 },
4197 "require": {
4198 "ext-json": "*",
4199 "ext-mbstring": "*",
4200 "php": ">=5.4"
4201 },
4202 "require-dev": {
4203 "phpunit/phpunit": "^4.8|^5.7",
4204 "symfony/finder": "^3.4",
4205 "symfony/var-dumper": "^3.4"
4206 },
4207 "suggest": {
4208 "ext-dom": "Needed to make use of the features in the utilities namespace"
4209 },
4210 "type": "library",
4211 "autoload": {
4212 "psr-0": {
4213 "Highlight\\": "",
4214 "HighlightUtilities\\": ""
4215 },
4216 "files": [
4217 "HighlightUtilities/functions.php"
4218 ]
4219 },
4220 "notification-url": "https://packagist.org/downloads/",
4221 "license": [
4222 "BSD-3-Clause"
4223 ],
4224 "authors": [
4225 {
4226 "name": "Geert Bergman",
4227 "homepage": "http://www.scrivo.org/",
4228 "role": "Project Author"
4229 },
4230 {
4231 "name": "Vladimir Jimenez",
4232 "homepage": "https://allejo.io",
4233 "role": "Maintainer"
4234 },
4235 {
4236 "name": "Martin Folkers",
4237 "homepage": "https://twobrain.io",
4238 "role": "Contributor"
4239 }
4240 ],
4241 "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
4242 "keywords": [
4243 "code",
4244 "highlight",
4245 "highlight.js",
4246 "highlight.php",
4247 "syntax"
4248 ],
4249 "time": "2019-12-13T21:54:06+00:00"
4129 4250 }, },
4130 4251 { {
4131 4252 "name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
 
4294 4415 }, },
4295 4416 { {
4296 4417 "name": "sebastian/environment", "name": "sebastian/environment",
4297 "version": "4.2.2",
4418 "version": "4.2.3",
4298 4419 "source": { "source": {
4299 4420 "type": "git", "type": "git",
4300 4421 "url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
4301 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
4422 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
4302 4423 }, },
4303 4424 "dist": { "dist": {
4304 4425 "type": "zip", "type": "zip",
4305 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
4306 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
4426 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
4427 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
4307 4428 "shasum": "" "shasum": ""
4308 4429 }, },
4309 4430 "require": { "require": {
 
4343 4464 "environment", "environment",
4344 4465 "hhvm" "hhvm"
4345 4466 ], ],
4346 "time": "2019-05-05T09:05:15+00:00"
4467 "time": "2019-11-20T08:46:58+00:00"
4347 4468 }, },
4348 4469 { {
4349 4470 "name": "sebastian/exporter", "name": "sebastian/exporter",
4350 "version": "3.1.0",
4471 "version": "3.1.2",
4351 4472 "source": { "source": {
4352 4473 "type": "git", "type": "git",
4353 4474 "url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
4354 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4475 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
4355 4476 }, },
4356 4477 "dist": { "dist": {
4357 4478 "type": "zip", "type": "zip",
4358 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4359 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4479 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
4480 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
4360 4481 "shasum": "" "shasum": ""
4361 4482 }, },
4362 4483 "require": { "require": {
 
4383 4504 "BSD-3-Clause" "BSD-3-Clause"
4384 4505 ], ],
4385 4506 "authors": [ "authors": [
4507 {
4508 "name": "Sebastian Bergmann",
4509 "email": "sebastian@phpunit.de"
4510 },
4386 4511 { {
4387 4512 "name": "Jeff Welch", "name": "Jeff Welch",
4388 4513 "email": "whatthejeff@gmail.com" "email": "whatthejeff@gmail.com"
 
4391 4516 "name": "Volker Dusch", "name": "Volker Dusch",
4392 4517 "email": "github@wallbash.com" "email": "github@wallbash.com"
4393 4518 }, },
4394 {
4395 "name": "Bernhard Schussek",
4396 "email": "bschussek@2bepublished.at"
4397 },
4398 {
4399 "name": "Sebastian Bergmann",
4400 "email": "sebastian@phpunit.de"
4401 },
4402 4519 { {
4403 4520 "name": "Adam Harvey", "name": "Adam Harvey",
4404 4521 "email": "aharvey@php.net" "email": "aharvey@php.net"
4522 },
4523 {
4524 "name": "Bernhard Schussek",
4525 "email": "bschussek@gmail.com"
4405 4526 } }
4406 4527 ], ],
4407 4528 "description": "Provides the functionality to export PHP variables for visualization", "description": "Provides the functionality to export PHP variables for visualization",
 
4410 4531 "export", "export",
4411 4532 "exporter" "exporter"
4412 4533 ], ],
4413 "time": "2017-04-03T13:19:02+00:00"
4534 "time": "2019-09-14T09:02:43+00:00"
4414 4535 }, },
4415 4536 { {
4416 4537 "name": "sebastian/global-state", "name": "sebastian/global-state",
4417 "version": "2.0.0",
4538 "version": "3.0.0",
4418 4539 "source": { "source": {
4419 4540 "type": "git", "type": "git",
4420 4541 "url": "https://github.com/sebastianbergmann/global-state.git", "url": "https://github.com/sebastianbergmann/global-state.git",
4421 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4542 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
4422 4543 }, },
4423 4544 "dist": { "dist": {
4424 4545 "type": "zip", "type": "zip",
4425 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4426 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4546 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
4547 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
4427 4548 "shasum": "" "shasum": ""
4428 4549 }, },
4429 4550 "require": { "require": {
4430 "php": "^7.0"
4551 "php": "^7.2",
4552 "sebastian/object-reflector": "^1.1.1",
4553 "sebastian/recursion-context": "^3.0"
4431 4554 }, },
4432 4555 "require-dev": { "require-dev": {
4433 "phpunit/phpunit": "^6.0"
4556 "ext-dom": "*",
4557 "phpunit/phpunit": "^8.0"
4434 4558 }, },
4435 4559 "suggest": { "suggest": {
4436 4560 "ext-uopz": "*" "ext-uopz": "*"
 
4438 4562 "type": "library", "type": "library",
4439 4563 "extra": { "extra": {
4440 4564 "branch-alias": { "branch-alias": {
4441 "dev-master": "2.0-dev"
4565 "dev-master": "3.0-dev"
4442 4566 } }
4443 4567 }, },
4444 4568 "autoload": { "autoload": {
 
4461 4585 "keywords": [ "keywords": [
4462 4586 "global state" "global state"
4463 4587 ], ],
4464 "time": "2017-04-27T15:39:26+00:00"
4588 "time": "2019-02-01T05:30:01+00:00"
4465 4589 }, },
4466 4590 { {
4467 4591 "name": "sebastian/object-enumerator", "name": "sebastian/object-enumerator",
 
4650 4774 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4651 4775 "time": "2018-10-04T04:07:39+00:00" "time": "2018-10-04T04:07:39+00:00"
4652 4776 }, },
4777 {
4778 "name": "sebastian/type",
4779 "version": "1.1.3",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/sebastianbergmann/type.git",
4783 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
4788 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": "^7.2"
4793 },
4794 "require-dev": {
4795 "phpunit/phpunit": "^8.2"
4796 },
4797 "type": "library",
4798 "extra": {
4799 "branch-alias": {
4800 "dev-master": "1.1-dev"
4801 }
4802 },
4803 "autoload": {
4804 "classmap": [
4805 "src/"
4806 ]
4807 },
4808 "notification-url": "https://packagist.org/downloads/",
4809 "license": [
4810 "BSD-3-Clause"
4811 ],
4812 "authors": [
4813 {
4814 "name": "Sebastian Bergmann",
4815 "email": "sebastian@phpunit.de",
4816 "role": "lead"
4817 }
4818 ],
4819 "description": "Collection of value objects that represent the types of the PHP type system",
4820 "homepage": "https://github.com/sebastianbergmann/type",
4821 "time": "2019-07-02T08:10:15+00:00"
4822 },
4653 4823 { {
4654 4824 "name": "sebastian/version", "name": "sebastian/version",
4655 4825 "version": "2.0.1", "version": "2.0.1",
 
4735 4905 }, },
4736 4906 { {
4737 4907 "name": "webmozart/assert", "name": "webmozart/assert",
4738 "version": "1.4.0",
4908 "version": "1.6.0",
4739 4909 "source": { "source": {
4740 4910 "type": "git", "type": "git",
4741 4911 "url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
4742 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
4912 "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
4743 4913 }, },
4744 4914 "dist": { "dist": {
4745 4915 "type": "zip", "type": "zip",
4746 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
4747 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
4916 "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
4917 "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
4748 4918 "shasum": "" "shasum": ""
4749 4919 }, },
4750 4920 "require": { "require": {
4751 4921 "php": "^5.3.3 || ^7.0", "php": "^5.3.3 || ^7.0",
4752 4922 "symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
4753 4923 }, },
4924 "conflict": {
4925 "vimeo/psalm": "<3.6.0"
4926 },
4754 4927 "require-dev": { "require-dev": {
4755 "phpunit/phpunit": "^4.6",
4756 "sebastian/version": "^1.0.1"
4928 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
4757 4929 }, },
4758 4930 "type": "library", "type": "library",
4759 "extra": {
4760 "branch-alias": {
4761 "dev-master": "1.3-dev"
4762 }
4763 },
4764 4931 "autoload": { "autoload": {
4765 4932 "psr-4": { "psr-4": {
4766 4933 "Webmozart\\Assert\\": "src/" "Webmozart\\Assert\\": "src/"
 
4782 4949 "check", "check",
4783 4950 "validate" "validate"
4784 4951 ], ],
4785 "time": "2018-12-25T11:19:39+00:00"
4952 "time": "2019-11-24T13:36:37+00:00"
4786 4953 } }
4787 4954 ], ],
4788 4955 "aliases": [], "aliases": [],
 
4791 4958 "prefer-stable": true, "prefer-stable": true,
4792 4959 "prefer-lowest": false, "prefer-lowest": false,
4793 4960 "platform": { "platform": {
4794 "php": "^7.1.3"
4961 "php": "^7.2"
4795 4962 }, },
4796 4963 "platform-dev": [] "platform-dev": []
4797 4964 } }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using git:
git clone git://git.rocketgit.com/user/EyadMohammedOsama/sicsf

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main