diff --git a/app/Console/Commands/ForceMigration.php b/app/Console/Commands/ForceMigration.php
index b7d097008c77..060104eb36c1 100644
--- a/app/Console/Commands/ForceMigration.php
+++ b/app/Console/Commands/ForceMigration.php
@@ -97,20 +97,20 @@ class ForceMigration extends Command
}
- $company = Company::on($this->db)
- ->whereNull('plan')
- ->orWhereIn('plan', ['','free'])
- ->whereHas('accounts', function ($query){
- $query->where('account_key', '!=', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h');
- $query->orWhere('account_key', '!=', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx702');
- $query->orWhere('account_key', '!=', 'AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT');
- })
- ->with('accounts')
- ->withCount('accounts')
- ->having('accounts_count', '>=', 1)
- ->first();
+ // $company = Company::on($this->db)
+ // ->whereNull('plan')
+ // ->orWhereIn('plan', ['','free'])
+ // ->whereHas('accounts', function ($query){
+ // $query->where('account_key', '!=', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h');
+ // $query->orWhere('account_key', '!=', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx702');
+ // $query->orWhere('account_key', '!=', 'AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT');
+ // })
+ // ->with('accounts')
+ // ->withCount('accounts')
+ // ->having('accounts_count', '>=', 1)
+ // ->first();
- return $company;
+ // return $company;
}
diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php
index c1a07f3d96da..217deb8c93f4 100644
--- a/app/Http/Kernel.php
+++ b/app/Http/Kernel.php
@@ -63,6 +63,6 @@ class Kernel extends HttpKernel
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
'lookup' => \App\Http\Middleware\DatabaseLookup::class,
'permissions.required' => \App\Http\Middleware\PermissionsRequired::class,
- 'migration' => \App\Http\Middleware\EligibleForMigration::class,
+ 'migration_channel' => \App\Http\Middleware\MigrationLookup::class,
];
}
diff --git a/app/Http/Middleware/MigrationLookup.php b/app/Http/Middleware/MigrationLookup.php
new file mode 100644
index 000000000000..550709650b7b
--- /dev/null
+++ b/app/Http/Middleware/MigrationLookup.php
@@ -0,0 +1,30 @@
+ $this->account->custom_invoice_taxes1,
'custom_surcharge_taxes2' => $this->account->custom_invoice_taxes2,
'subdomain' => $this->account->subdomain,
+ 'portal_mode' => 'subdomain',
'size_id' => $this->account->size_id,
'enable_modules' => $this->account->enabled_modules,
'custom_fields' => $this->account->custom_fields,
@@ -148,6 +149,8 @@ trait GenerateMigrationResources
$timezone_id = (string)($timezone_id - 1);
return [
+ 'entity_send_time' => 6,
+ 'auto_bill_date' => $this->account->auto_bill_on_due_date ? 'on_due_date' : 'on_send_date',
'auto_bill' => $this->transformAutoBill($this->account->token_billing_id),
'payment_terms' => $this->account->payment_terms ? (string) $this->account->payment_terms : '',
'timezone_id' => $timezone_id,
@@ -552,13 +555,14 @@ trait GenerateMigrationResources
{
$credits = [];
+ $export_credits = collect([]);
- $export_credits = Invoice::where('account_id', $this->account->id)
- ->where('balance', '<', '0')
- ->where('invoice_type_id', '=', INVOICE_TYPE_STANDARD)
- ->where('is_public', true)
- ->withTrashed()
- ->get();
+ // $export_credits = Invoice::where('account_id', $this->account->id)
+ // ->where('balance', '<', '0')
+ // ->where('invoice_type_id', '=', INVOICE_TYPE_STANDARD)
+ // ->where('is_public', true)
+ // ->withTrashed()
+ // ->get();
info("get credit notes => " . $export_credits->count());
@@ -613,7 +617,7 @@ trait GenerateMigrationResources
$invoices = [];
$export_invoices = Invoice::where('account_id', $this->account->id)
- ->where('amount', '>=', 0)
+ // ->where('amount', '>=', 0)
->where('invoice_type_id', INVOICE_TYPE_STANDARD)
->where('is_recurring', false)
->withTrashed()
@@ -810,13 +814,13 @@ trait GenerateMigrationResources
private function calcAutoBillEnabled($invoice)
{
- if($invoice->auto_bill == 1)
+ if($invoice->auto_bill === 1)
return 'off';
- elseif($invoice->auto_bill == 2)
+ elseif($invoice->auto_bill === 2)
return 'optin';
- elseif($invoice->auto_bill == 3)
+ elseif($invoice->auto_bill === 3)
return 'optout';
- elseif($invoice->auto_bill == 4)
+ elseif($invoice->auto_bill === 4)
return 'always';
else
return 'off';
@@ -1326,6 +1330,7 @@ trait GenerateMigrationResources
'refunded' => $payment->refunded ?: 0,
'date' => $payment->payment_date,
'transaction_reference' => $payment->transaction_reference ?: '',
+ 'private_notes' => $payment->private_notes ?: '',
'payer_id' => $payment->payer_id,
'is_deleted' => (bool)$payment->is_deleted,
'exchange_rate' => $payment->exchange_rate ? number_format((float) $payment->exchange_rate, 6) : null,
@@ -1365,10 +1370,26 @@ trait GenerateMigrationResources
const SEPA = 29;
const GOCARDLESS = 30;
const CRYPTO = 31;
+
+ const MOLLIE_BANK_TRANSFER = 34;
+ const KBC = 35;
+ const BANCONTACT = 36;
+ const IDEAL = 37;
+ const HOSTED_PAGE = 38;
+ const GIROPAY = 39;
+ const PRZELEWY24 = 40;
+ const EPS = 41;
+ const DIRECT_DEBIT = 42;
+ const BECS = 43;
+ const ACSS = 44;
+ const INSTANT_BANK_PAY = 45;
+ const FPX = 46;
*/
private function transformPaymentType($payment_type_id)
{
switch ($payment_type_id) {
+ case 4:
+ return 42;
case PAYMENT_TYPE_CREDIT:
return 32;
case PAYMENT_TYPE_ACH:
diff --git a/composer.json b/composer.json
index 03a4028c909c..a6f12a5dbf47 100644
--- a/composer.json
+++ b/composer.json
@@ -67,7 +67,7 @@
"league/flysystem-rackspace": "~1.0",
"league/fractal": "0.13.*",
"lokielse/omnipay-alipay": "~1.4",
- "maatwebsite/excel": "dev-carbon#8b17952",
+ "maatwebsite/excel": "dev-php-fix",
"meebio/omnipay-creditcall": "dev-master",
"meebio/omnipay-secure-trading": "dev-master",
"mfauveau/omnipay-pacnet": "~2.0",
@@ -207,7 +207,7 @@
},
{
"type": "vcs",
- "url": "https://github.com/tainmar/Laravel-Excel"
+ "url": "https://github.com/turbo124/Laravel-Excel"
}
]
}
diff --git a/composer.lock b/composer.lock
index 668ceb380e57..edf856321f13 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "ebeebeb80a529d8d3f36113f7195fefd",
+ "content-hash": "0f8396bb7177df9c130f49132e1402ad",
"packages": [
{
"name": "abdala/omnipay-pagseguro",
@@ -122,32 +122,32 @@
},
{
"name": "anahkiasen/former",
- "version": "4.6.0",
+ "version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/formers/former.git",
- "reference": "c5bcd07f4d17c8da6bea413865177a4e39876379"
+ "reference": "9a88328390abc3add9fb01136688a19b215e6760"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/formers/former/zipball/c5bcd07f4d17c8da6bea413865177a4e39876379",
- "reference": "c5bcd07f4d17c8da6bea413865177a4e39876379",
+ "url": "https://api.github.com/repos/formers/former/zipball/9a88328390abc3add9fb01136688a19b215e6760",
+ "reference": "9a88328390abc3add9fb01136688a19b215e6760",
"shasum": ""
},
"require": {
"anahkiasen/html-object": "~1.4",
- "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0",
+ "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"php": "^7.2|^8.0"
},
"require-dev": {
- "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0",
+ "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^8.5"
},
@@ -194,9 +194,9 @@
],
"support": {
"issues": "https://github.com/formers/former/issues",
- "source": "https://github.com/formers/former/tree/4.6.0"
+ "source": "https://github.com/formers/former/tree/4.7.0"
},
- "time": "2020-11-30T20:20:21+00:00"
+ "time": "2022-02-17T11:50:58+00:00"
},
{
"name": "anahkiasen/html-object",
@@ -471,16 +471,16 @@
},
{
"name": "aws/aws-sdk-php",
- "version": "3.198.7",
+ "version": "3.215.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc"
+ "reference": "79c4ffdf93cdcc7be9196ae2e22f0d0323cb2557"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc",
- "reference": "40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/79c4ffdf93cdcc7be9196ae2e22f0d0323cb2557",
+ "reference": "79c4ffdf93cdcc7be9196ae2e22f0d0323cb2557",
"shasum": ""
},
"require": {
@@ -490,7 +490,7 @@
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
"guzzlehttp/promises": "^1.4.0",
- "guzzlehttp/psr7": "^1.7.0",
+ "guzzlehttp/psr7": "^1.7.0|^2.0",
"mtdowling/jmespath.php": "^2.6",
"php": ">=5.5"
},
@@ -524,12 +524,12 @@
}
},
"autoload": {
- "psr-4": {
- "Aws\\": "src/"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Aws\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -556,9 +556,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.198.7"
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.215.0"
},
- "time": "2021-10-18T18:17:12+00:00"
+ "time": "2022-03-18T18:16:01+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -734,54 +734,54 @@
},
{
"name": "barryvdh/laravel-debugbar",
- "version": "v3.6.3",
+ "version": "v3.6.7",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
- "reference": "fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f"
+ "reference": "b96f9820aaf1ff9afe945207883149e1c7afb298"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f",
- "reference": "fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f",
+ "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/b96f9820aaf1ff9afe945207883149e1c7afb298",
+ "reference": "b96f9820aaf1ff9afe945207883149e1c7afb298",
"shasum": ""
},
"require": {
- "illuminate/routing": "^6|^7|^8",
- "illuminate/session": "^6|^7|^8",
- "illuminate/support": "^6|^7|^8",
- "maximebf/debugbar": "^1.16.3",
+ "illuminate/routing": "^6|^7|^8|^9",
+ "illuminate/session": "^6|^7|^8|^9",
+ "illuminate/support": "^6|^7|^8|^9",
+ "maximebf/debugbar": "^1.17.2",
"php": ">=7.2",
- "symfony/debug": "^4.3|^5",
- "symfony/finder": "^4.3|^5"
+ "symfony/debug": "^4.3|^5|^6",
+ "symfony/finder": "^4.3|^5|^6"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
- "orchestra/testbench-dusk": "^4|^5|^6",
+ "orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.5-dev"
+ "dev-master": "3.6-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
- "Debugbar": "Barryvdh\\Debugbar\\Facade"
+ "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
}
}
},
"autoload": {
- "psr-4": {
- "Barryvdh\\Debugbar\\": "src/"
- },
"files": [
"src/helpers.php"
- ]
+ ],
+ "psr-4": {
+ "Barryvdh\\Debugbar\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -803,7 +803,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
- "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.3"
+ "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.7"
},
"funding": [
{
@@ -815,7 +815,7 @@
"type": "github"
}
],
- "time": "2021-09-22T12:28:00+00:00"
+ "time": "2022-02-09T07:52:32+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
@@ -1394,16 +1394,16 @@
},
{
"name": "composer/ca-bundle",
- "version": "1.2.11",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
"shasum": ""
},
"require": {
@@ -1450,7 +1450,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.2.11"
+ "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
},
"funding": [
{
@@ -1466,35 +1466,36 @@
"type": "tidelift"
}
],
- "time": "2021-09-25T20:32:43+00:00"
+ "time": "2021-10-28T20:44:15+00:00"
},
{
"name": "composer/composer",
- "version": "2.1.9",
+ "version": "2.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077"
+ "reference": "07eccf080ad63d55d95a7c9133506db7d9029264"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/e558c88f28d102d497adec4852802c0dc14c7077",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077",
+ "url": "https://api.github.com/repos/composer/composer/zipball/07eccf080ad63d55d95a7c9133506db7d9029264",
+ "reference": "07eccf080ad63d55d95a7c9133506db7d9029264",
"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",
+ "composer/xdebug-handler": "^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.2.11",
"php": "^5.3.2 || ^7.0 || ^8.0",
- "psr/log": "^1.0",
+ "psr/log": "^1.0 || ^2.0",
"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"
@@ -1514,7 +1515,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.1-dev"
+ "dev-main": "2.2-dev"
}
},
"autoload": {
@@ -1548,7 +1549,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.9"
+ "source": "https://github.com/composer/composer/tree/2.2.9"
},
"funding": [
{
@@ -1564,7 +1565,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-05T07:47:38+00:00"
+ "time": "2022-03-15T21:13:37+00:00"
},
{
"name": "composer/metadata-minifier",
@@ -1636,24 +1637,95 @@
"time": "2021-04-07T13:37:33+00:00"
},
{
- "name": "composer/semver",
- "version": "3.2.5",
+ "name": "composer/pcre",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/composer/semver.git",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
+ "url": "https://github.com/composer/pcre.git",
+ "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
+ "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "^0.12.54",
+ "phpstan/phpstan": "^1.3",
+ "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.1"
+ },
+ "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": "2022-01-21T20:24:37+00:00"
+ },
+ {
+ "name": "composer/semver",
+ "version": "3.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/5d8e574bb0e69188786b8ef77d43341222a41a71",
+ "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
@@ -1698,7 +1770,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.2.5"
+ "source": "https://github.com/composer/semver/tree/3.3.1"
},
"funding": [
{
@@ -1714,27 +1786,28 @@
"type": "tidelift"
}
],
- "time": "2021-05-24T12:41:47+00:00"
+ "time": "2022-03-16T11:22:07+00:00"
},
{
"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": {
@@ -1777,7 +1850,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": [
{
@@ -1793,29 +1866,31 @@
"type": "tidelift"
}
],
- "time": "2020-12-03T16:04:16+00:00"
+ "time": "2021-11-18T10:14:14+00:00"
},
{
"name": "composer/xdebug-handler",
- "version": "2.0.2",
+ "version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
+ "reference": "ced299686f41dce890debac69273b47ffe98a40c"
},
"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/ced299686f41dce890debac69273b47ffe98a40c",
+ "reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0 || ^8.0",
+ "composer/pcre": "^1 || ^2 || ^3",
+ "php": "^7.2.5 || ^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": "^6.0"
},
"type": "library",
"autoload": {
@@ -1841,7 +1916,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/3.0.3"
},
"funding": [
{
@@ -1857,7 +1932,7 @@
"type": "tidelift"
}
],
- "time": "2021-07-31T17:03:58+00:00"
+ "time": "2022-02-25T21:32:43+00:00"
},
{
"name": "container-interop/container-interop",
@@ -2913,8 +2988,8 @@
},
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
+ "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2979,16 +3054,16 @@
},
{
"name": "doctrine/lexer",
- "version": "1.2.2",
+ "version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
- "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"shasum": ""
},
"require": {
@@ -2996,7 +3071,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "1.3",
+ "phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
@@ -3035,7 +3110,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.2"
+ "source": "https://github.com/doctrine/lexer/tree/1.2.3"
},
"funding": [
{
@@ -3051,7 +3126,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-12T08:27:12+00:00"
+ "time": "2022-02-28T11:07:21+00:00"
},
{
"name": "doctrine/persistence",
@@ -3244,26 +3319,42 @@
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
- "reference": "cc06008f75262510ee135b8cbb14e333a309f651"
+ "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cc06008f75262510ee135b8cbb14e333a309f651",
- "reference": "cc06008f75262510ee135b8cbb14e333a309f651",
+ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
+ "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
"shasum": ""
},
"require": {
- "phenx/php-font-lib": "0.2.*"
+ "ext-dom": "*",
+ "ext-gd": "*",
+ "ext-mbstring": "*",
+ "phenx/php-font-lib": "0.4.*",
+ "phenx/php-svg-lib": "0.1.*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-develop": "0.7-dev"
+ }
+ },
"autoload": {
+ "psr-4": {
+ "Dompdf\\": "src/"
+ },
"classmap": [
- "include/"
+ "lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL"
+ "LGPL-2.1"
],
"authors": [
{
@@ -3273,6 +3364,10 @@
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
+ },
+ {
+ "name": "Gabriel Bull",
+ "email": "me@gabrielbull.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
@@ -3281,7 +3376,7 @@
"issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/master"
},
- "time": "2015-12-07T04:07:13+00:00"
+ "time": "2016-05-11T00:36:29+00:00"
},
{
"name": "dragonmantank/cron-expression",
@@ -3417,32 +3512,29 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.13.0",
+ "version": "v4.14.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
+ "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
+ "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
- "require-dev": {
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
- },
"type": "library",
"autoload": {
- "psr-0": {
- "HTMLPurifier": "library/"
- },
"files": [
"library/HTMLPurifier.composer.php"
],
+ "psr-0": {
+ "HTMLPurifier": "library/"
+ },
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
@@ -3465,22 +3557,22 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/master"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
},
- "time": "2020-06-29T00:56:53+00:00"
+ "time": "2021-12-25T01:21:49+00:00"
},
{
"name": "firebase/php-jwt",
- "version": "v5.4.0",
+ "version": "v5.5.1",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
+ "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
+ "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
"shasum": ""
},
"require": {
@@ -3522,9 +3614,9 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
+ "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
},
- "time": "2021-06-23T19:00:23+00:00"
+ "time": "2021-11-08T20:18:51+00:00"
},
{
"name": "fotografde/omnipay-checkoutcom",
@@ -3756,16 +3848,16 @@
},
{
"name": "google/apiclient",
- "version": "v2.11.0",
+ "version": "v2.12.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git",
- "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb"
+ "reference": "1530583a711f4414407112c4068464bcbace1c71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
- "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71",
+ "reference": "1530583a711f4414407112c4068464bcbace1c71",
"shasum": ""
},
"require": {
@@ -3796,16 +3888,16 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.x-dev"
+ "dev-main": "2.x-dev"
}
},
"autoload": {
- "psr-4": {
- "Google\\": "src/"
- },
"files": [
"src/aliases.php"
],
+ "psr-4": {
+ "Google\\": "src/"
+ },
"classmap": [
"src/aliases.php"
]
@@ -3821,22 +3913,22 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client/issues",
- "source": "https://github.com/googleapis/google-api-php-client/tree/v2.11.0"
+ "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.1"
},
- "time": "2021-09-20T21:15:55+00:00"
+ "time": "2021-12-02T03:34:25+00:00"
},
{
"name": "google/apiclient-services",
- "version": "v0.217.0",
+ "version": "v0.239.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
- "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc"
+ "reference": "ce8e34d618bdef9e824fd1728d505a468818712c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ea990973edf24d959c9e9f550182a53672d5a4bc",
- "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ce8e34d618bdef9e824fd1728d505a468818712c",
+ "reference": "ce8e34d618bdef9e824fd1728d505a468818712c",
"shasum": ""
},
"require": {
@@ -3847,12 +3939,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Google\\Service\\": "src"
- },
"files": [
"autoload.php"
- ]
+ ],
+ "psr-4": {
+ "Google\\Service\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -3865,9 +3957,9 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
- "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.217.0"
+ "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.239.0"
},
- "time": "2021-10-06T11:20:29+00:00"
+ "time": "2022-03-13T01:20:35+00:00"
},
{
"name": "google/auth",
@@ -3927,16 +4019,16 @@
},
{
"name": "google/cloud-core",
- "version": "v1.43.0",
+ "version": "v1.44.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-core.git",
- "reference": "2cbd6d2d975611cd420df428344049fe3a20dbde"
+ "reference": "72706f7d1824777f42294a3c9ccdaddaad670017"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/2cbd6d2d975611cd420df428344049fe3a20dbde",
- "reference": "2cbd6d2d975611cd420df428344049fe3a20dbde",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/72706f7d1824777f42294a3c9ccdaddaad670017",
+ "reference": "72706f7d1824777f42294a3c9ccdaddaad670017",
"shasum": ""
},
"require": {
@@ -3951,7 +4043,7 @@
},
"require-dev": {
"erusev/parsedown": "^1.6",
- "google/common-protos": "^1.0",
+ "google/common-protos": "^1.0||^2.0",
"google/gax": "^1.9",
"opis/closure": "^3",
"phpdocumentor/reflection": "^3.0",
@@ -3985,22 +4077,22 @@
],
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
"support": {
- "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.43.0"
+ "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.44.0"
},
- "time": "2021-09-15T00:52:58+00:00"
+ "time": "2022-01-31T21:39:13+00:00"
},
{
"name": "google/cloud-storage",
- "version": "v1.25.1",
+ "version": "v1.26.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
- "reference": "8367aaaa6c541fcc95ff349e8f14d9ce9f631c16"
+ "reference": "1382afef595c2ced1c5e39ead91d903e8ebc8e22"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/8367aaaa6c541fcc95ff349e8f14d9ce9f631c16",
- "reference": "8367aaaa6c541fcc95ff349e8f14d9ce9f631c16",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/1382afef595c2ced1c5e39ead91d903e8ebc8e22",
+ "reference": "1382afef595c2ced1c5e39ead91d903e8ebc8e22",
"shasum": ""
},
"require": {
@@ -4039,9 +4131,9 @@
],
"description": "Cloud Storage Client for PHP",
"support": {
- "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.25.1"
+ "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.26.1"
},
- "time": "2021-10-04T22:16:26+00:00"
+ "time": "2022-01-31T21:39:13+00:00"
},
{
"name": "google/crc32",
@@ -4222,12 +4314,12 @@
}
},
"autoload": {
- "psr-4": {
- "GuzzleHttp\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -4259,16 +4351,16 @@
},
{
"name": "guzzlehttp/promises",
- "version": "1.5.0",
+ "version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
+ "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
- "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
+ "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"shasum": ""
},
"require": {
@@ -4284,12 +4376,12 @@
}
},
"autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "GuzzleHttp\\Promise\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -4323,7 +4415,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/1.5.0"
+ "source": "https://github.com/guzzle/promises/tree/1.5.1"
},
"funding": [
{
@@ -4339,7 +4431,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-07T13:05:22+00:00"
+ "time": "2021-10-22T20:56:57+00:00"
},
{
"name": "guzzlehttp/psr7",
@@ -4377,12 +4469,12 @@
}
},
"autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "GuzzleHttp\\Psr7\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -4457,12 +4549,12 @@
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
- "reference": "a1abc986fd644365e1740e70ea89b43b39c5cd59"
+ "reference": "b734a4988b2148e7d10364b0609978a88d277536"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Intervention/image/zipball/a1abc986fd644365e1740e70ea89b43b39c5cd59",
- "reference": "a1abc986fd644365e1740e70ea89b43b39c5cd59",
+ "url": "https://api.github.com/repos/Intervention/image/zipball/b734a4988b2148e7d10364b0609978a88d277536",
+ "reference": "b734a4988b2148e7d10364b0609978a88d277536",
"shasum": ""
},
"require": {
@@ -4506,8 +4598,8 @@
"authors": [
{
"name": "Oliver Vogel",
- "email": "oliver@olivervogel.com",
- "homepage": "http://olivervogel.com/"
+ "email": "oliver@intervention.io",
+ "homepage": "https://intervention.io/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
@@ -4526,7 +4618,7 @@
},
"funding": [
{
- "url": "https://www.paypal.me/interventionphp",
+ "url": "https://paypal.me/interventionio",
"type": "custom"
},
{
@@ -4534,7 +4626,7 @@
"type": "github"
}
],
- "time": "2021-10-13T15:35:26+00:00"
+ "time": "2022-02-09T18:49:45+00:00"
},
{
"name": "jakoch/phantomjs-installer",
@@ -4681,16 +4773,16 @@
},
{
"name": "jaybizzle/crawler-detect",
- "version": "v1.2.107",
+ "version": "v1.2.111",
"source": {
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
- "reference": "62b9055b555be9e1479d7c37515d7c58975c2aa4"
+ "reference": "d572ed4a65a70a2d2871dc5137c9c5b7e69745ab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/62b9055b555be9e1479d7c37515d7c58975c2aa4",
- "reference": "62b9055b555be9e1479d7c37515d7c58975c2aa4",
+ "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/d572ed4a65a70a2d2871dc5137c9c5b7e69745ab",
+ "reference": "d572ed4a65a70a2d2871dc5137c9c5b7e69745ab",
"shasum": ""
},
"require": {
@@ -4727,9 +4819,9 @@
],
"support": {
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
- "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.107"
+ "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.111"
},
- "time": "2021-10-12T16:06:07+00:00"
+ "time": "2022-03-15T22:19:01+00:00"
},
{
"name": "jaybizzle/laravel-crawler-detect",
@@ -5154,22 +5246,22 @@
],
"support": {
"issues": "https://github.com/laracasts/Presenter/issues",
- "source": "https://github.com/laracasts/Presenter/tree/0.2.4"
+ "source": "https://github.com/laracasts/Presenter/tree/master"
},
"time": "2020-09-07T13:30:46+00:00"
},
{
"name": "laravel/framework",
- "version": "v6.20.42",
+ "version": "v6.20.44",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "251e09a2ecf41241b9892fe490eb301d5c9721b9"
+ "reference": "505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/251e09a2ecf41241b9892fe490eb301d5c9721b9",
- "reference": "251e09a2ecf41241b9892fe490eb301d5c9721b9",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0",
+ "reference": "505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0",
"shasum": ""
},
"require": {
@@ -5309,24 +5401,24 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-12-07T14:56:23+00:00"
+ "time": "2022-01-12T16:12:12+00:00"
},
{
"name": "laravel/helpers",
- "version": "v1.4.1",
+ "version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
- "reference": "febb10d8daaf86123825de2cb87f789a3371f0ac"
+ "reference": "c28b0ccd799d58564c41a62395ac9511a1e72931"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/helpers/zipball/febb10d8daaf86123825de2cb87f789a3371f0ac",
- "reference": "febb10d8daaf86123825de2cb87f789a3371f0ac",
+ "url": "https://api.github.com/repos/laravel/helpers/zipball/c28b0ccd799d58564c41a62395ac9511a1e72931",
+ "reference": "c28b0ccd799d58564c41a62395ac9511a1e72931",
"shasum": ""
},
"require": {
- "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
+ "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"php": "^7.1.3|^8.0"
},
"require-dev": {
@@ -5354,7 +5446,7 @@
},
{
"name": "Dries Vints",
- "email": "dries.vints@gmail.com"
+ "email": "dries@laravel.com"
}
],
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
@@ -5363,9 +5455,9 @@
"laravel"
],
"support": {
- "source": "https://github.com/laravel/helpers/tree/v1.4.1"
+ "source": "https://github.com/laravel/helpers/tree/v1.5.0"
},
- "time": "2021-02-16T15:27:11+00:00"
+ "time": "2022-01-12T15:58:51+00:00"
},
{
"name": "laravel/legacy-encrypter",
@@ -5557,30 +5649,30 @@
},
{
"name": "laravelcollective/html",
- "version": "v6.2.1",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
- "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3"
+ "reference": "78c3cb516ac9e6d3d76cad9191f81d217302dea6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/LaravelCollective/html/zipball/ae15b9c4bf918ec3a78f092b8555551dd693fde3",
- "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3",
+ "url": "https://api.github.com/repos/LaravelCollective/html/zipball/78c3cb516ac9e6d3d76cad9191f81d217302dea6",
+ "reference": "78c3cb516ac9e6d3d76cad9191f81d217302dea6",
"shasum": ""
},
"require": {
- "illuminate/http": "^6.0|^7.0|^8.0",
- "illuminate/routing": "^6.0|^7.0|^8.0",
- "illuminate/session": "^6.0|^7.0|^8.0",
- "illuminate/support": "^6.0|^7.0|^8.0",
- "illuminate/view": "^6.0|^7.0|^8.0",
+ "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/session": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/view": "^6.0|^7.0|^8.0|^9.0",
"php": ">=7.2.5"
},
"require-dev": {
- "illuminate/database": "^6.0|^7.0|^8.0",
+ "illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "~1.0",
- "phpunit/phpunit": "~8.5"
+ "phpunit/phpunit": "~8.5|^9.5.10"
},
"type": "library",
"extra": {
@@ -5598,12 +5690,12 @@
}
},
"autoload": {
- "psr-4": {
- "Collective\\Html\\": "src/"
- },
"files": [
"src/helpers.php"
- ]
+ ],
+ "psr-4": {
+ "Collective\\Html\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -5625,7 +5717,7 @@
"issues": "https://github.com/LaravelCollective/html/issues",
"source": "https://github.com/LaravelCollective/html"
},
- "time": "2020-12-15T20:20:05+00:00"
+ "time": "2022-02-08T21:02:54+00:00"
},
{
"name": "league/commonmark",
@@ -5722,31 +5814,31 @@
},
{
"name": "league/csv",
- "version": "9.7.2",
+ "version": "9.8.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
- "reference": "8544655c460fd01eed0ad258e514488d4b388645"
+ "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/csv/zipball/8544655c460fd01eed0ad258e514488d4b388645",
- "reference": "8544655c460fd01eed0ad258e514488d4b388645",
+ "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
+ "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
- "php": "^7.3 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
- "friendsofphp/php-cs-fixer": "^3.0",
- "phpstan/phpstan": "^0.12.99",
- "phpstan/phpstan-phpunit": "^0.12.22",
- "phpstan/phpstan-strict-rules": "^0.12.11",
- "phpunit/phpunit": "^9.5"
+ "friendsofphp/php-cs-fixer": "^v3.4.0",
+ "phpstan/phpstan": "^1.3.0",
+ "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-strict-rules": "^1.1.0",
+ "phpunit/phpunit": "^9.5.11"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
@@ -5759,12 +5851,12 @@
}
},
"autoload": {
- "psr-4": {
- "League\\Csv\\": "src"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "League\\Csv\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -5779,7 +5871,7 @@
}
],
"description": "CSV data manipulation made easy in PHP",
- "homepage": "http://csv.thephpleague.com",
+ "homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
@@ -5802,7 +5894,7 @@
"type": "github"
}
],
- "time": "2021-10-05T19:41:46+00:00"
+ "time": "2022-01-04T00:13:07+00:00"
},
{
"name": "league/flysystem",
@@ -6365,16 +6457,16 @@
},
{
"name": "maatwebsite/excel",
- "version": "dev-carbon",
+ "version": "dev-php-fix",
"source": {
"type": "git",
- "url": "https://github.com/tainmar/Laravel-Excel.git",
- "reference": "8b17952"
+ "url": "https://github.com/turbo124/Laravel-Excel.git",
+ "reference": "11e3d4d2a18348d1953c9c64c9214c1a0361bd0a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tainmar/Laravel-Excel/zipball/8b17952",
- "reference": "8b17952",
+ "url": "https://api.github.com/repos/turbo124/Laravel-Excel/zipball/11e3d4d2a18348d1953c9c64c9214c1a0361bd0a",
+ "reference": "11e3d4d2a18348d1953c9c64c9214c1a0361bd0a",
"shasum": ""
},
"require": {
@@ -6386,8 +6478,8 @@
"laravel/helpers": "~1.0",
"nesbot/carbon": "~1.0 | ~2.0",
"php": ">=5.5",
- "phpoffice/phpexcel": "^1.8.1",
- "tijsverkoyen/css-to-inline-styles": "~2.0"
+ "tijsverkoyen/css-to-inline-styles": "~2.0",
+ "turbo124/phpexcel": "dev-php74fix"
},
"require-dev": {
"mockery/mockery": "~1.0",
@@ -6445,7 +6537,7 @@
"phpexcel"
],
"support": {
- "source": "https://github.com/tainmar/Laravel-Excel/tree/carbon"
+ "source": "https://github.com/turbo124/Laravel-Excel/tree/php-fix"
},
"funding": [
{
@@ -6457,29 +6549,30 @@
"url": "https://laravel-excel.com/commercial-support"
}
],
- "time": "2019-11-29T16:31:11+00:00"
+ "time": "2022-03-18T02:33:37+00:00"
},
{
"name": "maximebf/debugbar",
- "version": "v1.17.2",
+ "version": "v1.18.0",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
- "reference": "3541f09f09c003c4a9ff7ddb0eb3361a7f14d418"
+ "reference": "0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/3541f09f09c003c4a9ff7ddb0eb3361a7f14d418",
- "reference": "3541f09f09c003c4a9ff7ddb0eb3361a7f14d418",
+ "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6",
+ "reference": "0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6",
"shasum": ""
},
"require": {
"php": "^7.1|^8",
"psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^2.6|^3|^4|^5"
+ "symfony/var-dumper": "^2.6|^3|^4|^5|^6"
},
"require-dev": {
- "phpunit/phpunit": "^7.5.20 || ^9.4.2"
+ "phpunit/phpunit": "^7.5.20 || ^9.4.2",
+ "twig/twig": "^1.38|^2.7|^3.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
@@ -6520,9 +6613,9 @@
],
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
- "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.2"
+ "source": "https://github.com/maximebf/php-debugbar/tree/v1.18.0"
},
- "time": "2021-10-18T09:39:00+00:00"
+ "time": "2021-12-27T18:49:48+00:00"
},
{
"name": "meebio/omnipay-creditcall",
@@ -6742,16 +6835,16 @@
},
{
"name": "monolog/monolog",
- "version": "2.3.5",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef",
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef",
"shasum": ""
},
"require": {
@@ -6773,7 +6866,7 @@
"phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
- "rollbar/rollbar": "^1.3",
+ "rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": ">=0.90@dev",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
@@ -6825,7 +6918,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
+ "source": "https://github.com/Seldaek/monolog/tree/2.4.0"
},
"funding": [
{
@@ -6837,20 +6930,20 @@
"type": "tidelift"
}
],
- "time": "2021-10-01T21:08:31+00:00"
+ "time": "2022-03-14T12:44:37+00:00"
},
{
"name": "mpdf/mpdf",
- "version": "v8.0.13",
+ "version": "v8.0.17",
"source": {
"type": "git",
"url": "https://github.com/mpdf/mpdf.git",
- "reference": "42f145615cfe830fd432474da1d2e1f927efe402"
+ "reference": "5f64118317c8145c0abc606b310aa0a66808398a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mpdf/mpdf/zipball/42f145615cfe830fd432474da1d2e1f927efe402",
- "reference": "42f145615cfe830fd432474da1d2e1f927efe402",
+ "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5f64118317c8145c0abc606b310aa0a66808398a",
+ "reference": "5f64118317c8145c0abc606b310aa0a66808398a",
"shasum": ""
},
"require": {
@@ -6859,7 +6952,7 @@
"myclabs/deep-copy": "^1.7",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0",
- "psr/log": "^1.0",
+ "psr/log": "^1.0 || ^2.0",
"setasign/fpdi": "^2.1"
},
"require-dev": {
@@ -6912,7 +7005,7 @@
"type": "custom"
}
],
- "time": "2021-09-10T10:09:59+00:00"
+ "time": "2022-01-20T10:51:40+00:00"
},
{
"name": "mtdowling/jmespath.php",
@@ -6946,12 +7039,12 @@
}
},
"autoload": {
- "psr-4": {
- "JmesPath\\": "src/"
- },
"files": [
"src/JmesPath.php"
- ]
+ ],
+ "psr-4": {
+ "JmesPath\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6977,37 +7070,38 @@
},
{
"name": "myclabs/deep-copy",
- "version": "1.10.2",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
- "replace": {
- "myclabs/deep-copy": "self.version"
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
"require-dev": {
- "doctrine/collections": "^1.0",
- "doctrine/common": "^2.6",
- "phpunit/phpunit": "^7.1"
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
- "psr-4": {
- "DeepCopy\\": "src/DeepCopy/"
- },
"files": [
"src/DeepCopy/deep_copy.php"
- ]
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -7023,7 +7117,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
"funding": [
{
@@ -7031,20 +7125,20 @@
"type": "tidelift"
}
],
- "time": "2020-11-13T09:40:50+00:00"
+ "time": "2022-03-03T13:19:32+00:00"
},
{
"name": "nesbot/carbon",
- "version": "2.56.0",
+ "version": "2.57.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4"
+ "reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
- "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
+ "reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
"shasum": ""
},
"require": {
@@ -7127,20 +7221,20 @@
"type": "tidelift"
}
],
- "time": "2022-01-21T17:08:38+00:00"
+ "time": "2022-02-13T18:13:33+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v4.13.0",
+ "version": "v4.13.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53"
+ "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
+ "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
"shasum": ""
},
"require": {
@@ -7181,9 +7275,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
},
- "time": "2021-09-20T12:20:58+00:00"
+ "time": "2021-11-30T19:35:32+00:00"
},
{
"name": "nwidart/laravel-modules",
@@ -7225,12 +7319,12 @@
}
},
"autoload": {
- "psr-4": {
- "Nwidart\\Modules\\": "src"
- },
"files": [
"src/helpers.php"
- ]
+ ],
+ "psr-4": {
+ "Nwidart\\Modules\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -9216,12 +9310,12 @@
}
},
"autoload": {
- "psr-4": {
- "Opis\\Closure\\": "src/"
- },
"files": [
"functions.php"
- ]
+ ],
+ "psr-4": {
+ "Opis\\Closure\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -9255,16 +9349,16 @@
},
{
"name": "paragonie/constant_time_encoding",
- "version": "v2.4.0",
+ "version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
- "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
+ "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
- "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
+ "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
"shasum": ""
},
"require": {
@@ -9318,27 +9412,27 @@
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
- "time": "2020-12-06T15:14:20+00:00"
+ "time": "2022-01-17T05:32:27+00:00"
},
{
"name": "paragonie/random_compat",
- "version": "v2.0.20",
+ "version": "v2.0.21",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
- "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
+ "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
- "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
+ "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
- "phpunit/phpunit": "4.*|5.*"
+ "phpunit/phpunit": "*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
@@ -9372,7 +9466,7 @@
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
- "time": "2021-04-17T09:33:01+00:00"
+ "time": "2022-02-16T17:07:03+00:00"
},
{
"name": "patricktalmadge/bootstrapper",
@@ -9447,27 +9541,27 @@
},
{
"name": "phenx/php-font-lib",
- "version": "0.2.2",
+ "version": "0.4",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
- "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82"
+ "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
- "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
+ "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
+ "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
"shasum": ""
},
"type": "library",
"autoload": {
- "classmap": [
- "classes/"
- ]
+ "psr-0": {
+ "FontLib\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL"
+ "LGPL-3.0"
],
"authors": [
{
@@ -9481,7 +9575,45 @@
"issues": "https://github.com/PhenX/php-font-lib/issues",
"source": "https://github.com/PhenX/php-font-lib/tree/master"
},
- "time": "2014-02-01T15:22:28+00:00"
+ "time": "2015-05-06T20:02:39+00:00"
+ },
+ {
+ "name": "phenx/php-svg-lib",
+ "version": "0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PhenX/php-svg-lib.git",
+ "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
+ "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
+ "shasum": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Svg\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Ménager",
+ "email": "fabien.menager@gmail.com"
+ }
+ ],
+ "description": "A library to read, parse and export to PDF SVG files.",
+ "homepage": "https://github.com/PhenX/php-svg-lib",
+ "support": {
+ "issues": "https://github.com/PhenX/php-svg-lib/issues",
+ "source": "https://github.com/PhenX/php-svg-lib/tree/master"
+ },
+ "time": "2015-05-06T18:49:49+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -9586,73 +9718,6 @@
},
"time": "2022-01-04T19:58:01+00:00"
},
- {
- "name": "phpoffice/phpexcel",
- "version": "1.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPOffice/PHPExcel.git",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "php": "^5.2|^7.0"
- },
- "require-dev": {
- "squizlabs/php_codesniffer": "2.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PHPExcel": "Classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Maarten Balliauw",
- "homepage": "http://blog.maartenballiauw.be"
- },
- {
- "name": "Erik Tilt"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://rootslabs.net"
- },
- {
- "name": "Mark Baker",
- "homepage": "http://markbakeruk.net"
- }
- ],
- "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
- "homepage": "https://github.com/PHPOffice/PHPExcel",
- "keywords": [
- "OpenXML",
- "excel",
- "php",
- "spreadsheet",
- "xls",
- "xlsx"
- ],
- "support": {
- "issues": "https://github.com/PHPOffice/PHPExcel/issues",
- "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
- },
- "abandoned": "phpoffice/phpspreadsheet",
- "time": "2018-11-22T23:07:24+00:00"
- },
{
"name": "phpoption/phpoption",
"version": "1.8.1",
@@ -9726,16 +9791,16 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "3.0.10",
+ "version": "3.0.13",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
+ "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
- "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/1443ab79364eea48665fa8c09ac67f37d1025f7e",
+ "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e",
"shasum": ""
},
"require": {
@@ -9817,7 +9882,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10"
+ "source": "https://github.com/phpseclib/phpseclib/tree/3.0.13"
},
"funding": [
{
@@ -9833,7 +9898,7 @@
"type": "tidelift"
}
],
- "time": "2021-08-16T04:24:45+00:00"
+ "time": "2022-01-30T08:50:05+00:00"
},
{
"name": "pragmarx/google2fa",
@@ -10092,20 +10157,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": {
@@ -10134,9 +10199,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/http-message",
@@ -10529,12 +10594,12 @@
}
},
"autoload": {
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Ramsey\\Uuid\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10582,32 +10647,32 @@
},
{
"name": "react/promise",
- "version": "v2.8.0",
+ "version": "v2.9.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
+ "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
+ "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
- "psr-4": {
- "React\\Promise\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10616,7 +10681,23 @@
"authors": [
{
"name": "Jan Sorgalla",
- "email": "jsorgalla@gmail.com"
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
@@ -10626,9 +10707,19 @@
],
"support": {
"issues": "https://github.com/reactphp/promise/issues",
- "source": "https://github.com/reactphp/promise/tree/v2.8.0"
+ "source": "https://github.com/reactphp/promise/tree/v2.9.0"
},
- "time": "2020-05-12T15:16:56+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/WyriHaximus",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2022-02-11T10:27:51+00:00"
},
{
"name": "rize/uri-template",
@@ -10690,23 +10781,23 @@
},
{
"name": "sabre/uri",
- "version": "2.2.1",
+ "version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
- "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff"
+ "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff",
- "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff",
+ "url": "https://api.github.com/repos/sabre-io/uri/zipball/7cb0f489578afad5006e85cd60f18ff33f2d440d",
+ "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.16.1",
+ "friendsofphp/php-cs-fixer": "~2.17.1",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
},
@@ -10743,7 +10834,7 @@
"issues": "https://github.com/sabre-io/uri/issues",
"source": "https://github.com/fruux/sabre-uri"
},
- "time": "2020-10-03T10:33:23+00:00"
+ "time": "2021-11-04T09:29:58+00:00"
},
{
"name": "sabre/xml",
@@ -10773,13 +10864,13 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Sabre\\Xml\\": "lib/"
- },
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Sabre\\Xml\\": "lib/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10878,16 +10969,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": {
@@ -10920,9 +11011,9 @@
],
"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": "setasign/fpdi",
@@ -11181,16 +11272,16 @@
},
{
"name": "stripe/stripe-php",
- "version": "v7.100.0",
+ "version": "v7.117.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
- "reference": "3dfc3dcd5d967a14d2852f34e544188af5f9b799"
+ "reference": "c9d40524c63f3c5042d704f88a60f49a349b1221"
},
"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/c9d40524c63f3c5042d704f88a60f49a349b1221",
+ "reference": "c9d40524c63f3c5042d704f88a60f49a349b1221",
"shasum": ""
},
"require": {
@@ -11200,11 +11291,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.5.0",
+ "phpstan/phpstan": "^1.2",
+ "phpunit/phpunit": "^5.7 || ^9.0",
+ "squizlabs/php_codesniffer": "^3.3"
},
"type": "library",
"extra": {
@@ -11236,9 +11326,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.117.0"
},
- "time": "2021-10-11T20:05:45+00:00"
+ "time": "2022-03-18T18:16:15+00:00"
},
{
"name": "superbalist/flysystem-google-storage",
@@ -11426,22 +11516,22 @@
},
{
"name": "symfony/config",
- "version": "v5.3.4",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "4268f3059c904c61636275182707f81645517a37"
+ "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
- "reference": "4268f3059c904c61636275182707f81645517a37",
+ "url": "https://api.github.com/repos/symfony/config/zipball/d65e1bd990c740e31feb07d2b0927b8d4df9956f",
+ "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/filesystem": "^4.4|^5.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
@@ -11450,11 +11540,11 @@
"symfony/finder": "<4.4"
},
"require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
@@ -11485,7 +11575,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v5.3.4"
+ "source": "https://github.com/symfony/config/tree/v5.4.3"
},
"funding": [
{
@@ -11501,20 +11591,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-01-03T09:50:52+00:00"
},
{
"name": "symfony/console",
- "version": "v4.4.37",
+ "version": "v4.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "0259f01dbf9d77badddbbf4c2abb681f24c9cac6"
+ "reference": "5a50085bf5460f0c0d60a50b58388c1249826b8a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/0259f01dbf9d77badddbbf4c2abb681f24c9cac6",
- "reference": "0259f01dbf9d77badddbbf4c2abb681f24c9cac6",
+ "url": "https://api.github.com/repos/symfony/console/zipball/5a50085bf5460f0c0d60a50b58388c1249826b8a",
+ "reference": "5a50085bf5460f0c0d60a50b58388c1249826b8a",
"shasum": ""
},
"require": {
@@ -11575,7 +11665,7 @@
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/console/tree/v4.4.37"
+ "source": "https://github.com/symfony/console/tree/v4.4.38"
},
"funding": [
{
@@ -11591,7 +11681,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-26T16:15:26+00:00"
+ "time": "2022-01-30T21:23:57+00:00"
},
{
"name": "symfony/css-selector",
@@ -11728,23 +11818,24 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v5.3.8",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829"
+ "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e39c344e06a3ceab531ebeb6c077e6652c4a0829",
- "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0828fa3e6e436243dbb3dc85abe6b698b3876b89",
+ "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1.1",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php81": "^1.22",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
@@ -11752,16 +11843,16 @@
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
- "symfony/yaml": "<4.4"
+ "symfony/yaml": "<4.4.26"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
- "symfony/config": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/config": "^5.3|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4.26|^5.0|^6.0"
},
"suggest": {
"symfony/config": "",
@@ -11796,7 +11887,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v5.3.8"
+ "source": "https://github.com/symfony/dependency-injection/tree/v5.4.6"
},
"funding": [
{
@@ -11812,7 +11903,7 @@
"type": "tidelift"
}
],
- "time": "2021-09-21T20:52:44+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -12114,21 +12205,22 @@
},
{
"name": "symfony/filesystem",
- "version": "v5.3.4",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
+ "reference": "d53a45039974952af7f7ebc461ccdd4295e29440"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/d53a45039974952af7f7ebc461ccdd4295e29440",
+ "reference": "d53a45039974952af7f7ebc461ccdd4295e29440",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
@@ -12157,7 +12249,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/v5.4.6"
},
"funding": [
{
@@ -12173,7 +12265,7 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/finder",
@@ -12317,16 +12409,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v4.4.37",
+ "version": "v4.4.39",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "27782a72399b92f44624f801adc5c28fb3f9d6c7"
+ "reference": "60e8e42a4579551e5ec887d04380e2ab9e4cc314"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/27782a72399b92f44624f801adc5c28fb3f9d6c7",
- "reference": "27782a72399b92f44624f801adc5c28fb3f9d6c7",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/60e8e42a4579551e5ec887d04380e2ab9e4cc314",
+ "reference": "60e8e42a4579551e5ec887d04380e2ab9e4cc314",
"shasum": ""
},
"require": {
@@ -12365,7 +12457,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v4.4.37"
+ "source": "https://github.com/symfony/http-foundation/tree/v4.4.39"
},
"funding": [
{
@@ -12381,20 +12473,20 @@
"type": "tidelift"
}
],
- "time": "2022-01-27T14:30:55+00:00"
+ "time": "2022-03-04T07:06:13+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v4.4.37",
+ "version": "v4.4.39",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "ef830fb76eea90dc778fd68c8a7816fbc6109ed6"
+ "reference": "19d1cacefe81cb448227cc4d5909fb36e2e23081"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ef830fb76eea90dc778fd68c8a7816fbc6109ed6",
- "reference": "ef830fb76eea90dc778fd68c8a7816fbc6109ed6",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/19d1cacefe81cb448227cc4d5909fb36e2e23081",
+ "reference": "19d1cacefe81cb448227cc4d5909fb36e2e23081",
"shasum": ""
},
"require": {
@@ -12469,7 +12561,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/v4.4.37"
+ "source": "https://github.com/symfony/http-kernel/tree/v4.4.39"
},
"funding": [
{
@@ -12485,7 +12577,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-28T10:47:23+00:00"
+ "time": "2022-03-05T21:04:55+00:00"
},
{
"name": "symfony/mime",
@@ -12572,16 +12664,16 @@
},
{
"name": "symfony/options-resolver",
- "version": "v4.4.30",
+ "version": "v4.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "fa0b12a3a47ed25749d47d6b4f61412fd5ca1554"
+ "reference": "41d1e741a292574887629369400820c9645e8a87"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fa0b12a3a47ed25749d47d6b4f61412fd5ca1554",
- "reference": "fa0b12a3a47ed25749d47d6b4f61412fd5ca1554",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/41d1e741a292574887629369400820c9645e8a87",
+ "reference": "41d1e741a292574887629369400820c9645e8a87",
"shasum": ""
},
"require": {
@@ -12619,7 +12711,7 @@
"options"
],
"support": {
- "source": "https://github.com/symfony/options-resolver/tree/v4.4.30"
+ "source": "https://github.com/symfony/options-resolver/tree/v4.4.37"
},
"funding": [
{
@@ -12635,11 +12727,11 @@
"type": "tidelift"
}
],
- "time": "2021-08-04T20:31:23+00:00"
+ "time": "2022-01-02T09:41:36+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -12671,12 +12763,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -12701,7 +12793,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
},
"funding": [
{
@@ -12721,7 +12813,7 @@
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
@@ -12784,7 +12876,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0"
},
"funding": [
{
@@ -12804,7 +12896,7 @@
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
@@ -12871,7 +12963,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0"
},
"funding": [
{
@@ -12891,7 +12983,7 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -12955,7 +13047,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
},
"funding": [
{
@@ -12975,7 +13067,7 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -13007,12 +13099,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -13038,7 +13130,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
},
"funding": [
{
@@ -13126,7 +13218,7 @@
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
@@ -13182,7 +13274,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
},
"funding": [
{
@@ -13202,7 +13294,7 @@
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
@@ -13261,7 +13353,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
},
"funding": [
{
@@ -13281,16 +13373,16 @@
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
+ "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
- "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
+ "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"shasum": ""
},
"require": {
@@ -13344,7 +13436,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
},
"funding": [
{
@@ -13360,11 +13452,11 @@
"type": "tidelift"
}
],
- "time": "2021-09-13T13:58:33+00:00"
+ "time": "2022-03-04T08:16:47+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
@@ -13423,7 +13515,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
},
"funding": [
{
@@ -13844,16 +13936,16 @@
},
{
"name": "symfony/var-dumper",
- "version": "v4.4.37",
+ "version": "v4.4.39",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "e74eee4ec02de71db3d60151aa5b203c990556df"
+ "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e74eee4ec02de71db3d60151aa5b203c990556df",
- "reference": "e74eee4ec02de71db3d60151aa5b203c990556df",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
+ "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
"shasum": ""
},
"require": {
@@ -13913,7 +14005,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v4.4.37"
+ "source": "https://github.com/symfony/var-dumper/tree/v4.4.39"
},
"funding": [
{
@@ -13929,7 +14021,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-02T09:41:36+00:00"
+ "time": "2022-02-25T10:38:15+00:00"
},
{
"name": "symfony/yaml",
@@ -14207,6 +14299,71 @@
},
"time": "2021-10-18T21:00:14+00:00"
},
+ {
+ "name": "turbo124/phpexcel",
+ "version": "dev-php74fix",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/turbo124/PHPExcel.git",
+ "reference": "d17f7057c3b6e62e025b81fe09c27dde2a1bb119"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/turbo124/PHPExcel/zipball/d17f7057c3b6e62e025b81fe09c27dde2a1bb119",
+ "reference": "d17f7057c3b6e62e025b81fe09c27dde2a1bb119",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "php": "^5.2|^7.0"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "2.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "PHPExcel": "Classes/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Maarten Balliauw",
+ "homepage": "http://blog.maartenballiauw.be"
+ },
+ {
+ "name": "Mark Baker",
+ "homepage": "http://markbakeruk.net"
+ },
+ {
+ "name": "Franck Lefevre",
+ "homepage": "http://rootslabs.net"
+ },
+ {
+ "name": "Erik Tilt"
+ }
+ ],
+ "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
+ "homepage": "https://github.com/PHPOffice/PHPExcel",
+ "keywords": [
+ "OpenXML",
+ "excel",
+ "php",
+ "spreadsheet",
+ "xls",
+ "xlsx"
+ ],
+ "support": {
+ "source": "https://github.com/turbo124/PHPExcel/tree/php74fix"
+ },
+ "time": "2022-03-19T04:21:11+00:00"
+ },
{
"name": "twbs/bootstrap",
"version": "v3.4.1",
@@ -14264,16 +14421,16 @@
},
{
"name": "twig/twig",
- "version": "v1.44.5",
+ "version": "v1.44.6",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "dd4353357c5a116322e92a00d16043a31881a81e"
+ "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd4353357c5a116322e92a00d16043a31881a81e",
- "reference": "dd4353357c5a116322e92a00d16043a31881a81e",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae39480f010ef88adc7938503c9b02d3baf2f3b3",
+ "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3",
"shasum": ""
},
"require": {
@@ -14326,7 +14483,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v1.44.5"
+ "source": "https://github.com/twigphp/Twig/tree/v1.44.6"
},
"funding": [
{
@@ -14338,7 +14495,7 @@
"type": "tidelift"
}
],
- "time": "2021-09-17T08:35:19+00:00"
+ "time": "2021-11-25T13:31:46+00:00"
},
{
"name": "vemcogroup/laravel-sparkpost-driver",
@@ -15217,26 +15374,28 @@
},
{
"name": "zircote/swagger-php",
- "version": "3.2.3",
+ "version": "4.2.12",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
- "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da"
+ "reference": "4ad0dc2245b6b603d732630fbea251ac92c630f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zircote/swagger-php/zipball/41ed0eb1dacebe2c365623b3f9ab13d1531a03da",
- "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da",
+ "url": "https://api.github.com/repos/zircote/swagger-php/zipball/4ad0dc2245b6b603d732630fbea251ac92c630f2",
+ "reference": "4ad0dc2245b6b603d732630fbea251ac92c630f2",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.7",
"ext-json": "*",
"php": ">=7.2",
+ "psr/log": "^1.1 || ^2.0 || 3.0",
"symfony/finder": ">=2.2",
"symfony/yaml": ">=3.3"
},
"require-dev": {
+ "composer/package-versions-deprecated": "^1.11",
"friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
"phpunit/phpunit": ">=8"
},
@@ -15244,13 +15403,15 @@
"bin/openapi"
],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
"OpenApi\\": "src"
- },
- "files": [
- "src/functions.php"
- ]
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -15282,9 +15443,9 @@
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
- "source": "https://github.com/zircote/swagger-php/tree/3.2.3"
+ "source": "https://github.com/zircote/swagger-php/tree/4.2.12"
},
- "time": "2021-06-25T04:08:57+00:00"
+ "time": "2022-03-15T20:43:30+00:00"
}
],
"packages-dev": [
@@ -15590,29 +15751,30 @@
},
{
"name": "doctrine/instantiator",
- "version": "1.4.0",
+ "version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^8.0",
+ "doctrine/coding-standard": "^9",
"ext-pdo": "*",
"ext-phar": "*",
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpbench/phpbench": "^0.16 || ^1",
+ "phpstan/phpstan": "^1.4",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
@@ -15639,7 +15801,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
+ "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
"funding": [
{
@@ -15655,7 +15817,7 @@
"type": "tidelift"
}
],
- "time": "2020-11-10T18:47:58+00:00"
+ "time": "2022-03-03T08:28:38+00:00"
},
{
"name": "facebook/webdriver",
@@ -16909,7 +17071,6 @@
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
},
- "abandoned": true,
"time": "2015-07-28T20:34:47+00:00"
},
{
@@ -16961,16 +17122,16 @@
},
{
"name": "symfony/browser-kit",
- "version": "v4.4.27",
+ "version": "v4.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
+ "reference": "6e81008cac62369871cb6b8de64576ed138e3998"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/6e81008cac62369871cb6b8de64576ed138e3998",
+ "reference": "6e81008cac62369871cb6b8de64576ed138e3998",
"shasum": ""
},
"require": {
@@ -17013,7 +17174,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
+ "source": "https://github.com/symfony/browser-kit/tree/v4.4.37"
},
"funding": [
{
@@ -17029,7 +17190,7 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:19:41+00:00"
+ "time": "2022-01-02T09:41:36+00:00"
},
{
"name": "symfony/dom-crawler",
@@ -17198,5 +17359,5 @@
"ext-zip": "*"
},
"platform-dev": [],
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.0.0"
}
diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php
index 3147972b9dfc..0b50025ba5ba 100644
--- a/resources/lang/en/texts.php
+++ b/resources/lang/en/texts.php
@@ -4157,7 +4157,7 @@ $LANG = array(
'group_documents' => 'Group documents',
'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
'migration_select_company_label' => 'Select companies to migrate',
- 'force_migration' => 'Force migration',
+ 'force_migration' => 'Force migration **WARNING** This will overwrite any data you have on v5.',
'require_password_with_social_login' => 'Require Password with Social Login',
'stay_logged_in' => 'Stay Logged In',
'session_about_to_expire' => 'Warning: Your session is about to expire',
diff --git a/resources/views/accounts/management.blade.php b/resources/views/accounts/management.blade.php
index f41b55195ef6..24dcefc49bb4 100644
--- a/resources/views/accounts/management.blade.php
+++ b/resources/views/accounts/management.blade.php
@@ -295,7 +295,7 @@
@endif
-
+
diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php
index 0c097f6953b6..c455c0bf6871 100644
--- a/resources/views/dashboard.blade.php
+++ b/resources/views/dashboard.blade.php
@@ -253,6 +253,12 @@
@include('partials/white_label_expired')
@endif
+@if($account->account_email_settings->forward_url_for_v5)
+