summaryrefslogtreecommitdiff
path: root/composer.json
blob: 9b75c19ad816de99f6401d26308e50b7cbec56b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "blatech/blaetym",
    "description": "Find etymology of a word",
    "type": "library",
    "require": {
        "paquettg/php-html-parser": "^2.0"
    },
    "autoload": {
        "psr-4": {"App\\": "src/"}
    },
    "authors": [
        {
            "name": "Phil Burton",
            "email": "phil@pgburton.com"
        }
    ]
}