Skip to content

Commit

Permalink
[composer] Set dependencies for 1.5.28 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Apr 28, 2022
1 parent 6bb3849 commit 0765e72
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,27 @@
"description": "eZ Platform Admin v2",
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/"
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/"
}
},
"autoload-dev": {
"psr-4": { "EzSystems\\EzPlatformAdminUi\\Tests\\": "src/lib/Tests" }
"psr-4": {
"EzSystems\\EzPlatformAdminUi\\Tests\\": "src/lib/Tests"
}
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"symfony/symfony": "^3.4",
"jms/translation-bundle": "^1.3.2",
"ezsystems/ezpublish-kernel": "^7.5.6@dev",
"ezsystems/repository-forms": "^2.5@dev",
"ezsystems/ezplatform-admin-ui-modules": "^1.5@dev",
"ezsystems/ez-support-tools": "^1.0@dev",
"ezsystems/ezplatform-design-engine": "^2.0@dev",
"ezsystems/ezplatform-user": "^1.0@dev",
"ezsystems/ezplatform-richtext": "^1.1.5@dev",
"ezsystems/ezpublish-kernel": "^7.5.6",
"ezsystems/repository-forms": "^2.5",
"ezsystems/ezplatform-admin-ui-modules": "^1.5",
"ezsystems/ez-support-tools": "^1.0",
"ezsystems/ezplatform-design-engine": "^2.0",
"ezsystems/ezplatform-user": "^1.0",
"ezsystems/ezplatform-richtext": "^1.1.5",
"white-october/pagerfanta-bundle": "^1.1",
"knplabs/knp-menu-bundle": "^2.1",
"mck89/peast": "^1.8",
Expand All @@ -48,4 +50,4 @@
"dev-master": "1.5.x-dev"
}
}
}
}

0 comments on commit 0765e72

Please sign in to comment.