Skip to content

Commit dc65461

Browse files
authored
Merge pull request #12 from MaplePHP/develop
Add DTO v3.0.0 support
2 parents a29c8a6 + 41367ea commit dc65461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplephp/validate",
33
"type": "library",
4-
"version": "v1.2.0",
4+
"version": "v1.2.1",
55
"description": "User-friendly input validation library.",
66
"keywords": [
77
"validation",
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": ">=8.0",
26-
"maplephp/dto": "^2.0"
26+
"maplephp/dto": "^3.0"
2727
},
2828
"require-dev": {
2929
"maplephp/unitary": "^1.0"

0 commit comments

Comments
 (0)