Support TYPO3 11.4

This commit is contained in:
Daniel Siepmann 2021-09-07 09:36:05 +02:00
parent 73e2ec0214
commit 8103025899
3 changed files with 37 additions and 10 deletions

View file

@ -84,7 +84,7 @@ jobs:
- '7.4'
- '8.0'
typo3-version:
- '11.3.*'
- '11.4.*'
steps:
- uses: actions/checkout@v2
@ -236,7 +236,7 @@ jobs:
- '7.4'
- '8.0'
typo3-version:
- '11.3.*'
- '11.4.*'
steps:
- uses: actions/checkout@v2
@ -391,7 +391,7 @@ jobs:
- '7.4'
- '8.0'
typo3-version:
- '11.3.*'
- '11.4.*'
steps:
- uses: actions/checkout@v2
@ -484,7 +484,7 @@ jobs:
- '7.4'
- '8.0'
typo3-version:
- '11.3.*'
- '11.4.*'
steps:
- uses: actions/checkout@v2

View file

@ -0,0 +1,30 @@
1.1.3
=====
Breaking
--------
* No longer support v11.3 but v11.4
As this is latest release of v11 dev.
Only latest public release is supported.
Features
--------
Nothing
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing

View file

@ -34,9 +34,9 @@
"psr/http-server-middleware": "^1.0",
"symfony/console": "^5.2",
"symfony/expression-language": "^5.2",
"typo3/cms-backend": "^10.4 || ~11.3",
"typo3/cms-core": "^10.4 || ~11.3",
"typo3/cms-dashboard": "^10.4 || ~11.3"
"typo3/cms-backend": "^10.4 || ~11.4",
"typo3/cms-core": "^10.4 || ~11.4",
"typo3/cms-dashboard": "^10.4 || ~11.4"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
@ -65,9 +65,6 @@
},
"composer-exit-on-patch-failure": true,
"patches": {
"typo3/testing-framework": {
"[FEATURE] Support custom user agent in functional tests #257": "https://patch-diff.githubusercontent.com/raw/TYPO3/testing-framework/pull/257.patch"
}
},
"branch-alias": {
"dev-main": "1.0.x-dev"