mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-03 14:47:47 +02:00
Create composer.json
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "mos/cimage",
|
||||||
|
"type": "library",
|
||||||
|
"description": "Process, resize, filter images serverside",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user