Skip to content

Commit

Permalink
[BUGFIX] Prevent incompatibility with symfony/console v7
Browse files Browse the repository at this point in the history
Resolves #111
  • Loading branch information
mabolek committed Feb 14, 2024
1 parent c2ee393 commit 6219e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-pdo": "*",
"symfony/console": "^6.4",
"symfony/polyfill-php81": "^1.28",
"typo3/cms-core": "^11.5.8 || ^12.4.6",
"typo3/cms-fluid": "^11.5.8 || ^12.4.6",
Expand Down

0 comments on commit 6219e4e

Please sign in to comment.