-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update dependency maglnet/composer-require-checker to v4 #33
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
349e491
to
71a0e10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maglnet/composer-require-checker[4.0.0, ..., 4.1.0] require php ^8.0
Seems self-explanatory: this will only ever get merged if/when we drop PHP 7.4 support.
71a0e10
to
37192ad
Compare
37192ad
to
a7ede38
Compare
@@ -36,7 +36,7 @@ | |||
"require-dev": { | |||
"infection/infection": "^0.26.6", | |||
"laminas/laminas-coding-standard": "~2.3.0", | |||
"maglnet/composer-require-checker": "^3.8.0", | |||
"maglnet/composer-require-checker": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package requires PHP ^8.0
to function: https://github.com/maglnet/ComposerRequireChecker/blob/baa11a4e9e5072117e3d180ef16c07036cafa4a2/composer.json#L29
I think our safest bet would be to remove it from here, and let our CI setup deal with this sort of upgrade perhaps?
34411ad
to
c89b181
Compare
c89b181
to
e6c6101
Compare
af06160
to
728a917
Compare
36a0cfd
to
7f2f3c1
Compare
7f2f3c1
to
9c97cf9
Compare
833b5c9
to
e7076fb
Compare
3fa4217
to
f99160f
Compare
ab216be
to
990a6ac
Compare
1825e61
to
52755cd
Compare
c210500
to
75f044a
Compare
7d510e9
to
a2e6c1d
Compare
893ef40
to
074606f
Compare
5df4966
to
7ff1760
Compare
| datasource | package | from | to | | ---------- | -------------------------------- | ----- | ----- | | packagist | maglnet/composer-require-checker | 3.8.0 | 4.2.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
7ff1760
to
4172b00
Compare
Closing here: to be handled in #35 |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^3.8.0
->^4.0.0
Release Notes
maglnet/ComposerRequireChecker
v4.2.0
Compare Source
Release Notes for 4.2.0
Feature release (minor)
4.2.0
enhancement
v4.1.0
Compare Source
Release Notes for 4.1.0
Feature release (minor)
4.1.0
enhancement
json
to core extensions and minor improvements thanks to @vjikdependencies,enhancement
composer/composer:2.2.0
compatibility thanks to @ruudkv4.0.0
Compare Source
Release Notes for 4.0.0
Backwards incompatible release (major)
This release introduces analysis for property types, which are to be considered "used symbols", and therefore should be checked by this tool: this addition is considered backwards-incompatible, since it may lead this tool to behave differently on codebases that would previously pass all pre-existing checks.
4.0.0
Total issues resolved: 1
Total pull requests resolved: 7
Total contributors: 4
341: Fix typo in readme thanks to @simPod
enhancement
3.9.x
branch thanks to @Ocramiusdependencies,enhancement
dependencies,duplicate,enhancement
bc break,enhancement
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.