Skip to content

Commit e2b4cea

Browse files
authored
Merge pull request #2 from adigerrens/patch-1
add config section to composer.json
2 parents bf2005d + 6e7bc4c commit e2b4cea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,14 @@
3131
"support": {
3232
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs/issues",
3333
"source": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs"
34+
},
35+
"config": {
36+
"preferred-install": {
37+
"*": "dist"
38+
},
39+
"sort-packages": true,
40+
"allow-plugins": {
41+
"simplesamlphp/composer-module-installer": true
42+
}
3443
}
3544
}

0 commit comments

Comments
 (0)