Changed autoloading from PSR-0 to PSR-4

This commit is contained in:
2026-08-18 11:13:30 +00:00
parent f9fabe838a
commit 2f511160f7
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -19,11 +19,11 @@
}
],
"autoload": {
"psr-0": {
"CloudObjects\\SDK" : ""
"psr-4": {
"CloudObjects\\SDK\\" : "CloudObjects/SDK/"
},
"files": [
"CloudObjects/SDK/functions.php"
"functions.php"
]
},
"require-dev" : {