Skip to content

Commit 3acb28f

Browse files
committed
Consistency
1 parent e2b4cea commit 3acb28f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
"homepage": "http://orcid.org/0000-0002-9388-8592"
1111
}
1212
],
13+
"config": {
14+
"preferred-install": {
15+
"*": "dist"
16+
},
17+
"sort-packages": true,
18+
"allow-plugins": {
19+
"simplesamlphp/composer-module-installer": true
20+
}
21+
},
1322
"require": {
1423
"php": ">=7.4",
1524
"simplesamlphp/composer-module-installer": "~1.1"
@@ -31,14 +40,5 @@
3140
"support": {
3241
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs/issues",
3342
"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-
}
4343
}
4444
}

0 commit comments

Comments
 (0)