composer; LICENSE
[m6w6/atick] / composer.json
diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..83eb1b8
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "name": "mike_php_net/atick",
+    "type": "library",
+    "description": "Asynchronous resource handling, optionally (ab)using ticks",
+    "keywords": ["async", "tick", "resource"],
+    "homepage": "http://github.com/mike-php-net/atick",
+    "license": "BSD-2-Clause",
+    "authors": [
+        {
+            "name": "Michael Wallner",
+            "email": "mike@php.net"
+        }
+    ],
+    "autoload": {
+        "psr-0": {
+            "atick": "lib"
+        }
+    }
+}