Skip to content

Commit 4a40e98

Browse files
committed
Bump version to v1.3.0
1 parent c8cdeeb commit 4a40e98

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

composer.json

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

0 commit comments

Comments
 (0)