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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 03:00:28 +00:00 committed by GitHub
parent fe9620a438
commit d6bf304390
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.*",
"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",

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",
"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",