Skip to content

Commit

Permalink
Update TYPO3 Version to 12.4 and change the Ext. Version to 1.0.2 (#14)
Browse files Browse the repository at this point in the history
* update v3 change TYPO3 version to 12.4

* cs-fixer

* composer normalized
  • Loading branch information
chrcan authored Jan 28, 2024
1 parent a021037 commit 4b239f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$header = <<<EOM
This file is part of the rcdesign/fluid-styled-content-custom-css package.
Copyright (C) 2022 rc design visual concepts <https://rc-design.at>
Copyright (C) 2024 rc design visual concepts <https://rc-design.at>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the rcdesign/fluid-styled-content-custom-css package.
*
* Copyright (C) 2022 rc design visual concepts <https://rc-design.at>
* Copyright (C) 2024 rc design visual concepts <https://rc-design.at>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the rcdesign/fluid-styled-content-custom-css package.
*
* Copyright (C) 2022 rc design visual concepts <https://rc-design.at>
* Copyright (C) 2024 rc design visual concepts <https://rc-design.at>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"homepage": "https://www.rc-design.at",
"require": {
"typo3/cms-core": "^11.5 || ^12.3",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.3"
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4"
},
"require-dev": {
"ergebnis/composer-normalize": "*",
Expand All @@ -30,9 +30,9 @@
},
"config": {
"allow-plugins": {
"typo3/cms-composer-installers": true,
"ergebnis/composer-normalize": true,
"typo3/class-alias-loader": true,
"ergebnis/composer-normalize": true
"typo3/cms-composer-installers": true
},
"sort-packages": true
},
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the rcdesign/fluid-styled-content-custom-css package.
*
* Copyright (C) 2022 rc design visual concepts <https://rc-design.at>
* Copyright (C) 2024 rc design visual concepts <https://rc-design.at>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -28,11 +28,11 @@
'author' => 'Christian Racan',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '1.0.1',
'version' => '1.0.2',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.3.99',
'fluid_styled_content' => '11.5.0-12.3.99',
'typo3' => '11.5.0-12.4.99',
'fluid_styled_content' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 4b239f7

Please sign in to comment.