|
1 | | -{ |
2 | | - "name": "arpage/anim-gif", |
3 | | - "type": "library", |
4 | | - "description": "PHP class to create an animated GIF from multiple images", |
5 | | - "keywords": ["gif", "animated", "creation", "encode", "PHP"], |
6 | | - "homepage": "https://github.com/lunakid/AnimGif", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Clément Guillemain", |
11 | | - "homepage": "http://clementguillemain.fr", |
12 | | - "role": "Developer / Freelancer" |
13 | | - }, |
14 | | - { |
15 | | - "name": "Szabolcs Szász", |
16 | | - "homepage": "http://github.com/lunakid", |
17 | | - "role": "Developer / Freelancer" |
18 | | - } |
19 | | - ], |
20 | | - "require": { |
21 | | - "php": ">=7.0" |
22 | | - }, |
23 | | - "autoload": { |
24 | | - "psr-0": { "GifCreator": "src/" } |
25 | | - } |
26 | | -} |
| 1 | +{ |
| 2 | + "name": "arpage/anim-gif", |
| 3 | + "type": "library", |
| 4 | + "description": "PHP class to create an animated GIF from multiple images", |
| 5 | + "keywords": ["gif", "animated", "creation", "encode", "PHP"], |
| 6 | + "homepage": "https://github.com/lunakid/AnimGif", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Clément Guillemain", |
| 11 | + "homepage": "http://clementguillemain.fr", |
| 12 | + "role": "Developer / Freelancer" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "Szabolcs Szász", |
| 16 | + "homepage": "http://github.com/lunakid", |
| 17 | + "role": "Developer / Freelancer" |
| 18 | + } |
| 19 | + ], |
| 20 | + "require": { |
| 21 | + "php": ">=7.0" |
| 22 | + }, |
| 23 | + "autoload": { |
| 24 | + "psr-0": { "GifCreator": "src/" } |
| 25 | + } |
| 26 | +} |
0 commit comments