Skip to content

Commit

Permalink
[composer] Set dependencies for 1.5.14 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Apr 28, 2022
1 parent 249b1a0 commit c977b38
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "ezsystems/ezplatform-admin-ui-modules",
"description": "External assets dependencies for EzPlatform AdminUI",
"license": "GPL-2.0-only",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
"name": "ezsystems/ezplatform-admin-ui-modules",
"description": "External assets dependencies for EzPlatform AdminUI",
"license": "GPL-2.0-only",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
}
],
"require": {
"symfony/symfony": "^3.4"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiModulesBundle\\": "/"
}
},
"extra": {
"_ezplatform_branch_for_behat_tests": "2.5",
"branch-alias": {
"dev-master": "1.5.x-dev",
"dev-tmp_ci_branch": "1.5.x-dev"
}
}
],
"require": {
"symfony/symfony": "^3.4"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiModulesBundle\\": "/"
}
},
"extra": {
"_ezplatform_branch_for_behat_tests": "2.5",
"branch-alias": {
"dev-master": "1.5.x-dev",
"dev-tmp_ci_branch": "1.5.x-dev"
}
}
}
}

0 comments on commit c977b38

Please sign in to comment.