From 3c999abb25b98db0d681e108467a9774c2936763 Mon Sep 17 00:00:00 2001 From: cornernote Date: Fri, 20 Dec 2013 14:51:27 +1030 Subject: [PATCH] initial commit --- LICENSE | 9 +++++++-- composer.json | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 composer.json diff --git a/LICENSE b/LICENSE index 0d8af7e..84a9c05 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,10 @@ -Copyright (c) 2013, Brett O'Donnell +Copyright (c) 2013, Mr PHP All rights reserved. + _____ _____ _____ _____ +| |___| _ | | | _ | +| | | | _| __| | __| +|_|_|_|_| |__| |__|__|__| + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -11,7 +16,7 @@ are permitted provided that the following conditions are met: list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the {organization} nor the names of its +* Neither the name of the organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..60bf280 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "mrphp/yii-audit-manager", + "description": "Track and store usage information including page requests, database field changes and system errors.", + "type": "library", + "license": "BSD-3-Clause", + "keywords": ["yii", "audit", "logging", "error handler", "mrphp"], + "authors": [ + { + "name": "Brett O'Donnell", + "email": "cornernote@gmail.com", + "homepage": "http://mrphp.com.au/" + }, + { + "name": "Zain ul abidin", + "email": "zainengineer@gmail.com" + } + ], + "require": { + "yiisoft/yii": "1.1.14" + } +} \ No newline at end of file