php: move autoload to the production section

This commit is contained in:
vanyauhalin
2023-07-20 12:39:34 +04:00
parent 0861732dbe
commit 37c33965c8

View File

@ -19,7 +19,7 @@
"@code-sniffer"
]
},
"autoload-dev": {
"autoload": {
"psr-4": {
"OnlineEditorsExamplePhp\\" : "",
"OnlineEditorsExamplePhp\\Helpers\\" : "helpers/",