![]() 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/rentpix.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", "license": "MIT", "keywords": [ "spatie", "log", "user", "activity", "laravel" ], "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" } ], "homepage": "https://github.com/spatie/activitylog", "require": { "php": "^8.0", "illuminate/config": "^8.0 || ^9.0 || ^10.0", "illuminate/database": "^8.69 || ^9.27 || ^10.0", "illuminate/support": "^8.0 || ^9.0 || ^10.0", "spatie/laravel-package-tools": "^1.6.3" }, "require-dev": { "ext-json": "*", "orchestra/testbench": "^6.23 || ^7.0 || ^8.0", "pestphp/pest": "^1.20" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Spatie\\Activitylog\\": "src" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Spatie\\Activitylog\\Test\\": "tests" } }, "config": { "allow-plugins": { "pestphp/pest-plugin": true }, "sort-packages": true }, "extra": { "laravel": { "providers": [ "Spatie\\Activitylog\\ActivitylogServiceProvider" ] } }, "scripts": { "test": "vendor/bin/pest" } }