From b6e190f5b73c1b7e054c0ae945f3b7f3e25d2075 Mon Sep 17 00:00:00 2001 From: sybio Date: Tue, 25 Sep 2012 13:10:43 +0200 Subject: [PATCH] Adding GifCreator to composer --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9d98c23 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "sybio/gif-creator", + "type": "library", + "description": "PHP class that creates animated GIF from multiple images", + "keywords": ["gif", "animated", "creation", "encode", "PHP"], + "homepage": "https://github.com/Sybio/GifCreator", + "license": "MIT", + "authors": [ + { + "name": "Clément Guillemain", + "homepage": "http://clementguillemain.fr", + "role": "Developer / Freelancer" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { "GifCreator": "src" } + } +} \ No newline at end of file