Raise from TYPO3 11.4 to 11.5

This commit is contained in:
Daniel Siepmann 2021-11-25 09:28:23 +01:00
parent 17a844b857
commit e55f1da281
3 changed files with 42 additions and 18 deletions

View file

@ -52,9 +52,9 @@ jobs:
- php-version: '7.4'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '11.4.*'
typo3-version: '^11.5'
- php-version: '8.0'
typo3-version: '11.4.*'
typo3-version: '^11.5'
steps:
- uses: actions/checkout@v2
@ -137,9 +137,9 @@ jobs:
- php-version: '7.4'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '11.4.*'
typo3-version: '^11.5'
- php-version: '8.0'
typo3-version: '11.4.*'
typo3-version: '^11.5'
steps:
- uses: actions/checkout@v2
@ -183,10 +183,10 @@ jobs:
typo3-version: '^10.4'
- db-version: '8'
php-version: '7.4'
typo3-version: '11.4.*'
typo3-version: '^11.5'
- db-version: '8'
php-version: '8.0'
typo3-version: '11.4.*'
typo3-version: '^11.5'
steps:
- uses: actions/checkout@v2
@ -230,9 +230,9 @@ jobs:
- php-version: '7.4'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '11.4.*'
typo3-version: '^11.5'
- php-version: '8.0'
typo3-version: '11.4.*'
typo3-version: '^11.5'
steps:
- uses: actions/checkout@v2

View file

@ -0,0 +1,30 @@
1.1.4
=====
Breaking
--------
* No longer support v11.4 but v11.5
As this is now LTS version of v11.
Only LTS public release is supported.
Features
--------
Nothing
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing

View file

@ -4,12 +4,6 @@
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/DanielSiepmann/testing-framework.git"
}
],
"support": {
"email": "coding@daniel-siepmann.de",
"source": "https://github.com/DanielSiepmann/tracking/",
@ -40,9 +34,9 @@
"psr/http-server-middleware": "^1.0",
"symfony/console": "^5.2",
"symfony/expression-language": "^5.2",
"typo3/cms-backend": "^10.4 || ~11.4",
"typo3/cms-core": "^10.4 || ~11.4",
"typo3/cms-dashboard": "^10.4 || ~11.4"
"typo3/cms-backend": "^10.4 || ^11.5",
"typo3/cms-core": "^10.4 || ^11.5",
"typo3/cms-dashboard": "^10.4 || ^11.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
@ -50,7 +44,7 @@
"phpstan/extension-installer": "^1.0",
"jangregor/phpstan-prophecy": "^0.8.1",
"phpspec/prophecy-phpunit": "^2.0",
"typo3/testing-framework": "dev-bugfix/add-missing-composer-dependency-to-sysext-install as 6.11.x-dev",
"typo3/testing-framework": "^6.14",
"saschaegerer/phpstan-typo3": "^0.13.1",
"symplify/easy-coding-standard": "^9.3",
"cweagans/composer-patches": "^1.7"