https://github.com/poststatus/wptest
Raw File
Tip revision: a72f8137a89c22b194b04350b9d9d9c1a153b76f authored by Travis Northcutt on 05 February 2017, 16:19:21 UTC
Merge pull request #54 from JeffMatson/master
Tip revision: a72f813
composer.json
{
    "name": "poststatus/wptest",
    "version": "1.5.0",
    "description": "WP Test - The Best Tests For WordPress.",
    "type": "library",
    "homepage": "http://wptest.io",
    "license": "GPL-3.0+",
    "keywords": [
        "data",
        "export",
        "import",
        "tests",
        "unit tests",
        "wordpress"
    ],
    "authors": [
        {
            "name": "Michael Novotny",
            "email": "manovotny@gmail.com",
            "homepage": "http://manovotny.com",
            "role": "Developer"
        },
        {
            "name": "Brian Krogsgard",
            "email": "brian@poststatus.com",
            "homepage": "https://poststatus.com/",
            "role": "Developer"
        }
    ]
}
back to top