Skip to content

Commit

Permalink
[composer] Set dependencies for 1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Dec 21, 2021
1 parent acae838 commit 351c966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"ezsystems/ezpublish-kernel": "^7.5@dev",
"ezsystems/ezpublish-kernel": "^7.5",
"friendsofsymfony/http-cache-bundle": "^1.3.16",
"friendsofsymfony/http-cache": "^1.4.5",
"symfony/symfony": "^3.4.37"
Expand Down Expand Up @@ -42,9 +42,9 @@
"extra": {
"_ezplatform_branch_for_behat_tests": "2.5",
"branch-alias": {
"dev-1.0": "1.0.x-dev",
"dev-1.0": "1.0",
"dev-master": "2.0.x-dev",
"dev-tmp_ci_branch": "1.0.x-dev"
"dev-tmp_ci_branch": "1.0"
}
}
}

0 comments on commit 351c966

Please sign in to comment.