From 02dbfff4d6bdf481d6b193a1a7e4c1cb95d46794 Mon Sep 17 00:00:00 2001 From: saeid Date: Sat, 12 Nov 2022 12:57:10 +0330 Subject: [PATCH] fix --- composer.json | 1 + composer.lock | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 92 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e56131..d07dab1 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "predis/predis": "^1.1", "sentry/sentry-laravel": "^2.3", "silber/bouncer": "v1.0.0-rc.10", + "spatie/laravel-activitylog": "^3.17", "spatie/laravel-medialibrary": "^8.0.0", "wm/admin": "dev-master", "wm/blog": "dev-master", diff --git a/composer.lock b/composer.lock index e64da52..93a48b8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96b4c9baf0534a2da17c6ba5c23d9b6f", + "content-hash": "b9ab561db63a65ccd8c2e08c8bd81ba2", "packages": [ { "name": "aws/aws-crt-php", @@ -6043,6 +6043,96 @@ }, "time": "2021-12-21T10:08:05+00:00" }, + { + "name": "spatie/laravel-activitylog", + "version": "3.17.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-activitylog.git", + "reference": "bdc44862aaca39ecbd824133b80dbd7c8017ed7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/bdc44862aaca39ecbd824133b80dbd7c8017ed7f", + "reference": "bdc44862aaca39ecbd824133b80dbd7c8017ed7f", + "shasum": "" + }, + "require": { + "illuminate/config": "^6.0 || ^7.0 || ^8.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0", + "php": "^7.3 || ^8.0" + }, + "require-dev": { + "ext-json": "*", + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\Activitylog\\ActivitylogServiceProvider" + ] + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Spatie\\Activitylog\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Sebastian De Deyne", + "email": "sebastian@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Tom Witkowski", + "email": "dev.gummibeer@gmail.com", + "homepage": "https://gummibeer.de", + "role": "Developer" + } + ], + "description": "A very simple activity logger to monitor the users of your website or application", + "homepage": "https://github.com/spatie/activitylog", + "keywords": [ + "activity", + "laravel", + "log", + "spatie", + "user" + ], + "support": { + "issues": "https://github.com/spatie/laravel-activitylog/issues", + "source": "https://github.com/spatie/laravel-activitylog/tree/3.17.0" + }, + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + }, + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2021-03-02T16:49:06+00:00" + }, { "name": "spatie/laravel-medialibrary", "version": "8.10.2",