Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e968374

Browse filesBrowse 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
Copy full SHA for e968374

File tree

1 file changed

+6
-1
lines changed
Filter options

1 file changed

+6
-1
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.