Skip to content

Commit

Permalink
[Composer] Set metarepo branch for tests and requirements for master …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
mnocon committed Jul 16, 2020
1 parent 255d699 commit 121f226
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 @@ -18,7 +18,7 @@
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"ezsystems/ezplatform-kernel": "~1.1.0@dev",
"ezsystems/ezplatform-kernel": "^1.2@dev",
"symfony/http-kernel": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/routing": "^5.0",
Expand Down Expand Up @@ -46,10 +46,10 @@
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"
},
"extra": {
"_ezplatform_branch_for_behat_tests": "3.1",
"_ezplatform_branch_for_behat_tests": "master",
"branch-alias": {
"dev-tmp_ci_branch": "1.1.x-dev",
"dev-master": "1.1.x-dev"
"dev-tmp_ci_branch": "1.2.x-dev",
"dev-master": "1.2.x-dev"
}
}
}

0 comments on commit 121f226

Please sign in to comment.