Skip to content

Commit 7109100

Browse files
authored
Update composer.json
1 parent dad36b1 commit 7109100

1 file changed

Lines changed: 29 additions & 28 deletions

File tree

composer.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
{
2+
"name": "learncodeweb/activitylog",
23
"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",
2627
"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": {
3233
"psr-4": {
3334
"Lcw\\Activitylog\\": "src/"
3435
}

0 commit comments

Comments
 (0)