From 22733619d1d26b86e6fe7ffe1d7f3b7936efbb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 31 Dec 2021 12:23:44 +0100 Subject: [PATCH] Socialite callback test --- .env.example | 5 +- composer.lock | 1400 +++++++++-------- config/services.php | 2 +- public/mix-manifest.json | 787 ++++++--- src/App/Users/Actions/CreateNewUserAction.php | 14 +- .../SocialiteAuthenticationController.php | 8 +- src/Support/helpers.php | 4 +- tests/App/Users/UserAccountTest.php | 96 +- 8 files changed, 1355 insertions(+), 961 deletions(-) diff --git a/.env.example b/.env.example index c6588183..d9cac9d9 100644 --- a/.env.example +++ b/.env.example @@ -54,4 +54,7 @@ STRIPE_SECRET= STRIPE_WEBHOOK_SECRET= CASHIER_PAYMENT_NOTIFICATION=App\Notifications\ConfirmPayment -SANCTUM_STATEFUL_DOMAINS=localhost,localhost:8000,127.0.0.1,127.0.0.1:8000,::1 \ No newline at end of file +SANCTUM_STATEFUL_DOMAINS=localhost,localhost:8000,127.0.0.1,127.0.0.1:8000,::1 + +FACEBOOK_CLIENT_ID= +FACEBOOK_CLIENT_SECRET= \ No newline at end of file diff --git a/composer.lock b/composer.lock index 6c27cd24..df0c555f 100644 --- a/composer.lock +++ b/composer.lock @@ -280,16 +280,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.199.10", + "version": "3.208.7", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "4da80879dbdbbe104137e479224874b96ec4fa36" + "reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4da80879dbdbbe104137e479224874b96ec4fa36", - "reference": "4da80879dbdbbe104137e479224874b96ec4fa36", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c", + "reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c", "shasum": "" }, "require": { @@ -365,9 +365,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.199.10" + "source": "https://github.com/aws/aws-sdk-php/tree/3.208.7" }, - "time": "2021-11-03T18:15:36+00:00" + "time": "2021-12-21T19:16:39+00:00" }, { "name": "bacon/bacon-qr-code", @@ -424,16 +424,16 @@ }, { "name": "brianium/paratest", - "version": "v6.3.2", + "version": "v6.4.1", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "5843dced0fb11c67fa3863e9ad40cfc319c32f33" + "reference": "c32a5c4fc2ff339202437d25d19a5f496f880d61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/5843dced0fb11c67fa3863e9ad40cfc319c32f33", - "reference": "5843dced0fb11c67fa3863e9ad40cfc319c32f33", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/c32a5c4fc2ff339202437d25d19a5f496f880d61", + "reference": "c32a5c4fc2ff339202437d25d19a5f496f880d61", "shasum": "" }, "require": { @@ -442,13 +442,13 @@ "ext-reflection": "*", "ext-simplexml": "*", "php": "^7.3 || ^8.0", - "phpunit/php-code-coverage": "^9.2.7", + "phpunit/php-code-coverage": "^9.2.9", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-timer": "^5.0.3", "phpunit/phpunit": "^9.5.10", "sebastian/environment": "^5.1.3", - "symfony/console": "^4.4.30 || ^5.3.7", - "symfony/process": "^4.4.30 || ^5.3.7" + "symfony/console": "^5.4.0 || ^6.0.0", + "symfony/process": "^5.4.0 || ^6.0.0" }, "require-dev": { "doctrine/coding-standard": "^9.0.0", @@ -456,14 +456,15 @@ "ergebnis/phpstan-rules": "^0.15.3", "ext-posix": "*", "infection/infection": "^0.25.3", + "malukenho/mcbumpface": "^1.1.5", "phpstan/phpstan": "^0.12.99", "phpstan/phpstan-deprecation-rules": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.22", "phpstan/phpstan-strict-rules": "^0.12.11", - "squizlabs/php_codesniffer": "^3.6.0", - "symfony/filesystem": "^5.3.4", - "thecodingmachine/phpstan-strict-rules": "^0.12.1", - "vimeo/psalm": "^4.10.0" + "squizlabs/php_codesniffer": "^3.6.1", + "symfony/filesystem": "^v5.4.0", + "thecodingmachine/phpstan-strict-rules": "^v0.12.2", + "vimeo/psalm": "^4.13.1" }, "bin": [ "bin/paratest" @@ -502,7 +503,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v6.3.2" + "source": "https://github.com/paratestphp/paratest/tree/v6.4.1" }, "funding": [ { @@ -514,7 +515,7 @@ "type": "paypal" } ], - "time": "2021-11-03T10:16:06+00:00" + "time": "2021-12-02T09:12:23+00:00" }, { "name": "brick/math", @@ -847,6 +848,77 @@ ], "time": "2021-09-13T08:41:34+00:00" }, + { + "name": "composer/pcre", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2", + "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/1.0.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-12-06T15:17:27+00:00" + }, { "name": "composer/semver", "version": "3.2.6", @@ -930,25 +1002,27 @@ }, { "name": "composer/xdebug-handler", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" + "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", - "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e", + "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e", "shasum": "" }, "require": { + "composer/pcre": "^1", "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { - "phpstan/phpstan": "^0.12.55", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" }, "type": "library", "autoload": { @@ -974,7 +1048,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/2.0.2" + "source": "https://github.com/composer/xdebug-handler/tree/2.0.3" }, "funding": [ { @@ -990,7 +1064,7 @@ "type": "tidelift" } ], - "time": "2021-07-31T17:03:58+00:00" + "time": "2021-12-08T13:07:32+00:00" }, { "name": "dasprid/enum", @@ -1252,16 +1326,16 @@ }, { "name": "doctrine/dbal", - "version": "2.13.4", + "version": "2.13.6", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e" + "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e", - "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/67ef6d0327ccbab1202b39e0222977a47ed3ef2f", + "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f", "shasum": "" }, "require": { @@ -1274,13 +1348,13 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.99", + "phpstan/phpstan": "1.2.0", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.0", + "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.10.0" + "vimeo/psalm": "4.13.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -1341,7 +1415,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.4" + "source": "https://github.com/doctrine/dbal/tree/2.13.6" }, "funding": [ { @@ -1357,7 +1431,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T15:59:26+00:00" + "time": "2021-11-26T20:11:05+00:00" }, { "name": "doctrine/deprecations", @@ -1738,16 +1812,16 @@ }, { "name": "dompdf/dompdf", - "version": "v1.0.2", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "8768448244967a46d6e67b891d30878e0e15d25c" + "reference": "de4aad040737a89fae2129cdeb0f79c45513128d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", - "reference": "8768448244967a46d6e67b891d30878e0e15d25c", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d", + "reference": "de4aad040737a89fae2129cdeb0f79c45513128d", "shasum": "" }, "require": { @@ -1769,11 +1843,6 @@ "ext-zlib": "Needed for pdf stream compression" }, "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.7-dev" - } - }, "autoload": { "psr-4": { "Dompdf\\": "src/" @@ -1804,9 +1873,9 @@ "homepage": "https://github.com/dompdf/dompdf", "support": { "issues": "https://github.com/dompdf/dompdf/issues", - "source": "https://github.com/dompdf/dompdf/tree/v1.0.2" + "source": "https://github.com/dompdf/dompdf/tree/v1.1.1" }, - "time": "2021-01-08T14:18:52+00:00" + "time": "2021-11-24T00:45:04+00:00" }, { "name": "dragonmantank/cron-expression", @@ -2231,16 +2300,16 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.0.3", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac" + "reference": "0690bde05318336c7221785f2a932467f98b64ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/296c015dc30ec4322168c5ad3ee5cc11dae827ac", - "reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca", + "reference": "0690bde05318336c7221785f2a932467f98b64ca", "shasum": "" }, "require": { @@ -2263,7 +2332,8 @@ "authors": [ { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "An Implementation Of The Result Type", @@ -2276,7 +2346,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.3" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4" }, "funding": [ { @@ -2288,20 +2358,20 @@ "type": "tidelift" } ], - "time": "2021-10-17T19:48:54+00:00" + "time": "2021-11-21T21:41:47+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.4.0", + "version": "7.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94" + "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/868b3571a039f0ebc11ac8f344f4080babe2cb94", - "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", + "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", "shasum": "" }, "require": { @@ -2310,7 +2380,7 @@ "guzzlehttp/psr7": "^1.8.3 || ^2.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2" + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" @@ -2396,7 +2466,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.0" + "source": "https://github.com/guzzle/guzzle/tree/7.4.1" }, "funding": [ { @@ -2412,7 +2482,7 @@ "type": "tidelift" } ], - "time": "2021-10-18T09:52:00+00:00" + "time": "2021-12-06T18:43:05+00:00" }, { "name": "guzzlehttp/promises", @@ -2615,16 +2685,16 @@ }, { "name": "intervention/image", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "9a8cc99d30415ec0b3f7649e1647d03a55698545" + "reference": "744ebba495319501b873a4e48787759c72e3fb8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/9a8cc99d30415ec0b3f7649e1647d03a55698545", - "reference": "9a8cc99d30415ec0b3f7649e1647d03a55698545", + "url": "https://api.github.com/repos/Intervention/image/zipball/744ebba495319501b873a4e48787759c72e3fb8c", + "reference": "744ebba495319501b873a4e48787759c72e3fb8c", "shasum": "" }, "require": { @@ -2683,7 +2753,7 @@ ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/2.7.0" + "source": "https://github.com/Intervention/image/tree/2.7.1" }, "funding": [ { @@ -2695,20 +2765,20 @@ "type": "github" } ], - "time": "2021-10-03T14:17:12+00:00" + "time": "2021-12-16T16:49:26+00:00" }, { "name": "jaybizzle/crawler-detect", - "version": "v1.2.108", + "version": "v1.2.110", "source": { "type": "git", "url": "https://github.com/JayBizzle/Crawler-Detect.git", - "reference": "69a38c09f99ee056e7cca9fe7c8b1952fd62b837" + "reference": "f9d63a3581428fd8a3858e161d072f0b9debc26f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/69a38c09f99ee056e7cca9fe7c8b1952fd62b837", - "reference": "69a38c09f99ee056e7cca9fe7c8b1952fd62b837", + "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/f9d63a3581428fd8a3858e161d072f0b9debc26f", + "reference": "f9d63a3581428fd8a3858e161d072f0b9debc26f", "shasum": "" }, "require": { @@ -2745,9 +2815,9 @@ ], "support": { "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", - "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.108" + "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.110" }, - "time": "2021-10-21T18:55:50+00:00" + "time": "2021-12-07T18:35:06+00:00" }, { "name": "jaybizzle/laravel-crawler-detect", @@ -2959,16 +3029,16 @@ }, { "name": "laravel/fortify", - "version": "v1.8.3", + "version": "v1.8.6", "source": { "type": "git", "url": "https://github.com/laravel/fortify.git", - "reference": "19f71710cb4c6a2e774aece8a8c920165a95a059" + "reference": "fb2b7884bb28fb04fafbea7440933ef5877714df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/fortify/zipball/19f71710cb4c6a2e774aece8a8c920165a95a059", - "reference": "19f71710cb4c6a2e774aece8a8c920165a95a059", + "url": "https://api.github.com/repos/laravel/fortify/zipball/fb2b7884bb28fb04fafbea7440933ef5877714df", + "reference": "fb2b7884bb28fb04fafbea7440933ef5877714df", "shasum": "" }, "require": { @@ -3018,20 +3088,20 @@ "issues": "https://github.com/laravel/fortify/issues", "source": "https://github.com/laravel/fortify" }, - "time": "2021-11-02T16:23:43+00:00" + "time": "2021-12-22T10:03:31+00:00" }, { "name": "laravel/framework", - "version": "v8.69.0", + "version": "v8.77.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "545181da688db64fed6d8427e55f630a90ca0d32" + "reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/545181da688db64fed6d8427e55f630a90ca0d32", - "reference": "545181da688db64fed6d8427e55f630a90ca0d32", + "url": "https://api.github.com/repos/laravel/framework/zipball/994dbac5c6da856c77c81a411cff5b7d31519ca8", + "reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8", "shasum": "" }, "require": { @@ -3049,19 +3119,19 @@ "opis/closure": "^3.6", "php": "^7.3|^8.0", "psr/container": "^1.0", - "psr/log": "^1.0 || ^2.0", + "psr/log": "^1.0|^2.0", "psr/simple-cache": "^1.0", "ramsey/uuid": "^4.2.2", "swiftmailer/swiftmailer": "^6.3", - "symfony/console": "^5.1.4", - "symfony/error-handler": "^5.1.4", - "symfony/finder": "^5.1.4", - "symfony/http-foundation": "^5.1.4", - "symfony/http-kernel": "^5.1.4", - "symfony/mime": "^5.1.4", - "symfony/process": "^5.1.4", - "symfony/routing": "^5.1.4", - "symfony/var-dumper": "^5.1.4", + "symfony/console": "^5.4", + "symfony/error-handler": "^5.4", + "symfony/finder": "^5.4", + "symfony/http-foundation": "^5.4", + "symfony/http-kernel": "^5.4", + "symfony/mime": "^5.4", + "symfony/process": "^5.4", + "symfony/routing": "^5.4", + "symfony/var-dumper": "^5.4", "tijsverkoyen/css-to-inline-styles": "^2.2.2", "vlucas/phpdotenv": "^5.2", "voku/portable-ascii": "^1.4.8" @@ -3108,21 +3178,21 @@ }, "require-dev": { "aws/aws-sdk-php": "^3.198.1", - "doctrine/dbal": "^2.13.3|^3.1.2", + "doctrine/dbal": "^2.13.3|^3.1.4", "filp/whoops": "^2.14.3", "guzzlehttp/guzzle": "^6.5.5|^7.0.1", "league/flysystem-cached-adapter": "^1.0", "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^6.23", + "orchestra/testbench-core": "^6.27", "pda/pheanstalk": "^4.0", "phpunit/phpunit": "^8.5.19|^9.5.8", "predis/predis": "^1.1.9", - "symfony/cache": "^5.1.4" + "symfony/cache": "^5.4" }, "suggest": { "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).", "brianium/paratest": "Required to run tests in parallel (^6.0).", - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).", + "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", "ext-bcmath": "Required to use the multiple_of validation rule.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", @@ -3143,9 +3213,9 @@ "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).", "predis/predis": "Required to use the predis connector (^1.1.9).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).", - "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).", - "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).", + "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).", + "symfony/cache": "Required to PSR-6 cache bridge (^5.4).", + "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).", "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." }, @@ -3190,20 +3260,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-11-02T13:53:22+00:00" + "time": "2021-12-21T20:22:29+00:00" }, { "name": "laravel/sanctum", - "version": "v2.12.1", + "version": "v2.13.0", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "e610647b04583ace6b30c8eb74cee0a866040420" + "reference": "b4c07d0014b78430a3c827064217f811f0708eaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/e610647b04583ace6b30c8eb74cee0a866040420", - "reference": "e610647b04583ace6b30c8eb74cee0a866040420", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/b4c07d0014b78430a3c827064217f811f0708eaa", + "reference": "b4c07d0014b78430a3c827064217f811f0708eaa", "shasum": "" }, "require": { @@ -3254,20 +3324,20 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2021-10-26T18:23:26+00:00" + "time": "2021-12-14T17:49:47+00:00" }, { "name": "laravel/scout", - "version": "v9.3.1", + "version": "v9.3.4", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "31dc6fadb1648d3a7d60e56662bed80848264279" + "reference": "abde06a179d9a12a6691abc0cf9176103ee4eaea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/31dc6fadb1648d3a7d60e56662bed80848264279", - "reference": "31dc6fadb1648d3a7d60e56662bed80848264279", + "url": "https://api.github.com/repos/laravel/scout/zipball/abde06a179d9a12a6691abc0cf9176103ee4eaea", + "reference": "abde06a179d9a12a6691abc0cf9176103ee4eaea", "shasum": "" }, "require": { @@ -3326,20 +3396,20 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2021-10-12T15:53:08+00:00" + "time": "2021-12-23T13:16:05+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.0.3", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b" + "reference": "25de3be1bca1b17d52ff0dc02b646c667ac7266c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/6cfc678735f22ccedad761b8cae2bab14c3d8e5b", - "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/25de3be1bca1b17d52ff0dc02b646c667ac7266c", + "reference": "25de3be1bca1b17d52ff0dc02b646c667ac7266c", "shasum": "" }, "require": { @@ -3385,7 +3455,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2021-10-07T14:00:57+00:00" + "time": "2021-11-30T15:53:04+00:00" }, { "name": "laravel/socialite", @@ -3458,16 +3528,16 @@ }, { "name": "laravel/tinker", - "version": "v2.6.2", + "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc" + "reference": "a9ddee4761ec8453c584e393b393caff189a3e42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/c808a7227f97ecfd9219fbf913bad842ea854ddc", - "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc", + "url": "https://api.github.com/repos/laravel/tinker/zipball/a9ddee4761ec8453c584e393b393caff189a3e42", + "reference": "a9ddee4761ec8453c584e393b393caff189a3e42", "shasum": "" }, "require": { @@ -3520,31 +3590,34 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.6.2" + "source": "https://github.com/laravel/tinker/tree/v2.6.3" }, - "time": "2021-09-28T15:47:34+00:00" + "time": "2021-12-07T16:41:42+00:00" }, { "name": "laravel/ui", - "version": "v3.3.1", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/laravel/ui.git", - "reference": "a449e3364d9780a80a49894a3af9795c85af806f" + "reference": "9a1e52442dd238647905b98d773d59e438eb9f9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/a449e3364d9780a80a49894a3af9795c85af806f", - "reference": "a449e3364d9780a80a49894a3af9795c85af806f", + "url": "https://api.github.com/repos/laravel/ui/zipball/9a1e52442dd238647905b98d773d59e438eb9f9d", + "reference": "9a1e52442dd238647905b98d773d59e438eb9f9d", "shasum": "" }, "require": { - "illuminate/console": "^8.42", - "illuminate/filesystem": "^8.42", - "illuminate/support": "^8.42", - "illuminate/validation": "^8.42", + "illuminate/console": "^8.42|^9.0", + "illuminate/filesystem": "^8.42|^9.0", + "illuminate/support": "^8.42|^9.0", + "illuminate/validation": "^8.42|^9.0", "php": "^7.3|^8.0" }, + "require-dev": { + "orchestra/testbench": "^6.23|^7.0" + }, "type": "library", "extra": { "branch-alias": { @@ -3578,22 +3651,22 @@ "ui" ], "support": { - "source": "https://github.com/laravel/ui/tree/v3.3.1" + "source": "https://github.com/laravel/ui/tree/v3.4.1" }, - "time": "2021-11-02T17:04:20+00:00" + "time": "2021-12-22T10:40:50+00:00" }, { "name": "league/commonmark", - "version": "2.0.2", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13" + "reference": "819276bc54e83c160617d3ac0a436c239e479928" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2df87709f44b0dd733df86aef0830dce9b1f0f13", - "reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/819276bc54e83c160617d3ac0a436c239e479928", + "reference": "819276bc54e83c160617d3ac0a436c239e479928", "shasum": "" }, "require": { @@ -3612,11 +3685,11 @@ "ext-json": "*", "github/gfm": "0.29.0", "michelf/php-markdown": "^1.4", - "phpstan/phpstan": "^0.12.88", + "phpstan/phpstan": "^0.12.88 || ^1.0.0", "phpunit/phpunit": "^9.5.5", "scrutinizer/ocular": "^1.8.1", "symfony/finder": "^5.3", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", "unleashedtech/php-coding-standard": "^3.1", "vimeo/psalm": "^4.7.3" }, @@ -3626,7 +3699,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.1-dev" + "dev-main": "2.2-dev" } }, "autoload": { @@ -3666,10 +3739,6 @@ "source": "https://github.com/thephpleague/commonmark" }, "funding": [ - { - "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark", - "type": "custom" - }, { "url": "https://www.colinodell.com/sponsor", "type": "custom" @@ -3682,16 +3751,12 @@ "url": "https://github.com/colinodell", "type": "github" }, - { - "url": "https://www.patreon.com/colinodell", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/league/commonmark", "type": "tidelift" } ], - "time": "2021-08-14T14:06:04+00:00" + "time": "2021-12-05T18:25:20+00:00" }, { "name": "league/config", @@ -3777,16 +3842,16 @@ }, { "name": "league/flysystem", - "version": "1.1.5", + "version": "1.1.9", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea" + "reference": "094defdb4a7001845300334e7c1ee2335925ef99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea", - "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99", + "reference": "094defdb4a7001845300334e7c1ee2335925ef99", "shasum": "" }, "require": { @@ -3859,7 +3924,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.1.5" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.9" }, "funding": [ { @@ -3867,7 +3932,7 @@ "type": "other" } ], - "time": "2021-08-17T13:49:42+00:00" + "time": "2021-12-09T09:40:50+00:00" }, { "name": "league/flysystem-aws-s3-v3", @@ -3973,16 +4038,16 @@ }, { "name": "league/mime-type-detection", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e" + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "shasum": "" }, "require": { @@ -3990,7 +4055,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", + "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, @@ -4013,7 +4078,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" }, "funding": [ { @@ -4025,7 +4090,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T08:23:19+00:00" + "time": "2021-11-21T11:48:40+00:00" }, { "name": "league/oauth1-client", @@ -4540,16 +4605,16 @@ }, { "name": "nesbot/carbon", - "version": "2.54.0", + "version": "2.55.2", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5" + "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/eed83939f1aed3eee517d03a33f5ec587ac529b5", - "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2", + "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2", "shasum": "" }, "require": { @@ -4557,7 +4622,7 @@ "php": "^7.1.8 || ^8.0", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16", - "symfony/translation": "^3.4 || ^4.0 || ^5.0" + "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "doctrine/dbal": "^2.0 || ^3.0", @@ -4618,6 +4683,7 @@ "time" ], "support": { + "docs": "https://carbon.nesbot.com/docs", "issues": "https://github.com/briannesbitt/Carbon/issues", "source": "https://github.com/briannesbitt/Carbon" }, @@ -4631,7 +4697,7 @@ "type": "tidelift" } ], - "time": "2021-11-01T21:22:20+00:00" + "time": "2021-12-03T14:59:52+00:00" }, { "name": "netresearch/jsonmapper", @@ -4748,16 +4814,16 @@ }, { "name": "nette/utils", - "version": "v3.2.5", + "version": "v3.2.6", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e", + "url": "https://api.github.com/repos/nette/utils/zipball/2f261e55bd6a12057442045bf2c249806abc1d02", + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02", "shasum": "" }, "require": { @@ -4768,7 +4834,7 @@ }, "require-dev": { "nette/tester": "~2.0", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" }, "suggest": { @@ -4827,22 +4893,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.5" + "source": "https://github.com/nette/utils/tree/v3.2.6" }, - "time": "2021-09-20T10:50:11+00:00" + "time": "2021-11-24T15:47:23+00:00" }, { "name": "nikic/php-parser", - "version": "v4.13.1", + "version": "v4.13.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" + "reference": "210577fe3cf7badcc5814d99455df46564f3c077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", - "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", + "reference": "210577fe3cf7badcc5814d99455df46564f3c077", "shasum": "" }, "require": { @@ -4883,9 +4949,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" }, - "time": "2021-11-03T20:52:16+00:00" + "time": "2021-11-30T19:35:32+00:00" }, { "name": "openlss/lib-array2xml", @@ -5185,20 +5251,23 @@ }, { "name": "phenx/php-font-lib", - "version": "0.5.2", + "version": "0.5.4", "source": { "type": "git", - "url": "https://github.com/PhenX/php-font-lib.git", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" + "url": "https://github.com/dompdf/php-font-lib.git", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", + "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4", "shasum": "" }, + "require": { + "ext-mbstring": "*" + }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" + "symfony/phpunit-bridge": "^3 || ^4 || ^5" }, "type": "library", "autoload": { @@ -5219,10 +5288,10 @@ "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "support": { - "issues": "https://github.com/PhenX/php-font-lib/issues", - "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" + "issues": "https://github.com/dompdf/php-font-lib/issues", + "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4" }, - "time": "2020-03-08T15:31:32+00:00" + "time": "2021-12-17T19:44:54+00:00" }, { "name": "phenx/php-svg-lib", @@ -5431,16 +5500,16 @@ }, { "name": "phpoption/phpoption", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", "shasum": "" }, "require": { @@ -5448,7 +5517,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" }, "type": "library", "extra": { @@ -5468,11 +5537,13 @@ "authors": [ { "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "Option Type for PHP", @@ -5484,7 +5555,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" }, "funding": [ { @@ -5496,20 +5567,20 @@ "type": "tidelift" } ], - "time": "2021-08-28T21:27:29+00:00" + "time": "2021-12-04T23:24:31+00:00" }, { "name": "phpspec/prophecy", - "version": "1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e" + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", - "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", "shasum": "" }, "require": { @@ -5561,22 +5632,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.14.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" }, - "time": "2021-09-10T09:02:12+00:00" + "time": "2021-12-08T12:19:24+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.8", + "version": "9.2.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "cf04e88a2e3c56fc1a65488afd493325b4c1bc3e" + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cf04e88a2e3c56fc1a65488afd493325b4c1bc3e", - "reference": "cf04e88a2e3c56fc1a65488afd493325b4c1bc3e", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687", + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687", "shasum": "" }, "require": { @@ -5632,7 +5703,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.8" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10" }, "funding": [ { @@ -5640,20 +5711,20 @@ "type": "github" } ], - "time": "2021-10-30T08:01:38+00:00" + "time": "2021-12-05T09:12:13+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.5", + "version": "3.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8" + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8", - "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", "shasum": "" }, "require": { @@ -5692,7 +5763,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" }, "funding": [ { @@ -5700,7 +5771,7 @@ "type": "github" } ], - "time": "2020-09-28T05:57:25+00:00" + "time": "2021-12-02T12:48:52+00:00" }, { "name": "phpunit/php-invoker", @@ -5885,16 +5956,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.10", + "version": "9.5.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a" + "reference": "2406855036db1102126125537adb1406f7242fdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a", - "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd", + "reference": "2406855036db1102126125537adb1406f7242fdd", "shasum": "" }, "require": { @@ -5972,11 +6043,11 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11" }, "funding": [ { - "url": "https://phpunit.de/donate.html", + "url": "https://phpunit.de/sponsors.html", "type": "custom" }, { @@ -5984,7 +6055,7 @@ "type": "github" } ], - "time": "2021-09-25T07:38:51+00:00" + "time": "2021-12-25T07:07:57+00:00" }, { "name": "pragmarx/google2fa", @@ -6089,20 +6160,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -6131,9 +6202,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/event-dispatcher", @@ -6448,16 +6519,16 @@ }, { "name": "psy/psysh", - "version": "v0.10.9", + "version": "v0.10.12", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "01281336c4ae557fe4a994544f30d3a1bc204375" + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/01281336c4ae557fe4a994544f30d3a1bc204375", - "reference": "01281336c4ae557fe4a994544f30d3a1bc204375", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d", + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "shasum": "" }, "require": { @@ -6517,9 +6588,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.9" + "source": "https://github.com/bobthecow/psysh/tree/v0.10.12" }, - "time": "2021-10-10T13:37:39+00:00" + "time": "2021-11-30T14:05:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -6744,29 +6815,33 @@ }, { "name": "sabberworm/php-css-parser", - "version": "8.3.1", + "version": "8.4.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796" + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", "shasum": "" }, "require": { - "php": ">=5.3.2" + "ext-iconv": "*", + "php": ">=5.6.20" }, "require-dev": { "codacy/coverage": "^1.4", - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^4.8.36" + }, + "suggest": { + "ext-mbstring": "for parsing UTF-8 CSS" }, "type": "library", "autoload": { - "psr-0": { - "Sabberworm\\CSS": "lib/" + "psr-4": { + "Sabberworm\\CSS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6779,7 +6854,7 @@ } ], "description": "Parser for CSS Files written in PHP", - "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", + "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", @@ -6787,9 +6862,9 @@ ], "support": { "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", - "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" + "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" }, - "time": "2020-06-01T09:10:00+00:00" + "time": "2021-12-11T13:40:54+00:00" }, { "name": "sebastian/cli-parser", @@ -7220,16 +7295,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.3", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65" + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", "shasum": "" }, "require": { @@ -7278,14 +7353,14 @@ } ], "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", + "homepage": "https://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" }, "funding": [ { @@ -7293,7 +7368,7 @@ "type": "github" } ], - "time": "2020-09-28T05:24:23+00:00" + "time": "2021-11-11T14:18:36+00:00" }, { "name": "sebastian/global-state", @@ -7973,16 +8048,16 @@ }, { "name": "spatie/laravel-package-tools", - "version": "1.9.2", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "f710fe196c126fb9e0aee67eb5af49ad8f13f528" + "reference": "97c24d0bc58e04d55e4a6a7b6d6102cb45b75789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/f710fe196c126fb9e0aee67eb5af49ad8f13f528", - "reference": "f710fe196c126fb9e0aee67eb5af49ad8f13f528", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/97c24d0bc58e04d55e4a6a7b6d6102cb45b75789", + "reference": "97c24d0bc58e04d55e4a6a7b6d6102cb45b75789", "shasum": "" }, "require": { @@ -7991,8 +8066,8 @@ }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^5.0|^6.0", - "phpunit/phpunit": "^9.3", + "orchestra/testbench": "^5.0|^6.23", + "phpunit/phpunit": "^9.4", "spatie/test-time": "^1.2" }, "type": "library", @@ -8021,7 +8096,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.9.2" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.10.0" }, "funding": [ { @@ -8029,26 +8104,26 @@ "type": "github" } ], - "time": "2021-09-21T13:06:51+00:00" + "time": "2021-12-18T20:33:51+00:00" }, { "name": "spatie/laravel-query-builder", - "version": "3.6.0", + "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-query-builder.git", - "reference": "03d8e1307dcb58b16fcc9c4947633fc60ae74802" + "reference": "b78b14d60271e4f3a803d0707adb73006730d781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/03d8e1307dcb58b16fcc9c4947633fc60ae74802", - "reference": "03d8e1307dcb58b16fcc9c4947633fc60ae74802", + "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/b78b14d60271e4f3a803d0707adb73006730d781", + "reference": "b78b14d60271e4f3a803d0707adb73006730d781", "shasum": "" }, "require": { "illuminate/database": "^6.20.13|^7.30.4|^8.22.2", - "illuminate/http": "^6.20.13|7.30.4|^8.22.2", - "illuminate/support": "^6.20.13|7.30.4|^8.22.2", + "illuminate/http": "^6.20.13|^7.30.4|^8.22.2", + "illuminate/support": "^6.20.13|^7.30.4|^8.22.2", "php": "^7.3|^8.0" }, "require-dev": { @@ -8099,30 +8174,30 @@ "type": "custom" } ], - "time": "2021-09-06T08:03:10+00:00" + "time": "2021-11-17T15:39:59+00:00" }, { "name": "spatie/laravel-queueable-action", - "version": "2.12.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-queueable-action.git", - "reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1" + "reference": "8c73601a83ed2a0f971f4ac8203812b813cb7ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-queueable-action/zipball/27c156a8b41d2d5ef191594fc91f2bed73f4c2e1", - "reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1", + "url": "https://api.github.com/repos/spatie/laravel-queueable-action/zipball/8c73601a83ed2a0f971f4ac8203812b813cb7ccd", + "reference": "8c73601a83ed2a0f971f4ac8203812b813cb7ccd", "shasum": "" }, "require": { "laravel/framework": "^8.0", - "php": "^7.4|^8.0" + "php": "^8.0" }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.4|^9.3" + "orchestra/testbench": "^6.23", + "phpunit/phpunit": "^9.5.10" }, "type": "library", "extra": { @@ -8175,7 +8250,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-queueable-action/issues", - "source": "https://github.com/spatie/laravel-queueable-action/tree/2.12.0" + "source": "https://github.com/spatie/laravel-queueable-action/tree/2.13.0" }, "funding": [ { @@ -8183,34 +8258,34 @@ "type": "custom" } ], - "time": "2021-06-01T11:45:12+00:00" + "time": "2021-11-24T12:23:51+00:00" }, { "name": "spatie/laravel-tail", - "version": "4.3.3", + "version": "4.3.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-tail.git", - "reference": "9575dec2353949abec31fedeb64cd45f42d74f06" + "reference": "94499d71b127db2b5a68c5c01a27894962525f28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/9575dec2353949abec31fedeb64cd45f42d74f06", - "reference": "9575dec2353949abec31fedeb64cd45f42d74f06", + "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/94499d71b127db2b5a68c5c01a27894962525f28", + "reference": "94499d71b127db2b5a68c5c01a27894962525f28", "shasum": "" }, "require": { - "illuminate/console": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", - "php": "^7.4|^8.0", - "spatie/laravel-package-tools": "^1.0.0", + "illuminate/console": "^8.0", + "illuminate/support": "^8.0", + "php": "^8.0", + "spatie/laravel-package-tools": "^1.9", "spatie/ssh": "^1.4", - "symfony/process": "^4.0|^5.0" + "symfony/process": "^5.0|^6.0" }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^5.0|^6.0", - "phpunit/phpunit": "^9.4" + "orchestra/testbench": "^6.0", + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { @@ -8248,7 +8323,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-tail/issues", - "source": "https://github.com/spatie/laravel-tail/tree/4.3.3" + "source": "https://github.com/spatie/laravel-tail/tree/4.3.4" }, "funding": [ { @@ -8256,30 +8331,30 @@ "type": "custom" } ], - "time": "2021-07-04T13:18:25+00:00" + "time": "2021-12-21T10:21:06+00:00" }, { "name": "spatie/ssh", - "version": "1.6.0", + "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/spatie/ssh.git", - "reference": "4266927d26a26082e013cdd710a00bad487455df" + "reference": "81c7aa039270dda63d8cf279655e3537c543ed49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ssh/zipball/4266927d26a26082e013cdd710a00bad487455df", - "reference": "4266927d26a26082e013cdd710a00bad487455df", + "url": "https://api.github.com/repos/spatie/ssh/zipball/81c7aa039270dda63d8cf279655e3537c543ed49", + "reference": "81c7aa039270dda63d8cf279655e3537c543ed49", "shasum": "" }, "require": { - "php": "^8.0|^7.4", - "symfony/process": "^4.3 || ^5.0" + "php": "^7.4|^8.0", + "symfony/process": "^4.4|^5.3|^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.4", - "spatie/phpunit-snapshot-assertions": "^4.0", - "symfony/var-dumper": "^5.0" + "phpunit/phpunit": "^9.5", + "spatie/phpunit-snapshot-assertions": "^4.2", + "symfony/var-dumper": "^5.3|6.0" }, "type": "library", "autoload": { @@ -8307,7 +8382,7 @@ ], "support": { "issues": "https://github.com/spatie/ssh/issues", - "source": "https://github.com/spatie/ssh/tree/1.6.0" + "source": "https://github.com/spatie/ssh/tree/1.7.2" }, "funding": [ { @@ -8315,7 +8390,7 @@ "type": "custom" } ], - "time": "2021-03-10T13:41:32+00:00" + "time": "2021-12-21T10:21:54+00:00" }, { "name": "spatie/temporary-directory", @@ -8432,16 +8507,16 @@ }, { "name": "stripe/stripe-php", - "version": "v7.100.0", + "version": "v7.108.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "3dfc3dcd5d967a14d2852f34e544188af5f9b799" + "reference": "81524a3087612f1b41846b9cd6deb80150af985b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3dfc3dcd5d967a14d2852f34e544188af5f9b799", - "reference": "3dfc3dcd5d967a14d2852f34e544188af5f9b799", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/81524a3087612f1b41846b9cd6deb80150af985b", + "reference": "81524a3087612f1b41846b9cd6deb80150af985b", "shasum": "" }, "require": { @@ -8451,11 +8526,10 @@ "php": ">=5.6.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.17.1", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5.7", - "squizlabs/php_codesniffer": "^3.3", - "symfony/process": "~3.4" + "friendsofphp/php-cs-fixer": "3.4.0", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^5.7 || ^9.0", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -8487,9 +8561,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v7.100.0" + "source": "https://github.com/stripe/stripe-php/tree/v7.108.0" }, - "time": "2021-10-11T20:05:45+00:00" + "time": "2021-12-22T16:40:02+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -8564,30 +8638,31 @@ "type": "tidelift" } ], + "abandoned": "symfony/mailer", "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony/console", - "version": "v5.3.10", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3" + "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3", - "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3", + "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e", + "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2", - "symfony/string": "^5.1" + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.1|^6.0" }, "conflict": { "psr/log": ">=3", @@ -8602,12 +8677,12 @@ }, "require-dev": { "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/lock": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -8647,7 +8722,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.3.10" + "source": "https://github.com/symfony/console/tree/v5.4.2" }, "funding": [ { @@ -8663,25 +8738,24 @@ "type": "tidelift" } ], - "time": "2021-10-26T09:30:15+00:00" + "time": "2021-12-20T16:11:12+00:00" }, { "name": "symfony/css-selector", - "version": "v5.3.4", + "version": "v6.0.2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "7fb120adc7f600a59027775b224c13a33530dd90" + "reference": "380f86c1a9830226f42a08b5926f18aed4195f25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90", - "reference": "7fb120adc7f600a59027775b224c13a33530dd90", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/380f86c1a9830226f42a08b5926f18aed4195f25", + "reference": "380f86c1a9830226f42a08b5926f18aed4195f25", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -8713,7 +8787,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.3.4" + "source": "https://github.com/symfony/css-selector/tree/v6.0.2" }, "funding": [ { @@ -8729,29 +8803,29 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2021-12-16T22:13:01+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.4.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" + "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", + "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "3.0-dev" }, "thanks": { "name": "symfony/contracts", @@ -8780,7 +8854,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0" }, "funding": [ { @@ -8796,32 +8870,35 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-11-01T23:48:49+00:00" }, { "name": "symfony/error-handler", - "version": "v5.3.7", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321" + "reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321", - "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/e0c0dd0f9d4120a20158fc9aec2367d07d38bc56", + "reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -8848,7 +8925,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.3.7" + "source": "https://github.com/symfony/error-handler/tree/v5.4.2" }, "funding": [ { @@ -8864,44 +8941,42 @@ "type": "tidelift" } ], - "time": "2021-08-28T15:07:08+00:00" + "time": "2021-12-19T20:02:00+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.3.7", + "version": "v6.0.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ce7b20d69c66a20939d8952b617506a44d102130" + "reference": "7093f25359e2750bfe86842c80c4e4a6a852d05c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130", - "reference": "ce7b20d69c66a20939d8952b617506a44d102130", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7093f25359e2750bfe86842c80c4e4a6a852d05c", + "reference": "7093f25359e2750bfe86842c80c4e4a6a852d05c", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher-contracts": "^2", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/event-dispatcher-contracts": "^2|^3" }, "conflict": { - "symfony/dependency-injection": "<4.4" + "symfony/dependency-injection": "<5.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/error-handler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^4.4|^5.0" + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^5.4|^6.0" }, "suggest": { "symfony/dependency-injection": "", @@ -8933,7 +9008,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.2" }, "funding": [ { @@ -8949,24 +9024,24 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" + "time": "2021-12-21T10:43:13+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v2.4.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11" + "reference": "aa5422287b75594b90ee9cd807caf8f0df491385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/aa5422287b75594b90ee9cd807caf8f0df491385", + "reference": "aa5422287b75594b90ee9cd807caf8f0df491385", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "psr/event-dispatcher": "^1" }, "suggest": { @@ -8975,7 +9050,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "3.0-dev" }, "thanks": { "name": "symfony/contracts", @@ -9012,7 +9087,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.0" }, "funding": [ { @@ -9028,24 +9103,25 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-07-15T12:33:35+00:00" }, { "name": "symfony/finder", - "version": "v5.3.7", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93" + "reference": "e77046c252be48c48a40816187ed527703c8f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93", - "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93", + "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c", + "reference": "e77046c252be48c48a40816187ed527703c8f76c", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "type": "library", @@ -9074,7 +9150,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.3.7" + "source": "https://github.com/symfony/finder/tree/v5.4.2" }, "funding": [ { @@ -9090,111 +9166,33 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v2.4.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4", - "shasum": "" - }, - "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.4-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-04-11T23:07:08+00:00" + "time": "2021-12-15T11:06:13+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.3.10", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c" + "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9f34f02e8a5fdc7a56bafe011cea1ce97300e54c", - "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce952af52877eaf3eab5d0c08cc0ea865ed37313", + "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", - "symfony/cache": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/mime": "To use the file extension guesser" @@ -9225,7 +9223,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.3.10" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.2" }, "funding": [ { @@ -9241,36 +9239,35 @@ "type": "tidelift" } ], - "time": "2021-10-11T15:41:55+00:00" + "time": "2021-12-28T17:15:56+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.3.10", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "703e4079920468e9522b72cf47fd76ce8d795e86" + "reference": "35b7e9868953e0d1df84320bb063543369e43ef5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/703e4079920468e9522b72cf47fd76ce8d795e86", - "reference": "703e4079920468e9522b72cf47fd76ce8d795e86", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/35b7e9868953e0d1df84320bb063543369e43ef5", + "reference": "35b7e9868953e0d1df84320bb063543369e43ef5", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2", - "symfony/deprecation-contracts": "^2.1", - "symfony/error-handler": "^4.4|^5.0", - "symfony/event-dispatcher": "^5.0", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^5.3.7", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^5.0|^6.0", + "symfony/http-foundation": "^5.3.7|^6.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/browser-kit": "<4.4", + "symfony/browser-kit": "<5.4", "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", @@ -9290,19 +9287,20 @@ }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/config": "^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^5.3", - "symfony/dom-crawler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", - "symfony/routing": "^4.4|^5.0", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/translation-contracts": "^1.1|^2", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/config": "^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", "twig/twig": "^2.13|^3.0.4" }, "suggest": { @@ -9337,7 +9335,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.3.10" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.2" }, "funding": [ { @@ -9353,25 +9351,25 @@ "type": "tidelift" } ], - "time": "2021-10-29T08:36:48+00:00" + "time": "2021-12-29T13:20:26+00:00" }, { "name": "symfony/mime", - "version": "v5.3.8", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "a756033d0a7e53db389618653ae991eba5a19a11" + "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11", - "reference": "a756033d0a7e53db389618653ae991eba5a19a11", + "url": "https://api.github.com/repos/symfony/mime/zipball/1bfd938cf9562822c05c4d00e8f92134d3c8e42d", + "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16" @@ -9385,10 +9383,10 @@ "require-dev": { "egulias/email-validator": "^2.1.10|^3.1", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/property-access": "^4.4|^5.1", - "symfony/property-info": "^4.4|^5.1", - "symfony/serializer": "^5.2" + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.1|^6.0", + "symfony/property-info": "^4.4|^5.1|^6.0", + "symfony/serializer": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -9420,7 +9418,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.3.8" + "source": "https://github.com/symfony/mime/tree/v5.4.2" }, "funding": [ { @@ -9436,7 +9434,7 @@ "type": "tidelift" } ], - "time": "2021-09-10T12:30:38+00:00" + "time": "2021-12-28T17:15:56+00:00" }, { "name": "symfony/polyfill-ctype", @@ -10335,16 +10333,16 @@ }, { "name": "symfony/process", - "version": "v5.3.7", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967" + "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967", - "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967", + "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", + "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", "shasum": "" }, "require": { @@ -10377,7 +10375,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.7" + "source": "https://github.com/symfony/process/tree/v5.4.2" }, "funding": [ { @@ -10393,25 +10391,25 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" + "time": "2021-12-27T21:01:00+00:00" }, { "name": "symfony/routing", - "version": "v5.3.7", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "be865017746fe869007d94220ad3f5297951811b" + "reference": "9eeae93c32ca86746e5d38f3679e9569981038b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b", - "reference": "be865017746fe869007d94220ad3f5297951811b", + "url": "https://api.github.com/repos/symfony/routing/zipball/9eeae93c32ca86746e5d38f3679e9569981038b1", + "reference": "9eeae93c32ca86746e5d38f3679e9569981038b1", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { @@ -10423,11 +10421,11 @@ "require-dev": { "doctrine/annotations": "^1.12", "psr/log": "^1|^2|^3", - "symfony/config": "^5.3", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/config": "^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "For using the all-in-one router or any loader", @@ -10467,7 +10465,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.3.7" + "source": "https://github.com/symfony/routing/tree/v5.4.0" }, "funding": [ { @@ -10483,26 +10481,29 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:42:42+00:00" + "time": "2021-11-23T10:19:22+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.4.0", + "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" + "reference": "d664541b99d6fb0247ec5ff32e87238582236204" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d664541b99d6fb0247ec5ff32e87238582236204", + "reference": "d664541b99d6fb0247ec5ff32e87238582236204", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1" }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, "suggest": { "symfony/service-implementation": "" }, @@ -10546,7 +10547,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.4.1" }, "funding": [ { @@ -10562,35 +10563,37 @@ "type": "tidelift" } ], - "time": "2021-04-01T10:43:52+00:00" + "time": "2021-11-04T16:37:19+00:00" }, { "name": "symfony/string", - "version": "v5.3.10", + "version": "v6.0.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c" + "reference": "bae261d0c3ac38a1f802b4dfed42094296100631" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c", - "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c", + "url": "https://api.github.com/repos/symfony/string/zipball/bae261d0c3ac38a1f802b4dfed42094296100631", + "reference": "bae261d0c3ac38a1f802b4dfed42094296100631", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "~1.15" + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/translation-contracts": "<2.0" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/translation-contracts": "^1.1|^2", - "symfony/var-exporter": "^4.4|^5.0" + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -10629,7 +10632,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.10" + "source": "https://github.com/symfony/string/tree/v6.0.2" }, "funding": [ { @@ -10645,50 +10648,50 @@ "type": "tidelift" } ], - "time": "2021-10-27T18:21:46+00:00" + "time": "2021-12-16T22:13:01+00:00" }, { "name": "symfony/translation", - "version": "v5.3.10", + "version": "v6.0.2", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa" + "reference": "a16c33f93e2fd62d259222aebf792158e9a28a77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/6ef197aea2ac8b9cd63e0da7522b3771714035aa", - "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa", + "url": "https://api.github.com/repos/symfony/translation/zipball/a16c33f93e2fd62d259222aebf792158e9a28a77", + "reference": "a16c33f93e2fd62d259222aebf792158e9a28a77", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "php": ">=8.0.2", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^2.3" + "symfony/translation-contracts": "^2.3|^3.0" }, "conflict": { - "symfony/config": "<4.4", - "symfony/dependency-injection": "<5.0", - "symfony/http-kernel": "<5.0", - "symfony/twig-bundle": "<5.0", - "symfony/yaml": "<4.4" + "symfony/config": "<5.4", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/twig-bundle": "<5.4", + "symfony/yaml": "<5.4" }, "provide": { - "symfony/translation-implementation": "2.3" + "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/http-kernel": "^5.0", - "symfony/intl": "^4.4|^5.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client-contracts": "^1.1|^2.0|^3.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", "symfony/polyfill-intl-icu": "^1.21", - "symfony/service-contracts": "^1.1.2|^2", - "symfony/yaml": "^4.4|^5.0" + "symfony/service-contracts": "^1.1.2|^2|^3", + "symfony/yaml": "^5.4|^6.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", @@ -10724,7 +10727,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.3.10" + "source": "https://github.com/symfony/translation/tree/v6.0.2" }, "funding": [ { @@ -10740,24 +10743,24 @@ "type": "tidelift" } ], - "time": "2021-10-10T06:43:24+00:00" + "time": "2021-12-25T20:10:03+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.4.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95" + "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77", + "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=8.0.2" }, "suggest": { "symfony/translation-implementation": "" @@ -10765,7 +10768,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "3.0-dev" }, "thanks": { "name": "symfony/contracts", @@ -10802,7 +10805,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0" }, "funding": [ { @@ -10818,20 +10821,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-09-07T12:43:40+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.3.10", + "version": "v5.4.2", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "875432adb5f5570fff21036fd22aee244636b7d1" + "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/875432adb5f5570fff21036fd22aee244636b7d1", - "reference": "875432adb5f5570fff21036fd22aee244636b7d1", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1b56c32c3679002b3a42384a580e16e2600f41c1", + "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1", "shasum": "" }, "require": { @@ -10845,8 +10848,9 @@ }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { @@ -10890,7 +10894,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.3.10" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.2" }, "funding": [ { @@ -10906,7 +10910,7 @@ "type": "tidelift" } ], - "time": "2021-10-26T09:30:15+00:00" + "time": "2021-12-29T10:10:35+00:00" }, { "name": "teamtnt/laravel-scout-tntsearch-driver", @@ -11108,26 +11112,26 @@ }, { "name": "tijsverkoyen/css-to-inline-styles", - "version": "2.2.3", + "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5" + "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5", - "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5", + "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c", + "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": "^5.5 || ^7.0 || ^8.0", - "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0" + "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10" }, "type": "library", "extra": { @@ -11155,22 +11159,22 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "support": { "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3" + "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4" }, - "time": "2020-07-13T06:12:54+00:00" + "time": "2021-12-08T09:12:39+00:00" }, { "name": "vimeo/psalm", - "version": "4.11.2", + "version": "4.16.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "6fba5eb554f9507b72932f9c75533d8af593688d" + "reference": "aa7e400908833b10c0333861f86cd48c510b60eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/6fba5eb554f9507b72932f9c75533d8af593688d", - "reference": "6fba5eb554f9507b72932f9c75533d8af593688d", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/aa7e400908833b10c0333861f86cd48c510b60eb", + "reference": "aa7e400908833b10c0333861f86cd48c510b60eb", "shasum": "" }, "require": { @@ -11194,7 +11198,7 @@ "openlss/lib-array2xml": "^1.0", "php": "^7.1|^8", "sebastian/diff": "^3.0 || ^4.0", - "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", + "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0", "webmozart/path-util": "^2.3" }, "provide": { @@ -11212,11 +11216,12 @@ "psalm/plugin-phpunit": "^0.16", "slevomat/coding-standard": "^7.0", "squizlabs/php_codesniffer": "^3.5", - "symfony/process": "^4.3 || ^5.0", + "symfony/process": "^4.3 || ^5.0 || ^6.0", "weirdan/prophecy-shim": "^1.0 || ^2.0" }, "suggest": { - "ext-igbinary": "^2.0.5" + "ext-curl": "In order to send data to shepherd", + "ext-igbinary": "^2.0.5 is required, used to serialize caching data" }, "bin": [ "psalm", @@ -11260,22 +11265,22 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.11.2" + "source": "https://github.com/vimeo/psalm/tree/4.16.1" }, - "time": "2021-10-26T17:28:17+00:00" + "time": "2021-12-26T08:17:05+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.3.1", + "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850" + "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f", + "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f", "shasum": "" }, "require": { @@ -11298,7 +11303,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.3-dev" + "dev-master": "5.4-dev" } }, "autoload": { @@ -11313,11 +11318,13 @@ "authors": [ { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" }, { "name": "Vance Lucas", - "email": "vance@vancelucas.com" + "email": "vance@vancelucas.com", + "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", @@ -11328,7 +11335,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1" }, "funding": [ { @@ -11340,7 +11347,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T19:24:42+00:00" + "time": "2021-12-12T23:22:04+00:00" }, { "name": "voku/portable-ascii", @@ -11522,6 +11529,7 @@ "issues": "https://github.com/webmozart/path-util/issues", "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, + "abandoned": "symfony/filesystem", "time": "2015-12-17T08:42:14+00:00" } ], @@ -11746,21 +11754,22 @@ }, { "name": "composer/composer", - "version": "2.1.11", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015" + "reference": "2c1887d4f296d027e383bd2b39e2bff0210bc14f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/ddc81bb4718747cc93330ccf832e6be8a6c1d015", - "reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015", + "url": "https://api.github.com/repos/composer/composer/zipball/2c1887d4f296d027e383bd2b39e2bff0210bc14f", + "reference": "2c1887d4f296d027e383bd2b39e2bff0210bc14f", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/metadata-minifier": "^1.0", + "composer/pcre": "^1.0", "composer/semver": "^3.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^2.0", @@ -11770,7 +11779,7 @@ "react/promise": "^1.2 || ^2.7", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", - "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", + "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" @@ -11790,7 +11799,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.1-dev" + "dev-main": "2.2-dev" } }, "autoload": { @@ -11824,7 +11833,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.1.11" + "source": "https://github.com/composer/composer/tree/2.2.2" }, "funding": [ { @@ -11840,7 +11849,7 @@ "type": "tidelift" } ], - "time": "2021-11-02T11:10:26+00:00" + "time": "2021-12-29T13:15:27+00:00" }, { "name": "composer/metadata-minifier", @@ -11913,23 +11922,24 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.5", + "version": "1.5.6", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "de30328a7af8680efdc03e396aad24befd513200" + "reference": "a30d487169d799745ca7280bc90fdfa693536901" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200", - "reference": "de30328a7af8680efdc03e396aad24befd513200", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", + "reference": "a30d487169d799745ca7280bc90fdfa693536901", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { @@ -11972,7 +11982,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.5" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" }, "funding": [ { @@ -11988,7 +11998,7 @@ "type": "tidelift" } ], - "time": "2020-12-03T16:04:16+00:00" + "time": "2021-11-18T10:14:14+00:00" }, { "name": "doctrine/annotations", @@ -12129,16 +12139,16 @@ }, { "name": "facade/ignition", - "version": "2.16.0", + "version": "2.17.4", "source": { "type": "git", "url": "https://github.com/facade/ignition.git", - "reference": "23400e6cc565c9dcae2c53704b4de1c4870c0697" + "reference": "95c80bd35ee6858e9e1439b2f6a698295eeb2070" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facade/ignition/zipball/23400e6cc565c9dcae2c53704b4de1c4870c0697", - "reference": "23400e6cc565c9dcae2c53704b4de1c4870c0697", + "url": "https://api.github.com/repos/facade/ignition/zipball/95c80bd35ee6858e9e1439b2f6a698295eeb2070", + "reference": "95c80bd35ee6858e9e1439b2f6a698295eeb2070", "shasum": "" }, "require": { @@ -12155,6 +12165,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", + "livewire/livewire": "^2.4", "mockery/mockery": "^1.3", "orchestra/testbench": "^5.0|^6.0", "psalm/plugin-laravel": "^1.2" @@ -12202,7 +12213,7 @@ "issues": "https://github.com/facade/ignition/issues", "source": "https://github.com/facade/ignition" }, - "time": "2021-10-28T11:47:23+00:00" + "time": "2021-12-27T15:11:24+00:00" }, { "name": "facade/ignition-contracts", @@ -12259,22 +12270,22 @@ }, { "name": "fakerphp/faker", - "version": "v1.16.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35" + "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35", - "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669", + "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "psr/container": "^1.0 || ^2.0", - "symfony/deprecation-contracts": "^2.2" + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "conflict": { "fzaninotto/faker": "*" @@ -12293,7 +12304,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "v1.16-dev" + "dev-main": "v1.17-dev" } }, "autoload": { @@ -12318,9 +12329,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.17.0" }, - "time": "2021-09-06T14:53:37+00:00" + "time": "2021-12-05T17:14:47+00:00" }, { "name": "filp/whoops", @@ -12395,16 +12406,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.2.1", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14" + "reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/13ae36a76b6e329e44ca3cafaa784ea02db9ff14", - "reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/47177af1cfb9dab5d1cc4daf91b7179c2efe7fad", + "reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad", "shasum": "" }, "require": { @@ -12413,39 +12424,38 @@ "doctrine/annotations": "^1.12", "ext-json": "*", "ext-tokenizer": "*", - "php": "^7.2 || ^8.0", + "php": "^7.2.5 || ^8.0", "php-cs-fixer/diff": "^2.0", - "symfony/console": "^4.4.20 || ^5.1.3", - "symfony/event-dispatcher": "^4.4.20 || ^5.0", - "symfony/filesystem": "^4.4.20 || ^5.0", - "symfony/finder": "^4.4.20 || ^5.0", - "symfony/options-resolver": "^4.4.20 || ^5.0", - "symfony/polyfill-php72": "^1.23", + "symfony/console": "^4.4.20 || ^5.1.3 || ^6.0", + "symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0", + "symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0", + "symfony/finder": "^4.4.20 || ^5.0 || ^6.0", + "symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0", + "symfony/polyfill-mbstring": "^1.23", "symfony/polyfill-php80": "^1.23", "symfony/polyfill-php81": "^1.23", - "symfony/process": "^4.4.20 || ^5.0", - "symfony/stopwatch": "^4.4.20 || ^5.0" + "symfony/process": "^4.4.20 || ^5.0 || ^6.0", + "symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0" }, "require-dev": { "justinrainbow/json-schema": "^5.2", "keradus/cli-executor": "^1.5", "mikey179/vfsstream": "^1.6.8", - "php-coveralls/php-coveralls": "^2.4.3", + "php-coveralls/php-coveralls": "^2.5.2", "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy": "^1.10.3", + "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^1.1 || ^2.0", - "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5", + "phpunit/phpunit": "^8.5.21 || ^9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", - "symfony/phpunit-bridge": "^5.2.4", - "symfony/yaml": "^4.4.20 || ^5.0" + "symfony/phpunit-bridge": "^5.2.4 || ^6.0", + "symfony/yaml": "^4.4.20 || ^5.0 || ^6.0" }, "suggest": { "ext-dom": "For handling output formats in XML", - "ext-mbstring": "For handling non-UTF8 characters.", - "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." + "ext-mbstring": "For handling non-UTF8 characters." }, "bin": [ "php-cs-fixer" @@ -12473,7 +12483,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.2.1" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.4.0" }, "funding": [ { @@ -12481,7 +12491,7 @@ "type": "github" } ], - "time": "2021-10-05T08:12:17+00:00" + "time": "2021-12-11T16:25:08+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -13092,16 +13102,16 @@ }, { "name": "seld/phar-utils", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", - "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0" + "reference": "9f3452c93ff423469c0d56450431562ca423dcee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0", - "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee", + "reference": "9f3452c93ff423469c0d56450431562ca423dcee", "shasum": "" }, "require": { @@ -13134,28 +13144,28 @@ ], "support": { "issues": "https://github.com/Seldaek/phar-utils/issues", - "source": "https://github.com/Seldaek/phar-utils/tree/1.1.2" + "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0" }, - "time": "2021-08-19T21:01:38+00:00" + "time": "2021-12-10T11:20:11+00:00" }, { "name": "symfony/filesystem", - "version": "v5.3.4", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32" + "reference": "52b3c9cce673b014915445a432339f282e002ce6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32", - "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/52b3c9cce673b014915445a432339f282e002ce6", + "reference": "52b3c9cce673b014915445a432339f282e002ce6", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { @@ -13183,7 +13193,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.3.4" + "source": "https://github.com/symfony/filesystem/tree/v6.0.0" }, "funding": [ { @@ -13199,27 +13209,25 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:40:44+00:00" + "time": "2021-10-29T07:35:21+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.3.7", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e" + "reference": "be0facf48a42a232d6c0daadd76e4eb5657a4798" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e", - "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/be0facf48a42a232d6c0daadd76e4eb5657a4798", + "reference": "be0facf48a42a232d6c0daadd76e4eb5657a4798", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/deprecation-contracts": "^2.1|^3" }, "type": "library", "autoload": { @@ -13252,7 +13260,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.3.7" + "source": "https://github.com/symfony/options-resolver/tree/v6.0.0" }, "funding": [ { @@ -13268,25 +13276,25 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" + "time": "2021-11-23T19:05:29+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.3.4", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "b24c6a92c6db316fee69e38c80591e080e41536c" + "reference": "0e0ed55d1ffdfadd03af180443fbdca9876483b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c", - "reference": "b24c6a92c6db316fee69e38c80591e080e41536c", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e0ed55d1ffdfadd03af180443fbdca9876483b3", + "reference": "0e0ed55d1ffdfadd03af180443fbdca9876483b3", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/service-contracts": "^1.0|^2" + "php": ">=8.0.2", + "symfony/service-contracts": "^1|^2|^3" }, "type": "library", "autoload": { @@ -13314,7 +13322,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.3.4" + "source": "https://github.com/symfony/stopwatch/tree/v6.0.0" }, "funding": [ { @@ -13330,7 +13338,7 @@ "type": "tidelift" } ], - "time": "2021-07-10T08:58:57+00:00" + "time": "2021-11-23T19:05:29+00:00" } ], "aliases": [], diff --git a/config/services.php b/config/services.php index dec26cee..ae34d8cd 100644 --- a/config/services.php +++ b/config/services.php @@ -49,6 +49,6 @@ return [ 'facebook' => [ 'client_id' => env('FACEBOOK_CLIENT_ID'), 'client_secret' => env('FACEBOOK_CLIENT_SECRET'), - 'redirect' => env('APP_URL') . '/socialite/facebook/callback', + 'redirect' => env('APP_URL') . '/socialite/facebook/callback', ], ]; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 2df911f1..aaa95ce1 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -2,247 +2,552 @@ "/js/main.js": "/js/main.js", "/css/app.css": "/css/app.css", "/css/tailwind.css": "/css/tailwind.css", - "/chunks/admin.js": "/chunks/admin.js?id=7b7a353af3aaf5bc624f", - "/chunks/admin-account.js": "/chunks/admin-account.js?id=8869ba9ad2f577b7cc26", - "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js?id=fdc0f3023be90046857e", - "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~3e4fdd8b.js": "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~3e4fdd8b.js?id=bfce5a6ad9ddcb30e3a1", - "/chunks/admin~chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-item~9b68162c.js": "/chunks/admin~chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-item~9b68162c.js?id=fd971db2bf47aeb4148b", - "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.js": "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.js?id=3cbaadb4c87c08572ccd", - "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.js?id=7c7a286f43095a6bb394", - "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.js?id=e3ab0b9e1812f47d4b82", - "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~1bec6fe4.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~1bec6fe4.js?id=6b6bc7a1d197d6e63db5", - "/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=623b8138db9bcac51ff1", - "/chunks/admin~chunks/platform~chunks/settings.js": "/chunks/admin~chunks/platform~chunks/settings.js?id=818053395892af496294", - "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js?id=d8f29dbad6be78028781", - "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=60f6bc34750354c4b222", - "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js?id=3a9203c48e843c3c399c", - "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=c29485661e35e0fbd8f1", - "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=65844d7331d2745bf314", - "/chunks/app-billings.js": "/chunks/app-billings.js?id=994120e314975bbda915", - "/chunks/app-email.js": "/chunks/app-email.js?id=451874f764df460a4263", - "/chunks/app-index.js": "/chunks/app-index.js?id=5096a4a74b200c004111", - "/chunks/app-language.js": "/chunks/app-language.js?id=052076191ffc35ba062b", - "/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js": "/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js?id=d3bdd537c5a8cc554732", - "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-items~chunks/page~7dbb6a42.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-items~chunks/page~7dbb6a42.js?id=ce22097e243cdd2740a9", - "/chunks/app-others.js": "/chunks/app-others.js?id=237c6abd6cf05e7fc12f", - "/chunks/app-payments.js": "/chunks/app-payments.js?id=8ad9d061e2fcaa08a703", - "/chunks/app-settings.js": "/chunks/app-settings.js?id=c6156eb0859089cb25f6", - "/chunks/app-setup.js": "/chunks/app-setup.js?id=8e1bd3dd210a6ce59224", - "/chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/database~chunks/email-veri~5d0bfc57.js": "/chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/database~chunks/email-veri~5d0bfc57.js?id=81a092d6b65ee24835a9", - "/chunks/billings-detail.js": "/chunks/billings-detail.js?id=551f09449debc17fcdab", - "/chunks/contact-us.js": "/chunks/contact-us.js?id=eb777ca8d5295b4d1a13", - "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=4747de0a6153cd8fd6d5", - "/chunks/create-new-password.js": "/chunks/create-new-password.js?id=bf4cf178a4d75dd6c39b", - "/chunks/dashboard.js": "/chunks/dashboard.js?id=7ecd9b361088f16d7983", - "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=ceac4acab57ad17fc875", - "/chunks/database.js": "/chunks/database.js?id=8d46d377c4c50fa2a158", - "/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=6ce67f774b65b500721d", - "/chunks/email-verified.js": "/chunks/email-verified.js?id=574d5af893e24d805160", - "/chunks/environment-setup.js": "/chunks/environment-setup.js?id=08d4e7c7884b51706bc6", - "/chunks/files.js": "/chunks/files.js?id=42092e4b13359d1e2af4", - "/chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~chunks/share~c7960950.js": "/chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~chunks/share~c7960950.js?id=36b045f80db774faa986", - "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~34b5eb22.js": "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~34b5eb22.js?id=3787dc65b44fcb0aab17", - "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~bf3ddedc.js": "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~bf3ddedc.js?id=5920b203b525ad5a6ad3", - "/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=815955103aa7771fa4ad", - "/chunks/homepage.js": "/chunks/homepage.js?id=eea423451341366d1291", - "/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=8c117384c71bae4d344f", - "/chunks/invitation.js": "/chunks/invitation.js?id=44f8269a8cc824f90185", - "/chunks/invoices.js": "/chunks/invoices.js?id=96d0820f3e3cf9603199", - "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=ec455f18e7cdecadd3ec", - "/chunks/not-found.js": "/chunks/not-found.js?id=6b37cab012ee396388e6", - "/chunks/page-edit.js": "/chunks/page-edit.js?id=876a926b353115f20c2c", - "/chunks/pages.js": "/chunks/pages.js?id=c35b7541edf9d6323d37", - "/chunks/plan.js": "/chunks/plan.js?id=bfc6baa5bd25e806568f", - "/chunks/plan-create.js": "/chunks/plan-create.js?id=c56a3ce583b78fda46c7", - "/chunks/plan-delete.js": "/chunks/plan-delete.js?id=fa88b953d52ed7613650", - "/chunks/plan-settings.js": "/chunks/plan-settings.js?id=4bb914cb9eaa2ec19582", - "/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=c316eb98b8a206579859", - "/chunks/plans.js": "/chunks/plans.js?id=785ad62c237504db87e0", - "/chunks/platform.js": "/chunks/platform.js?id=c6c7a45b816c16c636a9", - "/chunks/platform~chunks/settings-subscription~chunks/shared~chunks/user-subscription.js": "/chunks/platform~chunks/settings-subscription~chunks/shared~chunks/user-subscription.js?id=7626ff2a90097b652c26", - "/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=da20f0934718648dd052", - "/chunks/platform~chunks/shared~chunks/shared-with-me~chunks/team-folders.js": "/chunks/platform~chunks/shared~chunks/shared-with-me~chunks/team-folders.js?id=39615ebe1912aa1bcec3", - "/chunks/profile.js": "/chunks/profile.js?id=c82ef621dea732968ddf", - "/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=6876b34576611d12bf69", - "/chunks/purchase-code.js": "/chunks/purchase-code.js?id=cb9b9f71d73addc074d8", - "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=23f077e869172b591ec8", - "/chunks/settings.js": "/chunks/settings.js?id=ccc5f90e9d662e5eadda", - "/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=7aef028d0a71284058fd", - "/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=0f501d0b00bcd6f221f4", - "/chunks/settings-password.js": "/chunks/settings-password.js?id=2f6a91171aa1a5fed1e0", - "/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=c5c29b78bd0a4594c74d", - "/chunks/settings-storage.js": "/chunks/settings-storage.js?id=2a52974c78e61fded592", - "/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=90af249e45b1d57212db", - "/chunks/settings~chunks/settings-password.js": "/chunks/settings~chunks/settings-password.js?id=db2e5421db5c3dcd4dc4", - "/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=8e52cc8d41e535d2f467", - "/chunks/shared.js": "/chunks/shared.js?id=8ed14cd664829c5b77f6", - "/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=017378d9d4a22fbdd064", - "/chunks/shared-with-me~chunks/team-folders.js": "/chunks/shared-with-me~chunks/team-folders.js?id=db3c5ef46ad837581e75", - "/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=8a37309a849e9206f624", - "/chunks/shared/files.js": "/chunks/shared/files.js?id=3cfbad4ec2ea510cd318", - "/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=eedeb944475f314ee4cd", - "/chunks/sign-in.js": "/chunks/sign-in.js?id=fd89b3a0b13969e06a63", - "/chunks/sign-up.js": "/chunks/sign-up.js?id=a0717b4f3add50c50101", - "/chunks/status-check.js": "/chunks/status-check.js?id=f88c5b7d72ec9997075c", - "/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=cc4a1b99e8548d502e99", - "/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=f0e719b0b952bee121b8", - "/chunks/subscription-service.js": "/chunks/subscription-service.js?id=270b4bd369f2182789e8", - "/chunks/team-folders.js": "/chunks/team-folders.js?id=f4dc4d2a87460cb3f1a7", - "/chunks/trash.js": "/chunks/trash.js?id=486e55f4ab0d220099d4", - "/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=464df5640a9b2dbebd57", - "/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=910d912e7670d307e62d", - "/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=4d42c4fa5e40920ca5e0", - "/chunks/user.js": "/chunks/user.js?id=2e05d74afee4f33895fd", - "/chunks/user-create.js": "/chunks/user-create.js?id=25ca58ed314dfe3045d8", - "/chunks/user-delete.js": "/chunks/user-delete.js?id=70bb812cf07b9dd57330", - "/chunks/user-detail.js": "/chunks/user-detail.js?id=3737ddb8d988fa5cc75e", - "/chunks/user-invoices.js": "/chunks/user-invoices.js?id=0b7666a16da495f000a2", - "/chunks/user-password.js": "/chunks/user-password.js?id=85c93d84d834ada0958d", - "/chunks/user-storage.js": "/chunks/user-storage.js?id=83b393fe2569fff6bdd5", - "/chunks/user-subscription.js": "/chunks/user-subscription.js?id=92ffcf56af570ab209fb", - "/chunks/users.js": "/chunks/users.js?id=2f9f56af1ac626527766", - "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~24b428d3.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~24b428d3.js?id=ee89932f7ee76e74483e", - "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~b505e62a.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~b505e62a.js?id=8163e0eab55c50f8afb8", + "/chunks/admin.js": "/chunks/admin.js?id=f12e5d909acc3ca16ea5", + "/chunks/admin-account.js": "/chunks/admin-account.js?id=d269447a03816efd8976", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.js?id=c9eb40bfacc2b268290f", + "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~e871233b.js": "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~e871233b.js?id=7df5c5c997a6f638efdf", + "/chunks/admin~chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-item~9b68162c.js": "/chunks/admin~chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-item~9b68162c.js?id=5841d65172536a8a9bdc", + "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.js": "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.js?id=bcec1c96b2248aa0d451", + "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.js?id=d00148360f3d89f2791e", + "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.js?id=87c5115ea4a36da1ad72", + "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~1bec6fe4.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~1bec6fe4.js?id=510e6c1b1017a73a40a6", + "/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=90270d0c5aeb5c50dacf", + "/chunks/admin~chunks/platform~chunks/settings.js": "/chunks/admin~chunks/platform~chunks/settings.js?id=61e970ffb679245686c3", + "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.js?id=b40d731af7b025b87b30", + "/chunks/admin~chunks/platform~chunks/shared.js": "/chunks/admin~chunks/platform~chunks/shared.js?id=afeba4ebd13af7e995be", + "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=66048f6dddf596913bbd", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~5acee76d.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~5acee76d.js?id=9dd101339ae6d85c6175", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~fa9d08c1.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~fa9d08c1.js?id=741acf06489eac45774e", + "/chunks/app-billings.js": "/chunks/app-billings.js?id=ffb3e653d81896174a85", + "/chunks/app-email.js": "/chunks/app-email.js?id=2cd993e114de9735e180", + "/chunks/app-index.js": "/chunks/app-index.js?id=da260b3d30f109db564e", + "/chunks/app-language.js": "/chunks/app-language.js?id=d8e73002ab50f3f4e478", + "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-items~chunks/page~7dbb6a42.js": "/chunks/app-language~chunks/dashboard~chunks/files~chunks/invoices~chunks/my-shared-items~chunks/page~7dbb6a42.js?id=3cbb19b80e635b3524e5", + "/chunks/app-language~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan-creat~d6690165.js": "/chunks/app-language~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan-creat~d6690165.js?id=2f03fbbe27b922063d16", + "/chunks/app-others.js": "/chunks/app-others.js?id=e15cc8fe838cc5791943", + "/chunks/app-payments.js": "/chunks/app-payments.js?id=74b457237dd604a40351", + "/chunks/app-settings.js": "/chunks/app-settings.js?id=ad0a2e908255f2220282", + "/chunks/app-setup.js": "/chunks/app-setup.js?id=84b5e8be35b255b1e4fb", + "/chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/database~chunks/email-veri~5d0bfc57.js": "/chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/database~chunks/email-veri~5d0bfc57.js?id=107a78323eef0c1d4c81", + "/chunks/billings-detail.js": "/chunks/billings-detail.js?id=731c735c17181fecef1f", + "/chunks/contact-us.js": "/chunks/contact-us.js?id=b7be3b643318f6c29dcc", + "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=65ee559ca803555be568", + "/chunks/create-new-password.js": "/chunks/create-new-password.js?id=55135fff8801bdf735c4", + "/chunks/dashboard.js": "/chunks/dashboard.js?id=cf8c40eec87a01f07b6b", + "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-p~2611ac93.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-p~2611ac93.js?id=c76ae7cb1ecbdedac1cf", + "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plans~chunks/subscriptions.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plans~chunks/subscriptions.js?id=95b32230258beb6391ed", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.js?id=c4e25f3ee5acf4145ace", + "/chunks/database.js": "/chunks/database.js?id=f6272904ff77ab215903", + "/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=6c86916c6c6f679fa86b", + "/chunks/email-verified.js": "/chunks/email-verified.js?id=6b98b018cc1351dcdfb0", + "/chunks/environment-setup.js": "/chunks/environment-setup.js?id=1c1e6a30b129a6bf8258", + "/chunks/files.js": "/chunks/files.js?id=a4f88b13671ef8b37818", + "/chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~chunks/share~c7960950.js": "/chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/shared~chunks/share~c7960950.js?id=64ac90ff8ae7d3ee3ed1", + "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~34b5eb22.js": "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~34b5eb22.js?id=2f2e1987e91a74932dcb", + "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~bf3ddedc.js": "/chunks/files~chunks/my-shared-items~chunks/recent-uploads~chunks/shared-with-me~chunks/shared/files~~bf3ddedc.js?id=44dd372c3414f407ed37", + "/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=8e13225bf4eda83750fc", + "/chunks/homepage.js": "/chunks/homepage.js?id=b89dd81804b8a0bd3f0b", + "/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=6f5255c42bac60a88220", + "/chunks/invitation.js": "/chunks/invitation.js?id=c9cd3541ee362ae8d5f7", + "/chunks/invoices.js": "/chunks/invoices.js?id=efcfdd569278c114f51a", + "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=ea129760157c8e44f324", + "/chunks/not-found.js": "/chunks/not-found.js?id=034287ee0ecb036320d3", + "/chunks/page-edit.js": "/chunks/page-edit.js?id=87f50fa5a1bd393c49da", + "/chunks/pages.js": "/chunks/pages.js?id=5cb4242dcd91c0968ced", + "/chunks/plan.js": "/chunks/plan.js?id=052940a7395f559b7c60", + "/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=84617542ab68f42c2ab8", + "/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=14e52821f7c7de793ff1", + "/chunks/plan-delete.js": "/chunks/plan-delete.js?id=96f48131997a0092be4b", + "/chunks/plan-settings.js": "/chunks/plan-settings.js?id=19c260a6aa85d20c8042", + "/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=99854b8b4518fbebc79f", + "/chunks/plans.js": "/chunks/plans.js?id=6fca685daa45f22e4c8f", + "/chunks/platform.js": "/chunks/platform.js?id=1863e0b77ad5c26a05bc", + "/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=f0d10b45321b77d9fb21", + "/chunks/platform~chunks/shared~chunks/shared-with-me~chunks/team-folders.js": "/chunks/platform~chunks/shared~chunks/shared-with-me~chunks/team-folders.js?id=7d983dfdc91de607d737", + "/chunks/profile.js": "/chunks/profile.js?id=022c1617a575d4aab4e1", + "/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=58edfb3a35062e1ba4e0", + "/chunks/purchase-code.js": "/chunks/purchase-code.js?id=f8b2619e393a5823bf29", + "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=22f629caf127051898e9", + "/chunks/settings.js": "/chunks/settings.js?id=78cc8845537b13463df4", + "/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=c8b08d42c6692d171884", + "/chunks/settings-password.js": "/chunks/settings-password.js?id=9becf061030ebf20081a", + "/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=dd49dfad6210765ac1fb", + "/chunks/settings-storage.js": "/chunks/settings-storage.js?id=9a1352324cbee9630496", + "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.js": "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.js?id=3e16c9ff52b4447b2c90", + "/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=b1e1ae3cff004140701e", + "/chunks/settings~chunks/settings-password.js": "/chunks/settings~chunks/settings-password.js?id=e67e12955133c57194d1", + "/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=651d5accf401908724c5", + "/chunks/shared.js": "/chunks/shared.js?id=6230d050545cd1bd9b87", + "/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=11188f25ddf9a240cc4f", + "/chunks/shared-with-me~chunks/team-folders.js": "/chunks/shared-with-me~chunks/team-folders.js?id=c8a127225521735d5da0", + "/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=8b9ac9ed9afd8dd15229", + "/chunks/shared/files.js": "/chunks/shared/files.js?id=8ed7578e7f74e385da95", + "/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=f2fb680ebf4873ff4436", + "/chunks/sign-in.js": "/chunks/sign-in.js?id=70824b3e8f3403aa571f", + "/chunks/sign-up.js": "/chunks/sign-up.js?id=3294970b38dbcc9cd6df", + "/chunks/status-check.js": "/chunks/status-check.js?id=7de8baaff011e2f1bab9", + "/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=6b94c5fda72871b8d2bd", + "/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=63e8e2a410ab48102b0c", + "/chunks/subscription-service.js": "/chunks/subscription-service.js?id=8ac19b3fcfd57d79e5b1", + "/chunks/subscriptions.js": "/chunks/subscriptions.js?id=bb462df01054c6fc0e48", + "/chunks/team-folders.js": "/chunks/team-folders.js?id=0e69f4432e968cc512f9", + "/chunks/trash.js": "/chunks/trash.js?id=5fe84aadd8729e68849e", + "/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=2bffa85e82a5cda1dcd2", + "/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=f59d97c1cbf6649b7057", + "/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=460e6f80d824b5a93adf", + "/chunks/user.js": "/chunks/user.js?id=fe26116ebc97069cf7f9", + "/chunks/user-create.js": "/chunks/user-create.js?id=f7ff89074c03e72e3d06", + "/chunks/user-delete.js": "/chunks/user-delete.js?id=36e7149e777f1ecd71e9", + "/chunks/user-detail.js": "/chunks/user-detail.js?id=6218f429f4040d0524ac", + "/chunks/user-password.js": "/chunks/user-password.js?id=22725c9c88b862276b34", + "/chunks/user-storage.js": "/chunks/user-storage.js?id=3be3b8a695ef8b69792a", + "/chunks/user-subscription.js": "/chunks/user-subscription.js?id=370b3df08b2ee39bf6ac", + "/chunks/users.js": "/chunks/users.js?id=562f40bdfc51d8c5d4dd", + "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~27e0fa60.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~27e0fa60.js?id=348042c51ef86f65cf0c", + "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~5ef927fd.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~5ef927fd.js?id=0ccd084e22a0efcfb390", "/vendors~chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunk~40ccbae3.js": "/vendors~chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunk~40ccbae3.js?id=37ce1e1ab9968c100712", "/vendors~chunks/admin~chunks/platform~chunks/settings~chunks/shared.js": "/vendors~chunks/admin~chunks/platform~chunks/settings~chunks/shared.js?id=a0fa80db175709ba340a", - "/chunks/sign-in.686f5271f28dd1ecc9c2.hot-update.js": "/chunks/sign-in.686f5271f28dd1ecc9c2.hot-update.js", - "/chunks/sign-in.cdfe822ae6724edcf9e3.hot-update.js": "/chunks/sign-in.cdfe822ae6724edcf9e3.hot-update.js", - "/js/main.5cb5355495c10738ca8d.hot-update.js": "/js/main.5cb5355495c10738ca8d.hot-update.js", - "/chunks/sign-in.46ad6570c02c9ad807ab.hot-update.js": "/chunks/sign-in.46ad6570c02c9ad807ab.hot-update.js", - "/chunks/sign-up.46ad6570c02c9ad807ab.hot-update.js": "/chunks/sign-up.46ad6570c02c9ad807ab.hot-update.js", - "/chunks/sign-in.c999fd1d09198d23e62b.hot-update.js": "/chunks/sign-in.c999fd1d09198d23e62b.hot-update.js", - "/chunks/sign-up.c999fd1d09198d23e62b.hot-update.js": "/chunks/sign-up.c999fd1d09198d23e62b.hot-update.js", - "/chunks/sign-in.b972ce0f729b847f7bc4.hot-update.js": "/chunks/sign-in.b972ce0f729b847f7bc4.hot-update.js", - "/chunks/sign-up.b972ce0f729b847f7bc4.hot-update.js": "/chunks/sign-up.b972ce0f729b847f7bc4.hot-update.js", - "/js/main.a2eda18296319b73ec52.hot-update.js": "/js/main.a2eda18296319b73ec52.hot-update.js", - "/js/main.edf927c4b7a75875c511.hot-update.js": "/js/main.edf927c4b7a75875c511.hot-update.js", - "/chunks/sign-in.a05fe9e09d07157775ef.hot-update.js": "/chunks/sign-in.a05fe9e09d07157775ef.hot-update.js", - "/chunks/sign-up.a05fe9e09d07157775ef.hot-update.js": "/chunks/sign-up.a05fe9e09d07157775ef.hot-update.js", - "/js/main.e8f7948a8836d2795dd6.hot-update.js": "/js/main.e8f7948a8836d2795dd6.hot-update.js", - "/js/main.35184536e4191267525a.hot-update.js": "/js/main.35184536e4191267525a.hot-update.js", - "/chunks/sign-in.bf179c57ed77cfd5da44.hot-update.js": "/chunks/sign-in.bf179c57ed77cfd5da44.hot-update.js", - "/chunks/sign-in.bb16f09259e9aea817e3.hot-update.js": "/chunks/sign-in.bb16f09259e9aea817e3.hot-update.js", - "/chunks/settings-password.bab5141190de8ecabdac.hot-update.js": "/chunks/settings-password.bab5141190de8ecabdac.hot-update.js", - "/chunks/sign-in.8b45f65282712a1e5884.hot-update.js": "/chunks/sign-in.8b45f65282712a1e5884.hot-update.js", - "/chunks/sign-in.7ccdabef3110808f8754.hot-update.js": "/chunks/sign-in.7ccdabef3110808f8754.hot-update.js", - "/chunks/sign-up.7ccdabef3110808f8754.hot-update.js": "/chunks/sign-up.7ccdabef3110808f8754.hot-update.js", - "/chunks/sign-in.d1564b7cfee1039ceb42.hot-update.js": "/chunks/sign-in.d1564b7cfee1039ceb42.hot-update.js", - "/chunks/sign-up.d1564b7cfee1039ceb42.hot-update.js": "/chunks/sign-up.d1564b7cfee1039ceb42.hot-update.js", - "/chunks/sign-in.5ee4c4787853253b33f3.hot-update.js": "/chunks/sign-in.5ee4c4787853253b33f3.hot-update.js", - "/chunks/sign-up.5ee4c4787853253b33f3.hot-update.js": "/chunks/sign-up.5ee4c4787853253b33f3.hot-update.js", - "/chunks/sign-in.f499dc74e28d7116fea8.hot-update.js": "/chunks/sign-in.f499dc74e28d7116fea8.hot-update.js", - "/chunks/sign-up.f499dc74e28d7116fea8.hot-update.js": "/chunks/sign-up.f499dc74e28d7116fea8.hot-update.js", - "/chunks/sign-in.a34a85adefefaa873eef.hot-update.js": "/chunks/sign-in.a34a85adefefaa873eef.hot-update.js", - "/chunks/sign-up.a34a85adefefaa873eef.hot-update.js": "/chunks/sign-up.a34a85adefefaa873eef.hot-update.js", - "/chunks/sign-in.820320fa0ba98230fe7b.hot-update.js": "/chunks/sign-in.820320fa0ba98230fe7b.hot-update.js", - "/chunks/sign-up.820320fa0ba98230fe7b.hot-update.js": "/chunks/sign-up.820320fa0ba98230fe7b.hot-update.js", - "/chunks/sign-in.f5d0013f3f3c99fca12c.hot-update.js": "/chunks/sign-in.f5d0013f3f3c99fca12c.hot-update.js", - "/chunks/sign-up.f5d0013f3f3c99fca12c.hot-update.js": "/chunks/sign-up.f5d0013f3f3c99fca12c.hot-update.js", - "/chunks/sign-in.b6c80d84078412edd374.hot-update.js": "/chunks/sign-in.b6c80d84078412edd374.hot-update.js", - "/chunks/sign-up.b6c80d84078412edd374.hot-update.js": "/chunks/sign-up.b6c80d84078412edd374.hot-update.js", - "/chunks/sign-in.9163782f5e18b6da229d.hot-update.js": "/chunks/sign-in.9163782f5e18b6da229d.hot-update.js", - "/chunks/sign-up.9163782f5e18b6da229d.hot-update.js": "/chunks/sign-up.9163782f5e18b6da229d.hot-update.js", - "/chunks/sign-in.fcc79d7b9b6a35f4b5c2.hot-update.js": "/chunks/sign-in.fcc79d7b9b6a35f4b5c2.hot-update.js", - "/chunks/sign-up.fcc79d7b9b6a35f4b5c2.hot-update.js": "/chunks/sign-up.fcc79d7b9b6a35f4b5c2.hot-update.js", - "/chunks/sign-in.778c9f41da36c8104dfa.hot-update.js": "/chunks/sign-in.778c9f41da36c8104dfa.hot-update.js", - "/chunks/sign-up.778c9f41da36c8104dfa.hot-update.js": "/chunks/sign-up.778c9f41da36c8104dfa.hot-update.js", - "/chunks/sign-in.b0498fd284b764a9a4bd.hot-update.js": "/chunks/sign-in.b0498fd284b764a9a4bd.hot-update.js", - "/chunks/sign-up.b0498fd284b764a9a4bd.hot-update.js": "/chunks/sign-up.b0498fd284b764a9a4bd.hot-update.js", - "/chunks/sign-in.740bb61ad011254d1df7.hot-update.js": "/chunks/sign-in.740bb61ad011254d1df7.hot-update.js", - "/chunks/sign-up.740bb61ad011254d1df7.hot-update.js": "/chunks/sign-up.740bb61ad011254d1df7.hot-update.js", - "/chunks/sign-in.aef235bdf1ebd19862bd.hot-update.js": "/chunks/sign-in.aef235bdf1ebd19862bd.hot-update.js", - "/chunks/sign-up.aef235bdf1ebd19862bd.hot-update.js": "/chunks/sign-up.aef235bdf1ebd19862bd.hot-update.js", - "/chunks/sign-in.d92d280b84dc5a290cd4.hot-update.js": "/chunks/sign-in.d92d280b84dc5a290cd4.hot-update.js", - "/chunks/sign-up.d92d280b84dc5a290cd4.hot-update.js": "/chunks/sign-up.d92d280b84dc5a290cd4.hot-update.js", - "/chunks/sign-in.cad995b5badc722eeff8.hot-update.js": "/chunks/sign-in.cad995b5badc722eeff8.hot-update.js", - "/chunks/sign-up.cad995b5badc722eeff8.hot-update.js": "/chunks/sign-up.cad995b5badc722eeff8.hot-update.js", - "/chunks/sign-in.fd9150cd6b883731b7ca.hot-update.js": "/chunks/sign-in.fd9150cd6b883731b7ca.hot-update.js", - "/chunks/sign-up.fd9150cd6b883731b7ca.hot-update.js": "/chunks/sign-up.fd9150cd6b883731b7ca.hot-update.js", - "/chunks/sign-in.02a39e19fea0db373771.hot-update.js": "/chunks/sign-in.02a39e19fea0db373771.hot-update.js", - "/chunks/sign-up.02a39e19fea0db373771.hot-update.js": "/chunks/sign-up.02a39e19fea0db373771.hot-update.js", - "/chunks/sign-in.17b81fa1a4fff37406d3.hot-update.js": "/chunks/sign-in.17b81fa1a4fff37406d3.hot-update.js", - "/chunks/sign-up.17b81fa1a4fff37406d3.hot-update.js": "/chunks/sign-up.17b81fa1a4fff37406d3.hot-update.js", - "/chunks/sign-in.b4636df7427d1ab80635.hot-update.js": "/chunks/sign-in.b4636df7427d1ab80635.hot-update.js", - "/chunks/sign-up.b4636df7427d1ab80635.hot-update.js": "/chunks/sign-up.b4636df7427d1ab80635.hot-update.js", - "/chunks/sign-in.78b984ba68f0146935b7.hot-update.js": "/chunks/sign-in.78b984ba68f0146935b7.hot-update.js", - "/chunks/sign-up.78b984ba68f0146935b7.hot-update.js": "/chunks/sign-up.78b984ba68f0146935b7.hot-update.js", - "/chunks/sign-in.cdcd2b64c5d92c3c9c36.hot-update.js": "/chunks/sign-in.cdcd2b64c5d92c3c9c36.hot-update.js", - "/chunks/sign-up.cdcd2b64c5d92c3c9c36.hot-update.js": "/chunks/sign-up.cdcd2b64c5d92c3c9c36.hot-update.js", - "/chunks/sign-in.e15984fb0e910e52d8b7.hot-update.js": "/chunks/sign-in.e15984fb0e910e52d8b7.hot-update.js", - "/chunks/sign-up.e15984fb0e910e52d8b7.hot-update.js": "/chunks/sign-up.e15984fb0e910e52d8b7.hot-update.js", - "/chunks/sign-in.880f4fcfc3b148080f3d.hot-update.js": "/chunks/sign-in.880f4fcfc3b148080f3d.hot-update.js", - "/chunks/sign-up.880f4fcfc3b148080f3d.hot-update.js": "/chunks/sign-up.880f4fcfc3b148080f3d.hot-update.js", - "/chunks/sign-in.26a097fa2eafa0eb99b0.hot-update.js": "/chunks/sign-in.26a097fa2eafa0eb99b0.hot-update.js", - "/chunks/sign-up.26a097fa2eafa0eb99b0.hot-update.js": "/chunks/sign-up.26a097fa2eafa0eb99b0.hot-update.js", - "/chunks/sign-in.fe5c69141b666649c6e1.hot-update.js": "/chunks/sign-in.fe5c69141b666649c6e1.hot-update.js", - "/chunks/sign-up.fe5c69141b666649c6e1.hot-update.js": "/chunks/sign-up.fe5c69141b666649c6e1.hot-update.js", - "/chunks/sign-in.25d52addfc88e7ed197a.hot-update.js": "/chunks/sign-in.25d52addfc88e7ed197a.hot-update.js", - "/chunks/sign-up.25d52addfc88e7ed197a.hot-update.js": "/chunks/sign-up.25d52addfc88e7ed197a.hot-update.js", - "/chunks/sign-in.62fd8f84e461fb075dfc.hot-update.js": "/chunks/sign-in.62fd8f84e461fb075dfc.hot-update.js", - "/chunks/sign-up.62fd8f84e461fb075dfc.hot-update.js": "/chunks/sign-up.62fd8f84e461fb075dfc.hot-update.js", - "/chunks/sign-in.7e29c4c44035fe08a6e1.hot-update.js": "/chunks/sign-in.7e29c4c44035fe08a6e1.hot-update.js", - "/chunks/sign-up.7e29c4c44035fe08a6e1.hot-update.js": "/chunks/sign-up.7e29c4c44035fe08a6e1.hot-update.js", - "/chunks/sign-in.c7f4fe321413cfd24c6e.hot-update.js": "/chunks/sign-in.c7f4fe321413cfd24c6e.hot-update.js", - "/chunks/sign-up.c7f4fe321413cfd24c6e.hot-update.js": "/chunks/sign-up.c7f4fe321413cfd24c6e.hot-update.js", - "/chunks/sign-in.a330ad40bb653ac5959b.hot-update.js": "/chunks/sign-in.a330ad40bb653ac5959b.hot-update.js", - "/chunks/sign-up.a330ad40bb653ac5959b.hot-update.js": "/chunks/sign-up.a330ad40bb653ac5959b.hot-update.js", - "/chunks/sign-in.f16548c25ccb88f0599d.hot-update.js": "/chunks/sign-in.f16548c25ccb88f0599d.hot-update.js", - "/chunks/sign-up.f16548c25ccb88f0599d.hot-update.js": "/chunks/sign-up.f16548c25ccb88f0599d.hot-update.js", - "/chunks/sign-in.f5387fae52547910c250.hot-update.js": "/chunks/sign-in.f5387fae52547910c250.hot-update.js", - "/chunks/sign-up.f5387fae52547910c250.hot-update.js": "/chunks/sign-up.f5387fae52547910c250.hot-update.js", - "/chunks/sign-in.ece0dc9ae818e42504dc.hot-update.js": "/chunks/sign-in.ece0dc9ae818e42504dc.hot-update.js", - "/chunks/sign-up.ece0dc9ae818e42504dc.hot-update.js": "/chunks/sign-up.ece0dc9ae818e42504dc.hot-update.js", - "/chunks/sign-in.1cde69cd726f9c17920c.hot-update.js": "/chunks/sign-in.1cde69cd726f9c17920c.hot-update.js", - "/chunks/sign-up.1cde69cd726f9c17920c.hot-update.js": "/chunks/sign-up.1cde69cd726f9c17920c.hot-update.js", - "/chunks/sign-in.5c675f04a65a1effc52b.hot-update.js": "/chunks/sign-in.5c675f04a65a1effc52b.hot-update.js", - "/chunks/sign-up.5c675f04a65a1effc52b.hot-update.js": "/chunks/sign-up.5c675f04a65a1effc52b.hot-update.js", - "/chunks/sign-in.7819e61ee85f34c7accd.hot-update.js": "/chunks/sign-in.7819e61ee85f34c7accd.hot-update.js", - "/chunks/sign-up.7819e61ee85f34c7accd.hot-update.js": "/chunks/sign-up.7819e61ee85f34c7accd.hot-update.js", - "/chunks/sign-in.97050f512d1cb54050e5.hot-update.js": "/chunks/sign-in.97050f512d1cb54050e5.hot-update.js", - "/chunks/sign-up.97050f512d1cb54050e5.hot-update.js": "/chunks/sign-up.97050f512d1cb54050e5.hot-update.js", - "/chunks/sign-in.cefd2f49aae773f41398.hot-update.js": "/chunks/sign-in.cefd2f49aae773f41398.hot-update.js", - "/chunks/sign-up.cefd2f49aae773f41398.hot-update.js": "/chunks/sign-up.cefd2f49aae773f41398.hot-update.js", - "/chunks/sign-in.36c70c3c1bbc61ca68dd.hot-update.js": "/chunks/sign-in.36c70c3c1bbc61ca68dd.hot-update.js", - "/chunks/sign-up.36c70c3c1bbc61ca68dd.hot-update.js": "/chunks/sign-up.36c70c3c1bbc61ca68dd.hot-update.js", - "/chunks/sign-in.efff2e0e5171f34c2f8f.hot-update.js": "/chunks/sign-in.efff2e0e5171f34c2f8f.hot-update.js", - "/chunks/sign-up.efff2e0e5171f34c2f8f.hot-update.js": "/chunks/sign-up.efff2e0e5171f34c2f8f.hot-update.js", - "/chunks/sign-in.98a761b78ab42ff14941.hot-update.js": "/chunks/sign-in.98a761b78ab42ff14941.hot-update.js", - "/chunks/sign-up.98a761b78ab42ff14941.hot-update.js": "/chunks/sign-up.98a761b78ab42ff14941.hot-update.js", - "/chunks/sign-in.7aef6f465384f32ba7c9.hot-update.js": "/chunks/sign-in.7aef6f465384f32ba7c9.hot-update.js", - "/chunks/sign-up.7aef6f465384f32ba7c9.hot-update.js": "/chunks/sign-up.7aef6f465384f32ba7c9.hot-update.js", - "/chunks/sign-in.4b0a3f836f56e339df29.hot-update.js": "/chunks/sign-in.4b0a3f836f56e339df29.hot-update.js", - "/chunks/sign-up.4b0a3f836f56e339df29.hot-update.js": "/chunks/sign-up.4b0a3f836f56e339df29.hot-update.js", - "/chunks/sign-in.52163406e6127290ecc2.hot-update.js": "/chunks/sign-in.52163406e6127290ecc2.hot-update.js", - "/chunks/sign-up.52163406e6127290ecc2.hot-update.js": "/chunks/sign-up.52163406e6127290ecc2.hot-update.js", - "/chunks/sign-in.3df06c0e0acf386727ad.hot-update.js": "/chunks/sign-in.3df06c0e0acf386727ad.hot-update.js", - "/chunks/sign-up.3df06c0e0acf386727ad.hot-update.js": "/chunks/sign-up.3df06c0e0acf386727ad.hot-update.js", - "/chunks/sign-in.b317237cc77803130faa.hot-update.js": "/chunks/sign-in.b317237cc77803130faa.hot-update.js", - "/chunks/sign-up.b317237cc77803130faa.hot-update.js": "/chunks/sign-up.b317237cc77803130faa.hot-update.js", - "/chunks/sign-in.4be4d187059207a79690.hot-update.js": "/chunks/sign-in.4be4d187059207a79690.hot-update.js", - "/chunks/sign-up.4be4d187059207a79690.hot-update.js": "/chunks/sign-up.4be4d187059207a79690.hot-update.js", - "/chunks/sign-in.122c25da8d2adf4a7db2.hot-update.js": "/chunks/sign-in.122c25da8d2adf4a7db2.hot-update.js", - "/chunks/sign-up.122c25da8d2adf4a7db2.hot-update.js": "/chunks/sign-up.122c25da8d2adf4a7db2.hot-update.js", - "/chunks/sign-in.d3f1db61a1ac75d62c67.hot-update.js": "/chunks/sign-in.d3f1db61a1ac75d62c67.hot-update.js", - "/chunks/sign-up.d3f1db61a1ac75d62c67.hot-update.js": "/chunks/sign-up.d3f1db61a1ac75d62c67.hot-update.js", - "/chunks/sign-in.af5c2279b97771bc1219.hot-update.js": "/chunks/sign-in.af5c2279b97771bc1219.hot-update.js", - "/chunks/sign-up.af5c2279b97771bc1219.hot-update.js": "/chunks/sign-up.af5c2279b97771bc1219.hot-update.js", - "/chunks/sign-in.c32a4a6966a1237ca44b.hot-update.js": "/chunks/sign-in.c32a4a6966a1237ca44b.hot-update.js", - "/chunks/sign-up.c32a4a6966a1237ca44b.hot-update.js": "/chunks/sign-up.c32a4a6966a1237ca44b.hot-update.js", - "/chunks/sign-in.fb2d6d90aa8552798587.hot-update.js": "/chunks/sign-in.fb2d6d90aa8552798587.hot-update.js", - "/chunks/sign-up.fb2d6d90aa8552798587.hot-update.js": "/chunks/sign-up.fb2d6d90aa8552798587.hot-update.js", - "/chunks/sign-in.7f2a3277c00c27b82fcd.hot-update.js": "/chunks/sign-in.7f2a3277c00c27b82fcd.hot-update.js", - "/chunks/sign-up.7f2a3277c00c27b82fcd.hot-update.js": "/chunks/sign-up.7f2a3277c00c27b82fcd.hot-update.js", - "/chunks/sign-in.943587f179a95cb975d3.hot-update.js": "/chunks/sign-in.943587f179a95cb975d3.hot-update.js", - "/chunks/sign-up.943587f179a95cb975d3.hot-update.js": "/chunks/sign-up.943587f179a95cb975d3.hot-update.js", - "/chunks/sign-in.35202744542f83806ccf.hot-update.js": "/chunks/sign-in.35202744542f83806ccf.hot-update.js", - "/chunks/sign-up.35202744542f83806ccf.hot-update.js": "/chunks/sign-up.35202744542f83806ccf.hot-update.js", - "/chunks/sign-in.36fbb8ae11038d8adbd7.hot-update.js": "/chunks/sign-in.36fbb8ae11038d8adbd7.hot-update.js", - "/chunks/sign-up.36fbb8ae11038d8adbd7.hot-update.js": "/chunks/sign-up.36fbb8ae11038d8adbd7.hot-update.js", - "/chunks/sign-in.72458065f0560c6f74f5.hot-update.js": "/chunks/sign-in.72458065f0560c6f74f5.hot-update.js", - "/chunks/sign-up.72458065f0560c6f74f5.hot-update.js": "/chunks/sign-up.72458065f0560c6f74f5.hot-update.js", - "/chunks/sign-in.dd026fb79f6349589a5e.hot-update.js": "/chunks/sign-in.dd026fb79f6349589a5e.hot-update.js", - "/chunks/sign-up.dd026fb79f6349589a5e.hot-update.js": "/chunks/sign-up.dd026fb79f6349589a5e.hot-update.js", - "/chunks/sign-in.9516287e16db16412cdd.hot-update.js": "/chunks/sign-in.9516287e16db16412cdd.hot-update.js", - "/chunks/sign-in.091ebba26a8ccb5a5eab.hot-update.js": "/chunks/sign-in.091ebba26a8ccb5a5eab.hot-update.js", - "/chunks/sign-in.710ada1eab74f1fdab1a.hot-update.js": "/chunks/sign-in.710ada1eab74f1fdab1a.hot-update.js" + "/vendors~chunks/settings.js": "/vendors~chunks/settings.js?id=34174f8e31c6707cdaef", + "/chunks/settings-subscription.1202e97995dbb61bf6d2.hot-update.js": "/chunks/settings-subscription.1202e97995dbb61bf6d2.hot-update.js", + "/chunks/settings-subscription.12de86906bd226965ff6.hot-update.js": "/chunks/settings-subscription.12de86906bd226965ff6.hot-update.js", + "/chunks/settings-subscription.7c2f7f9f0277f019cd11.hot-update.js": "/chunks/settings-subscription.7c2f7f9f0277f019cd11.hot-update.js", + "/chunks/settings-subscription.2933972e5fcabb9c5d9a.hot-update.js": "/chunks/settings-subscription.2933972e5fcabb9c5d9a.hot-update.js", + "/chunks/settings-subscription.ea5b4b36b4f5bfecbf80.hot-update.js": "/chunks/settings-subscription.ea5b4b36b4f5bfecbf80.hot-update.js", + "/chunks/settings-subscription.405e34d12bddf7c24b52.hot-update.js": "/chunks/settings-subscription.405e34d12bddf7c24b52.hot-update.js", + "/chunks/settings-subscription.05430b3217d179edf83c.hot-update.js": "/chunks/settings-subscription.05430b3217d179edf83c.hot-update.js", + "/chunks/settings-subscription.a9836f85c1d4751664cf.hot-update.js": "/chunks/settings-subscription.a9836f85c1d4751664cf.hot-update.js", + "/chunks/settings-subscription.de35a6527048a87b4494.hot-update.js": "/chunks/settings-subscription.de35a6527048a87b4494.hot-update.js", + "/chunks/settings-subscription.054afd6d35c3fe2d963a.hot-update.js": "/chunks/settings-subscription.054afd6d35c3fe2d963a.hot-update.js", + "/chunks/settings-subscription.5efa1e57443bd02d7282.hot-update.js": "/chunks/settings-subscription.5efa1e57443bd02d7282.hot-update.js", + "/chunks/settings-subscription.2cda2c3b516058f2aa41.hot-update.js": "/chunks/settings-subscription.2cda2c3b516058f2aa41.hot-update.js", + "/chunks/settings-subscription.3cf80f8897637d1aa189.hot-update.js": "/chunks/settings-subscription.3cf80f8897637d1aa189.hot-update.js", + "/chunks/settings-subscription.8d571e9eee4e6a7ff1b5.hot-update.js": "/chunks/settings-subscription.8d571e9eee4e6a7ff1b5.hot-update.js", + "/chunks/settings-subscription.aa97fddcc68f439f9453.hot-update.js": "/chunks/settings-subscription.aa97fddcc68f439f9453.hot-update.js", + "/chunks/settings-subscription.3dba03a8c1a4c545880f.hot-update.js": "/chunks/settings-subscription.3dba03a8c1a4c545880f.hot-update.js", + "/chunks/settings-subscription.aa33dccaf1671aad40d0.hot-update.js": "/chunks/settings-subscription.aa33dccaf1671aad40d0.hot-update.js", + "/chunks/settings-subscription.c9ed2c57796dc4d2a47f.hot-update.js": "/chunks/settings-subscription.c9ed2c57796dc4d2a47f.hot-update.js", + "/chunks/settings-subscription.e99ec97d6974bd40b88e.hot-update.js": "/chunks/settings-subscription.e99ec97d6974bd40b88e.hot-update.js", + "/chunks/settings-subscription.fc0a74603bfa306bf8b0.hot-update.js": "/chunks/settings-subscription.fc0a74603bfa306bf8b0.hot-update.js", + "/chunks/settings-subscription.c8b724ddea31a910c48b.hot-update.js": "/chunks/settings-subscription.c8b724ddea31a910c48b.hot-update.js", + "/chunks/settings-subscription.fe4a34851be79d5b7655.hot-update.js": "/chunks/settings-subscription.fe4a34851be79d5b7655.hot-update.js", + "/chunks/settings-subscription.18420121284c70aeb092.hot-update.js": "/chunks/settings-subscription.18420121284c70aeb092.hot-update.js", + "/chunks/settings-subscription.15536fae0221bab6e189.hot-update.js": "/chunks/settings-subscription.15536fae0221bab6e189.hot-update.js", + "/chunks/settings-subscription.62409373456d32e49f96.hot-update.js": "/chunks/settings-subscription.62409373456d32e49f96.hot-update.js", + "/chunks/settings-subscription.659b6a8199e87c40f47c.hot-update.js": "/chunks/settings-subscription.659b6a8199e87c40f47c.hot-update.js", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.42545db0a93b78b43c55.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.42545db0a93b78b43c55.hot-update.js", + "/chunks/app-language.42545db0a93b78b43c55.hot-update.js": "/chunks/app-language.42545db0a93b78b43c55.hot-update.js", + "/chunks/billings-detail.42545db0a93b78b43c55.hot-update.js": "/chunks/billings-detail.42545db0a93b78b43c55.hot-update.js", + "/chunks/database.42545db0a93b78b43c55.hot-update.js": "/chunks/database.42545db0a93b78b43c55.hot-update.js", + "/chunks/environment-setup.42545db0a93b78b43c55.hot-update.js": "/chunks/environment-setup.42545db0a93b78b43c55.hot-update.js", + "/chunks/installation-disclaimer.42545db0a93b78b43c55.hot-update.js": "/chunks/installation-disclaimer.42545db0a93b78b43c55.hot-update.js", + "/chunks/page-edit.42545db0a93b78b43c55.hot-update.js": "/chunks/page-edit.42545db0a93b78b43c55.hot-update.js", + "/chunks/plan-delete.42545db0a93b78b43c55.hot-update.js": "/chunks/plan-delete.42545db0a93b78b43c55.hot-update.js", + "/chunks/plan-settings.42545db0a93b78b43c55.hot-update.js": "/chunks/plan-settings.42545db0a93b78b43c55.hot-update.js", + "/chunks/profile~chunks/settings-password.42545db0a93b78b43c55.hot-update.js": "/chunks/profile~chunks/settings-password.42545db0a93b78b43c55.hot-update.js", + "/chunks/settings-create-payment-methods.42545db0a93b78b43c55.hot-update.js": "/chunks/settings-create-payment-methods.42545db0a93b78b43c55.hot-update.js", + "/chunks/settings-payment-methods.42545db0a93b78b43c55.hot-update.js": "/chunks/settings-payment-methods.42545db0a93b78b43c55.hot-update.js", + "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.42545db0a93b78b43c55.hot-update.js": "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.42545db0a93b78b43c55.hot-update.js", + "/chunks/status-check.42545db0a93b78b43c55.hot-update.js": "/chunks/status-check.42545db0a93b78b43c55.hot-update.js", + "/chunks/stripe-credentials.42545db0a93b78b43c55.hot-update.js": "/chunks/stripe-credentials.42545db0a93b78b43c55.hot-update.js", + "/chunks/subscription-plans.42545db0a93b78b43c55.hot-update.js": "/chunks/subscription-plans.42545db0a93b78b43c55.hot-update.js", + "/chunks/upgrade-billing.42545db0a93b78b43c55.hot-update.js": "/chunks/upgrade-billing.42545db0a93b78b43c55.hot-update.js", + "/chunks/user-delete.42545db0a93b78b43c55.hot-update.js": "/chunks/user-delete.42545db0a93b78b43c55.hot-update.js", + "/chunks/user-detail.42545db0a93b78b43c55.hot-update.js": "/chunks/user-detail.42545db0a93b78b43c55.hot-update.js", + "/chunks/user-password.42545db0a93b78b43c55.hot-update.js": "/chunks/user-password.42545db0a93b78b43c55.hot-update.js", + "/chunks/settings-subscription.848a3e8cba95a1b9091a.hot-update.js": "/chunks/settings-subscription.848a3e8cba95a1b9091a.hot-update.js", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.241fc22bc91de26d0d9c.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/app-language.241fc22bc91de26d0d9c.hot-update.js": "/chunks/app-language.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/billings-detail.241fc22bc91de26d0d9c.hot-update.js": "/chunks/billings-detail.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/database.241fc22bc91de26d0d9c.hot-update.js": "/chunks/database.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/environment-setup.241fc22bc91de26d0d9c.hot-update.js": "/chunks/environment-setup.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/installation-disclaimer.241fc22bc91de26d0d9c.hot-update.js": "/chunks/installation-disclaimer.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/page-edit.241fc22bc91de26d0d9c.hot-update.js": "/chunks/page-edit.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/plan-delete.241fc22bc91de26d0d9c.hot-update.js": "/chunks/plan-delete.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/plan-settings.241fc22bc91de26d0d9c.hot-update.js": "/chunks/plan-settings.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/profile~chunks/settings-password.241fc22bc91de26d0d9c.hot-update.js": "/chunks/profile~chunks/settings-password.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/settings-create-payment-methods.241fc22bc91de26d0d9c.hot-update.js": "/chunks/settings-create-payment-methods.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/settings-payment-methods.241fc22bc91de26d0d9c.hot-update.js": "/chunks/settings-payment-methods.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.241fc22bc91de26d0d9c.hot-update.js": "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/status-check.241fc22bc91de26d0d9c.hot-update.js": "/chunks/status-check.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/stripe-credentials.241fc22bc91de26d0d9c.hot-update.js": "/chunks/stripe-credentials.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/subscription-plans.241fc22bc91de26d0d9c.hot-update.js": "/chunks/subscription-plans.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/upgrade-billing.241fc22bc91de26d0d9c.hot-update.js": "/chunks/upgrade-billing.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/user-delete.241fc22bc91de26d0d9c.hot-update.js": "/chunks/user-delete.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/user-detail.241fc22bc91de26d0d9c.hot-update.js": "/chunks/user-detail.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/user-password.241fc22bc91de26d0d9c.hot-update.js": "/chunks/user-password.241fc22bc91de26d0d9c.hot-update.js", + "/chunks/settings-subscription.4bc1a10a23598df0982f.hot-update.js": "/chunks/settings-subscription.4bc1a10a23598df0982f.hot-update.js", + "/chunks/settings-subscription.24925a7cd6dc06570c37.hot-update.js": "/chunks/settings-subscription.24925a7cd6dc06570c37.hot-update.js", + "/chunks/settings-subscription.5ead88b6c55405537d2f.hot-update.js": "/chunks/settings-subscription.5ead88b6c55405537d2f.hot-update.js", + "/chunks/settings-subscription.90cbdce24e0eb0825363.hot-update.js": "/chunks/settings-subscription.90cbdce24e0eb0825363.hot-update.js", + "/chunks/settings-subscription.c1b5fef8cde6fc9078ea.hot-update.js": "/chunks/settings-subscription.c1b5fef8cde6fc9078ea.hot-update.js", + "/chunks/settings-subscription.76f7b21c5c929c6735a4.hot-update.js": "/chunks/settings-subscription.76f7b21c5c929c6735a4.hot-update.js", + "/chunks/settings-subscription.69367a5bead7d06ebb62.hot-update.js": "/chunks/settings-subscription.69367a5bead7d06ebb62.hot-update.js", + "/chunks/settings-subscription.90812ed82606032d47f4.hot-update.js": "/chunks/settings-subscription.90812ed82606032d47f4.hot-update.js", + "/chunks/settings-subscription.80c8bce8fc7bc198b1cc.hot-update.js": "/chunks/settings-subscription.80c8bce8fc7bc198b1cc.hot-update.js", + "/chunks/settings-subscription.18d82f6ebb3f635d309e.hot-update.js": "/chunks/settings-subscription.18d82f6ebb3f635d309e.hot-update.js", + "/chunks/settings-subscription.da692c8ad7cf15d9c1fb.hot-update.js": "/chunks/settings-subscription.da692c8ad7cf15d9c1fb.hot-update.js", + "/chunks/settings-subscription.84ad9b1d1d31724aa656.hot-update.js": "/chunks/settings-subscription.84ad9b1d1d31724aa656.hot-update.js", + "/chunks/settings-subscription.ff350bfaaf506823b3d1.hot-update.js": "/chunks/settings-subscription.ff350bfaaf506823b3d1.hot-update.js", + "/chunks/settings-subscription.89c1ee60c36a2656819f.hot-update.js": "/chunks/settings-subscription.89c1ee60c36a2656819f.hot-update.js", + "/chunks/settings-subscription.e4c7b7f1bbc51f55a299.hot-update.js": "/chunks/settings-subscription.e4c7b7f1bbc51f55a299.hot-update.js", + "/chunks/settings-subscription.6aa27ce96d107ef9197c.hot-update.js": "/chunks/settings-subscription.6aa27ce96d107ef9197c.hot-update.js", + "/chunks/settings-subscription.779b92a9a9ab0ddf1ec6.hot-update.js": "/chunks/settings-subscription.779b92a9a9ab0ddf1ec6.hot-update.js", + "/chunks/settings-subscription.27b5959ff0379b222ddb.hot-update.js": "/chunks/settings-subscription.27b5959ff0379b222ddb.hot-update.js", + "/chunks/settings-subscription.5732829391b548e96738.hot-update.js": "/chunks/settings-subscription.5732829391b548e96738.hot-update.js", + "/chunks/settings-subscription.1d7edbccddde767bb314.hot-update.js": "/chunks/settings-subscription.1d7edbccddde767bb314.hot-update.js", + "/chunks/settings-subscription.c2d8551989b60ce98ac8.hot-update.js": "/chunks/settings-subscription.c2d8551989b60ce98ac8.hot-update.js", + "/chunks/settings-subscription.eb4bdd877fdf35afff1b.hot-update.js": "/chunks/settings-subscription.eb4bdd877fdf35afff1b.hot-update.js", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/app-language.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/app-language.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/billings-detail.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/billings-detail.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/database.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/database.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/environment-setup.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/environment-setup.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/installation-disclaimer.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/installation-disclaimer.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/page-edit.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/page-edit.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/plan-delete.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/plan-delete.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/plan-settings.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/plan-settings.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/profile~chunks/settings-password.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/profile~chunks/settings-password.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/settings-create-payment-methods.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/settings-create-payment-methods.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/settings-payment-methods.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/settings-payment-methods.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/status-check.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/status-check.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/stripe-credentials.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/stripe-credentials.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/subscription-plans.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/subscription-plans.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/upgrade-billing.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/upgrade-billing.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/user-delete.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/user-delete.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/user-detail.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/user-detail.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/user-password.db7dcd19fdfdae4efff6.hot-update.js": "/chunks/user-password.db7dcd19fdfdae4efff6.hot-update.js", + "/chunks/settings-subscription.2d749ca85e97c98a64b5.hot-update.js": "/chunks/settings-subscription.2d749ca85e97c98a64b5.hot-update.js", + "/chunks/settings-subscription.796e5356e236e84d3726.hot-update.js": "/chunks/settings-subscription.796e5356e236e84d3726.hot-update.js", + "/chunks/settings-subscription.edebad65e06f433c57af.hot-update.js": "/chunks/settings-subscription.edebad65e06f433c57af.hot-update.js", + "/chunks/settings-subscription.615cc34654d37e2536fb.hot-update.js": "/chunks/settings-subscription.615cc34654d37e2536fb.hot-update.js", + "/chunks/settings-subscription.3f0a9a0a31331b6961bd.hot-update.js": "/chunks/settings-subscription.3f0a9a0a31331b6961bd.hot-update.js", + "/chunks/settings-subscription.778b964cc6b796c22fb4.hot-update.js": "/chunks/settings-subscription.778b964cc6b796c22fb4.hot-update.js", + "/chunks/settings-subscription.5f4f6024cf550a3f4c0d.hot-update.js": "/chunks/settings-subscription.5f4f6024cf550a3f4c0d.hot-update.js", + "/chunks/settings-subscription.4fdd63a0cb5a9c593928.hot-update.js": "/chunks/settings-subscription.4fdd63a0cb5a9c593928.hot-update.js", + "/chunks/settings-subscription.5712501373111831ac63.hot-update.js": "/chunks/settings-subscription.5712501373111831ac63.hot-update.js", + "/chunks/settings-subscription.618955e514e2daf14188.hot-update.js": "/chunks/settings-subscription.618955e514e2daf14188.hot-update.js", + "/chunks/settings-subscription.3850f15427c7ba02be93.hot-update.js": "/chunks/settings-subscription.3850f15427c7ba02be93.hot-update.js", + "/chunks/settings-subscription.84a0dd0a717de44596fd.hot-update.js": "/chunks/settings-subscription.84a0dd0a717de44596fd.hot-update.js", + "/chunks/settings-subscription.d2a4a7aea7a3adc5af34.hot-update.js": "/chunks/settings-subscription.d2a4a7aea7a3adc5af34.hot-update.js", + "/chunks/settings-subscription.8d18400d4851f4061b4d.hot-update.js": "/chunks/settings-subscription.8d18400d4851f4061b4d.hot-update.js", + "/chunks/settings-subscription.7cdd43f637306de8e32d.hot-update.js": "/chunks/settings-subscription.7cdd43f637306de8e32d.hot-update.js", + "/chunks/settings-subscription.b9ebc55ed60370271883.hot-update.js": "/chunks/settings-subscription.b9ebc55ed60370271883.hot-update.js", + "/chunks/settings-subscription.dedf6b331284ebc17808.hot-update.js": "/chunks/settings-subscription.dedf6b331284ebc17808.hot-update.js", + "/chunks/settings-subscription.3e2ab80e7da2c3dab6b3.hot-update.js": "/chunks/settings-subscription.3e2ab80e7da2c3dab6b3.hot-update.js", + "/chunks/settings-subscription.6c2adc3e203a8022102d.hot-update.js": "/chunks/settings-subscription.6c2adc3e203a8022102d.hot-update.js", + "/chunks/settings-subscription.523364ac01776ca96d0f.hot-update.js": "/chunks/settings-subscription.523364ac01776ca96d0f.hot-update.js", + "/chunks/settings-subscription.3b05d4a351c46284de28.hot-update.js": "/chunks/settings-subscription.3b05d4a351c46284de28.hot-update.js", + "/chunks/settings-subscription.7194beb6a9b276de280d.hot-update.js": "/chunks/settings-subscription.7194beb6a9b276de280d.hot-update.js", + "/chunks/settings-subscription.12bda9adab69d09ef87c.hot-update.js": "/chunks/settings-subscription.12bda9adab69d09ef87c.hot-update.js", + "/chunks/settings-subscription.3c278da918bdbbd42d03.hot-update.js": "/chunks/settings-subscription.3c278da918bdbbd42d03.hot-update.js", + "/chunks/settings-subscription.e0bba91c438200e3ed40.hot-update.js": "/chunks/settings-subscription.e0bba91c438200e3ed40.hot-update.js", + "/chunks/settings-subscription.52d205a31b7dbfcae2bd.hot-update.js": "/chunks/settings-subscription.52d205a31b7dbfcae2bd.hot-update.js", + "/chunks/settings-subscription.77cb1e36cb45a19a612d.hot-update.js": "/chunks/settings-subscription.77cb1e36cb45a19a612d.hot-update.js", + "/chunks/settings-subscription.51f180816e157b17db4d.hot-update.js": "/chunks/settings-subscription.51f180816e157b17db4d.hot-update.js", + "/chunks/settings-subscription.71fb57bb9f9c880d52b7.hot-update.js": "/chunks/settings-subscription.71fb57bb9f9c880d52b7.hot-update.js", + "/chunks/settings-subscription.958e12d1dbdfc4ae7e5b.hot-update.js": "/chunks/settings-subscription.958e12d1dbdfc4ae7e5b.hot-update.js", + "/chunks/settings-subscription.66058a8918f1788d8a2c.hot-update.js": "/chunks/settings-subscription.66058a8918f1788d8a2c.hot-update.js", + "/chunks/settings-subscription.fc4ea1026b973b0594d1.hot-update.js": "/chunks/settings-subscription.fc4ea1026b973b0594d1.hot-update.js", + "/chunks/settings-subscription.c33140b7a65851b43641.hot-update.js": "/chunks/settings-subscription.c33140b7a65851b43641.hot-update.js", + "/chunks/settings-subscription.b3a848278472c0000154.hot-update.js": "/chunks/settings-subscription.b3a848278472c0000154.hot-update.js", + "/chunks/settings-subscription.8eac6d790e1a6b4e1064.hot-update.js": "/chunks/settings-subscription.8eac6d790e1a6b4e1064.hot-update.js", + "/chunks/settings-subscription.c0e4e3506043d72afd09.hot-update.js": "/chunks/settings-subscription.c0e4e3506043d72afd09.hot-update.js", + "/chunks/settings-subscription.e5570612bd6e3daf839a.hot-update.js": "/chunks/settings-subscription.e5570612bd6e3daf839a.hot-update.js", + "/chunks/settings-subscription.75b5e433263ab1229a9d.hot-update.js": "/chunks/settings-subscription.75b5e433263ab1229a9d.hot-update.js", + "/chunks/settings-subscription.bcc9ff8824d6e1d0d2a0.hot-update.js": "/chunks/settings-subscription.bcc9ff8824d6e1d0d2a0.hot-update.js", + "/chunks/settings-subscription.0e21c891ebacd263da50.hot-update.js": "/chunks/settings-subscription.0e21c891ebacd263da50.hot-update.js", + "/chunks/settings-subscription.5f39dde47380d6cb8c43.hot-update.js": "/chunks/settings-subscription.5f39dde47380d6cb8c43.hot-update.js", + "/chunks/settings-subscription.79d5da392288a5690256.hot-update.js": "/chunks/settings-subscription.79d5da392288a5690256.hot-update.js", + "/chunks/settings-subscription.3e1631b1e644a30440ae.hot-update.js": "/chunks/settings-subscription.3e1631b1e644a30440ae.hot-update.js", + "/chunks/settings-subscription.8e285fa5e093c53fa556.hot-update.js": "/chunks/settings-subscription.8e285fa5e093c53fa556.hot-update.js", + "/chunks/settings-subscription.172fcd3f92122e2df396.hot-update.js": "/chunks/settings-subscription.172fcd3f92122e2df396.hot-update.js", + "/chunks/settings-subscription.51e231575ffdff59516b.hot-update.js": "/chunks/settings-subscription.51e231575ffdff59516b.hot-update.js", + "/chunks/settings-subscription.31063d6543532c1d4ea9.hot-update.js": "/chunks/settings-subscription.31063d6543532c1d4ea9.hot-update.js", + "/chunks/settings-subscription.0a1f59e1539c01bb6b9b.hot-update.js": "/chunks/settings-subscription.0a1f59e1539c01bb6b9b.hot-update.js", + "/chunks/settings-subscription.498cc84922706745a572.hot-update.js": "/chunks/settings-subscription.498cc84922706745a572.hot-update.js", + "/chunks/settings-subscription.0e178ac3dad63f50c070.hot-update.js": "/chunks/settings-subscription.0e178ac3dad63f50c070.hot-update.js", + "/chunks/settings-subscription.914e9c6c4ab5cc4114ac.hot-update.js": "/chunks/settings-subscription.914e9c6c4ab5cc4114ac.hot-update.js", + "/chunks/settings-subscription.aa5624bfb77559e438c9.hot-update.js": "/chunks/settings-subscription.aa5624bfb77559e438c9.hot-update.js", + "/chunks/settings-subscription.e143f44694b54e096db2.hot-update.js": "/chunks/settings-subscription.e143f44694b54e096db2.hot-update.js", + "/chunks/settings-subscription.05e4ef2d002f673007a9.hot-update.js": "/chunks/settings-subscription.05e4ef2d002f673007a9.hot-update.js", + "/chunks/settings-subscription.37d4b99da6608e2d06af.hot-update.js": "/chunks/settings-subscription.37d4b99da6608e2d06af.hot-update.js", + "/chunks/settings-subscription.b13e0b1c846c280a141e.hot-update.js": "/chunks/settings-subscription.b13e0b1c846c280a141e.hot-update.js", + "/chunks/settings-subscription.3579ab8cab7f491304ef.hot-update.js": "/chunks/settings-subscription.3579ab8cab7f491304ef.hot-update.js", + "/chunks/settings-subscription.188a5e8f035647884c5c.hot-update.js": "/chunks/settings-subscription.188a5e8f035647884c5c.hot-update.js", + "/chunks/settings-subscription.9ec409a41bcc8287d275.hot-update.js": "/chunks/settings-subscription.9ec409a41bcc8287d275.hot-update.js", + "/chunks/settings-subscription.d005e24455cc27106c1b.hot-update.js": "/chunks/settings-subscription.d005e24455cc27106c1b.hot-update.js", + "/chunks/settings-subscription.d3d8fceea0e955cc1ba4.hot-update.js": "/chunks/settings-subscription.d3d8fceea0e955cc1ba4.hot-update.js", + "/chunks/settings-subscription.1476a1bfe5b59cc7fb85.hot-update.js": "/chunks/settings-subscription.1476a1bfe5b59cc7fb85.hot-update.js", + "/chunks/settings-subscription.cb8ff7a6d8b6365e5804.hot-update.js": "/chunks/settings-subscription.cb8ff7a6d8b6365e5804.hot-update.js", + "/chunks/settings-subscription.cfdedc6f5132055ad07f.hot-update.js": "/chunks/settings-subscription.cfdedc6f5132055ad07f.hot-update.js", + "/chunks/settings-subscription.faa86f19b7476283f8c2.hot-update.js": "/chunks/settings-subscription.faa86f19b7476283f8c2.hot-update.js", + "/chunks/settings-subscription.32d72feee3157c76da78.hot-update.js": "/chunks/settings-subscription.32d72feee3157c76da78.hot-update.js", + "/chunks/settings-subscription.106e5ddaa81cba66aa21.hot-update.js": "/chunks/settings-subscription.106e5ddaa81cba66aa21.hot-update.js", + "/chunks/settings-subscription.f6a5de946ea1ff59fafa.hot-update.js": "/chunks/settings-subscription.f6a5de946ea1ff59fafa.hot-update.js", + "/chunks/settings-subscription.ca8abdd1409c36781bcb.hot-update.js": "/chunks/settings-subscription.ca8abdd1409c36781bcb.hot-update.js", + "/chunks/settings-subscription.92a7e8acd6353834adac.hot-update.js": "/chunks/settings-subscription.92a7e8acd6353834adac.hot-update.js", + "/chunks/settings-subscription.efff726553657c3e6289.hot-update.js": "/chunks/settings-subscription.efff726553657c3e6289.hot-update.js", + "/chunks/settings-subscription.4db54f7201b6ef69d03e.hot-update.js": "/chunks/settings-subscription.4db54f7201b6ef69d03e.hot-update.js", + "/chunks/settings-subscription.44824eeb8cb1465696ce.hot-update.js": "/chunks/settings-subscription.44824eeb8cb1465696ce.hot-update.js", + "/chunks/settings-subscription.fdd5212e9b0d69410634.hot-update.js": "/chunks/settings-subscription.fdd5212e9b0d69410634.hot-update.js", + "/chunks/settings-subscription.499b2a668a59a6d866a1.hot-update.js": "/chunks/settings-subscription.499b2a668a59a6d866a1.hot-update.js", + "/js/main.7ca22a1209266cf42500.hot-update.js": "/js/main.7ca22a1209266cf42500.hot-update.js", + "/chunks/settings-subscription.db12df1d2df5a184fe67.hot-update.js": "/chunks/settings-subscription.db12df1d2df5a184fe67.hot-update.js", + "/chunks/settings-subscription.814461582fbe46f7ca05.hot-update.js": "/chunks/settings-subscription.814461582fbe46f7ca05.hot-update.js", + "/chunks/settings-subscription.561ebb5d9b058b6c4419.hot-update.js": "/chunks/settings-subscription.561ebb5d9b058b6c4419.hot-update.js", + "/chunks/settings-subscription.6571a058c82d5727fba3.hot-update.js": "/chunks/settings-subscription.6571a058c82d5727fba3.hot-update.js", + "/chunks/settings-subscription.4392b57d32b93dcc11e1.hot-update.js": "/chunks/settings-subscription.4392b57d32b93dcc11e1.hot-update.js", + "/chunks/settings-subscription.6ddaf7cbd4314d1f90c4.hot-update.js": "/chunks/settings-subscription.6ddaf7cbd4314d1f90c4.hot-update.js", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~640155e3.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/app-language.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/app-language.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/billings-detail.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/billings-detail.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/database.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/database.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/environment-setup.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/environment-setup.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/installation-disclaimer.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/installation-disclaimer.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/page-edit.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/page-edit.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/plan-delete.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/plan-delete.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/plan-settings.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/plan-settings.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/profile~chunks/settings-password.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/profile~chunks/settings-password.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/settings-create-payment-methods.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/settings-create-payment-methods.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/settings-payment-methods.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/settings-payment-methods.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/settings-storage~chunks/settings-subscription~chunks/user-storage~chunks/user-subscription.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/status-check.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/status-check.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/stripe-credentials.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/stripe-credentials.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/subscription-plans.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/subscription-plans.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/upgrade-billing.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/upgrade-billing.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/user-delete.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/user-delete.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/user-detail.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/user-detail.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/user-password.42bd2f66d94dcc2d40b2.hot-update.js": "/chunks/user-password.42bd2f66d94dcc2d40b2.hot-update.js", + "/chunks/settings-subscription.ea8f48be05ba857c178a.hot-update.js": "/chunks/settings-subscription.ea8f48be05ba857c178a.hot-update.js", + "/js/main.2e634abbecfcd86fe264.hot-update.js": "/js/main.2e634abbecfcd86fe264.hot-update.js", + "/js/main.7a24a5324bfc00587472.hot-update.js": "/js/main.7a24a5324bfc00587472.hot-update.js", + "/chunks/settings-subscription.d3df326b16f63efcd9ba.hot-update.js": "/chunks/settings-subscription.d3df326b16f63efcd9ba.hot-update.js", + "/chunks/settings-subscription.fd81861e497ccadf7719.hot-update.js": "/chunks/settings-subscription.fd81861e497ccadf7719.hot-update.js", + "/chunks/settings-subscription.220d3aee31345c2586c6.hot-update.js": "/chunks/settings-subscription.220d3aee31345c2586c6.hot-update.js", + "/chunks/settings-subscription.29f26670ce8c4dd6edbc.hot-update.js": "/chunks/settings-subscription.29f26670ce8c4dd6edbc.hot-update.js", + "/chunks/settings-subscription.f98d3cbe1ae6c329ec69.hot-update.js": "/chunks/settings-subscription.f98d3cbe1ae6c329ec69.hot-update.js", + "/chunks/settings-subscription.d5f56b9b74d4dfae72c1.hot-update.js": "/chunks/settings-subscription.d5f56b9b74d4dfae72c1.hot-update.js", + "/chunks/settings-subscription.3eb7ccb866dbed7760a8.hot-update.js": "/chunks/settings-subscription.3eb7ccb866dbed7760a8.hot-update.js", + "/chunks/settings-subscription.206d39a033541ced828a.hot-update.js": "/chunks/settings-subscription.206d39a033541ced828a.hot-update.js", + "/chunks/settings-subscription.afb19085e6f75ed0e618.hot-update.js": "/chunks/settings-subscription.afb19085e6f75ed0e618.hot-update.js", + "/chunks/settings-subscription.6748e42922fe69a7cdba.hot-update.js": "/chunks/settings-subscription.6748e42922fe69a7cdba.hot-update.js", + "/chunks/settings-subscription.ca0760853d755257efab.hot-update.js": "/chunks/settings-subscription.ca0760853d755257efab.hot-update.js", + "/chunks/settings-subscription.d83d7a92031152efbc40.hot-update.js": "/chunks/settings-subscription.d83d7a92031152efbc40.hot-update.js", + "/chunks/settings-subscription.8ca7b34637f12a61b1c7.hot-update.js": "/chunks/settings-subscription.8ca7b34637f12a61b1c7.hot-update.js", + "/chunks/settings-subscription.60c7be043c1642c3ac9f.hot-update.js": "/chunks/settings-subscription.60c7be043c1642c3ac9f.hot-update.js", + "/chunks/settings-subscription.d6ab34600ee35c3f5649.hot-update.js": "/chunks/settings-subscription.d6ab34600ee35c3f5649.hot-update.js", + "/chunks/settings-subscription.d6d5a2a0c1bcb687b6c8.hot-update.js": "/chunks/settings-subscription.d6d5a2a0c1bcb687b6c8.hot-update.js", + "/chunks/settings-subscription.b8badc6af315189d3e55.hot-update.js": "/chunks/settings-subscription.b8badc6af315189d3e55.hot-update.js", + "/chunks/settings-subscription.e58363b6dcf4560ea4cb.hot-update.js": "/chunks/settings-subscription.e58363b6dcf4560ea4cb.hot-update.js", + "/chunks/settings-subscription.eba2eb19d9c0c0441d17.hot-update.js": "/chunks/settings-subscription.eba2eb19d9c0c0441d17.hot-update.js", + "/chunks/settings-subscription.28b8932c9b069a95519e.hot-update.js": "/chunks/settings-subscription.28b8932c9b069a95519e.hot-update.js", + "/chunks/settings-subscription.0f2da746f7b9c3d62b56.hot-update.js": "/chunks/settings-subscription.0f2da746f7b9c3d62b56.hot-update.js", + "/chunks/settings-subscription.fd6f4411b9fdb39e4be2.hot-update.js": "/chunks/settings-subscription.fd6f4411b9fdb39e4be2.hot-update.js", + "/chunks/settings-subscription.b546aa805ee06343da3b.hot-update.js": "/chunks/settings-subscription.b546aa805ee06343da3b.hot-update.js", + "/chunks/settings-subscription.2d0b0c6ab638f7fdcf2b.hot-update.js": "/chunks/settings-subscription.2d0b0c6ab638f7fdcf2b.hot-update.js", + "/chunks/settings-subscription.8494e317ea67095ded8f.hot-update.js": "/chunks/settings-subscription.8494e317ea67095ded8f.hot-update.js", + "/chunks/settings-subscription.f7350002f1e25f0e556e.hot-update.js": "/chunks/settings-subscription.f7350002f1e25f0e556e.hot-update.js", + "/chunks/settings-subscription.ca716d1ed2b40ca5893c.hot-update.js": "/chunks/settings-subscription.ca716d1ed2b40ca5893c.hot-update.js", + "/chunks/settings-subscription.d59087d48608256ae0bf.hot-update.js": "/chunks/settings-subscription.d59087d48608256ae0bf.hot-update.js", + "/chunks/settings-subscription.380ceb8d77866d74f1b9.hot-update.js": "/chunks/settings-subscription.380ceb8d77866d74f1b9.hot-update.js", + "/chunks/settings-subscription.74e1395e8afebfaf42d7.hot-update.js": "/chunks/settings-subscription.74e1395e8afebfaf42d7.hot-update.js", + "/chunks/settings-subscription.be7caf53c60c8e410e0e.hot-update.js": "/chunks/settings-subscription.be7caf53c60c8e410e0e.hot-update.js", + "/chunks/settings-subscription.6a1377af0323c42b0c23.hot-update.js": "/chunks/settings-subscription.6a1377af0323c42b0c23.hot-update.js", + "/chunks/settings-subscription.545d64f521b0455ddd2a.hot-update.js": "/chunks/settings-subscription.545d64f521b0455ddd2a.hot-update.js", + "/chunks/settings-subscription.2b3289930509dc3f67d2.hot-update.js": "/chunks/settings-subscription.2b3289930509dc3f67d2.hot-update.js", + "/chunks/settings-subscription.a7938b678d57c4332378.hot-update.js": "/chunks/settings-subscription.a7938b678d57c4332378.hot-update.js", + "/chunks/settings-subscription.ca0ea35a8a857919ea7a.hot-update.js": "/chunks/settings-subscription.ca0ea35a8a857919ea7a.hot-update.js", + "/chunks/settings-subscription.18aeae959f306dd48d3d.hot-update.js": "/chunks/settings-subscription.18aeae959f306dd48d3d.hot-update.js", + "/chunks/settings-subscription.36053a864bdad08d7d34.hot-update.js": "/chunks/settings-subscription.36053a864bdad08d7d34.hot-update.js", + "/chunks/settings-subscription.1bd72c8d58cbc4e4669a.hot-update.js": "/chunks/settings-subscription.1bd72c8d58cbc4e4669a.hot-update.js", + "/chunks/admin-account.cb6d811b7d45c6025120.hot-update.js": "/chunks/admin-account.cb6d811b7d45c6025120.hot-update.js", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~5acee76d.cb6d811b7d45c6025120.hot-update.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~5acee76d.cb6d811b7d45c6025120.hot-update.js", + "/chunks/app-language.cb6d811b7d45c6025120.hot-update.js": "/chunks/app-language.cb6d811b7d45c6025120.hot-update.js", + "/chunks/app-setup.cb6d811b7d45c6025120.hot-update.js": "/chunks/app-setup.cb6d811b7d45c6025120.hot-update.js", + "/chunks/billings-detail.cb6d811b7d45c6025120.hot-update.js": "/chunks/billings-detail.cb6d811b7d45c6025120.hot-update.js", + "/chunks/contact-us.cb6d811b7d45c6025120.hot-update.js": "/chunks/contact-us.cb6d811b7d45c6025120.hot-update.js", + "/chunks/dashboard.cb6d811b7d45c6025120.hot-update.js": "/chunks/dashboard.cb6d811b7d45c6025120.hot-update.js", + "/chunks/database.cb6d811b7d45c6025120.hot-update.js": "/chunks/database.cb6d811b7d45c6025120.hot-update.js", + "/chunks/environment-setup.cb6d811b7d45c6025120.hot-update.js": "/chunks/environment-setup.cb6d811b7d45c6025120.hot-update.js", + "/chunks/installation-disclaimer.cb6d811b7d45c6025120.hot-update.js": "/chunks/installation-disclaimer.cb6d811b7d45c6025120.hot-update.js", + "/chunks/plan-create/fixed.cb6d811b7d45c6025120.hot-update.js": "/chunks/plan-create/fixed.cb6d811b7d45c6025120.hot-update.js", + "/chunks/plan-create/metered.cb6d811b7d45c6025120.hot-update.js": "/chunks/plan-create/metered.cb6d811b7d45c6025120.hot-update.js", + "/chunks/plan-delete.cb6d811b7d45c6025120.hot-update.js": "/chunks/plan-delete.cb6d811b7d45c6025120.hot-update.js", + "/chunks/plan-settings.cb6d811b7d45c6025120.hot-update.js": "/chunks/plan-settings.cb6d811b7d45c6025120.hot-update.js", + "/chunks/plan-subscribers.cb6d811b7d45c6025120.hot-update.js": "/chunks/plan-subscribers.cb6d811b7d45c6025120.hot-update.js", + "/chunks/platform.cb6d811b7d45c6025120.hot-update.js": "/chunks/platform.cb6d811b7d45c6025120.hot-update.js", + "/chunks/purchase-code.cb6d811b7d45c6025120.hot-update.js": "/chunks/purchase-code.cb6d811b7d45c6025120.hot-update.js", + "/chunks/settings-create-payment-methods.cb6d811b7d45c6025120.hot-update.js": "/chunks/settings-create-payment-methods.cb6d811b7d45c6025120.hot-update.js", + "/chunks/settings-payment-methods.cb6d811b7d45c6025120.hot-update.js": "/chunks/settings-payment-methods.cb6d811b7d45c6025120.hot-update.js", + "/chunks/settings-subscription.cb6d811b7d45c6025120.hot-update.js": "/chunks/settings-subscription.cb6d811b7d45c6025120.hot-update.js", + "/chunks/settings~chunks/settings-password.cb6d811b7d45c6025120.hot-update.js": "/chunks/settings~chunks/settings-password.cb6d811b7d45c6025120.hot-update.js", + "/chunks/status-check.cb6d811b7d45c6025120.hot-update.js": "/chunks/status-check.cb6d811b7d45c6025120.hot-update.js", + "/chunks/stripe-credentials.cb6d811b7d45c6025120.hot-update.js": "/chunks/stripe-credentials.cb6d811b7d45c6025120.hot-update.js", + "/chunks/subscription-plans.cb6d811b7d45c6025120.hot-update.js": "/chunks/subscription-plans.cb6d811b7d45c6025120.hot-update.js", + "/chunks/subscriptions.cb6d811b7d45c6025120.hot-update.js": "/chunks/subscriptions.cb6d811b7d45c6025120.hot-update.js", + "/chunks/upgrade-billing.cb6d811b7d45c6025120.hot-update.js": "/chunks/upgrade-billing.cb6d811b7d45c6025120.hot-update.js", + "/chunks/user-subscription.cb6d811b7d45c6025120.hot-update.js": "/chunks/user-subscription.cb6d811b7d45c6025120.hot-update.js", + "/chunks/settings-subscription.80e8214c1b1a30d025d3.hot-update.js": "/chunks/settings-subscription.80e8214c1b1a30d025d3.hot-update.js", + "/js/main.893528b3a3f3bd416071.hot-update.js": "/js/main.893528b3a3f3bd416071.hot-update.js", + "/chunks/settings-subscription.aae66ee8fe53e9210f6e.hot-update.js": "/chunks/settings-subscription.aae66ee8fe53e9210f6e.hot-update.js", + "/chunks/settings-subscription.02af1ad17b8fdf1e7c4e.hot-update.js": "/chunks/settings-subscription.02af1ad17b8fdf1e7c4e.hot-update.js", + "/js/main.afbc152af5fc35bf9d6c.hot-update.js": "/js/main.afbc152af5fc35bf9d6c.hot-update.js", + "/chunks/settings-subscription.110c03a83989d0d3830a.hot-update.js": "/chunks/settings-subscription.110c03a83989d0d3830a.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.130014c6e030ddbf2407.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.130014c6e030ddbf2407.hot-update.js", + "/chunks/pages.130014c6e030ddbf2407.hot-update.js": "/chunks/pages.130014c6e030ddbf2407.hot-update.js", + "/chunks/settings.130014c6e030ddbf2407.hot-update.js": "/chunks/settings.130014c6e030ddbf2407.hot-update.js", + "/chunks/settings-payment-methods.130014c6e030ddbf2407.hot-update.js": "/chunks/settings-payment-methods.130014c6e030ddbf2407.hot-update.js", + "/chunks/settings-subscription.130014c6e030ddbf2407.hot-update.js": "/chunks/settings-subscription.130014c6e030ddbf2407.hot-update.js", + "/chunks/subscriptions.130014c6e030ddbf2407.hot-update.js": "/chunks/subscriptions.130014c6e030ddbf2407.hot-update.js", + "/chunks/upgrade-billing.130014c6e030ddbf2407.hot-update.js": "/chunks/upgrade-billing.130014c6e030ddbf2407.hot-update.js", + "/chunks/user.130014c6e030ddbf2407.hot-update.js": "/chunks/user.130014c6e030ddbf2407.hot-update.js", + "/chunks/user-subscription.130014c6e030ddbf2407.hot-update.js": "/chunks/user-subscription.130014c6e030ddbf2407.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.fb02177dfd2e751c8216.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.fb02177dfd2e751c8216.hot-update.js", + "/chunks/pages.fb02177dfd2e751c8216.hot-update.js": "/chunks/pages.fb02177dfd2e751c8216.hot-update.js", + "/chunks/settings.fb02177dfd2e751c8216.hot-update.js": "/chunks/settings.fb02177dfd2e751c8216.hot-update.js", + "/chunks/settings-payment-methods.fb02177dfd2e751c8216.hot-update.js": "/chunks/settings-payment-methods.fb02177dfd2e751c8216.hot-update.js", + "/chunks/settings-subscription.fb02177dfd2e751c8216.hot-update.js": "/chunks/settings-subscription.fb02177dfd2e751c8216.hot-update.js", + "/chunks/subscriptions.fb02177dfd2e751c8216.hot-update.js": "/chunks/subscriptions.fb02177dfd2e751c8216.hot-update.js", + "/chunks/upgrade-billing.fb02177dfd2e751c8216.hot-update.js": "/chunks/upgrade-billing.fb02177dfd2e751c8216.hot-update.js", + "/chunks/user.fb02177dfd2e751c8216.hot-update.js": "/chunks/user.fb02177dfd2e751c8216.hot-update.js", + "/chunks/user-subscription.fb02177dfd2e751c8216.hot-update.js": "/chunks/user-subscription.fb02177dfd2e751c8216.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.959ed7dbfea061f8fa28.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/pages.959ed7dbfea061f8fa28.hot-update.js": "/chunks/pages.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/settings.959ed7dbfea061f8fa28.hot-update.js": "/chunks/settings.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/settings-payment-methods.959ed7dbfea061f8fa28.hot-update.js": "/chunks/settings-payment-methods.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/settings-subscription.959ed7dbfea061f8fa28.hot-update.js": "/chunks/settings-subscription.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/subscriptions.959ed7dbfea061f8fa28.hot-update.js": "/chunks/subscriptions.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/upgrade-billing.959ed7dbfea061f8fa28.hot-update.js": "/chunks/upgrade-billing.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/user.959ed7dbfea061f8fa28.hot-update.js": "/chunks/user.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/user-subscription.959ed7dbfea061f8fa28.hot-update.js": "/chunks/user-subscription.959ed7dbfea061f8fa28.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/pages.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/pages.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/settings.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/settings.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/settings-payment-methods.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/settings-payment-methods.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/settings-subscription.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/settings-subscription.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/subscriptions.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/subscriptions.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/upgrade-billing.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/upgrade-billing.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/user.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/user.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/user-subscription.0b17b69065b6e26fb6f5.hot-update.js": "/chunks/user-subscription.0b17b69065b6e26fb6f5.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.c715a830ddb9de8034a6.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.c715a830ddb9de8034a6.hot-update.js", + "/chunks/pages.c715a830ddb9de8034a6.hot-update.js": "/chunks/pages.c715a830ddb9de8034a6.hot-update.js", + "/chunks/settings.c715a830ddb9de8034a6.hot-update.js": "/chunks/settings.c715a830ddb9de8034a6.hot-update.js", + "/chunks/settings-payment-methods.c715a830ddb9de8034a6.hot-update.js": "/chunks/settings-payment-methods.c715a830ddb9de8034a6.hot-update.js", + "/chunks/settings-subscription.c715a830ddb9de8034a6.hot-update.js": "/chunks/settings-subscription.c715a830ddb9de8034a6.hot-update.js", + "/chunks/subscriptions.c715a830ddb9de8034a6.hot-update.js": "/chunks/subscriptions.c715a830ddb9de8034a6.hot-update.js", + "/chunks/upgrade-billing.c715a830ddb9de8034a6.hot-update.js": "/chunks/upgrade-billing.c715a830ddb9de8034a6.hot-update.js", + "/chunks/user.c715a830ddb9de8034a6.hot-update.js": "/chunks/user.c715a830ddb9de8034a6.hot-update.js", + "/chunks/user-subscription.c715a830ddb9de8034a6.hot-update.js": "/chunks/user-subscription.c715a830ddb9de8034a6.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.8ac5bd59e72365c61829.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.8ac5bd59e72365c61829.hot-update.js", + "/chunks/pages.8ac5bd59e72365c61829.hot-update.js": "/chunks/pages.8ac5bd59e72365c61829.hot-update.js", + "/chunks/settings.8ac5bd59e72365c61829.hot-update.js": "/chunks/settings.8ac5bd59e72365c61829.hot-update.js", + "/chunks/settings-payment-methods.8ac5bd59e72365c61829.hot-update.js": "/chunks/settings-payment-methods.8ac5bd59e72365c61829.hot-update.js", + "/chunks/settings-subscription.8ac5bd59e72365c61829.hot-update.js": "/chunks/settings-subscription.8ac5bd59e72365c61829.hot-update.js", + "/chunks/subscriptions.8ac5bd59e72365c61829.hot-update.js": "/chunks/subscriptions.8ac5bd59e72365c61829.hot-update.js", + "/chunks/upgrade-billing.8ac5bd59e72365c61829.hot-update.js": "/chunks/upgrade-billing.8ac5bd59e72365c61829.hot-update.js", + "/chunks/user.8ac5bd59e72365c61829.hot-update.js": "/chunks/user.8ac5bd59e72365c61829.hot-update.js", + "/chunks/user-subscription.8ac5bd59e72365c61829.hot-update.js": "/chunks/user-subscription.8ac5bd59e72365c61829.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.d36d7b057cc8458d5401.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/plan-subscribers~chunks/users.d36d7b057cc8458d5401.hot-update.js", + "/chunks/pages.d36d7b057cc8458d5401.hot-update.js": "/chunks/pages.d36d7b057cc8458d5401.hot-update.js", + "/chunks/settings.d36d7b057cc8458d5401.hot-update.js": "/chunks/settings.d36d7b057cc8458d5401.hot-update.js", + "/chunks/settings-payment-methods.d36d7b057cc8458d5401.hot-update.js": "/chunks/settings-payment-methods.d36d7b057cc8458d5401.hot-update.js", + "/chunks/settings-subscription.d36d7b057cc8458d5401.hot-update.js": "/chunks/settings-subscription.d36d7b057cc8458d5401.hot-update.js", + "/chunks/subscriptions.d36d7b057cc8458d5401.hot-update.js": "/chunks/subscriptions.d36d7b057cc8458d5401.hot-update.js", + "/chunks/upgrade-billing.d36d7b057cc8458d5401.hot-update.js": "/chunks/upgrade-billing.d36d7b057cc8458d5401.hot-update.js", + "/chunks/user.d36d7b057cc8458d5401.hot-update.js": "/chunks/user.d36d7b057cc8458d5401.hot-update.js", + "/chunks/user-subscription.d36d7b057cc8458d5401.hot-update.js": "/chunks/user-subscription.d36d7b057cc8458d5401.hot-update.js", + "/chunks/settings-subscription.459845cb0bd81ff208c9.hot-update.js": "/chunks/settings-subscription.459845cb0bd81ff208c9.hot-update.js", + "/chunks/settings-subscription.71f09cd184230cfe75f4.hot-update.js": "/chunks/settings-subscription.71f09cd184230cfe75f4.hot-update.js", + "/chunks/settings-subscription.dbac1764a9d17ae02812.hot-update.js": "/chunks/settings-subscription.dbac1764a9d17ae02812.hot-update.js", + "/chunks/settings-subscription.eda21f7108500ca6403a.hot-update.js": "/chunks/settings-subscription.eda21f7108500ca6403a.hot-update.js", + "/chunks/settings-subscription.16f3d693841c09b0dba2.hot-update.js": "/chunks/settings-subscription.16f3d693841c09b0dba2.hot-update.js", + "/chunks/settings-subscription.bc59d59f63ae91da84b5.hot-update.js": "/chunks/settings-subscription.bc59d59f63ae91da84b5.hot-update.js", + "/chunks/settings-subscription.84b9a0f8f6a3bdb9dfa4.hot-update.js": "/chunks/settings-subscription.84b9a0f8f6a3bdb9dfa4.hot-update.js", + "/chunks/settings-subscription.fa21c6163bbb87422e4e.hot-update.js": "/chunks/settings-subscription.fa21c6163bbb87422e4e.hot-update.js", + "/chunks/settings-subscription.7aac3bd14c3665c89beb.hot-update.js": "/chunks/settings-subscription.7aac3bd14c3665c89beb.hot-update.js", + "/js/main.d142cc840b2ad37cfc7d.hot-update.js": "/js/main.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin-account.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin-account.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js?id=2d52fc8e939196f7ff16", + "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~3e4fdd8b.js": "/chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/~3e4fdd8b.js?id=1d731f1c4a9daecb2a99", + "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/files~chunks/invitation~chunks/my-shared-items~chunks/platform~chunks/recent-upl~dfa67595.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~673d1ac3.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/files~chunks/my-shared-items~chunks/platform~chunks/recent-uploads~chunks/settin~97130d1f.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin~chunks/platform.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/platform.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin~chunks/platform~chunks/settings.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/platform~chunks/settings.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/admin~chunks/platform~chunks/settings~chunks/shared.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-appearance.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-appearance.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js?id=aa284736dda7647d5c9e", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=6bd4516589f23ec25ae6", + "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=b1123c792a51f9b3ec11", + "/chunks/app-billings.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-billings.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-email.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-email.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-index.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-index.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-language.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-language.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js": "/chunks/app-language~chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pag~824d674f.js?id=38b2085e829a84df0e5f", + "/chunks/app-others.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-others.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-payments.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-payments.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-settings.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-settings.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/app-setup.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/app-setup.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/billings-detail.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/billings-detail.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/contact-us.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/contact-us.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/create-new-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/create-new-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/dashboard.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/dashboard.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=0391ad036c47d999f159", + "/chunks/database.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/database.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/email-verified.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/email-verified.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/environment-setup.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/environment-setup.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/files.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/files.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/forgotten-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/forgotten-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/installation-disclaimer.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/installation-disclaimer.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/invoices.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/invoices.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/my-shared-items.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/my-shared-items.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/page-edit.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/page-edit.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/pages.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/pages.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/plan.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/plan.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/plan-create.js": "/chunks/plan-create.js?id=d939086958e81fafdd65", + "/chunks/plan-delete.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/plan-delete.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/plan-settings.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/plan-settings.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/plan-subscribers.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/plan-subscribers.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/plans.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/plans.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/platform.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/platform.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/platform~chunks/settings-subscription~chunks/shared~chunks/user-subscription.js": "/chunks/platform~chunks/settings-subscription~chunks/shared~chunks/user-subscription.js?id=8656b69a97cace919251", + "/chunks/platform~chunks/shared.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/platform~chunks/shared.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/profile.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/profile.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/profile~chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/profile~chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/purchase-code.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/purchase-code.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/recent-uploads.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/recent-uploads.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings-create-payment-methods.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings-create-payment-methods.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=a9a6286b9a416c949003", + "/chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings-payment-methods.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings-payment-methods.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings-storage.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings-storage.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings-subscription.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings-subscription.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/settings~chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/settings~chunks/settings-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/shared-with-me.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/shared-with-me.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/shared/authenticate.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/shared/authenticate.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/shared/files.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/shared/files.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/sign-in.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/sign-in.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/sign-up.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/sign-up.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/status-check.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/status-check.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/stripe-credentials.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/stripe-credentials.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/subscription-plans.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/subscription-plans.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/team-folders.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/team-folders.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/trash.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/trash.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/upgrade-billing.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/upgrade-billing.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/upgrade-billing~chunks/upgrade-plan.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/upgrade-billing~chunks/upgrade-plan.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/upgrade-plan.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/upgrade-plan.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-create.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-create.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-delete.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-delete.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-detail.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-detail.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-invoices.js": "/chunks/user-invoices.js?id=386719adbd52708773ba", + "/chunks/user-password.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-password.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-storage.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-storage.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/user-subscription.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/user-subscription.d142cc840b2ad37cfc7d.hot-update.js", + "/chunks/users.d142cc840b2ad37cfc7d.hot-update.js": "/chunks/users.d142cc840b2ad37cfc7d.hot-update.js", + "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~24b428d3.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~24b428d3.js?id=ee89932f7ee76e74483e", + "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~b505e62a.js": "/vendors~chunks/admin~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~b505e62a.js?id=8163e0eab55c50f8afb8" } diff --git a/src/App/Users/Actions/CreateNewUserAction.php b/src/App/Users/Actions/CreateNewUserAction.php index f2fa9246..40fb4dc3 100644 --- a/src/App/Users/Actions/CreateNewUserAction.php +++ b/src/App/Users/Actions/CreateNewUserAction.php @@ -39,26 +39,26 @@ class CreateNewUserAction extends Controller $user = User::create([ 'password' => ! $socialite_auth ? bcrypt($data['password']) : null, 'oauth_provider' => $socialite_auth ? $data->oauth_provider : null, - 'email' => $data['email'], + 'email' => $data['email'] ?? $data->email, ]); - // Mark as verified if verification is disabled - if (! intval($settings['user_verification']) || $socialite_auth) { - $user->markEmailAsVerified(); - } - UserSettings::unguard(); $user ->settings() ->create([ - 'name' => $data['name'], + 'name' => $data['name'] ?? $data->name, 'storage_capacity' => $settings['storage_default'], 'avatar' => $data->avatar ? $data->avatar : null, ]); UserSettings::reguard(); + // Mark as verified if verification is disabled + if (! intval($settings['user_verification']) || $socialite_auth) { + $user->markEmailAsVerified(); + } + event(new Registered($user)); // Log in if verification is disabled diff --git a/src/App/Users/Controllers/Authentication/SocialiteAuthenticationController.php b/src/App/Users/Controllers/Authentication/SocialiteAuthenticationController.php index 0f9a561a..4c361474 100644 --- a/src/App/Users/Controllers/Authentication/SocialiteAuthenticationController.php +++ b/src/App/Users/Controllers/Authentication/SocialiteAuthenticationController.php @@ -21,13 +21,17 @@ class SocialiteAuthenticationController extends Controller return response()->json([ 'url' => $url - ], 200); + ]); } public function callback($provider) { // Get socialite user - $provider_user = Socialite::driver($provider)->stateless()->user(); + if (app()->runningInConsole()) { + $provider_user = Socialite::driver($provider)->user(); + } else { + $provider_user = Socialite::driver($provider)->stateless()->user(); + } // Check if user exist already $user = User::whereEmail($provider_user->email)->first(); diff --git a/src/Support/helpers.php b/src/Support/helpers.php index a202c9dc..ffb52fa5 100644 --- a/src/Support/helpers.php +++ b/src/Support/helpers.php @@ -3,6 +3,7 @@ use Carbon\Carbon; use ByteUnits\Metric; use App\Users\Models\User; +use Illuminate\Support\Facades\Http; use Illuminate\Support\Str; use Domain\Files\Models\File; use Domain\Sharing\Models\Share; @@ -1012,7 +1013,8 @@ if(! function_exists('get_socialite_avatar')) { */ function store_socialite_avatar($avatar) { - $image = file_get_contents($avatar); + // Get image from external source + $image = Http::get($avatar)->body(); // Generate avatar name $avatar_name = Str::uuid() . '.jpg'; diff --git a/tests/App/Users/UserAccountTest.php b/tests/App/Users/UserAccountTest.php index fe76d5c6..202eccf7 100644 --- a/tests/App/Users/UserAccountTest.php +++ b/tests/App/Users/UserAccountTest.php @@ -1,6 +1,13 @@ assertExists('files/' . User::first()->id); } + /** * @test */ public function it_socialite_redirect() { - $response = $this->call('GET', 'api/socialite/google/redirect'); + $response = $this->get('api/socialite/google/redirect'); $this->assertStringContainsString('accounts.google.com/o/oauth2/auth', $response['url']); } - /** - * @test - */ + + /** + * @test + */ public function it_socialite_callback() - { + { + // Set default settings + DB::table('settings')->insert([ + [ + 'name' => 'registration', + 'value' => 1, + ], [ + 'name' => 'storage_default', + 'value' => 5, + ] + ]); + + // Create fake image + $fakeImage = UploadedFile::fake() + ->image('fake-avatar.jpg'); + + Http::fake([ + 'https://vuefilemanager.com/avatar.jpg' => Http::response($fakeImage->getContent()), + ]); + + // Create fake user + $socialiteUser = $this->createMock(\Laravel\Socialite\Two\User::class); + $socialiteUser->token = 'fake_token'; + $socialiteUser->id = 'fake_id'; + $socialiteUser->name = 'Jane Doe'; + $socialiteUser->email = 'howdy@hi5ve.digital'; + $socialiteUser->avatar = 'https://vuefilemanager.com/avatar.jpg'; + + // Mock user with FB provider + $provider = $this->createMock(FacebookProvider::class); + $provider->expects($this->any()) + ->method('user') + ->willReturn($socialiteUser); + + // Mock socialite + $stub = $this->createMock(Socialite::class); + + $stub->expects($this->any()) + ->method('driver') + ->willReturn($provider); + + // Replace Socialite Instance with mock + $this->app->instance(Socialite::class, $stub); + + $this->getJson('/api/socialite/facebook/callback'); + + $this + ->assertDatabaseHas('users', [ + 'email' => 'howdy@hi5ve.digital', + 'oauth_provider' => 'facebook', + 'password' => null, + ]) + ->assertDatabaseHas('user_settings', [ + 'name' => 'Jane Doe', + ]); + + $user = User::first(); + + collect(config('vuefilemanager.avatar_sizes')) + ->each( + fn($size) => Storage::disk('local') + ->assertExists("avatars/{$size['name']}-{$user->settings->getRawOriginal('avatar')}") + ); } + /** * todo: finish test */ @@ -131,8 +204,7 @@ class UserAccountTest extends TestCase collect(config('vuefilemanager.avatar_sizes')) ->each( - fn ($size) => - Storage::disk('local') + fn($size) => Storage::disk('local') ->assertExists("avatars/{$size['name']}-{$user->settings->getRawOriginal('avatar')}") ); } @@ -151,7 +223,7 @@ class UserAccountTest extends TestCase ->assertStatus(200) ->assertExactJson([ 'data' => [ - 'id' => (string) $user->id, + 'id' => (string)$user->id, 'type' => 'user', 'attributes' => [ 'storage_capacity' => '5', @@ -169,14 +241,14 @@ class UserAccountTest extends TestCase 'capacity' => '5', 'capacity_formatted' => '5GB', ], - 'created_at_formatted' => format_date($user->created_at, '%d. %B. %Y'), - 'created_at' => $user->created_at->toJson(), - 'updated_at' => $user->updated_at->toJson(), + 'created_at_formatted' => format_date($user->created_at, '%d. %B. %Y'), + 'created_at' => $user->created_at->toJson(), + 'updated_at' => $user->updated_at->toJson(), ], 'relationships' => [ 'settings' => [ 'data' => [ - 'id' => (string) $user->id, + 'id' => (string)$user->id, 'type' => 'settings', 'attributes' => [ 'avatar' => $user->settings->avatar,