Skip to content

Commit

Permalink
Merge pull request #32 from sitegeist/bugfix/2.0.13/versionConstraints
Browse files Browse the repository at this point in the history
[BUGFIX] Fix version constraints
  • Loading branch information
s2b authored Jul 12, 2022
2 parents 0e89e2c + d432e9f commit 2770bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"typo3/cms-core": "^10.0.0 || ^10.1.0"
"typo3/cms-core": "^10.0.0 || ^10.1.0 || ^10.2.0 || ^10.3.0 || ^10.4.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.13',
'version' => '2.0.14',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-10.1.99',
'typo3' => '10.0.0-10.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 2770bf0

Please sign in to comment.