-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Merge release 0.2.2 into 0.3.x #17
Merged
weierophinney
merged 10 commits into
0.3.x
from
0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805
Apr 19, 2021
Merged
Merge release 0.2.2 into 0.3.x #17
weierophinney
merged 10 commits into
0.3.x
from
0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805
Apr 19, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the CHANGELOG.md file to add a changelog entry for a new 0.2.2 version.
Since 2.0 now exists. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
V1 provided a default for the `Composer\Installer::setUpdate()` methods sole argument, with a value of `true`. As the argument is now non-optional in v2 releases, we need to provide it explicitly. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Composer v2 only supports PHP 7.1+. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
…n prompt Composer v1 allows a string or an array of strings as the first argument to `IOInterface::ask()`. However, Composer v2 does not, and delegates directly to a symfony/console `Question` instance, which requires specifically a string. Since we always passed an array with a single string, it was safe to change these values to strings throughout. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Updates the CHANGELOG.md to set the release date.
Updates the CHANGELOG.md file to add a changelog entry for a new 0.2.3 version.
Conflicts: .travis.yml CHANGELOG.md composer.json src/OptionalPackagesInstaller.php test/OptionalPackagesInstallerTest.php
weierophinney
force-pushed
the
0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805
branch
from
April 19, 2021 20:06
afa0d33
to
722e03b
Compare
weierophinney
deleted the
0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805
branch
April 19, 2021 20:08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 0.2.2
0.2.x bugfix release (patch)
0.2.2
Bug