Skip to content

Commit e45dfef

Browse files
authored
Add type and update authors in composer.json
1 parent 7b2dd8c commit e45dfef

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
@@ -1,7 +1,16 @@
11
{
22
"name": "wizardloop/telegramurlparser",
33
"description": "Powerful and simple Telegram URL parser",
4+
"type": "library",
45
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "WizardLoop"
9+
}
10+
],
11+
"require": {
12+
"php": ">=7.4"
13+
},
514
"autoload": {
615
"psr-4": {
716
"Wizardloop\\TelegramUrlParser\\": "src/"

0 commit comments

Comments
 (0)