From 9a56be5ca9fb16727c690f11742470f516c3cd2a Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Fri, 18 Oct 2024 18:03:08 -0600 Subject: [PATCH] New vendors --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index c6d91a1..db9f9b9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^8.3", - "api-skeletons/doctrine-orm-graphql": "~12.2.1", + "api-skeletons/doctrine-orm-graphql": "~12.2.3", "api-skeletons/laravel-doctrine-apikey": "~2.0.2", "api-skeletons/laravel-doctrine-data-fixtures": "^1.0", "guzzlehttp/guzzle": "^7.2", diff --git a/composer.lock b/composer.lock index bbcec94..bd1f5b5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "756c7f344497f3f74529188fbc481c92", + "content-hash": "c54fe32598a8bfd4183586e941dc4f8d", "packages": [ { "name": "api-skeletons/doctrine-orm-graphql", - "version": "12.2.2", + "version": "12.2.3", "source": { "type": "git", "url": "https://github.com/API-Skeletons/doctrine-orm-graphql.git", - "reference": "f33564c787b072af93a88671fead8630cadd048d" + "reference": "9c329175460d2f00154c38dbdf7c26942120ab17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/API-Skeletons/doctrine-orm-graphql/zipball/f33564c787b072af93a88671fead8630cadd048d", - "reference": "f33564c787b072af93a88671fead8630cadd048d", + "url": "https://api.github.com/repos/API-Skeletons/doctrine-orm-graphql/zipball/9c329175460d2f00154c38dbdf7c26942120ab17", + "reference": "9c329175460d2f00154c38dbdf7c26942120ab17", "shasum": "" }, "require": { @@ -59,9 +59,9 @@ "description": "GraphQL Type Driver for Doctrine ORM", "support": { "issues": "https://github.com/API-Skeletons/doctrine-orm-graphql/issues", - "source": "https://github.com/API-Skeletons/doctrine-orm-graphql/tree/12.2.2" + "source": "https://github.com/API-Skeletons/doctrine-orm-graphql/tree/12.2.3" }, - "time": "2024-10-03T00:28:08+00:00" + "time": "2024-10-18T23:48:58+00:00" }, { "name": "api-skeletons/laravel-api-problem", @@ -10017,16 +10017,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.2", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53" + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", - "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", "shasum": "" }, "require": { @@ -10037,7 +10037,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.4" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { @@ -10082,7 +10082,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.2" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3" }, "funding": [ { @@ -10090,7 +10090,7 @@ "type": "github" } ], - "time": "2024-08-12T06:03:08+00:00" + "time": "2024-10-18T14:56:07+00:00" }, { "name": "sebastian/complexity", @@ -11212,5 +11212,5 @@ "php": "^8.3" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }