Skip to content

Commit c135137

Browse files
committed
chore: update composer.json
1 parent 0b6a38c commit c135137

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "multitheftauto/mtasa-php-sdk",
3-
"description": "PHP Sdk to interact with MTA's server. See more at https://wiki.multitheftauto.com/wiki/PHP_SDK",
4-
"type": "project",
5-
"license": "GPL-3.0",
6-
"minimum-stability": "dev",
3+
"description": "MTA SDK to interact with MTA's server.",
4+
"version": "1.0.0",
5+
"type": "library",
6+
"license": "MIT",
7+
"minimum-stability": "stable",
78
"prefer-stable": true,
9+
"homepage": "https://mtasa.com/",
10+
"support": {
11+
"chat": "https://mtasa.com/discord",
12+
"forum": "https://forum.mtasa.com",
13+
"wiki": "https://wiki.multitheftauto.com/wiki/PHP_SDK"
14+
},
815
"require": {
916
"php": "^7.3",
1017
"ext-json": "^1.5",

0 commit comments

Comments
 (0)