Skip to content

Commit 5ba222e

Browse files
authored
Merge pull request #62 from bburnichon/patch-1
Lazy load browser class on demand
2 parents 7274773 + 39f33a3 commit 5ba222e

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"autoload": {
15-
"files": ["lib/Browser.php"]
15+
"classmap": ["lib/Browser.php"]
1616
},
1717
"extra": {
1818
"branch-alias": {

0 commit comments

Comments
 (0)