Skip to content

Commit 9c4c88a

Browse files
author
bryanadamloh97
committed
initialize packages
0 parents  commit 9c4c88a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "codeofdigital/laravel-url-shortener",
3+
"description": "Powerful URL shoterning tools for your Laravel projects",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "bryan adam loh",
8+
"email": "bryanadamloh97@gmail.com"
9+
}
10+
],
11+
"require": {},
12+
"autoload": {
13+
"psr-4": {
14+
"codeofdigital\\laravel-url-shortener": "src"
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)