We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b4cea commit 3acb28fCopy full SHA for 3acb28f
composer.json
@@ -10,6 +10,15 @@
10
"homepage": "http://orcid.org/0000-0002-9388-8592"
11
}
12
],
13
+ "config": {
14
+ "preferred-install": {
15
+ "*": "dist"
16
+ },
17
+ "sort-packages": true,
18
+ "allow-plugins": {
19
+ "simplesamlphp/composer-module-installer": true
20
+ }
21
22
"require": {
23
"php": ">=7.4",
24
"simplesamlphp/composer-module-installer": "~1.1"
@@ -31,14 +40,5 @@
31
40
"support": {
32
41
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs/issues",
33
42
"source": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs"
34
- },
35
- "config": {
36
- "preferred-install": {
37
- "*": "dist"
38
39
- "sort-packages": true,
- "allow-plugins": {
- "simplesamlphp/composer-module-installer": true
- }
43
44
0 commit comments