From 740a21f37baf727f2d832cb3a43ebe4a4c338a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:54:38 +0000 Subject: [PATCH] Bump infinityloop-dev/graphpinator-parser from 1.1 to 1.1.1 Bumps [infinityloop-dev/graphpinator-parser](https://github.com/infinityloop-dev/graphpinator-parser) from 1.1 to 1.1.1. - [Release notes](https://github.com/infinityloop-dev/graphpinator-parser/releases) - [Commits](https://github.com/infinityloop-dev/graphpinator-parser/compare/v1.1...v1.1.1) --- updated-dependencies: - dependency-name: infinityloop-dev/graphpinator-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 9bff54965..cbdec37c6 100644 --- a/composer.lock +++ b/composer.lock @@ -58,16 +58,16 @@ }, { "name": "infinityloop-dev/graphpinator-parser", - "version": "v1.1", + "version": "v1.1.1", "source": { "type": "git", - "url": "https://github.com/infinityloop-dev/graphpinator-parser.git", - "reference": "b7686d0ea9e2855bfced19e35d09a43b4ec0d5be" + "url": "https://github.com/graphpql/graphpinator-parser.git", + "reference": "1445936ba8854f2135bbfa9fdb31c174840b727d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infinityloop-dev/graphpinator-parser/zipball/b7686d0ea9e2855bfced19e35d09a43b4ec0d5be", - "reference": "b7686d0ea9e2855bfced19e35d09a43b4ec0d5be", + "url": "https://api.github.com/repos/graphpql/graphpinator-parser/zipball/1445936ba8854f2135bbfa9fdb31c174840b727d", + "reference": "1445936ba8854f2135bbfa9fdb31c174840b727d", "shasum": "" }, "require": { @@ -78,9 +78,9 @@ "php": ">=8.0" }, "require-dev": { - "infection/infection": "^0.23", + "infection/infection": "^0.26", "infinityloop-dev/coding-standard": "^0.2", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.3" }, "type": "library", @@ -101,12 +101,12 @@ } ], "description": "Parser subproject for GraPHPinator: GraphQL server implementation for PHP.", - "homepage": "https://www.infinityloop.dev/", + "homepage": "https://github.com/graphpql", "support": { - "issues": "https://github.com/infinityloop-dev/graphpinator-parser/issues", - "source": "https://github.com/infinityloop-dev/graphpinator-parser/tree/v1.1" + "issues": "https://github.com/graphpql/graphpinator-parser/issues", + "source": "https://github.com/graphpql/graphpinator-parser/tree/v1.1.1" }, - "time": "2021-06-01T21:26:47+00:00" + "time": "2023-10-27T16:20:59+00:00" }, { "name": "infinityloop-dev/graphpinator-source",