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

Jacek Kowalski
2015-08-31 7d715afabcc688a6e8fe2e44a55accd291f9ec9c
Add Composer packaging
1 files added
13 ■■■■■ changed files
composer.json 13 ●●●●● patch | view | raw | blame | history
composer.json
New file
@@ -0,0 +1,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"]
    }
}