We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c85711 commit 1d39b53Copy full SHA for 1d39b53
composer.json
@@ -24,7 +24,7 @@
24
"require": {
25
"php": ">=7.4 || ^8.0",
26
"simplesamlphp/assert": "^0.8.0",
27
- "simplesamlphp/composer-module-installer": "~1.2.0"
+ "simplesamlphp/composer-module-installer": "~1.3.2"
28
},
29
"require-dev": {
30
"simplesamlphp/simplesamlphp": "^2.0.0-rc2",
@@ -40,6 +40,11 @@
40
"SimpleSAML\\Module\\sqlattribs\\": "src/"
41
}
42
43
+ "autoload-dev": {
44
+ "psr-4": {
45
+ "SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
46
+ }
47
+ },
48
"support": {
49
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs/issues",
50
"source": "https://github.com/tenet-ac-za/simplesamlphp-module-sqlattribs"
0 commit comments