Skip to content

Commit 56db434

Browse files
committed
Added author section to composer.json
1 parent bfd0765 commit 56db434

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "PHP Structure helper with typed properties and attributes",
44
"type": "library",
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Vasiliy Krivoplyas",
9+
"email": "vasiliy@krivoplyas.com"
10+
}
11+
],
612
"require": {
713
"php": "^8.1",
814
"psr/container": "^2.0"

0 commit comments

Comments
 (0)