Skip to content

Commit

Permalink
Merge pull request #26 from claussni/9x
Browse files Browse the repository at this point in the history
Upgrade dependencies to be aligned with TYPO3 v9.x requirements
  • Loading branch information
Erikmitk authored Jun 8, 2022
2 parents 90f32f7 + 86fec59 commit be89fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
],
"license": "GPL-3.0-or-later",
"require": {
"typo3/cms-core": "^8.7",
"fluidtypo3/vhs": "^6.0",
"gridelementsteam/gridelements": "8.7.0",
"gridelementsteam/gridelements": "^9.5",
"ichhabrecht/content-defender": "^3.1",
"typo3/cms": "^8.7.10",
"xima-media/xm_tools": "2.8.5"
"typo3/cms-core": "^9.5",
"xima-media/xm_tools": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'version' => '1.0.1',
'constraints' => array(
'depends' => array(
'typo3' => '8.7.30-8.7.99',
'typo3' => '9.5.0-9.5.31',
),
'conflicts' => array(
),
Expand Down

0 comments on commit be89fb8

Please sign in to comment.