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