Skip to content

Commit

Permalink
[BUGFIX] Set dependency to typo3/core
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhofmann committed Nov 27, 2022
1 parent 36cf70c commit 3cd905b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Expand Up @@ -5,7 +5,7 @@

project = Let it snow!
version = 1.0
release = 1.0.1
release = 1.0.2
copyright =

[html_theme_options]
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -23,6 +23,7 @@
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"psr/http-message": "^1.0.1",
"typo3/cms-core": "^11.5.4",
"typo3/cms-frontend": "^11.5.4"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Let it snow',
'description' => 'Spreads a bit of wintry vibes for the visitors of the website sitting on the sofa.',
'version' => '1.0.1',
'version' => '1.0.2',
'category' => 'frontend',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 3cd905b

Please sign in to comment.