Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « 3rdparty - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8735f1f3f15b754e21c6c9eb8c088f0cb0a8c036 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "config": {
        "optimize-autoloader": true,
        "classmap-authoritative": true
    },
    "require": {
        "onelogin/php-saml": "^3.0",
        "firebase/php-jwt": "^4.0"
    }
}