Skip to content

Commit

Permalink
[composer] Set dependencies for 1.0.14 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 21, 2022
1 parent ac7d634 commit 270ba85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=7.1",
"ezsystems/ezpublish-kernel": "^7.5@dev",
"ezsystems/ezpublish-kernel": "^7.5",
"ocramius/proxy-manager": "~1.0 || ~2.0",
"symfony/proxy-manager-bridge": "^2.8.40 || ^3.4.11",
"zetacomponents/system-information": "^1.1.1",
"ezsystems/ezplatform-admin-ui": "^1.5@dev"
"ezsystems/ezplatform-admin-ui": "^1.5"
},
"require-dev": {
"ezsystems/ezplatform-code-style": "^0.1.0",
Expand All @@ -36,4 +36,4 @@
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml"
}
}
}

0 comments on commit 270ba85

Please sign in to comment.