From d6bf304390139cb7336988ba904fbfb639b6cc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 03:00:28 +0000 Subject: [PATCH] Bump gdbots/query-parser from 2.0.2 to 3.0.0 Bumps [gdbots/query-parser](https://github.com/gdbots/query-parser-php) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/gdbots/query-parser-php/releases) - [Changelog](https://github.com/gdbots/query-parser-php/blob/master/CHANGELOG-2.x.md) - [Commits](https://github.com/gdbots/query-parser-php/compare/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: gdbots/query-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 7a7982f37b..4681cd575a 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "bacon/bacon-qr-code": "2.*", "diglactic/laravel-breadcrumbs": "^8.0", "doctrine/dbal": "3.*", - "gdbots/query-parser": "^2.0", + "gdbots/query-parser": "^3.0", "guzzlehttp/guzzle": "^7.5", "jc5/google2fa-laravel": "^2.0", "jc5/recovery": "^2", diff --git a/composer.lock b/composer.lock index cf858aaab5..47fef9b231 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": "5dde180061b5fd718845ee783ca08b34", + "content-hash": "0fcb949c6675c4f46fece8069222a7f1", "packages": [ { "name": "bacon/bacon-qr-code", @@ -1269,24 +1269,24 @@ }, { "name": "gdbots/query-parser", - "version": "v2.0.2", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/gdbots/query-parser-php.git", - "reference": "d35cb9ae613ee8d6a94b5758fb0047668ab1d34c" + "reference": "d033bb3db7b14cf1c902b0dabe89577cafac2b91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gdbots/query-parser-php/zipball/d35cb9ae613ee8d6a94b5758fb0047668ab1d34c", - "reference": "d35cb9ae613ee8d6a94b5758fb0047668ab1d34c", + "url": "https://api.github.com/repos/gdbots/query-parser-php/zipball/d033bb3db7b14cf1c902b0dabe89577cafac2b91", + "reference": "d033bb3db7b14cf1c902b0dabe89577cafac2b91", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.2", - "ruflin/elastica": "^7.0" + "phpunit/phpunit": "^9.5", + "ruflin/elastica": "^7.1" }, "type": "library", "autoload": { @@ -1302,9 +1302,9 @@ "homepage": "https://github.com/gdbots/query-parser-php", "support": { "issues": "https://github.com/gdbots/query-parser-php/issues", - "source": "https://github.com/gdbots/query-parser-php/tree/v2.0.2" + "source": "https://github.com/gdbots/query-parser-php/tree/v3.0.0" }, - "time": "2020-10-30T23:41:54+00:00" + "time": "2021-12-05T19:44:35+00:00" }, { "name": "graham-campbell/result-type",