Skip to content

Commit c534514

Browse files
tools(deps-dev): Update maglnet/composer-require-checker requirement from 4.7.1 to 4.14.0 in /tools/composer-require-checker (#516)
Updates the requirements on [maglnet/composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maglnet/ComposerRequireChecker/releases">maglnet/composer-require-checker's releases</a>.</em></p> <blockquote> <h2>4.14.0</h2> <h3>Release Notes for <a href="https://github.com/maglnet/ComposerRequireChecker/milestone/58">4.14.0</a></h3> <p>Feature release (minor)</p> <h3>4.14.0</h3> <ul> <li>Total issues resolved: <strong>0</strong></li> <li>Total pull requests resolved: <strong>1</strong></li> <li>Total contributors: <strong>1</strong></li> </ul> <h4>enhancement</h4> <ul> <li><a href="https://redirect.github.com/maglnet/ComposerRequireChecker/pull/554">554: Remove now-unnecessary PHP <code>&amp;lt;8.2</code> code</a> thanks to <a href="https://github.com/fredden"><code>@​fredden</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/b6d5acd89d0de1727c1188157fa99552c39d1dfb"><code>b6d5acd</code></a> Merge pull request <a href="https://redirect.github.com/maglnet/ComposerRequireChecker/issues/554">#554</a> from fredden/chore/drop-php-81-special-cases</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/63a3170dd6283bcd1a92d97e4503fc7cf15ee4aa"><code>63a3170</code></a> Remove now-unnecessary PHP &lt;8.2 code</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/abb36cbc7b221e3892a44a4d388b165ec987768c"><code>abb36cb</code></a> Update dependency phpstan/phpstan to ^1.12.10</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/0ddd6e333846bd43ab03fa06c0d00d42f482927c"><code>0ddd6e3</code></a> Update dependency phpstan/phpstan to ^1.12.9</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/e164b7bca379638823d33e79da73879a646e38b3"><code>e164b7b</code></a> Lock file maintenance</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/58864e32660b46c27fb1077cbcaf9e090421de29"><code>58864e3</code></a> Lock file maintenance</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/a00132c87399f5b35d1ae961ba7c6c6bfcaeee87"><code>a00132c</code></a> Lock file maintenance</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/2f5c4a215d890736254ed308d2387d0fb7c15be4"><code>2f5c4a2</code></a> Update dependency phpstan/phpstan to ^1.12.8</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/970801c3643e9516eba0ee3b0410962bfe1e86d7"><code>970801c</code></a> Lock file maintenance</li> <li><a href="https://github.com/maglnet/ComposerRequireChecker/commit/f79fa0c11890a533083cab3931c043f53f4611de"><code>f79fa0c</code></a> Lock file maintenance</li> <li>Additional commits viewable in <a href="https://github.com/maglnet/ComposerRequireChecker/compare/4.7.1...4.14.0">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent 4f32862 commit c534514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/composer-require-checker/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "metapackage",
44
"description": "composer-require-checker",
55
"require-dev": {
6-
"maglnet/composer-require-checker": "4.7.1",
6+
"maglnet/composer-require-checker": "4.7.1 || 4.14.0",
77
"roave/security-advisories": "dev-latest"
88
},
99
"config": {

0 commit comments

Comments
 (0)