summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 9483d5e0e81a9ab7d865c39b9f6477fb5fc54978 (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
{
  "name": "tedivm/jshrink",
  "description": "Javascript Minifier built in PHP",
  "keywords": ["minifier","javascript"],
  "homepage": "http://github.com/tedious/JShrink",
  "type": "library",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Robert Hafner",
      "email": "tedivm@tedivm.com"
    }
  ],
  "require": {
    "php": "^5.6|^7.0"
  },
  "require-dev": {
      "phpunit/phpunit": "^6",
      "friendsofphp/php-cs-fixer": "^2.8",
      "php-coveralls/php-coveralls": "^1.1.0"
  },
  "autoload": {
    "psr-0": {"JShrink": "src/"}
  }
}