Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Composer] Fixed minimum-stability for 2.1-beta related packages #389

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"php": ">=7.1",
"symfony/symfony": "^3.4",
"jms/translation-bundle": "^1.3.2",
"ezsystems/ezpublish-kernel": "^7.1",
"ezsystems/repository-forms": "^2.1",
"ezsystems/ezplatform-admin-ui-modules": "^1.1",
"ezsystems/ezpublish-kernel": "^7.1@beta",
Copy link
Contributor

@andrerom andrerom Mar 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also be @dev if this package really depend on 7.1 now, same for changes below expect maybe ezsystems/ezplatform-admin-ui-modules which might need to be built like asset repos (?).

@dev is what we would have used if this was done as part of PR that introduced 7.1 dependency.

"ezsystems/repository-forms": "^2.1@beta",
"ezsystems/ezplatform-admin-ui-modules": "^1.1@beta",
"ezsystems/ez-support-tools": "^0.2",
"white-october/pagerfanta-bundle": "^1.1",
"knplabs/knp-menu-bundle": "^2.1"
Expand Down