2023-02-12 13:41:43 -05:00
|
|
|
{
|
|
|
|
"project": {
|
|
|
|
"compiler": {
|
|
|
|
"extension": "php",
|
|
|
|
"minimum_version": "8.0",
|
|
|
|
"maximum_version": "8.2"
|
|
|
|
},
|
|
|
|
"options": []
|
|
|
|
},
|
|
|
|
"assembly": {
|
|
|
|
"name": "TgBotLib",
|
|
|
|
"package": "net.nosial.tgbotlib",
|
2023-02-20 21:49:19 -05:00
|
|
|
"description": "TgBotLib is a library for interacting with the Telegram Bot API",
|
|
|
|
"company": "Nosial",
|
2023-02-23 12:55:22 -05:00
|
|
|
"version": "6.5.1",
|
2023-02-12 13:41:43 -05:00
|
|
|
"uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"source_path": "src",
|
2023-02-14 20:55:42 -05:00
|
|
|
"default_configuration": "release",
|
2023-02-20 21:27:43 -05:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "net.nosial.loglib",
|
|
|
|
"version": "latest",
|
|
|
|
"source_type": "remote",
|
|
|
|
"source": "nosial/libs.log=latest@n64"
|
2023-02-25 02:25:38 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "net.nosial.tempfile",
|
|
|
|
"version": "latest",
|
|
|
|
"source_type": "remote",
|
|
|
|
"source": "nosial/libs.tempfile=latest@n64"
|
2023-02-20 21:27:43 -05:00
|
|
|
}
|
|
|
|
],
|
2023-02-12 13:41:43 -05:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "release",
|
2023-02-14 20:18:42 -05:00
|
|
|
"output_path": "build/release"
|
2023-02-12 13:41:43 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|