From d929b72e9f3714f714a81d169ff61d647f894ec9 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Wed, 22 Jan 2025 09:57:59 +0100 Subject: [PATCH] Bump helmich/schema2class to 3.3.9 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b8a3f44..2b2d16f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "symfony/console": "^6.3", - "helmich/schema2class": "^3.3.8", + "helmich/schema2class": "^3.3.9", "openai-php/client": "^0.10.1", "symfony/http-client": "^7.1", "nyholm/psr7": "^1.8" diff --git a/composer.lock b/composer.lock index 4c72298..0de68f1 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": "bc6281fc684d3ff13ea80269fc24bd10", + "content-hash": "f6b6c99d17a02a0d19825cf89d089948", "packages": [ { "name": "composer/semver", @@ -89,16 +89,16 @@ }, { "name": "helmich/schema2class", - "version": "v3.3.8", + "version": "v3.3.9", "source": { "type": "git", "url": "https://github.com/martin-helmich/php-schema2class.git", - "reference": "8a0f97cd54f1c59521ac98ee6c63ae90be36b751" + "reference": "6c29a023e57b52cf8ec725f4679507b286485b55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/php-schema2class/zipball/8a0f97cd54f1c59521ac98ee6c63ae90be36b751", - "reference": "8a0f97cd54f1c59521ac98ee6c63ae90be36b751", + "url": "https://api.github.com/repos/martin-helmich/php-schema2class/zipball/6c29a023e57b52cf8ec725f4679507b286485b55", + "reference": "6c29a023e57b52cf8ec725f4679507b286485b55", "shasum": "" }, "require": { @@ -138,7 +138,7 @@ "description": "Build PHP classes from JSON schema definitions", "support": { "issues": "https://github.com/martin-helmich/php-schema2class/issues", - "source": "https://github.com/martin-helmich/php-schema2class/tree/v3.3.8" + "source": "https://github.com/martin-helmich/php-schema2class/tree/v3.3.9" }, "funding": [ { @@ -150,7 +150,7 @@ "type": "github" } ], - "time": "2025-01-21T21:03:50+00:00" + "time": "2025-01-22T08:56:39+00:00" }, { "name": "icecave/parity",