Skip to content

Commit e9986de

Browse files
authored
chore(deps): update opis/json-schema requirement from 2.4.1 to 2.6.0 in /tools/src/test/php (#707)
Updates the requirements on [opis/json-schema](https://github.com/opis/json-schema) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opis/json-schema/releases">opis/json-schema's releases</a>.</em></p> <blockquote> <h2>v2.6.0</h2> <ul> <li>improved string length calculation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opis/json-schema/commit/8458763e0dd0b6baa310e04f1829fc73da4e8c8a"><code>8458763</code></a> Improved string length calculation (<a href="https://redirect.github.com/opis/json-schema/issues/158">#158</a>)</li> <li><a href="https://github.com/opis/json-schema/commit/1c59bfd514856a98c01ad0c121f6b915576f9198"><code>1c59bfd</code></a> PHP 8.5 compatibility (<a href="https://redirect.github.com/opis/json-schema/issues/156">#156</a>)</li> <li><a href="https://github.com/opis/json-schema/commit/b20e989dce3a7d25e477236fe81d11bf31d47599"><code>b20e989</code></a> Updated AbstractTest.php</li> <li>See full diff in <a href="https://github.com/opis/json-schema/compare/2.4.1...2.6.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>
2 parents 3a66061 + af9d971 commit e9986de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/test/php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ext-dom": "*",
66
"ext-json": "*",
77
"ext-libxml": "*",
8-
"opis/json-schema": "2.4.1"
8+
"opis/json-schema": "2.6.0"
99
},
1010
"require-dev": {
1111
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)