Skip to content

Commit

Permalink
[smarcet]
Browse files Browse the repository at this point in the history
* updated composer.json
  • Loading branch information
smarcet committed Jul 26, 2017
1 parent cce47d5 commit 47b6697
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "smarcet/caldavclient",
"homepage": "https://github.com/smarcet",
"description": "CALDAV Client for PHP",
"keywords": [
"CalDav", "Calendar", "synchronization", "iCloud"
],
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -21,5 +25,6 @@
"psr-4": {
"CalDAVClient\\": "src/"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 47b6697

Please sign in to comment.