diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99e2b1a..27b9114 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/Documentation/Changelog/1.1.4.rst b/Documentation/Changelog/1.1.4.rst new file mode 100644 index 0000000..f6e2729 --- /dev/null +++ b/Documentation/Changelog/1.1.4.rst @@ -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 diff --git a/composer.json b/composer.json index 4b8db38..a0fa003 100644 --- a/composer.json +++ b/composer.json @@ -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"