Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:36:20 +03:00
parent e97c53e255
commit dbf449fba6
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tags

View File

@ -4,8 +4,5 @@
"homepage": "https://git.bit5.ru/bit/bundletool", "homepage": "https://git.bit5.ru/bit/bundletool",
"require": { "require": {
"php": ">=7.4" "php": ">=7.4"
},
"autoload": {
"classmap": ["bundletool.cmd", "bundletool.jar"]
} }
} }