[DEPENDENCIES] Update dependencies

This commit is contained in:
Hugo Sales 2022-03-13 18:17:32 +00:00
parent cbae649991
commit 63ef9292f3
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 45 additions and 51 deletions

96
composer.lock generated
View File

@ -553,16 +553,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.3.2", "version": "3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed" "reference": "82331b861727c15b1f457ef05a8729e508e7ead5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/35eae239ef515d55ebb24e9d4715cad09a4f58ed", "url": "https://api.github.com/repos/doctrine/dbal/zipball/82331b861727c15b1f457ef05a8729e508e7ead5",
"reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed", "reference": "82331b861727c15b1f457ef05a8729e508e7ead5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -577,14 +577,14 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "9.0.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1", "jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.4.0", "phpstan/phpstan": "1.4.6",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "9.5.11", "phpunit/phpunit": "9.5.16",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2", "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^5.2|^6.0", "symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.16.1" "vimeo/psalm": "4.22.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -644,7 +644,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.3.2" "source": "https://github.com/doctrine/dbal/tree/3.3.3"
}, },
"funding": [ "funding": [
{ {
@ -660,7 +660,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-02-05T16:33:45+00:00" "time": "2022-03-09T15:39:50+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -1342,16 +1342,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.11.1", "version": "2.11.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6" "reference": "9c351e044478135aec1755e2c0c0493a4b6309db"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6", "url": "https://api.github.com/repos/doctrine/orm/zipball/9c351e044478135aec1755e2c0c0493a4b6309db",
"reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6", "reference": "9c351e044478135aec1755e2c0c0493a4b6309db",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1367,7 +1367,6 @@
"doctrine/lexer": "^1.0", "doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2", "doctrine/persistence": "^2.2",
"ext-ctype": "*", "ext-ctype": "*",
"ext-pdo": "*",
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3", "psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
@ -1381,12 +1380,12 @@
"doctrine/annotations": "^1.13", "doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^9.0",
"phpbench/phpbench": "^0.16.10 || ^1.0", "phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "1.4.3", "phpstan/phpstan": "1.4.6",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"squizlabs/php_codesniffer": "3.6.2", "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.19.0" "vimeo/psalm": "4.22.0"
}, },
"suggest": { "suggest": {
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
@ -1435,9 +1434,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.11.1" "source": "https://github.com/doctrine/orm/tree/2.11.2"
}, },
"time": "2022-01-30T21:47:06+00:00" "time": "2022-03-09T15:23:58+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -1649,16 +1648,16 @@
}, },
{ {
"name": "embed/embed", "name": "embed/embed",
"version": "v4.4.2", "version": "v4.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/oscarotero/Embed.git", "url": "https://github.com/oscarotero/Embed.git",
"reference": "84631fa16f2a669de66218774a20b6c1c5f9ba03" "reference": "2ac32581a8617c3bbe593e3d7799ca9db6974471"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/84631fa16f2a669de66218774a20b6c1c5f9ba03", "url": "https://api.github.com/repos/oscarotero/Embed/zipball/2ac32581a8617c3bbe593e3d7799ca9db6974471",
"reference": "84631fa16f2a669de66218774a20b6c1c5f9ba03", "reference": "2ac32581a8617c3bbe593e3d7799ca9db6974471",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1718,7 +1717,7 @@
"support": { "support": {
"email": "oom@oscarotero.com", "email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues", "issues": "https://github.com/oscarotero/Embed/issues",
"source": "https://github.com/oscarotero/Embed/tree/v4.4.2" "source": "https://github.com/oscarotero/Embed/tree/v4.4.3"
}, },
"funding": [ "funding": [
{ {
@ -1734,7 +1733,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-02-13T16:03:59+00:00" "time": "2022-03-13T01:27:51+00:00"
}, },
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -1917,16 +1916,16 @@
}, },
{ {
"name": "giggsey/libphonenumber-for-php", "name": "giggsey/libphonenumber-for-php",
"version": "8.12.44", "version": "8.12.45",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git", "url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "a726990faf05bfffdd826f75d9b41a1580dad4a7" "reference": "7f494fd3b87c7d83472e8b6126eedc6b72dd3f3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/a726990faf05bfffdd826f75d9b41a1580dad4a7", "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/7f494fd3b87c7d83472e8b6126eedc6b72dd3f3e",
"reference": "a726990faf05bfffdd826f75d9b41a1580dad4a7", "reference": "7f494fd3b87c7d83472e8b6126eedc6b72dd3f3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1986,7 +1985,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php" "source": "https://github.com/giggsey/libphonenumber-for-php"
}, },
"time": "2022-02-24T09:38:54+00:00" "time": "2022-03-10T10:28:34+00:00"
}, },
{ {
"name": "giggsey/locale", "name": "giggsey/locale",
@ -3850,21 +3849,21 @@
}, },
{ {
"name": "php-ds/php-ds", "name": "php-ds/php-ds",
"version": "v1.4.0", "version": "v1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-ds/polyfill.git", "url": "https://github.com/php-ds/polyfill.git",
"reference": "298cafa4e0e20aeba4d63644e3de694e7cf83ffd" "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-ds/polyfill/zipball/298cafa4e0e20aeba4d63644e3de694e7cf83ffd", "url": "https://api.github.com/repos/php-ds/polyfill/zipball/43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
"reference": "298cafa4e0e20aeba4d63644e3de694e7cf83ffd", "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.3 || ~8.0.0 || ~8.1.0" "php": ">=7.0"
}, },
"provide": { "provide": {
"ext-ds": "1.3.0" "ext-ds": "1.3.0"
@ -3899,9 +3898,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-ds/polyfill/issues", "issues": "https://github.com/php-ds/polyfill/issues",
"source": "https://github.com/php-ds/polyfill/tree/v1.4.0" "source": "https://github.com/php-ds/polyfill/tree/v1.4.1"
}, },
"time": "2021-11-17T19:52:15+00:00" "time": "2022-03-09T20:39:30+00:00"
}, },
{ {
"name": "php-ffmpeg/php-ffmpeg", "name": "php-ffmpeg/php-ffmpeg",
@ -5021,16 +5020,16 @@
}, },
{ {
"name": "spatie/temporary-directory", "name": "spatie/temporary-directory",
"version": "2.0.0", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/temporary-directory.git", "url": "https://github.com/spatie/temporary-directory.git",
"reference": "06fe0f10d068fdf145c9b2235030e568c913bb61" "reference": "79f138f2b81adae583d04d3727a4538dd394023f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/06fe0f10d068fdf145c9b2235030e568c913bb61", "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/79f138f2b81adae583d04d3727a4538dd394023f",
"reference": "06fe0f10d068fdf145c9b2235030e568c913bb61", "reference": "79f138f2b81adae583d04d3727a4538dd394023f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5066,7 +5065,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/temporary-directory/issues", "issues": "https://github.com/spatie/temporary-directory/issues",
"source": "https://github.com/spatie/temporary-directory/tree/2.0.0" "source": "https://github.com/spatie/temporary-directory/tree/2.1.0"
}, },
"funding": [ "funding": [
{ {
@ -5078,7 +5077,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-30T19:46:13+00:00" "time": "2022-03-11T08:16:01+00:00"
}, },
{ {
"name": "symfony/asset", "name": "symfony/asset",
@ -11999,12 +11998,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "996a6c62b7e832903b4cf60e5c5744a4521ff2cc" "reference": "a9503c3474dfca53db977ebd14987264e8e8d6bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/996a6c62b7e832903b4cf60e5c5744a4521ff2cc", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9503c3474dfca53db977ebd14987264e8e8d6bf",
"reference": "996a6c62b7e832903b4cf60e5c5744a4521ff2cc", "reference": "a9503c3474dfca53db977ebd14987264e8e8d6bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12019,11 +12018,6 @@
"phpstan.phar" "phpstan.phar"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": { "autoload": {
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
@ -12056,7 +12050,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-08T14:11:13+00:00" "time": "2022-03-12T12:05:50+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",