Skip to content

Commit 0ed855a

Browse files
committed
Modify composer config
1 parent 6f6af1f commit 0ed855a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"phpactor/phpactor": "^0.11.1"
2222
},
2323
"config": {
24-
"optimize-autoloader": true,
2524
"classmap-authoritative": true,
25+
"discard-changes": true,
26+
"optimize-autoloader": true,
27+
"preferred-install": "dist",
2628
"sort-packages": true,
2729
"platform": {
2830
"php": "7.1.3"

0 commit comments

Comments
 (0)