From c4f4683f3633730f232f13742a451d26039e565d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 7 Dec 2022 10:54:19 +0100 Subject: [PATCH] Update composer dependencies --- .../install/files/lib/system/api/composer.lock | 14 +++++++------- .../files/lib/system/api/composer/installed.json | 16 ++++++++-------- .../files/lib/system/api/composer/installed.php | 6 +++--- .../api/symfony/deprecation-contracts/.gitignore | 3 --- .../symfony/deprecation-contracts/composer.json | 2 +- 5 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/.gitignore diff --git a/wcfsetup/install/files/lib/system/api/composer.lock b/wcfsetup/install/files/lib/system/api/composer.lock index 9d5a6fa48f..95e57ad67b 100644 --- a/wcfsetup/install/files/lib/system/api/composer.lock +++ b/wcfsetup/install/files/lib/system/api/composer.lock @@ -1743,16 +1743,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", "shasum": "" }, "require": { @@ -1761,7 +1761,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -1790,7 +1790,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" }, "funding": [ { @@ -1806,7 +1806,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/polyfill-php82", diff --git a/wcfsetup/install/files/lib/system/api/composer/installed.json b/wcfsetup/install/files/lib/system/api/composer/installed.json index bd3e6ff0c5..2f8facaf00 100644 --- a/wcfsetup/install/files/lib/system/api/composer/installed.json +++ b/wcfsetup/install/files/lib/system/api/composer/installed.json @@ -1815,27 +1815,27 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", - "version_normalized": "3.1.1.0", + "version": "v3.2.0", + "version_normalized": "3.2.0.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2022-02-25T11:15:52+00:00", + "time": "2022-11-25T10:21:52+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -1865,7 +1865,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" }, "funding": [ { diff --git a/wcfsetup/install/files/lib/system/api/composer/installed.php b/wcfsetup/install/files/lib/system/api/composer/installed.php index 77234b4744..ac54d3641a 100644 --- a/wcfsetup/install/files/lib/system/api/composer/installed.php +++ b/wcfsetup/install/files/lib/system/api/composer/installed.php @@ -278,9 +278,9 @@ 'dev_requirement' => false, ), 'symfony/deprecation-contracts' => array( - 'pretty_version' => 'v3.1.1', - 'version' => '3.1.1.0', - 'reference' => '07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918', + 'pretty_version' => 'v3.2.0', + 'version' => '3.2.0.0', + 'reference' => '1ee04c65529dea5d8744774d474e7cbd2f1206d3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), diff --git a/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/.gitignore b/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/.gitignore deleted file mode 100644 index c49a5d8df5..0000000000 --- a/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -vendor/ -composer.lock -phpunit.xml diff --git a/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/composer.json b/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/composer.json index f5de4eb401..774200fdcd 100644 --- a/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/composer.json +++ b/wcfsetup/install/files/lib/system/api/symfony/deprecation-contracts/composer.json @@ -25,7 +25,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", -- 2.20.1