wp-resized2cache/composer.json

17 lines
418 B
JSON
Raw Permalink Normal View History

2015-12-10 14:24:56 +00:00
{
"name": "petermolnar/wp-resized2cache",
"description": "WordPress plugin to auto-move and enhance resized jpgs to cache folder",
"require": {
2016-01-05 22:58:44 +00:00
"php": ">=5.3.0",
2015-12-10 14:24:56 +00:00
"ext-imagick": "^3.1"
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
2016-01-05 22:58:44 +00:00
"homepage": "https://petermolnar.eu"
2015-12-10 14:24:56 +00:00
}
]
}