pusher
pusher copied to clipboard
Bump jean85/pretty-package-versions from 1.2 to 1.5.1
Bumps jean85/pretty-package-versions from 1.2 to 1.5.1.
Release notes
Sourced from jean85/pretty-package-versions's releases.
1.5.1
Added
- PHP 8 support (#28)
1.5.0
This release is intended to change the future release plan of this package. Please require the package with
^1.5 || ^2.0to ensure full functionalities and future Composer 2 compatibility.Added
- Add
PrettyVersions::getRootPackageNameas a compatibility layer to be used in place ofPackageVersions\Versions::ROOT_PACKAGE_NAME, which would be a transient dependency (#23)- Add
PrettyVersions::getRootPackageVersion, a shortcut toPrettyVersions::getVersion(PrettyVersions::getRootPackageName())(#23)Changed
1.4.0
Removed
- Drop support for Composer 1
- Drop dependency on any package
- Drop Scrutinizer, use Codecov for test coverage
1.3.0
Changed
- Switched dependency from
ocramius/package-versionsto its forkcomposer/package-versions-deprecated, to ensure compatibility with both PHP 7.* and Composer 2 (see #13, thanks @dereuromark and @seldaek)
Changelog
Sourced from jean85/pretty-package-versions's changelog.
[1.5.1] - 2020-09-14
Added
- PHP 8 support (#28)
[1.5] - 2020-06-23
This release is intended to change the future release plan of this package. Please require the package with
^1.5 || ^2.0to ensure full functionalities and future Composer 2 compatibility.Added
- Add
PrettyVersions::getRootPackageNameas a compatibility layer to be used in place ofPackageVersions\Versions::ROOT_PACKAGE_NAME, which would be a transient dependency (#23)- Add
PrettyVersions::getRootPackageVersion, a shortcut toPrettyVersions::getVersion(PrettyVersions::getRootPackageName())(#23)Changed
[1.4] - 2020-04-28
Removed
- Drop support for Composer 1
- Drop dependency on any package
- Drop Scrutinizer, use Codecov for test coverage
[1.3] - 2020-04-24
Changed
- Switched dependency from
ocramius/package-versionsto its forkcomposer/package-versions-deprecated, to ensure compatibility with both PHP 7.* and Composer 2 (see #13, thanks @dereuromark and @seldaek)
Commits
a917488Update badges on readme408d285Test on PHP 8.0 (#28)a3a78dfMerge pull request #27 from Jean85/test-github-actions5957cbdFix coverage reporting; make CI fail if it doesn't work2677575Disable action here88f9fe1Reformat YAML0d52f4eEnable actions on this branche33c057Remove composer.lock to fix Actions51e36dbAdd Codecov GitHub action90faf61Merge pull request #26 from TomasVotruba/ci-github-actions- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.