bedeabza / Image

Image manipulation class using PHP and GD library
9 stars 4 forks source link

Submit it to packagist #4

Open TheKnarf opened 11 years ago

TheKnarf commented 11 years ago

I propose to make it into a composer package

TODO

Composer.json

{
    "name": "bedeabza/Image",
    "type": "library",
    "description": "Bedeabze image class",
    "keywords": [
        "image",
        "cropping",
        "rezise",
        "GD"
    ],
    "authors": [
        {
            "name": "Dragos Badea",
            "email": "bedeabza@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.3"
    }
}
TheKnarf commented 11 years ago

New todo list: