Skip to content

Commit 98d8ca1

Browse files
committed
Fix: Simplify configuration
1 parent c2e444a commit 98d8ca1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
"symfony/process": "^3.4|^4.0"
3333
},
3434
"config": {
35-
"preferred-install": {
36-
"*": "dist"
37-
},
35+
"preferred-install": "dist",
3836
"sort-packages": true
3937
},
4038
"autoload": {

0 commit comments

Comments
 (0)