From 6be2bb6cb726e1fec4065aaad6ff092854e38344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:13:51 +0000 Subject: [PATCH] Bump infinityloop-dev/graphpinator-constraint-directives Bumps [infinityloop-dev/graphpinator-constraint-directives](https://github.com/infinityloop-dev/graphpinator-constraint-directives) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/infinityloop-dev/graphpinator-constraint-directives/releases) - [Commits](https://github.com/infinityloop-dev/graphpinator-constraint-directives/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: infinityloop-dev/graphpinator-constraint-directives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 165 ++++++++++++-------------------------------------- 1 file changed, 39 insertions(+), 126 deletions(-) diff --git a/composer.lock b/composer.lock index 494cf52..e5acbaf 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "infinityloop-dev/graphpinator", - "version": "1.6", + "version": "v1.7.5", "source": { "type": "git", "url": "https://github.com/graphpql/graphpinator.git", - "reference": "56bff134461c819058cacfebb5ef4a2158230b24" + "reference": "60a948c2c3629391a1fc2c552f2ee1ff61063ad4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/graphpql/graphpinator/zipball/56bff134461c819058cacfebb5ef4a2158230b24", - "reference": "56bff134461c819058cacfebb5ef4a2158230b24", + "url": "https://api.github.com/repos/graphpql/graphpinator/zipball/60a948c2c3629391a1fc2c552f2ee1ff61063ad4", + "reference": "60a948c2c3629391a1fc2c552f2ee1ff61063ad4", "shasum": "" }, "require": { @@ -30,10 +30,10 @@ "psr/log": "^3.0" }, "require-dev": { - "infection/infection": "^0.27", - "infinityloop-dev/coding-standard": "^0.2", + "infection/infection": "^0.27 || ^0.28 || ^0.29", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.4" + "phpunit/phpunit": "^10.4", + "webthinx/codestyle": "dev-main" }, "suggest": { "infinityloop-dev/graphpinator-constraint-directives": "Directives for additional value validation.", @@ -63,12 +63,12 @@ } ], "description": "Easy-to-use & Fast GraphQL server implementation for PHP.", - "homepage": "https://www.infinityloop.dev/", + "homepage": "https://github.com/graphpql/", "support": { "issues": "https://github.com/graphpql/graphpinator/issues", - "source": "https://github.com/graphpql/graphpinator/tree/1.6" + "source": "https://github.com/graphpql/graphpinator/tree/v1.7.5" }, - "time": "2023-11-10T15:24:45+00:00" + "time": "2024-10-18T08:42:02+00:00" }, { "name": "infinityloop-dev/graphpinator-common", @@ -121,31 +121,30 @@ }, { "name": "infinityloop-dev/graphpinator-constraint-directives", - "version": "v1.3.1", + "version": "v1.3.2", "source": { "type": "git", - "url": "https://github.com/infinityloop-dev/graphpinator-constraint-directives.git", - "reference": "8499624e2d666e09c9ee3b6d24b2d2219089aba9" + "url": "https://github.com/graphpql/graphpinator-constraint-directives.git", + "reference": "c70f3c47af97f9eabc2a06b7c65ad5f711a9c118" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infinityloop-dev/graphpinator-constraint-directives/zipball/8499624e2d666e09c9ee3b6d24b2d2219089aba9", - "reference": "8499624e2d666e09c9ee3b6d24b2d2219089aba9", + "url": "https://api.github.com/repos/graphpql/graphpinator-constraint-directives/zipball/c70f3c47af97f9eabc2a06b7c65ad5f711a9c118", + "reference": "c70f3c47af97f9eabc2a06b7c65ad5f711a9c118", "shasum": "" }, "require": { "ext-fileinfo": "*", - "infinityloop-dev/graphpinator": "^1.2.1", - "infinityloop-dev/utils": "^2.1.2", - "nette/utils": "^3.2", - "php": ">=8.0.1" + "infinityloop-dev/graphpinator": "^1.6", + "infinityloop-dev/utils": "^2.3", + "php": ">=8.1" }, "require-dev": { - "infection/infection": "^0.25 || ^0.26", + "infection/infection": "^0.27", "infinityloop-dev/coding-standard": "^0.2", - "infinityloop-dev/graphpinator-upload": "^1.0.2", - "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^9.5" + "infinityloop-dev/graphpinator-upload": "^1.1", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.4" }, "suggest": { "infinityloop-dev/graphpinator-upload": "Combine Upload type and uploadConstraint directive." @@ -168,12 +167,12 @@ } ], "description": "Typesystem directives to declare additional validation on top of GraphQL type system.", - "homepage": "https://www.infinityloop.dev/", + "homepage": "https://github.com/graphpql/", "support": { - "issues": "https://github.com/infinityloop-dev/graphpinator-constraint-directives/issues", - "source": "https://github.com/infinityloop-dev/graphpinator-constraint-directives/tree/v1.3.1" + "issues": "https://github.com/graphpql/graphpinator-constraint-directives/issues", + "source": "https://github.com/graphpql/graphpinator-constraint-directives/tree/v1.3.2" }, - "time": "2022-03-12T10:48:45+00:00" + "time": "2023-11-10T18:09:52+00:00" }, { "name": "infinityloop-dev/graphpinator-parser", @@ -327,16 +326,16 @@ }, { "name": "infinityloop-dev/utils", - "version": "v2.3", + "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/graphpql/utils.git", - "reference": "560a91790921ce6ebb67759b789893c884d479a3" + "reference": "88d67d3f86013d9a1e1694f21444235e489af005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/graphpql/utils/zipball/560a91790921ce6ebb67759b789893c884d479a3", - "reference": "560a91790921ce6ebb67759b789893c884d479a3", + "url": "https://api.github.com/repos/graphpql/utils/zipball/88d67d3f86013d9a1e1694f21444235e489af005", + "reference": "88d67d3f86013d9a1e1694f21444235e489af005", "shasum": "" }, "require": { @@ -369,95 +368,9 @@ "homepage": "https://www.infinityloop.dev/", "support": { "issues": "https://github.com/graphpql/utils/issues", - "source": "https://github.com/graphpql/utils/tree/v2.3" - }, - "time": "2023-11-10T10:40:43+00:00" - }, - { - "name": "nette/utils", - "version": "v3.2.10", - "source": { - "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2", - "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2", - "shasum": "" - }, - "require": { - "php": ">=7.2 <8.4" - }, - "conflict": { - "nette/di": "<3.0.6" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "~2.0", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.3" - }, - "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", - "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", - "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } + "source": "https://github.com/graphpql/utils/tree/v2.3.1" }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", - "homepage": "https://nette.org", - "keywords": [ - "array", - "core", - "datetime", - "images", - "json", - "nette", - "paginator", - "password", - "slugify", - "string", - "unicode", - "utf-8", - "utility", - "validation" - ], - "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.10" - }, - "time": "2023-07-30T15:38:18+00:00" + "time": "2024-03-16T14:35:34+00:00" }, { "name": "psr/http-message", @@ -514,16 +427,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -558,9 +471,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" } ], "packages-dev": [ @@ -4493,5 +4406,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }