forked from ecphp/eu-login-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.03 KB
/
composer.json
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
{
"name": "ecphp/eu-login-bundle",
"type": "symfony-bundle",
"description": "A bundle for Symfony 4 & 5, providing authentication against European Commission authentication service.",
"keywords": [
"authentication",
"cas",
"central authentication service",
"eulogin",
"european commission",
"single sign-on",
"sso"
],
"license": "BSD-3-Clause",
"require": {
"php": ">= 7.2.5",
"ext-json": "*",
"ext-simplexml": "*",
"ecphp/cas-bundle": "2.2.*",
"ecphp/ecas": "2.1.*",
"symfony/framework-bundle": "^5.1"
},
"require-dev": {
"drupol/php-conventions": "^1.8.16",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.15.3",
"phpspec/phpspec": "^6.2.1",
"vimeo/psalm": "^3.13"
},
"autoload": {
"psr-4": {
"EcPhp\\EuLoginBundle\\": "src/"
}
},
"scripts": {
"grumphp": "./vendor/bin/grumphp run"
}
}