Updates the requirements on duon/dev to permit the latest version.
Changelog
Sourced from duon/dev's changelog.
3.0.0 (2026年03月21日)
Breaking Changes
- Update
phpunit/phpunitrequirement to^13.0.- Update
ernst/coverlyzerrequirement to^0.3.- Remove
friendsofphp/php-cs-fixer.Added
- Add
carthage-software/magoChanged
- Update
vimeo/psalmrequirement to^6.16.2.5.0 (2026年01月30日)
Breaking Changes
- Removed configuration sync via
Duon\Development\Config(includingConfig::sync()andConfig::prettier()).- Removed the bundled config templates under
cfg/.Changed
- Added
.markdownlint.jsoncto the repository root and simplified themdlintComposer script.- Enforced final newlines via
.editorconfig(insert_final_newline = true).2.4.1 (2026年01月30日)
Changed
- Update Psalm requirement to
^6.15.2.4.0 (2026年01月29日)
Added
- Add
phpunit/phpunit,vimeo/psalm, andernst/coverlyzeras Composer requirements.- Add a License section to the README.
Changed
- Update license text and attribution.
- Update Composer package metadata (author information).
2.3.0 (2026年01月28日)
Breaking Changes
... (truncated)
Commits
8304f05Release 3.0.0aa790a5Add mago to requirements6612faaRemove .prettierrca2ca08eUpdate phpunit/coverlyzer, remove php-cs-fixer411af3fUpdate markdownlint config38c7d61Update CHANGELOG.md7e2b7b2Remove role field from composer.json authorsb14da77Add local config overrides to .gitignore1be1b79Add homepage to composer.json- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Updates the requirements on [duon/dev](https://github.com/duonrun/dev) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/duonrun/dev/blob/main/CHANGELOG.md">duon/dev's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/duonrun/dev/releases/tag/3.0.0">3.0.0</a> (2026年03月21日)</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Update <code>phpunit/phpunit</code> requirement to <code>^13.0</code>.</li>
<li>Update <code>ernst/coverlyzer</code> requirement to <code>^0.3</code>.</li>
<li>Remove <code>friendsofphp/php-cs-fixer</code>.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>carthage-software/mago</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>vimeo/psalm</code> requirement to <code>^6.16</code>.</li>
</ul>
<h2><a href="https://github.com/duonrun/dev/releases/tag/2.5.0">2.5.0</a> (2026年01月30日)</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Removed configuration sync via <code>Duon\Development\Config</code> (including <code>Config::sync()</code> and <code>Config::prettier()</code>).</li>
<li>Removed the bundled config templates under <code>cfg/</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Added <code>.markdownlint.jsonc</code> to the repository root and simplified the <code>mdlint</code> Composer script.</li>
<li>Enforced final newlines via <code>.editorconfig</code> (<code>insert_final_newline = true</code>).</li>
</ul>
<h2><a href="https://github.com/duonrun/dev/releases/tag/2.4.1">2.4.1</a> (2026年01月30日)</h2>
<h3>Changed</h3>
<ul>
<li>Update Psalm requirement to <code>^6.15</code>.</li>
</ul>
<h2><a href="https://github.com/duonrun/dev/releases/tag/2.4.0">2.4.0</a> (2026年01月29日)</h2>
<h3>Added</h3>
<ul>
<li>Add <code>phpunit/phpunit</code>, <code>vimeo/psalm</code>, and <code>ernst/coverlyzer</code> as Composer requirements.</li>
<li>Add a License section to the README.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update license text and attribution.</li>
<li>Update Composer package metadata (author information).</li>
</ul>
<h2><a href="https://github.com/duonrun/dev/releases/tag/2.3.0">2.3.0</a> (2026年01月28日)</h2>
<h3>Breaking Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/duonrun/dev/commit/8304f05f91730b2373a35e587db74676b6649972"><code>8304f05</code></a> Release 3.0.0</li>
<li><a href="https://github.com/duonrun/dev/commit/aa790a54e972fc6b445cf10e912aefdfaa10aeea"><code>aa790a5</code></a> Add mago to requirements</li>
<li><a href="https://github.com/duonrun/dev/commit/6612faafc2e57c354f64b44982b329ad2d8acc84"><code>6612faa</code></a> Remove .prettierrc</li>
<li><a href="https://github.com/duonrun/dev/commit/a2ca08e6c4619bb8b1b1f06fa4225a618186bf56"><code>a2ca08e</code></a> Update phpunit/coverlyzer, remove php-cs-fixer</li>
<li><a href="https://github.com/duonrun/dev/commit/411af3f53ae9487634c8b765794d4dadf4cbd130"><code>411af3f</code></a> Update markdownlint config</li>
<li><a href="https://github.com/duonrun/dev/commit/38c7d616fe385eecd20aafd5911e6bd8bd16297b"><code>38c7d61</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/duonrun/dev/commit/7e2b7b25ff8d5d7838149719e93fb9ce547fabe4"><code>7e2b7b2</code></a> Remove role field from composer.json authors</li>
<li><a href="https://github.com/duonrun/dev/commit/b14da77d24ad3fef94381f997e884f2e4f12638d"><code>b14da77</code></a> Add local config overrides to .gitignore</li>
<li><a href="https://github.com/duonrun/dev/commit/1be1b7990564bf398af9ce392e05dd81df3d8c42"><code>1be1b79</code></a> Add homepage to composer.json</li>
<li>See full diff in <a href="https://github.com/duonrun/dev/compare/2.5.0...3.0.0">compare view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR 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 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.