Skip to content

Commit 2b5925b

Browse files
authored
Composer -o
Composer allows us to optimize the autoloader using the --optimize flag or shortly -o.
1 parent bc368c6 commit 2b5925b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"config": {
4747
"preferred-install": "dist",
48-
"sort-packages": true
48+
"sort-packages": true,
49+
"optimize-autoloader": true
4950
}
5051
}

0 commit comments

Comments
 (0)