Skip to content

Commit

Permalink
Update extra section in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Chawla committed Sep 18, 2023
1 parent 9613ba2 commit 4bf52da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"laravel",
"laravel-data-shipper"
],
"homepage": "https://github.com/:vendor_slug/:package_slug",
"homepage": "https://github.com/autoklose/laravel-data-shipper",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -62,10 +62,10 @@
"extra": {
"laravel": {
"providers": [
"DataShipperServiceProvider"
"Autoklose\\DataShipper\\DataShipperServiceProvider"
],
"aliases": {
"DataShipper": "DataShipper"
"DataShipper": "Autoklose\\DataShipper\\Facades\\DataShipper"
}
}
},
Expand Down

0 comments on commit 4bf52da

Please sign in to comment.