From f5cde37c75f1f0d2e92751604bd386540eb69219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:29:37 +0000 Subject: [PATCH] Bump yetanotherape/diff-match-patch from 1.0.3 to 1.1.1 Bumps [yetanotherape/diff-match-patch](https://github.com/yetanotherape/diff-match-patch) from 1.0.3 to 1.1.1. - [Release notes](https://github.com/yetanotherape/diff-match-patch/releases) - [Commits](https://github.com/yetanotherape/diff-match-patch/compare/v1.0.3...v1.1.1) --- updated-dependencies: - dependency-name: yetanotherape/diff-match-patch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 14043f1b..c8c4371a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "php-http/curl-client": "^1.7", "samdark/sitemap": "^2.0", "scrivo/highlight.php": "~9.18", - "yetanotherape/diff-match-patch": "~1.0.0", + "yetanotherape/diff-match-patch": "~1.1.1", "yiisoft/yii2": "~2.0.44", "yiisoft/yii2-apidoc": "~3.0.0", "yiisoft/yii2-authclient": "~2.2.0", diff --git a/composer.lock b/composer.lock index bf27931b..f199d9d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7979c6897e95bf21191c91a77fcfd8e3", + "content-hash": "b61a0fccf45c2e847a6feac937187ed1", "packages": [ { "name": "2amigos/yii2-selectize-widget", @@ -3552,26 +3552,26 @@ }, { "name": "yetanotherape/diff-match-patch", - "version": "v1.0.3", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/yetanotherape/diff-match-patch.git", - "reference": "463b635e734775ff5e38c2e2edc4f676ea1c3da2" + "reference": "a0c37bc694c27ddccbd4989f72908ce524261bd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yetanotherape/diff-match-patch/zipball/463b635e734775ff5e38c2e2edc4f676ea1c3da2", - "reference": "463b635e734775ff5e38c2e2edc4f676ea1c3da2", + "url": "https://api.github.com/repos/yetanotherape/diff-match-patch/zipball/a0c37bc694c27ddccbd4989f72908ce524261bd1", + "reference": "a0c37bc694c27ddccbd4989f72908ce524261bd1", "shasum": "" }, "require": { "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.3" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "4.*" + "phpunit/phpunit": "9.*" }, "type": "library", "autoload": { @@ -3594,8 +3594,8 @@ "homepage": "http://neil.fraser.name/" } ], - "description": "Port of the google-diff-match-patch (https://code.google.com/p/google-diff-match-patch/) lib to PHP", - "homepage": "https://code.google.com/p/google-diff-match-patch/", + "description": "Port of the google-diff-match-patch (https://github.com/google/diff-match-patch) lib to PHP", + "homepage": "https://github.com/yetanotherape/diff-match-patch", "keywords": [ "Fuzzy search", "Match", @@ -3604,9 +3604,9 @@ ], "support": { "issues": "https://github.com/yetanotherape/diff-match-patch/issues", - "source": "https://github.com/yetanotherape/diff-match-patch/tree/v1.0.3" + "source": "https://github.com/yetanotherape/diff-match-patch/tree/v1.1.1" }, - "time": "2019-09-28T12:00:31+00:00" + "time": "2025-02-16T18:49:39+00:00" }, { "name": "yiisoft/yii2", @@ -7882,5 +7882,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }