mygento/minify

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "mygento/minify",
    "type": "magento-module",
    "license": "Apache-2.0",
    "homepage": "https://github.com/mygento/minify.git",
    "description": "Magento JS/CSS Minification Module",
    "keywords": [
        "magento",
        "minify",
        "css",
        "js"
    ],
    "authors": [
        {
            "name": "Nikita Tarasov",
            "email": "nikita@mygento.net",
            "homepage": "http://www.mygento.net/",
            "role": "Developer"
        },
        {
            "name": "Mygento",
            "email": "connect@mygento.net",
            "homepage": "http://www.mygento.net/"
        }
    ],
    "require": {
    "php": ">=5.5",
        "magento-hackathon/magento-composer-installer": "3.*",
    "mygento/base": "*",
        "matthiasmullie/minify": "^1.3"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "2.*",
        "magento-ecg/coding-standard": "dev-master",
        "mygento/coding-standard": "*",
        "sebastian/phpdcd": "*",
        "sebastian/phpcpd": "*",
        "jakub-onderka/php-parallel-lint": "0.*",
        "jakub-onderka/php-console-highlighter": "0.*",
        "phpmd/phpmd": "@stable"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://mygento.github.io/packages"
        }
    ],
    "extra": {
        "magento-root-dir": ".",
        "with-bootstrap-patch": false
    }
}