From: Michael Wallner Date: Sun, 3 Mar 2013 14:24:22 +0000 (+0100) Subject: add composer.json X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fascertain;a=commitdiff_plain;h=caddc1fbc70d19f84a3c37321ff22d0c9ed63adb add composer.json --- diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0928257 --- /dev/null +++ b/composer.json @@ -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" + } + } +}