dreamfactory / fabric-audit
DreamFactory Enterprise(tm) Auditing Library
1.1.0
2015-10-12 22:30 UTC
Requires
- dreamfactory/php-utils: ~1.0
Requires (Dev)
- laravel/framework: 5.1.*
- phpunit/phpunit: @stable
- psr/log: ~1.0
This package is auto-updated.
Last update: 2024-11-07 00:43:04 UTC
README
DreamFactory Enterprise(tm) Auditing Library v1.1.0
This library contains common components for interacting with DreamFactory Enterpriseā¢. This library is only for use with Laravel 5.1+. Please use the 1.0.6 release for earlier Laravel versions.
Installation
Add a line to your "require" section in your composer configuration:
"require": {
"dreamfactory/fabric-audit": "1.1.*"
}
Run a composer update:
$ composer update