summaryrefslogtreecommitdiff
path: root/composer.json
blob: 6f5f78789470251540491b64392d1c3e03a98e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "askonomm/bouncer",
    "description": "An extensible validation library for your data with sane defaults.",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Askonomm\\Bouncer\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Asko Nomm",
            "email": "asko@bien.ee"
        }
    ],
    "require-dev": {
        "pestphp/pest": "^1.21"
    },
    "config": {
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    }
}