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 +}