diff --git a/.gitlab/pipeline/jobs/func-php7.2-v10.yml b/.gitlab/pipeline/jobs/func-php7.2-v10.yml index 37d9b8d..c1f8b21 100644 --- a/.gitlab/pipeline/jobs/func-php7.2-v10.yml +++ b/.gitlab/pipeline/jobs/func-php7.2-v10.yml @@ -7,5 +7,5 @@ func-php7.2-v10: needs: - php-lint-php7.2 script: - - composer require --prefer-dist --no-progress typo3/minimal:"^10.4" + - composer require --prefer-dist --no-progress typo3/cms-core:"^10.4" - wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional diff --git a/.gitlab/pipeline/jobs/func-php7.3-v10.yml b/.gitlab/pipeline/jobs/func-php7.3-v10.yml index 4432c82..b2f6bfe 100644 --- a/.gitlab/pipeline/jobs/func-php7.3-v10.yml +++ b/.gitlab/pipeline/jobs/func-php7.3-v10.yml @@ -8,5 +8,5 @@ func-php7.3-v10: - build-composer-dependencies - php-lint-php7.3 script: - - composer require --no-progress typo3/minimal:"^10.4" + - composer require --no-progress typo3/cms-core:"^10.4" - wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional diff --git a/.gitlab/pipeline/jobs/func-php7.4-v10.yml b/.gitlab/pipeline/jobs/func-php7.4-v10.yml index 0df7018..61ee8cd 100644 --- a/.gitlab/pipeline/jobs/func-php7.4-v10.yml +++ b/.gitlab/pipeline/jobs/func-php7.4-v10.yml @@ -8,5 +8,5 @@ func-php7.4-v10: - build-composer-dependencies - php-lint-php7.4 script: - - composer require --no-progress typo3/minimal:"^10.4" + - composer require --no-progress typo3/cms-core:"^10.4" - wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional diff --git a/.gitlab/pipeline/jobs/unit-php7.2-v10.yml b/.gitlab/pipeline/jobs/unit-php7.2-v10.yml index 15a32a5..a15ba1d 100644 --- a/.gitlab/pipeline/jobs/unit-php7.2-v10.yml +++ b/.gitlab/pipeline/jobs/unit-php7.2-v10.yml @@ -5,5 +5,5 @@ unit-php7.2-v10: needs: - php-lint-php7.2 script: - - composer require --prefer-dist --no-progress typo3/minimal:"^10.4" + - composer require --prefer-dist --no-progress typo3/cms-core:"^10.4" - composer ci:tests:unit diff --git a/.gitlab/pipeline/jobs/unit-php7.3-v10.yml b/.gitlab/pipeline/jobs/unit-php7.3-v10.yml index f6e9243..cf39fe7 100644 --- a/.gitlab/pipeline/jobs/unit-php7.3-v10.yml +++ b/.gitlab/pipeline/jobs/unit-php7.3-v10.yml @@ -6,5 +6,5 @@ unit-php7.3-v10: - build-composer-dependencies - php-lint-php7.3 script: - - composer require --no-progress typo3/minimal:"^10.4" + - composer require --no-progress typo3/cms-core:"^10.4" - composer ci:tests:unit diff --git a/.gitlab/pipeline/jobs/unit-php7.4-v10.yml b/.gitlab/pipeline/jobs/unit-php7.4-v10.yml index 4a066af..c8a56eb 100644 --- a/.gitlab/pipeline/jobs/unit-php7.4-v10.yml +++ b/.gitlab/pipeline/jobs/unit-php7.4-v10.yml @@ -6,5 +6,5 @@ unit-php7.4-v10: - build-composer-dependencies - php-lint-php7.4 script: - - composer require --no-progress typo3/minimal:"^10.4" + - composer require --no-progress typo3/cms-core:"^10.4" - composer ci:tests:unit diff --git a/CHANGELOG.md b/CHANGELOG.md index 848cdb3..da962c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Changed - Use CamelCase for the TsConfig folder (#522) -- Stop using the `typo3/minimal` package on CI (#520) +- Stop using the `typo3/minimal` package on CI (#520, #531) - Update to Composer 2.4 (#513) - Change the default indentation for rst files to 4 spaces (#194)