Skip to content

Commit 4efd710

Browse files
Merge #221
221: Update meilisearch/meilisearch-php requirement from ^0.26.1 to ^0.27.0 r=brunoocasali a=dependabot[bot] Updates the requirements on [meilisearch/meilisearch-php](https://github.com/meilisearch/meilisearch-php) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-php/releases">meilisearch/meilisearch-php's releases</a>.</em></p> <blockquote> <h2>v0.27.0 🐘</h2> <p>⚠️ This release has nothing new, and it is just a tag to mark the previous release <code>v0.26.1</code> as breaking, so <code>v0.27.0</code>.</p> <p>You should be careful because every occurrence of <code>MeiliSearch</code>, even in the file names were changed to <code>Meilisearch</code>.</p> <p>More details in the comments section <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/pull/441">here</a> and <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/pull/431">here</a>.</p> <hr /> <p><em>Original changelog from <code>v0.26.1</code>:</em></p> <h2>🚀 Enhancements</h2> <ul> <li>Change casing of <code>MeiliSearch</code> to <code>Meilisearch</code> (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/431">#431</a>) <a href="https://github.com/mmachatschek"><code>`@​mmachatschek</code></a></li>` </ul> <p>⚠️ If you handle <code>::class</code> directly, a change is required, as pointed out <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/pull/431#issuecomment-1365760201">meilisearch/meilisearch-php#431</a></p> <p>Thanks again to <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a>` and <a href="https://github.com/mmachatschek"><code>`@​mmachatschek</code></a>!` 🎉</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/meilisearch-php/commit/e95db9ed85a45dcd831573979bf1d42cb99b9b3b"><code>e95db9e</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/444">#444</a></li> <li><a href="https://github.com/meilisearch/meilisearch-php/commit/ed19bf108729c0ce15e382f4587c12ec3856b6f3"><code>ed19bf1</code></a> Update the version for the next release (v0.27.0)</li> <li><a href="https://github.com/meilisearch/meilisearch-php/commit/06ef5e064910d1aa966a625a8d4c6c4a01e112ab"><code>06ef5e0</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/434">#434</a></li> <li><a href="https://github.com/meilisearch/meilisearch-php/commit/15898e0c6c580efefdb067a5aa6b8f42d4b6438a"><code>15898e0</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/meilisearch/meilisearch-php/compare/v0.26.1...v0.27.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` 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 672c1aa + 21036d0 commit 4efd710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.4|^8.0",
2222
"ext-json": "*",
2323
"doctrine/doctrine-bundle": "^2.4",
24-
"meilisearch/meilisearch-php": "^0.26.1",
24+
"meilisearch/meilisearch-php": "^0.27.0",
2525
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
2626
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
2727
"symfony/serializer": "^4.4 || ^5.0 || ^6.0"

0 commit comments

Comments
 (0)