Skip to content

Commit 0e98acc

Browse files
committed
fix: 修正されたライブラリの説明文を簡潔に更新
1 parent 2f6a9ad commit 0e98acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiz-develop/php-value-object",
3-
"description": "📦 The PHP Value Object library is a comprehensive implementation of the Value Object design pattern in PHP. It provides a collection of immutable, type-safe, and self-validating objects for representing domain values, enabling developers to create more robust and expressive domain models.",
3+
"description": "📦 The PHP Value Object library offers immutable, type-safe, and self-validating objects to model domain values using the Value Object pattern.",
44
"require": {
55
"php": ">=8.4"
66
},

0 commit comments

Comments
 (0)