Skip to content

Commit 2542bfd

Browse files
tomio2480claude
andcommitted
Add Packagist metadata to composer.json
- homepage, support, authors追加 - Packagist公開準備 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5a83037 commit 2542bfd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"type": "library",
55
"license": "MIT",
66
"keywords": ["serial", "serialport", "communication", "microcontroller", "arduino"],
7+
"homepage": "https://github.com/tomio2480/php-serial",
8+
"support": {
9+
"issues": "https://github.com/tomio2480/php-serial/issues",
10+
"source": "https://github.com/tomio2480/php-serial"
11+
},
12+
"authors": [
13+
{
14+
"name": "tomio2480"
15+
}
16+
],
717
"require": {
818
"php": "^8.1"
919
},

0 commit comments

Comments
 (0)