summaryrefslogtreecommitdiff
path: root/composer.json
blob: c7c8879a06e8816a61fadea5d5d1b473ccc3d616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "dweipert/timber-editor",
    "version": "1.0.1",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "Daniel Weipert",
            "email": "code@drogueronin.de"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "autoload": {
        "psr-4": {
            "TimberEditor\\": "src/"
        }
    }
}