Skip to content

Commit

Permalink
Update TYPO3 dependency to latest secure version
Browse files Browse the repository at this point in the history
  • Loading branch information
markus committed May 14, 2020
1 parent b04eed8 commit 132844f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sudhaus7/xlsimport",
"description": "(Sudhaus7) XLS Importer",
"version": "1.0.3",
"version": "1.0.4",
"type": "typo3-cms-extension",
"license": "MIT",
"authors": [
Expand All @@ -15,17 +15,17 @@
}
],
"require": {
"typo3/cms-core": "^6.2 || ^7.6 || ^8.7 || ^9.5 || ^10.3",
"typo3/cms-core": "~6.2 | ~7.6 | ~8.7 | ~9.5 | ~10.4.2",
"phpoffice/phpspreadsheet": "^1.10"
},
"require-dev": {
"typo3/cms-fluid-styled-content": "^10.3",
"typo3/cms-tstemplate": "^10.3",
"typo3/cms-backend": "^10.3",
"typo3/cms-fluid-styled-content": "~10.4.2",
"typo3/cms-tstemplate": "~10.4.2",
"typo3/cms-backend": "~10.4.2",
"phpstan/phpstan": "^0.11",
"codeception/codeception": "^3.1",
"codeception/phpbuiltinserver": "^1.5",
"helhum/typo3-console": "v6.0.0-alpha2",
"helhum/typo3-console": "^6.0",
"friendsoftypo3/tt-address": "^5"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => '(Sudhaus7) XLS Importer',
'description' => 'A simple importer for table shown content in the database',
'category' => 'module',
'version' => '1.0.3',
'version' => '1.0.4',
'state' => 'stable',
'uploadfolder' => 1,
'clearcacheonload' => 0,
Expand Down

0 comments on commit 132844f

Please sign in to comment.