-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Serban Blebea
committed
May 19, 2018
1 parent
ceb87ac
commit 2c1f73e
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|