Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
composer file update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jantho1990 committed May 9, 2018
1 parent 701759b commit f82bf70
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "jantho1990/showcase",
"name": "brokerexchange/showcase",
"description": "A widget for showcasing cards of items in a panel or page.",
"authors": [
{
"name": "Josh Anthony",
"email": "jantho1990@gmail.com"
"email": "janthony@brokerbin.com"
}
],
"require": {
"laracasts/flash": "^3.0"
},
"autoload": {
"classmap": [

],
"psr-4": {
"Showcase\\": "src/"
}
Expand All @@ -27,5 +24,6 @@
"Showcase\\App\\Providers\\ShowcaseProvider"
]
}
}
},
"license": "GPL-2.0-or-later"
}

0 comments on commit f82bf70

Please sign in to comment.