svg
This commit is contained in:
18
services/50-nextcloud/volume/nine/app/user_cas/composer.json
Normal file
18
services/50-nextcloud/volume/nine/app/user_cas/composer.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "felixrupp/user_cas",
|
||||
"description": "This is the package for Ownclouds 3rd Party App user_cas",
|
||||
"minimum-stability": "stable",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Felix Rupp",
|
||||
"email": "kontakt@felixrupp.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"jasig/phpcas": "^1.6.1",
|
||||
"ec-europa/ecas-phpcas-parser": "^0.3",
|
||||
"php": "^8.1",
|
||||
"ext-json": "*"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user