Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:36:47 +03:00
parent 910b4fffdb
commit cbe3401086
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" "php": ">=7.4"
}, },
"autoload": { "autoload": {
"classmap": ["env.inc.php"] "files": ["env.inc.php"]
} }
} }