mirror of
https://github.com/mosbth/cimage.git
synced 2025-09-02 20:22:36 +02:00
Adding PSR-0 to composer.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mos/cimage",
|
||||
"type": "library",
|
||||
"description": "Process, resize, filter images serverside",
|
||||
"description": "Process, scale, resize, crop and filter images.",
|
||||
"keywords": ["image", "imageprocessing", "gd"],
|
||||
"homepage": "http://dbwebb.se/opensource/cimage",
|
||||
"license": "MIT",
|
||||
@@ -15,5 +15,8 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "UniqueGlobalClass": "" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user