Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanheimes committed Jun 21, 2022
1 parent 6287cb8 commit e7aa0bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"require": {
"php":"^7.2",
"contao-community-alliance/dc-general": "^2.2@dev",
"contao-community-alliance/dc-general": "^2.2",
"contao-community-alliance/url-builder": "~1.1",
"contao-community-alliance/translator": "^2.1",
"contao-community-alliance/translator": "^2.2",
"contao/core-bundle": "^4.9",
"symfony/event-dispatcher": "4.4.*"
},
Expand All @@ -46,8 +46,8 @@
"extra":{
"contao-manager-plugin": "ContaoCommunityAlliance\\DcGeneral\\ContaoFrontend\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-release/2.2.0": "2.2.x-dev"
"dev-support/2.1.x": "2.1.x-dev",
"dev-master": "2.2.x-dev"
}
},
"config": {
Expand Down

0 comments on commit e7aa0bb

Please sign in to comment.