|
1 | 1 | { |
| 2 | + "name": "learncodeweb/activitylog", |
2 | 3 | "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", |
3 | | - "homepage": "https://learncodeweb.com/web-development/resize-and-upload-multiple-images-using-php-and-ajax/", |
4 | | - "type": "gd-image-processing", |
5 | | - "keywords": [ |
6 | | - "PHP", |
7 | | - "Compatible with laravel frameworks", |
8 | | - "Record data what ever you want", |
9 | | - "Customize data", |
10 | | - "Default index page to see logs", |
11 | | - "learncodeweb.com" |
12 | | - ], |
13 | | - "minimum-stability": "stable", |
14 | | - "authors": [ |
15 | | - { |
16 | | - "name": "Khalid Zaid Bin [Mian Zaid]", |
17 | | - "email": "contact@learncodeweb.com" |
18 | | - } |
19 | | - ], |
20 | | - "license": "MIT", |
21 | | - "support": { |
22 | | - "issues": "https://github.com/LearnCodeWeb/Activity-Log/issues" |
23 | | - }, |
24 | | - "require": { |
25 | | - "php": ">=7.0", |
| 4 | + "homepage": "https://learncodeweb.com/web-development/resize-and-upload-multiple-images-using-php-and-ajax/", |
| 5 | + "type": "gd-image-processing", |
| 6 | + "keywords": [ |
| 7 | + "PHP", |
| 8 | + "Compatible with laravel frameworks", |
| 9 | + "Record data what ever you want", |
| 10 | + "Customize data", |
| 11 | + "Default index page to see logs", |
| 12 | + "learncodeweb.com" |
| 13 | + ], |
| 14 | + "minimum-stability": "stable", |
| 15 | + "authors": [ |
| 16 | + { |
| 17 | + "name": "Khalid Zaid Bin [Mian Zaid]", |
| 18 | + "email": "contact@learncodeweb.com" |
| 19 | + } |
| 20 | + ], |
| 21 | + "license": "MIT", |
| 22 | + "support": { |
| 23 | + "issues": "https://github.com/LearnCodeWeb/Activity-Log/issues" |
| 24 | + }, |
| 25 | + "require": { |
| 26 | + "php": ">=7.0", |
26 | 27 | "guzzlehttp/guzzle": "^7.0.1" |
27 | | - }, |
28 | | - "require-dev": { |
29 | | - "phpunit/phpunit": ">=6.0.0" |
30 | | - }, |
31 | | - "autoload": { |
| 28 | + }, |
| 29 | + "require-dev": { |
| 30 | + "phpunit/phpunit": ">=6.0.0" |
| 31 | + }, |
| 32 | + "autoload": { |
32 | 33 | "psr-4": { |
33 | 34 | "Lcw\\Activitylog\\": "src/" |
34 | 35 | } |
|
0 commit comments