Merge pull request #6819 from firefly-iii/dependabot/composer/develop/gdbots/query-parser-3.0.0

Bump gdbots/query-parser from 2.0.2 to 3.0.0
This commit is contained in:
James Cole 2023-01-09 06:30:19 +01:00 committed by GitHub
commit 81ce2c1b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -84,7 +84,7 @@
"bacon/bacon-qr-code": "2.*", "bacon/bacon-qr-code": "2.*",
"diglactic/laravel-breadcrumbs": "^8.0", "diglactic/laravel-breadcrumbs": "^8.0",
"doctrine/dbal": "3.*", "doctrine/dbal": "3.*",
"gdbots/query-parser": "^2.0", "gdbots/query-parser": "^3.0",
"guzzlehttp/guzzle": "^7.5", "guzzlehttp/guzzle": "^7.5",
"jc5/google2fa-laravel": "^2.0", "jc5/google2fa-laravel": "^2.0",
"jc5/recovery": "^2", "jc5/recovery": "^2",

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5dde180061b5fd718845ee783ca08b34", "content-hash": "0fcb949c6675c4f46fece8069222a7f1",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1269,24 +1269,24 @@
}, },
{ {
"name": "gdbots/query-parser", "name": "gdbots/query-parser",
"version": "v2.0.2", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/gdbots/query-parser-php.git", "url": "https://github.com/gdbots/query-parser-php.git",
"reference": "d35cb9ae613ee8d6a94b5758fb0047668ab1d34c" "reference": "d033bb3db7b14cf1c902b0dabe89577cafac2b91"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/gdbots/query-parser-php/zipball/d35cb9ae613ee8d6a94b5758fb0047668ab1d34c", "url": "https://api.github.com/repos/gdbots/query-parser-php/zipball/d033bb3db7b14cf1c902b0dabe89577cafac2b91",
"reference": "d35cb9ae613ee8d6a94b5758fb0047668ab1d34c", "reference": "d033bb3db7b14cf1c902b0dabe89577cafac2b91",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.4" "php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.2", "phpunit/phpunit": "^9.5",
"ruflin/elastica": "^7.0" "ruflin/elastica": "^7.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1302,9 +1302,9 @@
"homepage": "https://github.com/gdbots/query-parser-php", "homepage": "https://github.com/gdbots/query-parser-php",
"support": { "support": {
"issues": "https://github.com/gdbots/query-parser-php/issues", "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", "name": "graham-campbell/result-type",