| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "matthiasmullie/minify", |
| 5 |
"version": "1.3.75", |
| 6 |
"version_normalized": "1.3.75.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/matthiasmullie/minify.git", |
| 10 |
"reference": "76ba4a5f555fd7bf4aa408af608e991569076671" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/76ba4a5f555fd7bf4aa408af608e991569076671", |
| 15 |
"reference": "76ba4a5f555fd7bf4aa408af608e991569076671", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-pcre": "*", |
| 20 |
"matthiasmullie/path-converter": "~1.1", |
| 21 |
"php": ">=5.3.0" |
| 22 |
}, |
| 23 |
"require-dev": { |
| 24 |
"friendsofphp/php-cs-fixer": ">=2.0", |
| 25 |
"matthiasmullie/scrapbook": ">=1.3", |
| 26 |
"phpunit/phpunit": ">=4.8" |
| 27 |
}, |
| 28 |
"suggest": { |
| 29 |
"psr/cache-implementation": "Cache implementation to use with Minify::cache" |
| 30 |
}, |
| 31 |
"time": "2025-06-25T09:56:19+00:00", |
| 32 |
"bin": [ |
| 33 |
"bin/minifycss", |
| 34 |
"bin/minifyjs" |
| 35 |
], |
| 36 |
"type": "library", |
| 37 |
"installation-source": "dist", |
| 38 |
"autoload": { |
| 39 |
"psr-4": { |
| 40 |
"MatthiasMullie\\Minify\\": "src/" |
| 41 |
} |
| 42 |
}, |
| 43 |
"notification-url": "https://packagist.org/downloads/", |
| 44 |
"license": [ |
| 45 |
"MIT" |
| 46 |
], |
| 47 |
"authors": [ |
| 48 |
{ |
| 49 |
"name": "Matthias Mullie", |
| 50 |
"email": "[email protected]", |
| 51 |
"homepage": "https://www.mullie.eu", |
| 52 |
"role": "Developer" |
| 53 |
} |
| 54 |
], |
| 55 |
"description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", |
| 56 |
"homepage": "https://github.com/matthiasmullie/minify", |
| 57 |
"keywords": [ |
| 58 |
"JS", |
| 59 |
"css", |
| 60 |
"javascript", |
| 61 |
"minifier", |
| 62 |
"minify" |
| 63 |
], |
| 64 |
"support": { |
| 65 |
"issues": "https://github.com/matthiasmullie/minify/issues", |
| 66 |
"source": "https://github.com/matthiasmullie/minify/tree/1.3.75" |
| 67 |
}, |
| 68 |
"funding": [ |
| 69 |
{ |
| 70 |
"url": "https://github.com/matthiasmullie", |
| 71 |
"type": "github" |
| 72 |
} |
| 73 |
], |
| 74 |
"install-path": "../matthiasmullie/minify" |
| 75 |
}, |
| 76 |
{ |
| 77 |
"name": "matthiasmullie/path-converter", |
| 78 |
"version": "1.1.3", |
| 79 |
"version_normalized": "1.1.3.0", |
| 80 |
"source": { |
| 81 |
"type": "git", |
| 82 |
"url": "https://github.com/matthiasmullie/path-converter.git", |
| 83 |
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" |
| 84 |
}, |
| 85 |
"dist": { |
| 86 |
"type": "zip", |
| 87 |
"url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", |
| 88 |
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", |
| 89 |
"shasum": "" |
| 90 |
}, |
| 91 |
"require": { |
| 92 |
"ext-pcre": "*", |
| 93 |
"php": ">=5.3.0" |
| 94 |
}, |
| 95 |
"require-dev": { |
| 96 |
"phpunit/phpunit": "~4.8" |
| 97 |
}, |
| 98 |
"time": "2019-02-05T23:41:09+00:00", |
| 99 |
"type": "library", |
| 100 |
"installation-source": "dist", |
| 101 |
"autoload": { |
| 102 |
"psr-4": { |
| 103 |
"MatthiasMullie\\PathConverter\\": "src/" |
| 104 |
} |
| 105 |
}, |
| 106 |
"notification-url": "https://packagist.org/downloads/", |
| 107 |
"license": [ |
| 108 |
"MIT" |
| 109 |
], |
| 110 |
"authors": [ |
| 111 |
{ |
| 112 |
"name": "Matthias Mullie", |
| 113 |
"email": "[email protected]", |
| 114 |
"homepage": "http://www.mullie.eu", |
| 115 |
"role": "Developer" |
| 116 |
} |
| 117 |
], |
| 118 |
"description": "Relative path converter", |
| 119 |
"homepage": "http://github.com/matthiasmullie/path-converter", |
| 120 |
"keywords": [ |
| 121 |
"converter", |
| 122 |
"path", |
| 123 |
"paths", |
| 124 |
"relative" |
| 125 |
], |
| 126 |
"support": { |
| 127 |
"issues": "https://github.com/matthiasmullie/path-converter/issues", |
| 128 |
"source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" |
| 129 |
}, |
| 130 |
"install-path": "../matthiasmullie/path-converter" |
| 131 |
} |
| 132 |
], |
| 133 |
"dev": true, |
| 134 |
"dev-package-names": [] |
| 135 |
} |
| 136 |
|