Skip to content

Commit 0aeb28e

Browse files
author
Michael Christopher
committed
Merge pull request #14 from weaverryan/patch-1
Fixing hanging-comma and adding autoload key
2 parents 06e473c + e968374 commit 0aeb28e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"type":"library",
77
"license":"MIT",
88
"require": {
9-
"php": ">=5.2.0",
9+
"php": ">=5.2.0"
10+
},
11+
"autoload": {
12+
"psr-0" : {
13+
"Services_Zencoder" : ""
14+
}
1015
},
1116
"authors":[
1217
{

0 commit comments

Comments
 (0)