Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:45:40 +03:00
parent ef8bd66f20
commit a0a3183312
1 changed files with 1 additions and 1 deletions

View File

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