forked from cilogon/service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 913 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 913 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
30
31
32
33
34
35
36
{
"name": "cilogon/service",
"description": "CILogon Service Web Front-end",
"license": "NCSA",
"authors": [
{
"name": "Terry Fleury",
"email": "tfleury@cilogon.org",
"homepage": "http://www.cilogon.org"
}
],
"keywords": [
"saml",
"oauth",
"oauth2",
"x509",
"authentication",
"authorization",
"cilogon"
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"cilogon/service-lib": "3.3.0",
"league/oauth2-client": "^2.8.0",
"gettext/gettext": "^5.7",
"gettext/php-scanner": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.21",
"mockery/mockery": "^1.4.4",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"squizlabs/php_codesniffer": "^3.7.1"
}
}