From b0a3500b1c2b73d6ca4227256e9821ea96f76674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:47:42 +0000 Subject: [PATCH] build(deps-dev): bump lunr/halo from 0.8.1 to 0.9.0 Bumps [lunr/halo](https://github.com/lunr-php/lunr.halo) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/lunr-php/lunr.halo/releases) - [Commits](https://github.com/lunr-php/lunr.halo/compare/0.8.1...0.9.0) --- updated-dependencies: - dependency-name: lunr/halo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 124c287..13f236e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "rize/uri-template": "*" }, "require-dev": { - "lunr/halo": "~0.8.0", + "lunr/halo": "~0.9.0", "phpunit/phpunit": "~10.0", "theseer/autoload": "~1.0", "phing/phing": "~3.0", diff --git a/composer.lock b/composer.lock index 9e3ca4a..93d88ee 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": "2a038d1c8e4da28a90c1e0ba72b967e7", + "content-hash": "7aa4ef030fe36f80df368a72c1e7a502", "packages": [ { "name": "lukasoppermann/http-status", @@ -872,16 +872,16 @@ "packages-dev": [ { "name": "lunr/halo", - "version": "0.8.1", + "version": "0.9.0", "source": { "type": "git", "url": "https://github.com/lunr-php/lunr.halo.git", - "reference": "ce5f1c55a5666b299f670a154a3ec3b476b52d57" + "reference": "672cb97c9b8cecc471010ec492f647c4ffa998a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lunr-php/lunr.halo/zipball/ce5f1c55a5666b299f670a154a3ec3b476b52d57", - "reference": "ce5f1c55a5666b299f670a154a3ec3b476b52d57", + "url": "https://api.github.com/repos/lunr-php/lunr.halo/zipball/672cb97c9b8cecc471010ec492f647c4ffa998a3", + "reference": "672cb97c9b8cecc471010ec492f647c4ffa998a3", "shasum": "" }, "require": { @@ -913,9 +913,9 @@ ], "support": { "issues": "https://github.com/lunr-php/lunr.halo/issues", - "source": "https://github.com/lunr-php/lunr.halo/tree/0.8.1" + "source": "https://github.com/lunr-php/lunr.halo/tree/0.9.0" }, - "time": "2023-11-21T15:17:44+00:00" + "time": "2024-05-22T08:47:27+00:00" }, { "name": "myclabs/deep-copy",