summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-22 17:54:18 +0100
committerAsko Nomm <asko@bien.ee>2022-02-22 17:54:18 +0100
commit2bb257006e8f2dd792c46c868b3bf80c5a25a64b (patch)
tree094fcb8c4be50623fdafe33ced279f6706732e7a /composer.json
Initial commit
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": {}
+}