Skip to content

Commit c7abcb2

Browse files
committed
[TASK] Update required TYPO3 version to 14.3
1 parent 2abac9a commit c7abcb2

5 files changed

Lines changed: 26 additions & 14 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. include:: ../../Includes.rst.txt
2+
3+
8.0 Changes
4+
===========
5+
6+
**Table of contents**
7+
8+
.. contents::
9+
:local:
10+
:depth: 1

Documentation/Changelog/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ChangeLog
1010
:maxdepth: 5
1111
:titlesonly:
1212

13+
8.0/Index
1314
7.2/Index
1415
7.1/Index
1516
7.0/Index

Documentation/guides.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
interlink-shortcode="extcode/cart_products"
1212
/>
1313
<project title="Cart Products"
14-
release="7.3.0"
15-
version="7.3"
14+
release="8.0.0"
15+
version="8.0"
1616
copyright="2018 - 2025"
1717
/>
1818
<inventory id="t3tsref" url="https://docs.typo3.org/typo3cms/TyposcriptReference/"/>

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ Sometimes minor versions also result in minor adjustments to own templates or co
3636

3737
| Cart Products | TYPO3 | PHP | Support/Development |
3838
|---------------|------------|-----------|--------------------------------------|
39-
| 7.x.x | 13.2 | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
40-
| 6.x.x | 12.4 | 8.1+ | Bugfixes, Security Updates |
41-
| 5.x.x | 12.4 | 8.1+ | Security Updates |
42-
| 4.x.x | 10.4, 11.5 | 7.2+ | Security Updates |
39+
| 8.x.x | 14.3 | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
40+
| 7.x.x | 13.4 | 8.2 - 8.5 | Bugfixes, Security Updates |
41+
| 6.x.x | 12.4 | 8.1+ | Security Updates |
42+
| 5.x.x | 12.4 | 8.1+ | |
43+
| 4.x.x | 10.4, 11.5 | 7.2+ | |
4344
| 3.x.x | 10.4 | 7.2 - 7.4 | |
4445
| 2.x.x | 9.5 | 7.2 - 7.4 | |
4546
| 1.x.x | 8.7 | 7.0 - 7.4 | |

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"require": {
5555
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
5656
"ext-pdo": "*",
57-
"extcode/cart": "dev-12.x-dev as 12.0.0",
58-
"typo3/cms-core": "^14.1",
59-
"typo3/cms-extbase": "^14.1",
60-
"typo3/cms-fluid": "^14.1"
57+
"extcode/cart": "dev-main as 12.0.0",
58+
"typo3/cms-core": "^14.3",
59+
"typo3/cms-extbase": "^14.3",
60+
"typo3/cms-fluid": "^14.3"
6161
},
6262
"require-dev": {
6363
"codappix/typo3-php-datasets": "^2.0",
@@ -72,10 +72,10 @@
7272
"phpstan/phpstan-phpunit": "^2.0",
7373
"spaze/phpstan-disallowed-calls": "^4.7",
7474
"staabm/phpstan-todo-by": "^0.3",
75-
"typo3/cms-dashboard": "^14.1",
76-
"typo3/cms-fluid-styled-content": "^14.1",
77-
"typo3/cms-install": "^14.1",
78-
"typo3/cms-reactions": "^14.1",
75+
"typo3/cms-dashboard": "^14.3",
76+
"typo3/cms-fluid-styled-content": "^14.3",
77+
"typo3/cms-install": "^14.3",
78+
"typo3/cms-reactions": "^14.3",
7979
"typo3/testing-framework": "^9.3",
8080
"werkraummedia/watchlist": "^3.0",
8181
"ssch/typo3-rector": "^3.11"

0 commit comments

Comments
 (0)