mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-24 06:36:08 +01:00
Raise from TYPO3 11.4 to 11.5
This commit is contained in:
parent
17a844b857
commit
e55f1da281
3 changed files with 42 additions and 18 deletions
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
|
@ -52,9 +52,9 @@ jobs:
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '^10.4'
|
typo3-version: '^10.4'
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
- php-version: '8.0'
|
- php-version: '8.0'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -137,9 +137,9 @@ jobs:
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '^10.4'
|
typo3-version: '^10.4'
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
- php-version: '8.0'
|
- php-version: '8.0'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -183,10 +183,10 @@ jobs:
|
||||||
typo3-version: '^10.4'
|
typo3-version: '^10.4'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
- db-version: '8'
|
- db-version: '8'
|
||||||
php-version: '8.0'
|
php-version: '8.0'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -230,9 +230,9 @@ jobs:
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '^10.4'
|
typo3-version: '^10.4'
|
||||||
- php-version: '7.4'
|
- php-version: '7.4'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
- php-version: '8.0'
|
- php-version: '8.0'
|
||||||
typo3-version: '11.4.*'
|
typo3-version: '^11.5'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
30
Documentation/Changelog/1.1.4.rst
Normal file
30
Documentation/Changelog/1.1.4.rst
Normal 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
|
|
@ -4,12 +4,6 @@
|
||||||
"type": "typo3-cms-extension",
|
"type": "typo3-cms-extension",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/DanielSiepmann/testing-framework.git"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"support": {
|
"support": {
|
||||||
"email": "coding@daniel-siepmann.de",
|
"email": "coding@daniel-siepmann.de",
|
||||||
"source": "https://github.com/DanielSiepmann/tracking/",
|
"source": "https://github.com/DanielSiepmann/tracking/",
|
||||||
|
@ -40,9 +34,9 @@
|
||||||
"psr/http-server-middleware": "^1.0",
|
"psr/http-server-middleware": "^1.0",
|
||||||
"symfony/console": "^5.2",
|
"symfony/console": "^5.2",
|
||||||
"symfony/expression-language": "^5.2",
|
"symfony/expression-language": "^5.2",
|
||||||
"typo3/cms-backend": "^10.4 || ~11.4",
|
"typo3/cms-backend": "^10.4 || ^11.5",
|
||||||
"typo3/cms-core": "^10.4 || ~11.4",
|
"typo3/cms-core": "^10.4 || ^11.5",
|
||||||
"typo3/cms-dashboard": "^10.4 || ~11.4"
|
"typo3/cms-dashboard": "^10.4 || ^11.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
|
@ -50,7 +44,7 @@
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"jangregor/phpstan-prophecy": "^0.8.1",
|
"jangregor/phpstan-prophecy": "^0.8.1",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"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",
|
"saschaegerer/phpstan-typo3": "^0.13.1",
|
||||||
"symplify/easy-coding-standard": "^9.3",
|
"symplify/easy-coding-standard": "^9.3",
|
||||||
"cweagans/composer-patches": "^1.7"
|
"cweagans/composer-patches": "^1.7"
|
||||||
|
|
Loading…
Reference in a new issue