tgbotlib/project.json

43 lines
1.2 KiB
JSON
Raw Normal View History

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-04-23 13:33:29 -04:00
"version": "6.7.0",
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",
"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-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
}
]
}
2023-02-28 21:16:28 -05:00
}