Skip to content

Commit f52df0c

Browse files
authored
Update composer.json
Change from always loaded browser class to load on demand.
1 parent 6bde9ef commit f52df0c

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)