1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-01-17 19:18:15 +01:00
php-cimage/composer.json

29 lines
729 B
JSON
Raw Normal View History

2015-06-29 19:39:05 +02:00
{
"name": "mos/cimage",
"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": {
"php": ">=5.3"
2015-07-20 21:16:53 +02:00
},
"autoload": {
2015-07-20 21:52:41 +02:00
"psr-0": {
"UniqueGlobalClass": ""
2015-07-20 21:21:51 +02:00
}
2015-06-29 19:39:05 +02:00
}
}