summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..c15582f
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+ "name": "askonomm/validator",
+ "description": "A modular validation library with sane default",
+ "type": "library",
+ "license": "MIT",
+ "autoload": {
+ "psr-4": {
+ "Askonomm\\Validator\\": "src/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Asko Nomm",
+ "email": "asko@bien.ee"
+ }
+ ],
+ "require": {}
+}