mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46:09 +01:00
Raise to TYPO3 v13.3 (#118)
This commit is contained in:
parent
f766860d5a
commit
f50cbacdab
2 changed files with 8 additions and 9 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue