Skip to content

Commit 7618b10

Browse files
committed
[BUGFIX] Fix minimum dependencies
These are required to work properly
1 parent 83c5308 commit 7618b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": {
1212
"php": ">=8.1",
1313
"ext-json": "*",
14-
"helhum/config-loader": ">=0.12.4 <0.13",
15-
"helhum/typo3-console": "^8.0",
14+
"helhum/config-loader": ">=0.12.5 <0.13",
15+
"helhum/typo3-console": "^8.1.1",
1616
"symfony/console": "^5.4 || ^6.4 || ^7.0",
1717
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
1818
"typo3/cms-composer-installers": "^4.0@rc || >=5.0",

0 commit comments

Comments
 (0)