Skip to content

Commit d96ad46

Browse files
authored
Merge pull request #9 from MaplePHP/bugfix/dto
Add DTO v3.0.0 support
2 parents 3544e03 + a759945 commit d96ad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplephp/unitary",
33
"type": "library",
4-
"version": "v1.1.3",
4+
"version": "v1.1.4",
55
"description": "PHP Unitary is a user-friendly and robust unit testing library designed to make writing and running tests for your PHP code easy.",
66
"keywords": [
77
"php",
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=8.0",
2727
"maplephp/blunder": "^1.0",
28-
"maplephp/dto": "^2.0",
28+
"maplephp/dto": "^3.0",
2929
"maplephp/http": "^1.0",
3030
"maplephp/validate": "^1.0",
3131
"maplephp/prompts": "^1.0"

0 commit comments

Comments
 (0)