forked from yakamara/ycom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 766 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 766 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": "yakamara/ycom",
"require": {
"onelogin/php-saml": "^3",
"apereo/phpcas": "^1",
"league/oauth2-client": "^2",
"psr/log": "^1"
},
"replace": {
"psr/container": "*",
"psr/http-message": "*",
"psr/log": "*"
},
"require-dev": {
"redaxo/php-cs-fixer-config": "^2.0",
"friendsofphp/php-cs-fixer": "^3.14",
"phpunit/phpunit": "^9.5"
},
"config": {
"platform": {
"php": "8.1.13"
}
},
"scripts": {
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
"unit-test": "phpunit --testdox"
}
}