Skip to content

Commit

Permalink
Add missing dependency to composer package typo3/cms-install.
Browse files Browse the repository at this point in the history
As UpgradeWizards use API of the package.
  • Loading branch information
DanielSiepmann committed Jun 26, 2024
1 parent f35af81 commit 0c90197
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions Documentation/Changelog/4.0.1.rst
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand Down

0 comments on commit 0c90197

Please sign in to comment.