Skip to content

Commit

Permalink
Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabii committed Nov 29, 2023
1 parent fa96745 commit 3d32909
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "maplephp/dto",
"type": "library",
"description": "DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.",
"keywords": ["dto", "traversing", "objects", "data transformation", "immutability"],
"homepage": "https://wazabii.se",
"license": "Apache-2.0",
"authors": [
{
"name": "Daniel Ronkainen",
"email": "daniel.ronkainen@wazabii.se"
},
{
"name": "MaplePHP",
"homepage": "https://wazabii.se"
}
],
"require": {
"php": ">=8.0",
"maplephp/swiftrender": "^1.0"
},
"autoload": {
"psr-4": {
"MaplePHP\\DTO\\": ""
}
},
"minimum-stability": "dev"
}

0 comments on commit 3d32909

Please sign in to comment.