Skip to content

Commit

Permalink
Add missing dependency to typo3/cms-install (#120)
Browse files Browse the repository at this point in the history
As this provides the upgrade wizard feature.
  • Loading branch information
d-s-codappix authored Sep 9, 2024
1 parent 56c1f75 commit 98eb5ff
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions Documentation/Changelog/3.0.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
3.0.1
=====

Breaking
--------

Nothing

Features
--------

Nothing

Fixes
-----

* Add missing dependency to `typo3/cms-install`.
As this provides the upgrade wizard feature.

Tasks
-----

Nothing

Deprecation
-----------

Nothing

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"typo3/cms-backend": "^12.4",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-frontend": "^12.4"
"typo3/cms-frontend": "^12.4",
"typo3/cms-install": "^12.4"
},
"require-dev": {
"codappix/typo3-php-datasets": "^1.4",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '3.0.0',
'version' => '3.0.1',
'constraints' => [
'depends' => [
'core' => '',
Expand Down

0 comments on commit 98eb5ff

Please sign in to comment.