Skip to content

Commit

Permalink
build(deps): restrict flexible-pages version to 2.1
Browse files Browse the repository at this point in the history
Since the upcoming flexible_pages release v2.2.0 will not be compatible with flexible_news v1 anymore the version constraints must change.
  • Loading branch information
schloram committed Nov 15, 2021
1 parent 6207f03 commit 22db0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"require": {
"typo3/cms-core": "^9.5 || ^10.0",
"itplusx/flexible-pages": "^1.0 || ^2.0"
"itplusx/flexible-pages": ">= 1.0 < 2.2"
},
"replace": {
"itplusx/flexible-news": "self.version",
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 @@
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'flexible_pages' => '1.0.0-2.99.99'
'flexible_pages' => '1.0.0-2.1.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 22db0e1

Please sign in to comment.