
| Current Path : /var/www/html_old/12park.003/vendor/patchwork/jsqueeze/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.003/vendor/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"
}
}
}