Skip to content

Commit f9f5b6c

Browse files
committed
added appropriate information to composer.json
1 parent c462137 commit f9f5b6c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": ":vendor_slug/:package_slug",
3-
"description": ":package_description",
2+
"name": "upcoders-ir/laravel-shipping",
3+
"description": "The Laravel eCommerce Shipping package provides methods for shipping the products",
44
"keywords": [
5-
":vendor_name",
5+
"upcoders.ir",
66
"laravel",
7-
":package_slug"
7+
"laravel-shipping"
88
],
9-
"homepage": "https://github.com/:vendor_slug/:package_slug",
9+
"homepage": "https://github.com/upcoders-ir/laravel-shipping",
1010
"license": "MIT",
1111
"authors": [
1212
{
13-
"name": ":author_name",
14-
"email": "author@domain.com",
13+
"name": "upcoders.ir",
14+
"email": "info@upcoders.ir",
1515
"role": "Developer"
1616
}
1717
],
@@ -34,13 +34,13 @@
3434
},
3535
"autoload": {
3636
"psr-4": {
37-
"VendorName\\Skeleton\\": "src",
38-
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories"
37+
"Upcoders.ir\\LaravelShipping\\": "src",
38+
"Upcoders.ir\\LaravelShipping\\Database\\Factories\\": "database/factories"
3939
}
4040
},
4141
"autoload-dev": {
4242
"psr-4": {
43-
"VendorName\\Skeleton\\Tests\\": "tests"
43+
"Upcoders.ir\\LaravelShipping\\Tests\\": "tests"
4444
}
4545
},
4646
"scripts": {
@@ -54,10 +54,10 @@
5454
"extra": {
5555
"laravel": {
5656
"providers": [
57-
"VendorName\\Skeleton\\SkeletonServiceProvider"
57+
"Upcoders.ir\\LaravelShipping\\LaravelShippingServiceProvider"
5858
],
5959
"aliases": {
60-
"Skeleton": "VendorName\\Skeleton\\Facades\\Skeleton"
60+
"LaravelShipping": "Upcoders.ir\\LaravelShipping\\Facades\\LaravelShipping"
6161
}
6262
}
6363
},

0 commit comments

Comments
 (0)