Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:33:23 +03:00
parent 7c47baa66b
commit f72fb3ca5a
1 changed files with 1 additions and 1 deletions

View File

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