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

Merge release 0.2.2 into 0.3.x #17

Merged
merged 10 commits into from
Apr 19, 2021

Conversation

github-actions[bot]
Copy link

Release Notes for 0.2.2

0.2.x bugfix release (patch)

0.2.2

  • Total issues resolved: 2
  • Total pull requests resolved: 2
  • Total contributors: 3

Bug

laminas-bot and others added 10 commits September 11, 2020 17:01
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 weierophinney force-pushed the 0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805 branch from afa0d33 to 722e03b Compare April 19, 2021 20:06
@weierophinney weierophinney merged commit c033a1a into 0.3.x Apr 19, 2021
@weierophinney weierophinney deleted the 0.2.x-merge-up-into-0.3.x_5fda22997530e9.37002805 branch April 19, 2021 20:08
@weierophinney weierophinney added this to the 0.3.1 milestone Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants