?iť?

Your IP : 3.16.217.218


Current Path : /home/scgforma/www/cloud/3rdparty/patchwork/jsqueeze/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/patchwork/jsqueeze/composer.json

{
    "name": "patchwork/jsqueeze",
    "type": "library",
    "description": "Efficient JavaScript minification in PHP",
    "keywords": ["javascript","compression","minification"],
    "homepage": "https://github.com/tchwork/jsqueeze",
    "license": "(Apache-2.0 or GPL-2.0)",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": {
            "Patchwork\\": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0-dev"
        }
    }
}