add composer.json
authorMichael Wallner <mike@php.net>
Sun, 3 Mar 2013 14:24:22 +0000 (15:24 +0100)
committerMichael Wallner <mike@php.net>
Sun, 3 Mar 2013 14:24:22 +0000 (15:24 +0100)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..0928257
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "name": "mike_php_net/ascertain",
+    "type": "library",
+    "description": "Simple validator, not doing much harm",
+    "keywords": ["validator"],
+    "homepage": "http://github.com/mike-php-net/ascertain",
+    "license": "BSD-2-Clause",
+    "authors": [
+        {
+            "name": "Michael Wallner",
+            "email": "mike@php.net"
+        }
+    ],
+    "autoload": {
+        "psr-0": {
+            "ascertain": "src"
+        }
+    }
+}