Skip to content

Commit 32157ed

Browse files
authored
Merge pull request #8 from MaplePHP/develop
Add DTO v3.0.0 support
2 parents 052ecbc + 972fdca commit 32157ed

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/prompts",
33
"type": "library",
4-
"version": "v1.1.2",
4+
"version": "v1.1.3",
55
"description": "PHP Prompts is a pretty, interactive, lightweight, and user-friendly CLI (Command Line Interface) PHP library designed for seamless use across Linux, Unix, Darwin, and Windows.",
66
"keywords": [
77
"php",
@@ -30,7 +30,7 @@
3030
],
3131
"require": {
3232
"php": ">=8.0",
33-
"maplephp/dto": "^2.0",
33+
"maplephp/dto": "^3.0",
3434
"maplephp/http": "^1.0",
3535
"maplephp/validate": "^1.0"
3636
},

0 commit comments

Comments
 (0)