{
    "name": "garex/wp-testing",
    "description": "Helps to create psychological tests",
    "type": "wordpress-plugin",
    "license": "GPLv3",
    "authors": [
        {
            "name": "Ustimenko Alexander",
            "email": "a@ustimen.co"
        }
    ],
    "require": {
        "composer/installers": "~1.0.0"
        , "xrstf/composer-php52": "1.*"
        , "ruckusing/ruckusing-migrations": "dev-issue/work-in-non-writable-environment"
        , "flourish/flourish": "0.9.*@dev"
        , "nikic/php-parser": "0.9.5"
    },
    "scripts": {
        "post-install-cmd": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ],
        "post-update-cmd": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ],
        "post-autoload-dump": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ]
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "require-dev": {
        "phpunit/phpunit-php52": "dev-3.6.12-php52",
        "phpunit/phpunit-mock-objects-php52": "dev-1.1.0-php52"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/garex/ruckusing-migrations"
        },
        {
            "type": "git",
            "url": "https://github.com/garex/phpunit"
        },
        {
            "type": "git",
            "url": "https://github.com/garex/phpunit-mock-objects"
        }
    ]
}
