From 78989af1914fe94d4c32a3073e5a068294d3d9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 20:16:12 +0000 Subject: [PATCH] build(deps-dev): bump lunr/halo from 0.10.1 to 0.11.0 Bumps [lunr/halo](https://github.com/lunr-php/lunr.halo) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/lunr-php/lunr.halo/releases) - [Commits](https://github.com/lunr-php/lunr.halo/compare/0.10.1...0.11.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 | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index d03bd93..3358988 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "rize/uri-template": "*" }, "require-dev": { - "lunr/halo": "~0.10.0", + "lunr/halo": "~0.11.0", "phpunit/phpunit": "~10.0", "theseer/autoload": "~1.0", "phing/phing": "~3.0", diff --git a/composer.lock b/composer.lock index 09eb19a..5e4e4fd 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": "b8e5ae8f736d4ff65d6d9cb918af30dc", + "content-hash": "1b08bff0cff4e63116d9d4519358e312", "packages": [ { "name": "lukasoppermann/http-status", @@ -794,16 +794,16 @@ "packages-dev": [ { "name": "lunr/halo", - "version": "0.10.1", + "version": "0.11.0", "source": { "type": "git", "url": "https://github.com/lunr-php/lunr.halo.git", - "reference": "80e493a019c5fe29a1d798fe76ae7b9917cd52b6" + "reference": "3a794ab2bba893a32c8b4e4cf2c2ab4a771b336a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lunr-php/lunr.halo/zipball/80e493a019c5fe29a1d798fe76ae7b9917cd52b6", - "reference": "80e493a019c5fe29a1d798fe76ae7b9917cd52b6", + "url": "https://api.github.com/repos/lunr-php/lunr.halo/zipball/3a794ab2bba893a32c8b4e4cf2c2ab4a771b336a", + "reference": "3a794ab2bba893a32c8b4e4cf2c2ab4a771b336a", "shasum": "" }, "require": { @@ -812,7 +812,7 @@ }, "require-dev": { "ext-xdebug": ">=3.0", - "phpunit/phpunit": ">=9.0 <9.6", + "phpunit/phpunit": ">=10.5 <11.0", "psr/container": ">=2.0.2", "psr/log": ">=1.1" }, @@ -834,10 +834,9 @@ "unit tests" ], "support": { - "issues": "https://github.com/lunr-php/lunr.halo/issues", - "source": "https://github.com/lunr-php/lunr.halo/tree/0.10.1" + "source": "https://github.com/lunr-php/lunr.halo/tree/0.11.0" }, - "time": "2024-12-05T11:12:59+00:00" + "time": "2025-02-08T20:26:34+00:00" }, { "name": "myclabs/deep-copy",