all repos — wp-flatexport @ e45cdc199d70431acc9107c10330f7690084c8e4

composer.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
{
    "name": "petermolnar/wp-flatbackups",
    "description": "WordPress plugin to auto-export WordPress content to flat YAML + HTML files",
    "require": {
        "php": ">=5.3.0",
        "ext-yaml": "^1.2"
    },
    "license": "GPLv3",
    "authors": [
        {
            "name": "Peter Molnar",
            "email": "hello@petermolnar.eu",
            "homepage": "https://petermolnar.eu"
        }
    ]
}