all repos — wp-flatexport @ d086701481f9a424637e4e4017047f7153ceb958

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