mirror of
https://github.com/Geckon01/simple-image-compressor.git
synced 2026-06-16 13:20:19 +03:00
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "geckon01/simple-image-compressor",
|
|
"description": "SimpleImageCompressor is a tiny simple PHP image compressor lib which allows you to compress any image easily on the fly",
|
|
"version": "0.4.3.25",
|
|
"keywords": [
|
|
"php",
|
|
"images",
|
|
"compress",
|
|
"png",
|
|
"jpeg",
|
|
"gif"
|
|
],
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-gd": "*"
|
|
},
|
|
"homepage": "https://github.com/Geckon01/simple-image-compressor",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"geckon01\\SimpleImageCompressor\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {}
|
|
} |