Skip to content

Commit

Permalink
[Composer] Set metarepo branch for tests and requirements for 2.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Nocoń committed Apr 15, 2020
1 parent 6593ac9 commit c4cb63d
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.3",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-kernel": "~1.0.0@dev",
"ezsystems/ezplatform-rest": "~1.0.0@dev",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache": "^2.9",
"symfony/http-foundation": "^5.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
"extra": {
"_ezplatform_branch_for_behat_tests": "master",
"_ezplatform_branch_for_behat_tests": "3.0",
"branch-alias": {
"dev-master": "2.0.x-dev",
"dev-tmp_ci_branch": "2.0.x-dev"
Expand Down

0 comments on commit c4cb63d

Please sign in to comment.