Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Serban Blebea committed May 19, 2018
1 parent ceb87ac commit 2c1f73e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "serbanblebea/urlshortener",
"description": "This is a package for creating short url links that track conversion for a Laravel website or web app.",
"keywords": ["urlshortener", "laravel", "url tracking"],
"authors": [
{
"name": "Serban Blebea",
"email": "[email protected]"
"name": "Serban Mihai Blebea",
"email": "[email protected]",
"homepage": "http://www.slabestecuserban.ro",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"license": "MIT",
"autoload": {
"psr-4": {
"SerbanBlebea\\UrlShortener\\": "src"
Expand Down

0 comments on commit 2c1f73e

Please sign in to comment.