-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 814 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "sitya/simplesamlphp-module-attributelimit",
"description": "",
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\attributelimit\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
}
},
"require": {
"php": ">=7.4 || ^8.0",
"simplesamlphp/composer-module-installer": "~1.3.2",
"simplesamlphp/simplesamlphp": "^2.0.0"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "~1.2.1"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"simplesamlphp/composer-module-installer": true
}
}
}