From 4c4886537eda7ea81fbb0e857a290b7796cbfc51 Mon Sep 17 00:00:00 2001 From: Christian Kolb Date: Thu, 5 Dec 2024 13:17:30 +0100 Subject: [PATCH] Update to latest self aware normalizers --- Makefile | 2 +- composer.json | 2 +- composer.lock | 14 +++++++------- phpstan.neon | 2 -- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 495f81f..16b2701 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ install-8.4: docker compose run --rm php-8.4 composer install .PHONY: php-cli -php-cli: php-8.4-cli +php-cli: php-8.3-cli .PHONY: php-8.3-cli php-8.3-cli: diff --git a/composer.json b/composer.json index 79b5b08..57a0700 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "symfony/serializer": "^7.0", "doctrine/dbal": "^3.3.6", "symfony/polyfill-uuid": "^1.26", - "digital-craftsman/self-aware-normalizers": "^0.1.0" + "digital-craftsman/self-aware-normalizers": "^0.2.0" }, "require-dev": { "vimeo/psalm": "^5.25", diff --git a/composer.lock b/composer.lock index 2f2c59b..e666a13 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": "c5d96ef3bf68bce4fba5875675178aa8", + "content-hash": "8cc08f8de9a90307656d2899880f2f2c", "packages": [ { "name": "digital-craftsman/self-aware-normalizers", - "version": "v0.1.0", + "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/digital-craftsman-de/self-aware-normalizers.git", - "reference": "142e8fe3ddbed4f03b5557bfbc5be83db7dad9db" + "reference": "4ba3f01ddebba83ef77ba9e77c8183bd43f81154" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/digital-craftsman-de/self-aware-normalizers/zipball/142e8fe3ddbed4f03b5557bfbc5be83db7dad9db", - "reference": "142e8fe3ddbed4f03b5557bfbc5be83db7dad9db", + "url": "https://api.github.com/repos/digital-craftsman-de/self-aware-normalizers/zipball/4ba3f01ddebba83ef77ba9e77c8183bd43f81154", + "reference": "4ba3f01ddebba83ef77ba9e77c8183bd43f81154", "shasum": "" }, "require": { @@ -54,9 +54,9 @@ "description": "Adds interfaces and normalizers that allow value objects to normalize and denormalize themselves.", "support": { "issues": "https://github.com/digital-craftsman-de/self-aware-normalizers/issues", - "source": "https://github.com/digital-craftsman-de/self-aware-normalizers/tree/v0.1.0" + "source": "https://github.com/digital-craftsman-de/self-aware-normalizers/tree/v0.2.0" }, - "time": "2024-12-03T08:25:36+00:00" + "time": "2024-12-05T12:13:12+00:00" }, { "name": "doctrine/cache", diff --git a/phpstan.neon b/phpstan.neon index 19b36a6..99937a3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,9 +3,7 @@ parameters: paths: - src - tests - checkGenericClassInNonGenericObjectType: false checkExplicitMixed: false excludePaths: # The @template annotations are clashing with the ones of Psalm - src/ValueObject/IdList.php - - src/ValueObject/OrderedIdList.php