-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.13 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "learncodeweb/activitylog",
"description": "Activity log will manage all the activity of the web page by user. This package is best to track user activity in any admin/user panel after login. tested with Laravel 8,9,10,11",
"homepage": "https://learncodeweb.com/web-development/resize-and-upload-multiple-images-using-php-and-ajax/",
"type": "gd-image-processing",
"keywords": [
"PHP",
"Compatible with laravel frameworks",
"Record data what ever you want",
"Customize data",
"Default index page to see logs",
"learncodeweb.com"
],
"minimum-stability": "stable",
"authors": [
{
"name": "Khalid Zaid Bin [Mian Zaid]",
"email": "contact@learncodeweb.com"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/LearnCodeWeb/Activity-Log/issues"
},
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"phpunit/phpunit": ">=6.0.0"
},
"autoload": {
"psr-4": {
"Lcw\\Activitylog\\": "src/"
}
}
}