xref: /dokuwiki/vendor/splitbrain/php-jsstrip/composer.json (revision 755a9150e16ea30eaf5f2b0b07ea4c18ca7568ae)
1{
2    "name": "splitbrain/php-jsstrip",
3    "description": "PHP based JavaScript minimizer",
4    "type": "library",
5    "license": "BSD-3-Clause",
6    "autoload": {
7        "psr-4": {
8            "splitbrain\\JSStrip\\tests\\": "tests/",
9            "splitbrain\\JSStrip\\": "src/"
10        }
11    },
12    "authors": [
13        {
14            "name": "Andreas Gohr",
15            "email": "andi@splitbrain.org"
16        }
17    ],
18    "require": {
19        "php": ">=7.2"
20    },
21    "require-dev": {
22        "phpunit/phpunit": "^8.0"
23    },
24    "funding": [
25        {
26            "url": "https://github.com/sponsors/splitbrain",
27            "type": "github"
28        }
29    ]
30}
31