Skip to content

Commit

Permalink
[composer] Set dependencies for 2.5.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 21, 2022
1 parent 472c255 commit e2bb226
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "ezsystems/ezplatform-ee-installer",
"description": "Installer for eZ Platform Enterprise Edition",
"license": "proprietary",
"authors": [
{
"name": "eZ Platform dev-team",
"homepage": "https://github.com/ezsystems/ezplatform-ee-installer/graphs/contributors"
"name": "ezsystems/ezplatform-ee-installer",
"description": "Installer for eZ Platform Enterprise Edition",
"license": "proprietary",
"authors": [
{
"name": "eZ Platform dev-team",
"homepage": "https://github.com/ezsystems/ezplatform-ee-installer/graphs/contributors"
}
],
"require": {
"ezsystems/ezpublish-kernel": "^7.5"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformEnterpriseEditionInstallerBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
}
],
"require": {
"ezsystems/ezpublish-kernel": "^7.5"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformEnterpriseEditionInstallerBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
}
}
}

0 comments on commit e2bb226

Please sign in to comment.