![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/vendor/spatie/laravel-activitylog/ |
{ "name": "spatie/laravel-activitylog", "description": "A very simple activity logger to monitor the users of your website or application", "keywords": [ "spatie", "log", "user", "activity", "laravel" ], "homepage": "https://github.com/spatie/activitylog", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "[email protected]", "homepage": "https://spatie.be", "role": "Developer" }, { "name": "Sebastian De Deyne", "email": "[email protected]", "homepage": "https://spatie.be", "role": "Developer" }, { "name": "Tom Witkowski", "email": "[email protected]", "homepage": "https://gummibeer.de", "role": "Developer" } ], "require": { "php": "^7.3 || ^8.0", "illuminate/config": "^6.0 || ^7.0 || ^8.0", "illuminate/database": "^6.0 || ^7.0 || ^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0" }, "require-dev": { "ext-json": "*", "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", "phpunit/phpunit": "^9.3" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Spatie\\Activitylog\\ActivitylogServiceProvider" ] } }, "autoload": { "psr-4": { "Spatie\\Activitylog\\": "src" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Spatie\\Activitylog\\Test\\": "tests" } }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "test": "vendor/bin/phpunit" } }