Skip to content

Commit 8f33b71

Browse files
committed
Merges
1 parent 9e12e9d commit 8f33b71

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,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-
}
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

Comments
 (0)