From a75994567f8bf57f04a20a52da966a157e8b6f92 Mon Sep 17 00:00:00 2001 From: Daniel Ronkainen Date: Tue, 25 Mar 2025 20:14:30 +0100 Subject: [PATCH] Add DTO v3.0.0 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d73eb9f..58ebb2d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "maplephp/unitary", "type": "library", - "version": "v1.1.3", + "version": "v1.1.4", "description": "PHP Unitary is a user-friendly and robust unit testing library designed to make writing and running tests for your PHP code easy.", "keywords": [ "php", @@ -25,7 +25,7 @@ "require": { "php": ">=8.0", "maplephp/blunder": "^1.0", - "maplephp/dto": "^2.0", + "maplephp/dto": "^3.0", "maplephp/http": "^1.0", "maplephp/validate": "^1.0", "maplephp/prompts": "^1.0"