From 158fdfe9359ce55b22a15d9cd705526eb7ed5bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:48:25 +0000 Subject: [PATCH] Bump mll-lab/laravel-graphiql from 3.1.0 to 3.2.0 Bumps [mll-lab/laravel-graphiql](https://github.com/mll-lab/laravel-graphiql) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/mll-lab/laravel-graphiql/releases) - [Changelog](https://github.com/mll-lab/laravel-graphiql/blob/master/CHANGELOG.md) - [Commits](https://github.com/mll-lab/laravel-graphiql/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: mll-lab/laravel-graphiql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 6030fd415b..c0be63a7cb 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "laravel/socialite": "5.12.1", "laravel/ui": "4.4.0", "lcobucci/jwt": "5.2.0", - "mll-lab/laravel-graphiql": "3.1.0", + "mll-lab/laravel-graphiql": "3.2.0", "nuwave/lighthouse": "6.36.0", "nyholm/psr7": "1.8.1", "pear/archive_tar": "1.4.14", diff --git a/composer.lock b/composer.lock index 0ca831037a..185c7657a1 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": "ca7e4cb506b5c7108b54487347bac101", + "content-hash": "7de73230c7e6501910972aafe985f1a6", "packages": [ { "name": "24slides/laravel-saml2", @@ -3106,30 +3106,29 @@ }, { "name": "mll-lab/laravel-graphiql", - "version": "v3.1.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/mll-lab/laravel-graphiql.git", - "reference": "54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c" + "reference": "a9c859c986ef6e96e84bab3c4bd2586933460b14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mll-lab/laravel-graphiql/zipball/54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c", - "reference": "54d7dbe5376ab87a6ea83be11b1431d0af9e2f6c", + "url": "https://api.github.com/repos/mll-lab/laravel-graphiql/zipball/a9c859c986ef6e96e84bab3c4bd2586933460b14", + "reference": "a9c859c986ef6e96e84bab3c4bd2586933460b14", "shasum": "" }, "require": { - "illuminate/console": "^9 || ^10", - "illuminate/contracts": "^9 || ^10", - "illuminate/support": "^9 || ^10", + "illuminate/console": "^9 || ^10 || ^11", + "illuminate/contracts": "^9 || ^10 || ^11", + "illuminate/support": "^9 || ^10 || ^11", "php": "^8" }, "require-dev": { "ergebnis/composer-normalize": "^2.29", - "laravel/lumen-framework": "^9 || ^10", + "larastan/larastan": "^2.5.2", "mll-lab/php-cs-fixer-config": "^5", - "nunomaduro/larastan": "^2.5.2", - "orchestra/testbench": "^7.7 || ^8.8", + "orchestra/testbench": "^7.7 || ^8.8 || ^9", "phpstan/extension-installer": "^1", "phpstan/phpstan": "^1.10.15", "phpstan/phpstan-mockery": "^1.1.1", @@ -3166,9 +3165,9 @@ ], "support": { "issues": "https://github.com/mll-lab/laravel-graphiql/issues", - "source": "https://github.com/mll-lab/laravel-graphiql/tree/v3.1.0" + "source": "https://github.com/mll-lab/laravel-graphiql/tree/v3.2.0" }, - "time": "2023-07-04T13:58:40+00:00" + "time": "2024-03-01T10:59:56+00:00" }, { "name": "monolog/monolog",