From caddc1fbc70d19f84a3c37321ff22d0c9ed63adb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 3 Mar 2013 15:24:22 +0100 Subject: [PATCH] add composer.json --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 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" + } + } +} -- 2.30.2