all repos — wp-flatexport @ 4b8fd5c16999bd3ebd22a363b384d65471a838ba

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"
        }
    ]
}