Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schloram authored Sep 3, 2020
1 parent fb6890a commit 8f8579e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"license": "MIT",
"require": {
"typo3/cms-core": "^9.5",
"itplusx/flexible-pages": "^1.0"
"typo3/cms-core": "^9.5 || ^10.0",
"itplusx/flexible-pages": "^1.0 || ^2.0"
},
"replace": {
"itplusx/flexible-news": "self.version",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
'title' => 'Flexible News',
'description' => 'Flexible news extension to use pages as news articles',
'category' => 'fe',
'version' => '1.0.2-dev',
'version' => '1.0.2',
'state' => 'stable',
'author' => 'ITplusX',
'author_email' => '[email protected]',
'author_company' => 'ITplusX GmbH',
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'flexible_pages' => '1.0.0-1.99.99'
'typo3' => '9.5.0-10.4.99',
'flexible_pages' => '1.0.0-2.99.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 8f8579e

Please sign in to comment.