Raise to TYPO3 v13.3 (#118)

This commit is contained in:
Daniel Siepmann 2024-09-17 17:16:42 +02:00 committed by GitHub
parent f766860d5a
commit f50cbacdab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View file

@ -114,10 +114,10 @@ jobs:
typo3-version: '^12.4' typo3-version: '^12.4'
- db-version: '8' - db-version: '8'
php-version: '8.2' php-version: '8.2'
typo3-version: '^13.2' typo3-version: '^13.3'
- db-version: '8' - db-version: '8'
php-version: '8.3' php-version: '8.3'
typo3-version: '^13.2' typo3-version: '^13.3'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -167,9 +167,9 @@ jobs:
- php-version: '8.3' - php-version: '8.3'
typo3-version: '^12.4' typo3-version: '^12.4'
- php-version: '8.2' - php-version: '8.2'
typo3-version: '^13.2' typo3-version: '^13.3'
- php-version: '8.3' - php-version: '8.3'
typo3-version: '^13.2' typo3-version: '^13.3'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View file

@ -34,9 +34,9 @@
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"symfony/console": "^5.2 || ^6.1 || ^7.0", "symfony/console": "^5.2 || ^6.1 || ^7.0",
"symfony/expression-language": "^5.2 || ^6.1 || ^7.0", "symfony/expression-language": "^5.2 || ^6.1 || ^7.0",
"typo3/cms-backend": "^12.4 || ^13.2", "typo3/cms-backend": "^12.4 || ^13.3",
"typo3/cms-core": "^12.4 || ^13.2", "typo3/cms-core": "^12.4 || ^13.3",
"typo3/cms-dashboard": "^12.4 || ^13.2" "typo3/cms-dashboard": "^12.4 || ^13.3"
}, },
"require-dev": { "require-dev": {
"codappix/typo3-php-datasets": "^1.5", "codappix/typo3-php-datasets": "^1.5",
@ -44,7 +44,7 @@
"friendsofphp/php-cs-fixer": "^3.14", "friendsofphp/php-cs-fixer": "^3.14",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^10.5",
"saschaegerer/phpstan-typo3": "^1.10", "saschaegerer/phpstan-typo3": "^1.10",
"typo3/testing-framework": "^8.0.9" "typo3/testing-framework": "^8.0.9"
}, },
@ -58,7 +58,6 @@
}, },
"extra": { "extra": {
"typo3/cms": { "typo3/cms": {
"app-dir": ".Build",
"extension-key": "tracking", "extension-key": "tracking",
"web-dir": ".Build/web" "web-dir": ".Build/web"
} }