diff --git a/composer.json b/composer.json index 5fcd88f..847204e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.2", "laravel/framework": "^11", "laravel/tinker": "^3.0", - "mll-lab/laravel-graphiql": "^3", + "mll-lab/laravel-graphiql": "^4", "nuwave/lighthouse": "^6" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 808d68d..537edb3 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": "322c8872f2c41173e07d1b0e59cf4c10", + "content-hash": "40f1a2721584ec0dd85ff2c135b90aea", "packages": [ { "name": "brick/math", @@ -2127,33 +2127,34 @@ }, { "name": "mll-lab/laravel-graphiql", - "version": "v3.2.1", + "version": "v4.1.0", "source": { "type": "git", - "url": "https://github.com/mll-lab/laravel-graphiql.git", - "reference": "6c9f740a632e71851a4fbf86c847f9c107fc66d1" + "url": "https://github.com/mll-lab/laravel-graphiql", + "reference": "b6426ea4471aa60d68a560945aa7232193c4a34f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mll-lab/laravel-graphiql/zipball/6c9f740a632e71851a4fbf86c847f9c107fc66d1", - "reference": "6c9f740a632e71851a4fbf86c847f9c107fc66d1", + "url": "https://api.github.com/repos/mll-lab/laravel-graphiql/zipball/b6426ea4471aa60d68a560945aa7232193c4a34f", + "reference": "b6426ea4471aa60d68a560945aa7232193c4a34f", "shasum": "" }, "require": { - "illuminate/console": "^9 || ^10 || ^11", - "illuminate/contracts": "^9 || ^10 || ^11", - "illuminate/support": "^9 || ^10 || ^11", + "illuminate/console": "^9 || ^10 || ^11 || ^12 || ^13", + "illuminate/contracts": "^9 || ^10 || ^11 || ^12 || ^13", + "illuminate/support": "^9 || ^10 || ^11 || ^12 || ^13", "php": "^8" }, "require-dev": { - "ergebnis/composer-normalize": "^2.29", - "larastan/larastan": "^2.5.2", - "mll-lab/php-cs-fixer-config": "^5", - "orchestra/testbench": "^7.7 || ^8.8 || ^9", - "phpstan/extension-installer": "^1", - "phpstan/phpstan": "^1.10.15", - "phpstan/phpstan-mockery": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.11" + "ergebnis/composer-normalize": "^2.45", + "larastan/larastan": "^2.9.14 || ^3.1", + "laravel/framework": "^9 || ^10 || ^11 || ^12 || ^13", + "mll-lab/php-cs-fixer-config": "^5.10", + "orchestra/testbench": "^7.52 || ^8.33 || ^9.11 || ^10 || ^11", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^1.12.20 || ^2.1.7", + "phpstan/phpstan-phpunit": "^1.4.2 || ^2.0.6", + "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.15 || ^12.0.10" }, "type": "library", "extra": { @@ -2184,11 +2185,7 @@ "graphql", "laravel" ], - "support": { - "issues": "https://github.com/mll-lab/laravel-graphiql/issues", - "source": "https://github.com/mll-lab/laravel-graphiql/tree/v3.2.1" - }, - "time": "2024-04-03T12:38:41+00:00" + "time": "2026-03-18T14:57:55+00:00" }, { "name": "monolog/monolog",