Skip to content

Commit c977b38

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 1.5.14 release.
1 parent 249b1a0 commit c977b38

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "ezsystems/ezplatform-admin-ui-modules",
3-
"description": "External assets dependencies for EzPlatform AdminUI",
4-
"license": "GPL-2.0-only",
5-
"authors": [
6-
{
7-
"name": "eZ dev-team & eZ Community",
8-
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
2+
"name": "ezsystems/ezplatform-admin-ui-modules",
3+
"description": "External assets dependencies for EzPlatform AdminUI",
4+
"license": "GPL-2.0-only",
5+
"authors": [
6+
{
7+
"name": "eZ dev-team & eZ Community",
8+
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
9+
}
10+
],
11+
"require": {
12+
"symfony/symfony": "^3.4"
13+
},
14+
"autoload": {
15+
"psr-4": {
16+
"EzSystems\\EzPlatformAdminUiModulesBundle\\": "/"
17+
}
18+
},
19+
"extra": {
20+
"_ezplatform_branch_for_behat_tests": "2.5",
21+
"branch-alias": {
22+
"dev-master": "1.5.x-dev",
23+
"dev-tmp_ci_branch": "1.5.x-dev"
24+
}
925
}
10-
],
11-
"require": {
12-
"symfony/symfony": "^3.4"
13-
},
14-
"autoload": {
15-
"psr-4": {
16-
"EzSystems\\EzPlatformAdminUiModulesBundle\\": "/"
17-
}
18-
},
19-
"extra": {
20-
"_ezplatform_branch_for_behat_tests": "2.5",
21-
"branch-alias": {
22-
"dev-master": "1.5.x-dev",
23-
"dev-tmp_ci_branch": "1.5.x-dev"
24-
}
25-
}
26-
}
26+
}

0 commit comments

Comments
 (0)