travis
[m6w6/ascertain] / composer.json
1 {
2 "name": "mike_php_net/ascertain",
3 "type": "library",
4 "description": "Simple validator, not doing much harm",
5 "keywords": ["validator"],
6 "homepage": "http://github.com/mike-php-net/ascertain",
7 "license": "BSD-2-Clause",
8 "authors": [
9 {
10 "name": "Michael Wallner",
11 "email": "mike@php.net"
12 }
13 ],
14 "autoload": {
15 "psr-0": {
16 "ascertain": "lib"
17 }
18 }
19 }