From 7d715afabcc688a6e8fe2e44a55accd291f9ec9c Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <jkowalsk@student.agh.edu.pl> Date: Mon, 31 Aug 2015 12:50:36 +0000 Subject: [PATCH] Add Composer packaging --- composer.json | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..71f570f --- /dev/null +++ b/composer.json @@ -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"] + } +} -- Gitblit v1.9.1