Skip to content

Commit 4b5b8d7

Browse files
authored
Add composer.json for project setup
1 parent 723dcdb commit 4b5b8d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "wizardloop/telegramurlparser",
3+
"description": "Powerful and simple Telegram URL parser",
4+
"autoload": {
5+
"psr-4": {
6+
"Wizardloop\\TelegramUrlParser\\": "src/"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)