add composer json
This commit is contained in:
parent
d296f1c9dd
commit
e97c53e255
|
@ -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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue