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 b50a7c6 commit c2c330c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sudhaus7/fe-data-history",
"description": "Log the changed data in frontend mode",
"version": "1.0.8",
"version": "1.0.9",
"type": "typo3-cms-extension",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -34,18 +34,18 @@
},
"require": {
"php": ">=7.2",
"typo3/cms-core": "^9.5 | ^10.3",
"typo3/cms-backend": "^9.5 | ^10.3",
"typo3/cms-extbase": "^9.5 | ^10.3",
"typo3/cms-beuser": "^9.5 | ^10.3",
"typo3/cms-felogin": "^9.5 | ^10.3"
"typo3/cms-core": "~9.5 | ~10.4.2",
"typo3/cms-backend": "~9.5 | ~10.4.2",
"typo3/cms-extbase": "~9.5 | ~10.4.2",
"typo3/cms-beuser": "~9.5 | ~10.4.2",
"typo3/cms-felogin": "~9.5 | ~10.4.2"
},
"require-dev": {
"typo3/cms-fluid-styled-content": "^10.3",
"typo3/cms-tstemplate": "^10.3",
"typo3/cms-t3editor": "^10.3",
"typo3/cms-fluid-styled-content": "^10.4.2",
"typo3/cms-tstemplate": "^10.4.2",
"typo3/cms-t3editor": "^10.4.2",
"phpstan/phpstan": "^0.11",
"typo3/cms-lowlevel": "^10.3",
"typo3/cms-lowlevel": "^10.4.2",
"codeception/codeception": "^3.1",
"codeception/phpbuiltinserver": "^1.5",
"helhum/typo3-console": "v6.0.0-alpha2",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'state' => 'beta',
'author' => 'Markus Hofmann & Frank Berger',
'author_email' => 'mhofmann@sudhaus7.de',
'version' => '1.0.8',
'version' => '1.0.9',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
Expand Down

0 comments on commit c2c330c

Please sign in to comment.