Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:37:39 +03:00
parent 8b8e0d88c3
commit 72def8b7c3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tags

View File

@ -6,6 +6,6 @@
"php": ">=7.4"
},
"autoload": {
"classmap": ["i18n.inc.php"]
"files": ["i18n.inc.php"]
}
}