Skip to content

Commit 04aeca5

Browse files
committed
[chore] composer.json
1.調整專案描述
1 parent ccda123 commit 04aeca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reallifekip/immutable-base",
3-
"description": "適用於 DTO, VO 等不可變物件的基礎抽象類別",
3+
"description": "Lightweight abstract classes for building immutable PHP objects.",
44
"type": "library",
55
"license": "MIT",
66
"autoload": {
@@ -19,6 +19,7 @@
1919
],
2020
"keywords": [
2121
"dto",
22+
"data-transfer-object",
2223
"value-object",
2324
"immutable"
2425
]

0 commit comments

Comments
 (0)