Current File : /var/www/vinorea/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/composer.json
{
    "name": "prestashop\/prestashop-accounts-installer",
    "type": "library",
    "description": "Utility package to install `ps_accounts` module or present data to trigger manual install from psx configuration page.",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "PrestaShop\\PsAccountsInstaller\\": "src\/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PrestaShop\\PsAccountsInstaller\\Tests\\": "tests\/"
        }
    },
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit\/phpunit": "^5.7",
        "prestashop\/php-dev-tools": "3.*",
        "friendsofphp\/php-cs-fixer": "^2.16",
        "fzaninotto\/faker": "^1.9"
    },
    "scripts": {
        "test": ".\/vendor\/phpunit\/phpunit\/phpunit --configuration '.\/phpunit.xml' --bootstrap '.\/tests\/bootstrap.php' --test-suffix 'Test.php,.phpt'"
    }
}