summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 9c2986020de2dcf0b2d3ed2e31635069275d0cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "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"
        }
    }
}