Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/d_shopunity/develop/
Upload File :
Current File : /var/www/alh/system/library/d_shopunity/develop/composer.json

{
    "name": "shopunity/shopunity-dev",
    "description": "Shopunity Development",
    "keywords": ["opencart", "phpunit"],
    "license": "GPL-3.0",
    "authors": [{
        "name": "Dmitriy Zhuk",
        "email": "dmitriyzhuk@gmail.com",
        "homepage": "http://shopunity.net"
    }],
    "require": {
        "php": ">=7.0",
        "phpunit/phpunit": "^7.0",
        "squizlabs/php_codesniffer": "^3.0",
        "consolidation/robo": "^1.1",
        "vlucas/phpdotenv": "^2.4"
    },
    "scripts": {
        "test-admin": "phpunit --testsuite admin-tests --colors=always",
        "test-catalog": "phpunit --testsuite catalog-tests --colors=always",
        "test": [
            "@test-admin",
            "@test-catalog"
        ]
    },
    "autoload": {
        "psr-4": {
            "Dotenv\\": ""
        }
    }
}