Skip to content

Commit

Permalink
[!!!][TASK] add cli aware configuration manager dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkmann committed Dec 9, 2024
1 parent 0ecbdc7 commit 522117a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
],
"require": {
"ext-json": "*",
"php": "^8.1 || ^8.2",
"typo3/cms-backend": "^12.4 || ^13.2",
"typo3/cms-core": "^12.4 || ^13.2",
"typo3/cms-extbase": "^12.4 || ^13.2",
"php": "^8.2",
"typo3/cms-backend": " ^13.2",
"typo3/cms-core": "^13.2",
"typo3/cms-extbase": "^13.2",
"undkonsorten/extbase-cli-aware-configuration-manager": "^0.1",
"symfony/console": "^5.4 || ^6.0 || ^7"
},
"suggest": {
Expand All @@ -54,7 +55,7 @@
"extension-key": "taskqueue"
},
"branch-alias":{
"dev-main": "9.1.x-dev"
"dev-main": "10.0.x-dev"
}
}
}

0 comments on commit 522117a

Please sign in to comment.