-
- Downloads
ci: common CI
Showing
- .gitignore 714 additions, 0 deletions.gitignore
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- .prettierignore 721 additions, 0 deletions.prettierignore
- .prettierrc.json 1 addition, 0 deletions.prettierrc.json
- .releaserc.json 1 addition, 0 deletions.releaserc.json
- CODEOWNERS 0 additions, 15 deletionsCODEOWNERS
- LICENSE 28 additions, 201 deletionsLICENSE
- composer.json 19 additions, 12 deletionscomposer.json
- composer.lock 4964 additions, 0 deletionscomposer.lock
- phpcs.xml 0 additions, 207 deletionsphpcs.xml
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.releaserc.json
0 → 100644
CODEOWNERS
deleted
100644 → 0
... | ... | @@ -2,20 +2,27 @@ |
"name": "cesnet/simplesamlphp-module-remoteuserssl", | ||
"description": "The module is just getting result of the Basic authentication or SSL authentication done by Apache web server.", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["simplesamlphp", "remoteuserssl"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Pavel Vyskocil", | ||
"email": "vyskocilpavel@muni.cz" | ||
}, | ||
{ | ||
"name": "Michal Prochazka", | ||
"email": "michalp@ics.muni.cz" | ||
} | ||
"keywords": [ | ||
"simplesamlphp", | ||
"remoteuserssl" | ||
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"simplesamlphp/composer-module-installer": "~1.0" | ||
} | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
}, | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Perun proxy AAI team", | ||
"email": "proxyidp@cesnet.cz" | ||
} | ||
] | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
phpcs.xml
deleted
100644 → 0
Please register or sign in to comment