summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json28
-rw-r--r--composer.lock355
-rw-r--r--phpstan-baseline.neon21
3 files changed, 161 insertions, 243 deletions
diff --git a/composer.json b/composer.json
index 550fae4f64..d470a6d506 100644
--- a/composer.json
+++ b/composer.json
@@ -45,25 +45,25 @@
"ext-xml": "*",
"ext-zip": "*",
"aura/router": "3.1.0",
- "doctrine/dbal": "3.2.0",
- "ezyang/htmlpurifier": "4.13.0",
+ "doctrine/dbal": "3.3.0",
+ "ezyang/htmlpurifier": "4.14.0",
"fig/http-message-util": "1.1.5",
"fisharebest/algorithm": "1.6.0",
"fisharebest/ext-calendar": "2.5.0",
"fisharebest/flysystem-chroot-adapter": "2.0.0",
"fisharebest/localization": "1.15.1",
"guzzlehttp/guzzle": "7.4.1",
- "illuminate/container": "8.76.2",
- "illuminate/database": "8.76.2",
- "illuminate/support": "8.76.2",
+ "illuminate/container": "8.80.0",
+ "illuminate/database": "8.80.0",
+ "illuminate/support": "8.80.0",
"intervention/image": "2.7.1",
- "io-developer/php-whois": "4.1.3",
+ "io-developer/php-whois": "4.1.6",
"league/commonmark": "1.6.0",
- "league/flysystem": "2.3.2",
+ "league/flysystem": "2.4.0",
"league/flysystem-ziparchive": "2.3.1",
"middlewares/client-ip": "2.0.1",
- "mlocati/ip-lib": "1.17.1",
- "nesbot/carbon": "2.55.2",
+ "mlocati/ip-lib": "1.18.0",
+ "nesbot/carbon": "2.56.0",
"nyholm/psr7": "1.4.1",
"nyholm/psr7-server": "1.0.2",
"oscarotero/middleland": "1.0.1",
@@ -73,12 +73,12 @@
"psr/http-server-middleware": "1.0.1",
"ramsey/uuid": "4.2.3",
"sabre/vobject": "4.4.1",
- "symfony/cache": "5.4.0",
+ "symfony/cache": "5.4.2",
"symfony/expression-language": "5.4.0",
- "symfony/mailer": "5.4.0",
- "symfony/polyfill-mbstring": "1.23.1",
- "symfony/polyfill-php80": "1.23.1",
- "tecnickcom/tcpdf": "6.4.2"
+ "symfony/mailer": "5.4.2",
+ "symfony/polyfill-mbstring": "1.24.0",
+ "symfony/polyfill-php80": "1.24.0",
+ "tecnickcom/tcpdf": "6.4.4"
},
"require-dev": {
"ext-dom": "*",
diff --git a/composer.lock b/composer.lock
index 2f8f8a6dca..51ffef1e26 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": "f08c30c3c81ea7bbb3bd5c83486a5bf3",
+ "content-hash": "6c657c6438ca0dcca08a0dc833e6fd29",
"packages": [
{
"name": "aura/router",
@@ -120,79 +120,6 @@
"time": "2021-08-15T20:50:18+00:00"
},
{
- "name": "composer/package-versions-deprecated",
- "version": "1.11.99.4",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/package-versions-deprecated.git",
- "reference": "b174585d1fe49ceed21928a945138948cb394600"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
- "reference": "b174585d1fe49ceed21928a945138948cb394600",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.1.0 || ^2.0",
- "php": "^7 || ^8"
- },
- "replace": {
- "ocramius/package-versions": "1.11.99"
- },
- "require-dev": {
- "composer/composer": "^1.9.3 || ^2.0@dev",
- "ext-zip": "^1.13",
- "phpunit/phpunit": "^6.5 || ^7"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "PackageVersions\\Installer",
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PackageVersions\\": "src/PackageVersions"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be"
- }
- ],
- "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
- "support": {
- "issues": "https://github.com/composer/package-versions-deprecated/issues",
- "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
- },
- "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-09-13T08:41:34+00:00"
- },
- {
"name": "doctrine/cache",
"version": "2.1.1",
"source": {
@@ -293,20 +220,20 @@
},
{
"name": "doctrine/dbal",
- "version": "3.2.0",
+ "version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4"
+ "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/5d54f63541d7bed1156cb5c9b79274ced61890e4",
- "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/a4b37db6f186b6843474189b424aed6a7cc5de4b",
+ "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b",
"shasum": ""
},
"require": {
- "composer/package-versions-deprecated": "^1.11.99",
+ "composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
@@ -317,14 +244,14 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
- "phpstan/phpstan": "1.2.0",
+ "phpstan/phpstan": "1.4.0",
"phpstan/phpstan-strict-rules": "^1.1",
- "phpunit/phpunit": "9.5.10",
+ "phpunit/phpunit": "9.5.11",
"psalm/plugin-phpunit": "0.16.1",
- "squizlabs/php_codesniffer": "3.6.1",
+ "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^5.2|^6.0",
- "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
- "vimeo/psalm": "4.13.0"
+ "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
+ "vimeo/psalm": "4.16.1"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -384,7 +311,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.2.0"
+ "source": "https://github.com/doctrine/dbal/tree/3.3.0"
},
"funding": [
{
@@ -400,7 +327,7 @@
"type": "tidelift"
}
],
- "time": "2021-11-26T21:00:12+00:00"
+ "time": "2022-01-18T00:13:52+00:00"
},
{
"name": "doctrine/deprecations",
@@ -632,32 +559,28 @@
},
{
"name": "doctrine/lexer",
- "version": "1.2.1",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
+ "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
+ "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.11.8",
- "phpunit/phpunit": "^8.2"
+ "doctrine/coding-standard": "^9.0",
+ "phpstan/phpstan": "1.3",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "vimeo/psalm": "^4.11"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
@@ -692,7 +615,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.1"
+ "source": "https://github.com/doctrine/lexer/tree/1.2.2"
},
"funding": [
{
@@ -708,7 +631,7 @@
"type": "tidelift"
}
],
- "time": "2020-05-25T17:44:05+00:00"
+ "time": "2022-01-12T08:27:12+00:00"
},
{
"name": "egulias/email-validator",
@@ -780,24 +703,21 @@
},
{
"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": {
@@ -828,9 +748,9 @@
],
"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": "fig/http-message-util",
@@ -1443,16 +1363,16 @@
},
{
"name": "illuminate/collections",
- "version": "v8.78.1",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
- "reference": "e8c1cbd7a4cc8fb0e6a8978a55ef6d49c90bea59"
+ "reference": "ed630f15e937c5c928a9454748ff727ce5ea01ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/collections/zipball/e8c1cbd7a4cc8fb0e6a8978a55ef6d49c90bea59",
- "reference": "e8c1cbd7a4cc8fb0e6a8978a55ef6d49c90bea59",
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/ed630f15e937c5c928a9454748ff727ce5ea01ec",
+ "reference": "ed630f15e937c5c928a9454748ff727ce5ea01ec",
"shasum": ""
},
"require": {
@@ -1493,20 +1413,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-01-04T18:54:15+00:00"
+ "time": "2022-01-17T15:04:13+00:00"
},
{
"name": "illuminate/container",
- "version": "v8.76.2",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
- "reference": "6ac391bb27391706c5f921b85060aa2c4ca03fae"
+ "reference": "e18f8ce24a551e086621b00c7b75d6914d2011b4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/container/zipball/6ac391bb27391706c5f921b85060aa2c4ca03fae",
- "reference": "6ac391bb27391706c5f921b85060aa2c4ca03fae",
+ "url": "https://api.github.com/repos/illuminate/container/zipball/e18f8ce24a551e086621b00c7b75d6914d2011b4",
+ "reference": "e18f8ce24a551e086621b00c7b75d6914d2011b4",
"shasum": ""
},
"require": {
@@ -1544,20 +1464,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-11-17T15:04:30+00:00"
+ "time": "2022-01-05T15:38:15+00:00"
},
{
"name": "illuminate/contracts",
- "version": "v8.78.1",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
- "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29"
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/9baa9f781071e67d7b171775bd3be7ead13ddd29",
- "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29",
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
"shasum": ""
},
"require": {
@@ -1592,20 +1512,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-12-14T14:40:44+00:00"
+ "time": "2022-01-13T14:47:47+00:00"
},
{
"name": "illuminate/database",
- "version": "v8.76.2",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
- "reference": "b6d33617f7ff95864fb82f7a9301979b23e067b5"
+ "reference": "0e6e98b163cf3bf53750f0fb0faa1b22c46d1343"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/database/zipball/b6d33617f7ff95864fb82f7a9301979b23e067b5",
- "reference": "b6d33617f7ff95864fb82f7a9301979b23e067b5",
+ "url": "https://api.github.com/repos/illuminate/database/zipball/0e6e98b163cf3bf53750f0fb0faa1b22c46d1343",
+ "reference": "0e6e98b163cf3bf53750f0fb0faa1b22c46d1343",
"shasum": ""
},
"require": {
@@ -1660,11 +1580,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-12-13T15:25:12+00:00"
+ "time": "2022-01-17T19:06:15+00:00"
},
{
"name": "illuminate/macroable",
- "version": "v8.78.1",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@@ -1710,16 +1630,16 @@
},
{
"name": "illuminate/support",
- "version": "v8.76.2",
+ "version": "v8.80.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
- "reference": "9429d41f950d3461910fd51a4df90b2ac93a9f3a"
+ "reference": "69afbd89e6b6bf847e3df59e0f72cd820b18e8da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/support/zipball/9429d41f950d3461910fd51a4df90b2ac93a9f3a",
- "reference": "9429d41f950d3461910fd51a4df90b2ac93a9f3a",
+ "url": "https://api.github.com/repos/illuminate/support/zipball/69afbd89e6b6bf847e3df59e0f72cd820b18e8da",
+ "reference": "69afbd89e6b6bf847e3df59e0f72cd820b18e8da",
"shasum": ""
},
"require": {
@@ -1742,7 +1662,7 @@
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
"symfony/process": "Required to use the composer class (^5.4).",
"symfony/var-dumper": "Required to use the dd function (^5.4).",
- "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
+ "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
},
"type": "library",
"extra": {
@@ -1774,7 +1694,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-12-14T16:49:40+00:00"
+ "time": "2022-01-17T15:24:30+00:00"
},
{
"name": "intervention/image",
@@ -1862,16 +1782,16 @@
},
{
"name": "io-developer/php-whois",
- "version": "4.1.3",
+ "version": "4.1.6",
"source": {
"type": "git",
"url": "https://github.com/io-developer/php-whois.git",
- "reference": "21454dfdf2979d062f80e428e53e0e9f9981add6"
+ "reference": "7798aec47cd7c3469eef621d2019905f6bdab208"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/io-developer/php-whois/zipball/21454dfdf2979d062f80e428e53e0e9f9981add6",
- "reference": "21454dfdf2979d062f80e428e53e0e9f9981add6",
+ "url": "https://api.github.com/repos/io-developer/php-whois/zipball/7798aec47cd7c3469eef621d2019905f6bdab208",
+ "reference": "7798aec47cd7c3469eef621d2019905f6bdab208",
"shasum": ""
},
"require": {
@@ -1918,9 +1838,9 @@
],
"support": {
"issues": "https://github.com/io-developer/php-whois/issues",
- "source": "https://github.com/io-developer/php-whois/tree/4.1.3"
+ "source": "https://github.com/io-developer/php-whois/tree/4.1.6"
},
- "time": "2021-08-28T10:18:39+00:00"
+ "time": "2022-01-24T15:56:05+00:00"
},
{
"name": "league/commonmark",
@@ -2025,16 +1945,16 @@
},
{
"name": "league/flysystem",
- "version": "2.3.2",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "4b6da3e75b5e8eee53bb5ee46ded15a532843f80"
+ "reference": "4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4b6da3e75b5e8eee53bb5ee46ded15a532843f80",
- "reference": "4b6da3e75b5e8eee53bb5ee46ded15a532843f80",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f",
+ "reference": "4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f",
"shasum": ""
},
"require": {
@@ -2090,7 +2010,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/2.3.2"
+ "source": "https://github.com/thephpleague/flysystem/tree/2.4.0"
},
"funding": [
{
@@ -2106,7 +2026,7 @@
"type": "tidelift"
}
],
- "time": "2021-11-28T20:19:08+00:00"
+ "time": "2022-01-04T17:09:29+00:00"
},
{
"name": "league/flysystem-ziparchive",
@@ -2269,16 +2189,16 @@
},
{
"name": "mlocati/ip-lib",
- "version": "1.17.1",
+ "version": "1.18.0",
"source": {
"type": "git",
"url": "https://github.com/mlocati/ip-lib.git",
- "reference": "28763c87f9a3e24ff4df9258ec4e8375d8fa6523"
+ "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/28763c87f9a3e24ff4df9258ec4e8375d8fa6523",
- "reference": "28763c87f9a3e24ff4df9258ec4e8375d8fa6523",
+ "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
+ "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
"shasum": ""
},
"require": {
@@ -2324,7 +2244,7 @@
],
"support": {
"issues": "https://github.com/mlocati/ip-lib/issues",
- "source": "https://github.com/mlocati/ip-lib/tree/1.17.1"
+ "source": "https://github.com/mlocati/ip-lib/tree/1.18.0"
},
"funding": [
{
@@ -2336,20 +2256,20 @@
"type": "other"
}
],
- "time": "2021-11-10T15:24:32+00:00"
+ "time": "2022-01-13T18:05:33+00:00"
},
{
"name": "nesbot/carbon",
- "version": "2.55.2",
+ "version": "2.56.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2"
+ "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2",
- "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
+ "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
"shasum": ""
},
"require": {
@@ -2366,7 +2286,7 @@
"kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.54",
+ "phpstan/phpstan": "^0.12.54 || ^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"squizlabs/php_codesniffer": "^3.4"
},
@@ -2432,7 +2352,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-03T14:59:52+00:00"
+ "time": "2022-01-21T17:08:38+00:00"
},
{
"name": "nyholm/psr7",
@@ -3663,16 +3583,16 @@
},
{
"name": "symfony/cache",
- "version": "v5.4.0",
+ "version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79"
+ "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/d97d6d7f46cb69968f094e329abd987d5ee17c79",
- "reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec",
+ "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec",
"shasum": ""
},
"require": {
@@ -3740,7 +3660,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v5.4.0"
+ "source": "https://github.com/symfony/cache/tree/v5.4.2"
},
"funding": [
{
@@ -3756,7 +3676,7 @@
"type": "tidelift"
}
],
- "time": "2021-11-23T18:51:45+00:00"
+ "time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -4232,16 +4152,16 @@
},
{
"name": "symfony/mailer",
- "version": "v5.4.0",
+ "version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "2823212575ed3a6adfc5bc34ebb47b5395285048"
+ "reference": "309ba427654351dcad9691bef817b96920ebd2cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/2823212575ed3a6adfc5bc34ebb47b5395285048",
- "reference": "2823212575ed3a6adfc5bc34ebb47b5395285048",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/309ba427654351dcad9691bef817b96920ebd2cf",
+ "reference": "309ba427654351dcad9691bef817b96920ebd2cf",
"shasum": ""
},
"require": {
@@ -4288,7 +4208,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v5.4.0"
+ "source": "https://github.com/symfony/mailer/tree/v5.4.2"
},
"funding": [
{
@@ -4304,7 +4224,7 @@
"type": "tidelift"
}
],
- "time": "2021-11-23T10:19:22+00:00"
+ "time": "2021-12-11T16:33:38+00:00"
},
{
"name": "symfony/mime",
@@ -4725,21 +4645,24 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.23.1",
+ "version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
+ "provide": {
+ "ext-mbstring": "*"
+ },
"suggest": {
"ext-mbstring": "For best performance"
},
@@ -4785,7 +4708,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
},
"funding": [
{
@@ -4801,7 +4724,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T12:26:48+00:00"
+ "time": "2021-11-30T18:21:41+00:00"
},
{
"name": "symfony/polyfill-php72",
@@ -4960,16 +4883,16 @@
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.23.1",
+ "version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
"shasum": ""
},
"require": {
@@ -5023,7 +4946,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
},
"funding": [
{
@@ -5039,7 +4962,7 @@
"type": "tidelift"
}
],
- "time": "2021-07-28T13:41:28+00:00"
+ "time": "2021-09-13T13:58:33+00:00"
},
{
"name": "symfony/polyfill-php81",
@@ -5539,16 +5462,16 @@
},
{
"name": "tecnickcom/tcpdf",
- "version": "6.4.2",
+ "version": "6.4.4",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
- "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76"
+ "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
- "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
+ "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
+ "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
"shasum": ""
},
"require": {
@@ -5599,7 +5522,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues",
- "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2"
+ "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
},
"funding": [
{
@@ -5607,7 +5530,7 @@
"type": "custom"
}
],
- "time": "2021-07-20T14:43:20+00:00"
+ "time": "2021-12-31T08:39:24+00:00"
},
{
"name": "true/punycode",
@@ -5661,16 +5584,16 @@
},
{
"name": "voku/portable-ascii",
- "version": "1.5.6",
+ "version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
- "reference": "80953678b19901e5165c56752d087fc11526017c"
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
- "reference": "80953678b19901e5165c56752d087fc11526017c",
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
"shasum": ""
},
"require": {
@@ -5707,7 +5630,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
- "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
+ "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
},
"funding": [
{
@@ -5731,7 +5654,7 @@
"type": "tidelift"
}
],
- "time": "2020-11-12T00:07:28+00:00"
+ "time": "2022-01-24T18:55:24+00:00"
}
],
"packages-dev": [
@@ -5813,16 +5736,16 @@
},
{
"name": "composer/composer",
- "version": "2.2.4",
+ "version": "2.2.5",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f"
+ "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
- "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
+ "url": "https://api.github.com/repos/composer/composer/zipball/22c41ef275c7bb64fa28fb2c0871a39666832cb9",
+ "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9",
"shasum": ""
},
"require": {
@@ -5892,7 +5815,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues",
- "source": "https://github.com/composer/composer/tree/2.2.4"
+ "source": "https://github.com/composer/composer/tree/2.2.5"
},
"funding": [
{
@@ -5908,7 +5831,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-08T11:30:42+00:00"
+ "time": "2022-01-21T16:25:52+00:00"
},
{
"name": "composer/metadata-minifier",
@@ -5981,23 +5904,23 @@
},
{
"name": "composer/pcre",
- "version": "1.0.0",
+ "version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
- "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
+ "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
- "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
+ "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": "^1",
+ "phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
@@ -6032,7 +5955,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
- "source": "https://github.com/composer/pcre/tree/1.0.0"
+ "source": "https://github.com/composer/pcre/tree/1.0.1"
},
"funding": [
{
@@ -6048,7 +5971,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-06T15:17:27+00:00"
+ "time": "2022-01-21T20:24:37+00:00"
},
{
"name": "composer/semver",
@@ -7385,16 +7308,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.11",
+ "version": "9.5.13",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "2406855036db1102126125537adb1406f7242fdd"
+ "reference": "597cb647654ede35e43b137926dfdfef0fb11743"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd",
- "reference": "2406855036db1102126125537adb1406f7242fdd",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743",
+ "reference": "597cb647654ede35e43b137926dfdfef0fb11743",
"shasum": ""
},
"require": {
@@ -7472,7 +7395,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13"
},
"funding": [
{
@@ -7484,7 +7407,7 @@
"type": "github"
}
],
- "time": "2021-12-25T07:07:57+00:00"
+ "time": "2022-01-24T07:33:35+00:00"
},
{
"name": "react/promise",
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 27efd32447..65f87326d2 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -2976,21 +2976,11 @@ parameters:
path: app/Report/PdfRenderer.php
-
- message: "#^Parameter \\#1 \\$font of method TCPDF\\:\\:setHeaderFont\\(\\) expects array\\<int, string\\>, array\\<int, float\\|string\\> given\\.$#"
- count: 1
- path: app/Report/PdfRenderer.php
-
- -
message: "#^Parameter \\#1 \\$hm of method TCPDF\\:\\:setHeaderMargin\\(\\) expects int, float given\\.$#"
count: 1
path: app/Report/PdfRenderer.php
-
- message: "#^Parameter \\#2 \\$lw of method TCPDF\\:\\:setHeaderData\\(\\) expects string, int given\\.$#"
- count: 1
- path: app/Report/PdfRenderer.php
-
- -
message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:\\$styles \\(array\\<array\\<string, string\\>\\>\\) does not accept array\\<array\\<string, string\\>\\|string\\>\\.$#"
count: 1
path: app/Report/PdfRenderer.php
@@ -3266,7 +3256,7 @@ parameters:
path: app/Report/ReportPdfCell.php
-
- message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:SetY\\(\\) expects float, mixed given\\.$#"
+ message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#"
count: 1
path: app/Report/ReportPdfCell.php
@@ -3281,7 +3271,7 @@ parameters:
path: app/Report/ReportPdfCell.php
-
- message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
+ message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float\\|null, mixed given\\.$#"
count: 1
path: app/Report/ReportPdfCell.php
@@ -3291,7 +3281,7 @@ parameters:
path: app/Report/ReportPdfFootnote.php
-
- message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:SetLink\\(\\) expects int, string given\\.$#"
+ message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, string given\\.$#"
count: 1
path: app/Report/ReportPdfFootnote.php
@@ -3369,6 +3359,11 @@ parameters:
path: app/Report/TcpdfWrapper.php
-
+ message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:checkPageBreak\\(\\) expects float\\|null, mixed given\\.$#"
+ count: 1
+ path: app/Report/TcpdfWrapper.php
+
+ -
message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
count: 1
path: app/Schema/Migration44.php