tgbotlib/project.json
2023-02-23 12:55:22 -05:00

36 lines
No EOL
972 B
JSON

{
"project": {
"compiler": {
"extension": "php",
"minimum_version": "8.0",
"maximum_version": "8.2"
},
"options": []
},
"assembly": {
"name": "TgBotLib",
"package": "net.nosial.tgbotlib",
"description": "TgBotLib is a library for interacting with the Telegram Bot API",
"company": "Nosial",
"version": "6.5.1",
"uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae"
},
"build": {
"source_path": "src",
"default_configuration": "release",
"dependencies": [
{
"name": "net.nosial.loglib",
"version": "latest",
"source_type": "remote",
"source": "nosial/libs.log=latest@n64"
}
],
"configurations": [
{
"name": "release",
"output_path": "build/release"
}
]
}
}