Skip to content

Commit

Permalink
Synchronized 2.3 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Feb 5, 2021
1 parent c5639f7 commit 9c17664
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ezsystems/ezplatform-query-fieldtype",
"description": "An eZ Platform Field Type that defines a query.",
"type": "ezplatform-bundle",
"license": "GPL-2.0",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Bertrand Dunogier",
Expand All @@ -16,11 +16,11 @@
"require": {
"php": "^7.3",
"ext-json": "*",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-admin-ui": "~2.3.0@dev",
"ezsystems/ezplatform-content-forms": "~1.3.0@dev",
"ezsystems/ezplatform-graphql": "~2.3.0@dev",
"ezsystems/ezplatform-rest": "~1.3.0@dev",
"ezsystems/ezplatform-kernel": "~1.3.0@dev",
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
Expand Down Expand Up @@ -55,8 +55,8 @@
"extra": {
"_ezplatform_branch_for_behat_tests": "master",
"branch-alias": {
"dev-tmp_ci_branch": "3.0.x-dev",
"dev-master": "3.0.x-dev"
"dev-tmp_ci_branch": "2.3.x-dev",
"dev-2.1": "2.3.x-dev"
}
}
}
}

0 comments on commit 9c17664

Please sign in to comment.