We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2dd8c commit e45dfefCopy full SHA for e45dfef
composer.json
@@ -1,7 +1,16 @@
1
{
2
"name": "wizardloop/telegramurlparser",
3
"description": "Powerful and simple Telegram URL parser",
4
+ "type": "library",
5
"license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "WizardLoop"
9
+ }
10
+ ],
11
+ "require": {
12
+ "php": ">=7.4"
13
+ },
14
"autoload": {
15
"psr-4": {
16
"Wizardloop\\TelegramUrlParser\\": "src/"
0 commit comments