mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-04 15:17:42 +02:00
Adding PSR-0 to composer.json
This commit is contained in:
@@ -8,6 +8,7 @@ Revision history
|
|||||||
v0.7.0.x (latest)
|
v0.7.0.x (latest)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
* Adding `composer.json` for publishing on packagist.
|
||||||
* Add permalink to setup for comparing images with `webroot/compare/compare.php`, fix #92.
|
* Add permalink to setup for comparing images with `webroot/compare/compare.php`, fix #92.
|
||||||
* Allow space in filename by using `urlencode()` and allow space as valid filenam character. fix #91.
|
* Allow space in filename by using `urlencode()` and allow space as valid filenam character. fix #91.
|
||||||
* Support redirections for remote images, fix #87, fix #90.
|
* Support redirections for remote images, fix #87, fix #90.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mos/cimage",
|
"name": "mos/cimage",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "Process, resize, filter images serverside",
|
"description": "Process, scale, resize, crop and filter images.",
|
||||||
"keywords": ["image", "imageprocessing", "gd"],
|
"keywords": ["image", "imageprocessing", "gd"],
|
||||||
"homepage": "http://dbwebb.se/opensource/cimage",
|
"homepage": "http://dbwebb.se/opensource/cimage",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -15,5 +15,8 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3"
|
"php": ">=5.3"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": { "UniqueGlobalClass": "" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user