Skip to content

Commit

Permalink
Adding GifCreator to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sybio committed Sep 25, 2012
1 parent 89541b3 commit b6e190f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 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" }
}
}

0 comments on commit b6e190f

Please sign in to comment.