Skip to content

Commit f5e71a0

Browse files
Merge pull request #73 from oliverklee/task/typo3-11-lts
[TASK] Bump the TYPO3 11 dependecy to the 11LTS version (11.5)
2 parents 8031a3a + 0fae142 commit f5e71a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"php": "^7.2 || ^8.0",
1010
"phpstan/phpstan": "^1.8",
1111
"nikic/php-parser": ">= 4.13",
12-
"typo3/cms-core": "^9.5 || ^10.4 || ^11.2",
13-
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.2"
12+
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5",
13+
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5"
1414
},
1515
"require-dev": {
1616
"consistence-community/coding-standard": "^3.10",

0 commit comments

Comments
 (0)