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

Commit

Permalink
Merge pull request #2 from BrokerExchange/feature/1.0
Browse files Browse the repository at this point in the history
v0.0.2
  • Loading branch information
Artistan authored May 9, 2018
2 parents acbfa10 + f82bf70 commit b2aee9d
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 b2aee9d

Please sign in to comment.