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 0b6a38c commit c135137Copy full SHA for c135137
composer.json
@@ -1,10 +1,17 @@
1
{
2
"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",
+ "description": "MTA SDK to interact with MTA's server.",
+ "version": "1.0.0",
+ "type": "library",
+ "license": "MIT",
7
+ "minimum-stability": "stable",
8
"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
+ },
15
"require": {
16
"php": "^7.3",
17
"ext-json": "^1.5",
0 commit comments