Skip to content

Commit fdfe299

Browse files
authored
Merge pull request #2 from MaplePHP/develop
Add DTO v3.0.0 support
2 parents 3df7624 + 09b0255 commit fdfe299

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/container",
33
"type": "library",
4-
"version": "v1.1.3",
4+
"version": "v1.1.4",
55
"description": "Container, Factories and dependency injectors with full PSR-11 support.",
66
"keywords": [
77
"container",
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=8.0",
27-
"maplephp/dto": "^2.0"
27+
"maplephp/dto": "^3.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)