Add the browsable source in composer metadata v0.0.4
authorChristophe Coevoet <[email protected]>
Fri, 6 Nov 2015 10:54:38 +0000 (11:54 +0100)
committerChristian Weiske <[email protected]>
Wed, 11 Nov 2015 05:05:12 +0000 (06:05 +0100)
This would allow packagist to link to the source (which cannot be guessed as the repo is not registered from Github but your own repo)

composer.json

index f1d918c6dcfa7636dd8041d6662edebaf726cbd1..45805fcdfee5135a79b8a5830989cafbf2793094 100644 (file)
@@ -11,6 +11,8 @@
         }
     ],
     "support": {
+        "source": "https://github.com/cweiske/MIME_Type_PlainDetect",
+        "issues": "https://github.com/cweiske/MIME_Type_PlainDetect/issues",
         "email": "[email protected]"
     },
     "autoload": {