Skip to content

Commit e898c01

Browse files
committed
Changed autoload to "classmap"
S3.php bundles multiple classes, so "classmap" fits better
1 parent ff384e5 commit e898c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"php": ">=5.2.0"
1414
},
1515
"autoload": {
16-
"psr-0": { "S3": "" }
16+
"classmap": ["S3.php"]
1717
}
1818
}

0 commit comments

Comments
 (0)