2015-06-29 19:39:05 +02:00
|
|
|
{
|
2020-05-06 09:06:46 +02:00
|
|
|
"name": "mos/cimage",
|
2015-06-29 19:39:05 +02:00
|
|
|
"type": "library",
|
2015-07-20 21:16:53 +02:00
|
|
|
"description": "Process, scale, resize, crop and filter images.",
|
2015-06-29 19:39:05 +02:00
|
|
|
"keywords": ["image", "imageprocessing", "gd"],
|
|
|
|
"homepage": "http://dbwebb.se/opensource/cimage",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Mikael Roos",
|
|
|
|
"email": "me@mikaelroos.se",
|
|
|
|
"homepage": "http://mikaelroos.se",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2015-07-20 21:52:41 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/mosbth/cimage/issues",
|
|
|
|
"docs": "http://dbwebb.se/opensource/cimage"
|
|
|
|
},
|
2015-06-29 19:39:05 +02:00
|
|
|
"require": {
|
2016-01-14 15:49:47 +03:00
|
|
|
"php": ">=5.3",
|
|
|
|
},
|
|
|
|
"suggest": {
|
2016-08-11 17:39:45 +02:00
|
|
|
"ext-curl": "*",
|
2020-05-06 09:06:46 +02:00
|
|
|
"ext-exif": "*",
|
|
|
|
"ext-gd": "*",
|
2016-08-11 17:39:45 +02:00
|
|
|
"ext-imagick": "*"
|
2015-07-20 21:16:53 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
2016-08-08 09:29:26 +02:00
|
|
|
"files": [
|
|
|
|
"defines.php",
|
|
|
|
"functions.php"
|
|
|
|
],
|
|
|
|
"classmap": [
|
2015-07-20 21:56:56 +02:00
|
|
|
"CImage.php",
|
|
|
|
"CHttpGet.php",
|
|
|
|
"CRemoteImage.php",
|
2015-09-15 17:19:29 +02:00
|
|
|
"CWhitelist.php",
|
2015-12-06 20:45:44 +01:00
|
|
|
"CAsciiArt.php",
|
2016-08-08 10:39:11 +02:00
|
|
|
"CCache.php",
|
2016-08-08 09:29:26 +02:00
|
|
|
"CFastTrackCache.php"
|
2015-07-20 21:56:56 +02:00
|
|
|
]
|
2015-06-29 19:39:05 +02:00
|
|
|
}
|
|
|
|
}
|