Skip to content

Commit 099492f

Browse files
authored
[TASK] Declare TYPO3 v12 and TYPO3 Console v8 compatibility (#9)
Fixes #8
1 parent 72be489 commit 099492f

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
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.4.1",
8-
"helhum/typo3-console": "^7.0",
9-
"typo3/cms-composer-installers": "^3.0 || ^4.0"
8+
"helhum/typo3-console": "^7.0 || ^8.0",
9+
"typo3/cms-composer-installers": "^3.0 || ^4.0 || ^5.0"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)