From dbf449fba6df8c593fc57805d4255a276abcbf30 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 24 Oct 2023 17:36:20 +0300 Subject: [PATCH] Tweaking composer autoload --- .gitignore | 1 + composer.json | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tags diff --git a/composer.json b/composer.json index 916014b..009c047 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,5 @@ "homepage": "https://git.bit5.ru/bit/bundletool", "require": { "php": ">=7.4" - }, - "autoload": { - "classmap": ["bundletool.cmd", "bundletool.jar"] } -} \ No newline at end of file +}