Skip to content

Commit e968374

Browse files
committed
Fixing hanging-comma and adding autoload key
Just a small fix and small addition: * The extra comma after the version is bad JSON - it should make Composer sad :/ * The autoload config will allow the Zencoder classes to be autoloaded without any trouble Thanks!
1 parent 06e473c commit e968374

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)