Skip to content

Commit 47b6697

Browse files
committed
[smarcet]
* updated composer.json
1 parent cce47d5 commit 47b6697

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "smarcet/caldavclient",
3+
"homepage": "https://github.com/smarcet",
34
"description": "CALDAV Client for PHP",
5+
"keywords": [
6+
"CalDav", "Calendar", "synchronization", "iCloud"
7+
],
48
"type": "library",
59
"license": "MIT",
610
"authors": [
@@ -21,5 +25,6 @@
2125
"psr-4": {
2226
"CalDAVClient\\": "src/"
2327
}
24-
}
28+
},
29+
"minimum-stability": "dev"
2530
}

0 commit comments

Comments
 (0)