add composer json

This commit is contained in:
Зеленцов Никита 2022-06-01 11:54:25 +03:00
parent d296f1c9dd
commit e97c53e255
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "bit/bundletool",
"description": "tool for build android platform",
"homepage": "https://git.bit5.ru/bit/bundletool",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["bundletool.cmd", "bundletool.jar"]
}
}