Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:34:43 +03:00
parent 2427e5b434
commit e0ba5e38df
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
"phpseclib/phpseclib" : "~2.0.30"
},
"autoload": {
"classmap": ["deploy.inc.php"]
"files": ["deploy.inc.php"]
}
}