mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Add missing dependency to typo3/cms-install (#120)
As this provides the upgrade wizard feature.
This commit is contained in:
parent
56c1f75b35
commit
98eb5ffafb
3 changed files with 32 additions and 2 deletions
29
Documentation/Changelog/3.0.1.rst
Normal file
29
Documentation/Changelog/3.0.1.rst
Normal 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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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' => '',
|
||||||
|
|
Loading…
Reference in a new issue