Skip to content

Commit

Permalink
[composer] Set dependencies for 1.5.29 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Nov 10, 2022
1 parent 16590ec commit 7c6a285
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,28 @@
"description": "eZ Platform Admin v2",
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/",
"Ibexa\\AdminUi\\": "src/lib/"
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/",
"Ibexa\\AdminUi\\": "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 @@ -49,4 +51,4 @@
"dev-master": "1.5.x-dev"
}
}
}
}

0 comments on commit 7c6a285

Please sign in to comment.