Skip to content

Commit d405f25

Browse files
author
bryanadamloh97
committed
Update composer
1 parent a1b994c commit d405f25

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# laravel-url-shortener
2-
Powerful URL shortening tool for your Laravel projects
2+
Powerful URL shortening tool using different drivers for your Laravel projects

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
22
"name": "codeofdigital/laravel-url-shortener",
3-
"description": "Powerful URL shoterning tools for your Laravel projects",
3+
"description": "Powerful URL shoterning tools using different drivers for your Laravel projects",
44
"keywords": [
55
"laravel",
6-
"lumen",
76
"url",
7+
"url-shortening",
88
"shortener",
99
"short-url",
1010
"shortening",
11-
"bit.ly"
11+
"bit.ly",
12+
"shorte.st",
13+
"tinyurl",
14+
"is.gd",
15+
"cutt.ly"
1216
],
1317
"type": "library",
1418
"license": "MIT",
1519
"authors": [
1620
{
17-
"name": "bryan adam loh",
21+
"name": "Bryan Adam Loh",
1822
"email": "bryanadamloh97@gmail.com"
1923
}
2024
],

0 commit comments

Comments
 (0)