X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;fp=composer.json;h=83eb1b84196607690833c922295efee91b646d73;hb=674c75af683b9246e05f9e9a77be8d7d4f845479;hp=0000000000000000000000000000000000000000;hpb=e67f84aed03307cfb4c1b6584dfc56de6be1be92;p=m6w6%2Fatick diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..83eb1b8 --- /dev/null +++ b/composer.json @@ -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" + } + } +}