composer.json
authorChristian Weiske <[email protected]>
Thu, 15 May 2014 20:19:14 +0000 (22:19 +0200)
committerChristian Weiske <[email protected]>
Thu, 15 May 2014 20:19:14 +0000 (22:19 +0200)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..4aec2d3
--- /dev/null
@@ -0,0 +1,28 @@
+{
+    "name": "cweiske/mime_type_plaindetect",
+    "description": "Detect MIME type of text files by their content",
+    "license": "LGPL-3.0+",
+    "homepage": "http://git.cweiske.de/MIME_Type_PlainDetect.git/",
+    "authors": [
+        {
+            "name": "Christian Weiske",
+            "email": "[email protected]",
+            "homepage": "http://cweiske.de/"
+        }
+    ],
+    "support": {
+        "email": "[email protected]"
+    },
+    "autoload": {
+        "psr-0": {"": "src/"}
+    },
+    "repositories": [
+        {
+            "type": "pear",
+            "url": "pear.php.net"
+        }
+    ],
+    "require": {
+        "pear-pear.php.net/MIME_Type": "~1.3"
+    }
+}