-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (50 loc) · 1.59 KB
/
composer.json
File metadata and controls
51 lines (50 loc) · 1.59 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "simplesamlphp/simplesamlphp-module-fticks",
"description": "SimpleSAMLphp module to record F-Ticks statistics",
"type": "simplesamlphp-module",
"keywords": ["simplesamlphp", "fticks"],
"license": "MIT",
"authors": [
{
"name": "Guy Halse",
"homepage": "http://orcid.org/0000-0002-9388-8592"
}
],
"replace": {
"safire-ac-za/simplesamlphp-module-fticks": ">=1.1.1"
},
"config": {
"preferred-install": {
"simplesamlphp/simplesamlphp": "source",
"*": "dist"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"simplesamlphp/composer-module-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"simplesamlphp/composer-xmlprovider-installer": true
}
},
"require": {
"php": "^8.1",
"ext-posix": "*",
"ext-sockets": "*",
"simplesamlphp/assert": "~1.8.1",
"simplesamlphp/composer-module-installer": "~1.4.0",
"simplesamlphp/saml2-legacy": "~4.19.0",
"simplesamlphp/simplesamlphp": "~2.4.0"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "~1.9.2"
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\fticks\\": "src/"
}
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-fticks/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp-module-fticks"
}
}