Skip to content

Commit 1d39b53

Browse files
committed
Update module-installer
1 parent 1c85711 commit 1d39b53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=7.4 || ^8.0",
2626
"simplesamlphp/assert": "^0.8.0",
27-
"simplesamlphp/composer-module-installer": "~1.2.0"
27+
"simplesamlphp/composer-module-installer": "~1.3.2"
2828
},
2929
"require-dev": {
3030
"simplesamlphp/simplesamlphp": "^2.0.0-rc2",
@@ -40,6 +40,11 @@
4040
"SimpleSAML\\Module\\sqlattribs\\": "src/"
4141
}
4242
},
43+
"autoload-dev": {
44+
"psr-4": {
45+
"SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
46+
}
47+
},
4348
"support": {
4449
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs/issues",
4550
"source": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs"

0 commit comments

Comments
 (0)