Skip to content

Commit df1e723

Browse files
Update composer.json
1 parent fcbdcbb commit df1e723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jeroendesloovere/vcard",
2+
"name": "christianruhstaller/vcard",
33
"type": "library",
44
"description": "This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.",
55
"keywords": ["vcard", "generator", ".vcf", "php"],
@@ -23,4 +23,4 @@
2323
"autoload": {
2424
"psr-4": { "JeroenDesloovere\\VCard\\": "src/" }
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)