From 0c90197fe605e76588d87ec0c61e3a4d927b9731 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 26 Jun 2024 14:15:35 +0200 Subject: [PATCH] Add missing dependency to composer package `typo3/cms-install`. As UpgradeWizards use API of the package. --- Documentation/Changelog/4.0.1.rst | 28 ++++++++++++++++++++++++++++ composer.json | 3 ++- ext_emconf.php | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 Documentation/Changelog/4.0.1.rst diff --git a/Documentation/Changelog/4.0.1.rst b/Documentation/Changelog/4.0.1.rst new file mode 100644 index 0000000..082fc3e --- /dev/null +++ b/Documentation/Changelog/4.0.1.rst @@ -0,0 +1,28 @@ +4.0.1 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +Nothing + +Fixes +----- + +* Add missing dependency to composer package `typo3/cms-install`. + As UpgradeWizards use API of the package. + +Tasks +----- + +Nothing + +Deprecation +----------- + +Nothing diff --git a/composer.json b/composer.json index 16c9ec2..38ef959 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "typo3/cms-filelist": "^12.4", "typo3/cms-filemetadata": "^12.4", "typo3/cms-fluid": "^12.4", - "typo3/cms-frontend": "^12.4" + "typo3/cms-frontend": "^12.4", + "typo3/cms-install": "^12.4" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index 606cff6..f763d4b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author' => 'Dirk Koritnik, Daniel Siepmann', 'author_email' => 'koritnik@werkraum-media.de, coding@daniel-siepmann.de', 'state' => 'stable', - 'version' => '4.0.0', + 'version' => '4.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '',