Skip to content

Commit 3d32909

Browse files
author
Wazabii
committed
Package
1 parent fa96745 commit 3d32909

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "maplephp/dto",
3+
"type": "library",
4+
"description": "DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.",
5+
"keywords": ["dto", "traversing", "objects", "data transformation", "immutability"],
6+
"homepage": "https://wazabii.se",
7+
"license": "Apache-2.0",
8+
"authors": [
9+
{
10+
"name": "Daniel Ronkainen",
11+
"email": "[email protected]"
12+
},
13+
{
14+
"name": "MaplePHP",
15+
"homepage": "https://wazabii.se"
16+
}
17+
],
18+
"require": {
19+
"php": ">=8.0",
20+
"maplephp/swiftrender": "^1.0"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"MaplePHP\\DTO\\": ""
25+
}
26+
},
27+
"minimum-stability": "dev"
28+
}

0 commit comments

Comments
 (0)