Add missing dependency to typo3/cms-install (#120)

As this provides the upgrade wizard feature.
This commit is contained in:
Daniel Siepmann (Codappix) 2024-09-09 08:39:36 +02:00 committed by GitHub
parent 56c1f75b35
commit 98eb5ffafb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 2 deletions

View file

@ -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

View file

@ -50,7 +50,8 @@
"typo3/cms-backend": "^12.4", "typo3/cms-backend": "^12.4",
"typo3/cms-core": "^12.4", "typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4", "typo3/cms-extbase": "^12.4",
"typo3/cms-frontend": "^12.4" "typo3/cms-frontend": "^12.4",
"typo3/cms-install": "^12.4"
}, },
"require-dev": { "require-dev": {
"codappix/typo3-php-datasets": "^1.4", "codappix/typo3-php-datasets": "^1.4",

View file

@ -10,7 +10,7 @@ $EM_CONF['thuecat'] = [
'author' => 'Daniel Siepmann', 'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de', 'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '', 'author_company' => '',
'version' => '3.0.0', 'version' => '3.0.1',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'core' => '', 'core' => '',