|
@@ -200,6 +200,30 @@ An example:
|
|
|
|
|
|
Optional, but highly recommended.
|
|
|
|
|
|
+### support
|
|
|
+
|
|
|
+Various information to get support about the project.
|
|
|
+
|
|
|
+Support information includes the following:
|
|
|
+
|
|
|
+* **email:** Email address for support.
|
|
|
+* **issues:** URL to the Issue Tracker.
|
|
|
+* **forum:** URL to the Forum.
|
|
|
+* **wiki:** URL to the Wiki.
|
|
|
+* **irc:** IRC channel for support, as irc://server/channel.
|
|
|
+* **source:** URL to browse or download the sources.
|
|
|
+
|
|
|
+An example:
|
|
|
+
|
|
|
+ {
|
|
|
+ "support": {
|
|
|
+ "email": "support@example.org",
|
|
|
+ "irc": "irc://irc.freenode.org/composer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+Optional.
|
|
|
+
|
|
|
### Package links
|
|
|
|
|
|
All of the following take an object which maps package names to
|