From e97c53e2556143d389c40003562e6ce6efad521d Mon Sep 17 00:00:00 2001 From: Nikita Zelencov Date: Wed, 1 Jun 2022 11:54:25 +0300 Subject: [PATCH] add composer json --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..916014b --- /dev/null +++ b/composer.json @@ -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"] + } +} \ No newline at end of file