File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 ],
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" : {
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 },
You can’t perform that action at this time.
0 commit comments