dereuromark/composer-prefer-lowest
Checks prefer-lowest more strictly. Add-on for CI.
0.1.10
585K downloads/mo
#3991 most downloaded on Packagist
dereuromark/composer-prefer-lowest
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.2 years
Nearly every release is documented
notes for 10 of 11 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
11 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Jan 2019 to Nov 2021Releases
latest 11-
0.1.1002 Nov 2021Release notes
Open source →Improvements
Support
"composer/semver": "^1.4 || ^2.0 || ^3.0"Note: Now PHP 7.3+
-
0.1.912 Oct 2021Release notes
Open source →Improvements
Support a min/max range of e.g.
"^4.2.12 < 4.3.0 || ^4.3.8 || ^5.0.0".
The first is internally translated to"[== 4.2.12.0 < 4.3.0.0-dev]"and therefore needs special treatment. -
0.1.808 Sep 2021Release notes
Open source →Improvements
PHP 7.2+ with types added and PHP 8 checking in CI.
From using side nothing should change or be an issue if you use a high enough PHP version to run this tool. -
0.1.728 Jun 2020 -
0.1.615 Apr 2020 -
0.1.529 Mar 2020Release notes
Open source →Fixes
- Fixed tool to not error on unknown require packages.
- Beta and other suffixes do not false-positive anymore.
-
0.1.404 Dec 2019Release notes
Open source →Improvements
Add
--majors-only/-moption to be able to only fail on major issues. -
0.1.304 Feb 2019Release notes
Open source →Bugfixes
Skip also
dev-...aliased branches. We are mainly interested in stable releases here. -
0.1.205 Jan 2019Release notes
Open source →Improvements
When declared both in require and require-dev, this issues just a warning, not an error.
The build will not fail, as this seems to be intentional (to make prefer-lowest pass here).
Still a valid warning, as this way it is impossible to test the promised minimum.
Consider injecting the require-dev dependency in Travis more dynamically where needed. -
0.1.103 Jan 2019 -
0.1.003 Jan 2019Nothing published for this version