Skip to content

Commit 8a1b165

Browse files
authored
Merge pull request #13 from RostyslavMatviyiv/master
[TASK] Migrate to TYPO3 11
2 parents 6bd766d + 92c41c8 commit 8a1b165

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
composer.lock
2-
vendor
2+
vendor
3+
.idea

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"require": {
1818
"php": ">=7.2 <7.5",
19-
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
20-
"typo3/cms-core": "^9.0 || ^10.0",
21-
"helhum/typo3-console": "^5.0 || ^6.0",
19+
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
20+
"typo3/cms-core": "^9.0 || ^10.0 || ^11.0",
21+
"helhum/typo3-console": "^5.0 || ^6.0 || ^7.0",
2222
"ext-json": "*"
2323
}
2424
}

0 commit comments

Comments
 (0)