php: objects of helpers used instead of functions

This commit is contained in:
rivexe
2023-02-09 14:51:41 +03:00
parent 37f49af588
commit 1d99c8f58e
15 changed files with 1393 additions and 2933 deletions

View File

@ -1,6 +1,7 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "*"
"squizlabs/php_codesniffer": "*",
"ext-mbstring": "*"
},
"scripts": {
"code-sniffer": [
@ -18,8 +19,6 @@
"psr-4": {
"OnlineEditorsExamplePhp\\" : "",
"OnlineEditorsExamplePhp\\Helpers\\" : "helpers/",
"OnlineEditorsExamplePhp\\Controllers\\" : "controllers/",
"OnlineEditorsExamplePhp\\Views\\" : "views/",
"Firebase\\JWT\\" : "lib/jwt/"
}
}