Skip to content

Commit 195727d

Browse files
authored
Update composer.json
1 parent e1fb34a commit 195727d

1 file changed

Lines changed: 46 additions & 14 deletions

File tree

composer.json

Lines changed: 46 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,51 @@
11
{
2-
"name": "lcw/activitylog",
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.",
4-
"license": "MIT",
5-
"autoload": {
2+
"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 frameworks and core PHP",
8+
"Quality upload",
9+
"Compress Images",
10+
"Any file upload",
11+
"Create thumbnails",
12+
"Add watermark",
13+
"Change the watermark position",
14+
"Rename upload files name",
15+
"Check file size before upload",
16+
"Manage upload file extentions",
17+
"Free for commercial use",
18+
"File upload class",
19+
"Ajax uploader",
20+
"Image manipulation",
21+
"Dropzone",
22+
"Multiple files",
23+
"Multiple file upload",
24+
"PHP Pagination Class With Bootstrap 4",
25+
"Free",
26+
"learncodeweb.com"
27+
],
28+
"minimum-stability": "stable",
29+
"authors": [
30+
{
31+
"name": "Khalid Zaid Bin [Mian Zaid]",
32+
"email": "contact@learncodeweb.com"
33+
}
34+
],
35+
"license": "MIT",
36+
"support": {
37+
"issues": "https://github.com/LearnCodeWeb/Activity-Log/issues"
38+
},
39+
"require": {
40+
"php": ">=7.0",
41+
"guzzlehttp/guzzle": "^7.0.1"
42+
},
43+
"require-dev": {
44+
"phpunit/phpunit": ">=6.0.0"
45+
},
46+
"autoload": {
647
"psr-4": {
748
"Lcw\\Activitylog\\": "src/"
849
}
950
},
10-
"authors": [
11-
{
12-
"name": "Khalid Zaid Bin",
13-
"email": "zaid.khalid@kateoftokyo.com"
14-
}
15-
],
16-
"require": {
17-
"guzzlehttp/guzzle": "^7.0.1"
18-
}
19-
}
51+
}

0 commit comments

Comments
 (0)