mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2020-10-05 634a496d01950b9ff791d3bc99accece43a3dd4f
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "jacekkow/uphpcas",
    "type": "library",
    "description": "Simple PHP library for CAS authentication",
    "homepage": "https://github.com/jacekkow/uphpcas",
    "license": "BSD-3-Clause",
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "classmap": ["uphpCAS.php"]
    }
}