Skip to content

Commit 5ae0d72

Browse files
authored
Merge pull request #18 from alexanderschnitzler/patch-1
Allow installation with TYPO3 13
2 parents 250ac5e + 63f6de8 commit 5ae0d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.1",
1919
"symfony/yaml": "^6 || ^7",
20-
"typo3/cms-core": "^12",
20+
"typo3/cms-core": "^12 || ^13",
2121
"ext-json": "*"
2222
},
2323
"extra": {

0 commit comments

Comments
 (0)