diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7afa47d..81803b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -114,10 +114,10 @@ jobs: typo3-version: '^12.4' - db-version: '8' php-version: '8.2' - typo3-version: '^13.2' + typo3-version: '^13.3' - db-version: '8' php-version: '8.3' - typo3-version: '^13.2' + typo3-version: '^13.3' steps: - uses: actions/checkout@v4 @@ -167,9 +167,9 @@ jobs: - php-version: '8.3' typo3-version: '^12.4' - php-version: '8.2' - typo3-version: '^13.2' + typo3-version: '^13.3' - php-version: '8.3' - typo3-version: '^13.2' + typo3-version: '^13.3' steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index b3e1211..26fc52f 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ "psr/http-server-middleware": "^1.0", "symfony/console": "^5.2 || ^6.1 || ^7.0", "symfony/expression-language": "^5.2 || ^6.1 || ^7.0", - "typo3/cms-backend": "^12.4 || ^13.2", - "typo3/cms-core": "^12.4 || ^13.2", - "typo3/cms-dashboard": "^12.4 || ^13.2" + "typo3/cms-backend": "^12.4 || ^13.3", + "typo3/cms-core": "^12.4 || ^13.3", + "typo3/cms-dashboard": "^12.4 || ^13.3" }, "require-dev": { "codappix/typo3-php-datasets": "^1.5", @@ -44,7 +44,7 @@ "friendsofphp/php-cs-fixer": "^3.14", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^10.5", "saschaegerer/phpstan-typo3": "^1.10", "typo3/testing-framework": "^8.0.9" }, @@ -58,7 +58,6 @@ }, "extra": { "typo3/cms": { - "app-dir": ".Build", "extension-key": "tracking", "web-dir": ".Build/web" }