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": { "autoload": {
"psr-0": { "psr-4": {
"CloudObjects\\SDK" : "" "CloudObjects\\SDK\\" : "CloudObjects/SDK/"
}, },
"files": [ "files": [
"CloudObjects/SDK/functions.php" "functions.php"
] ]
}, },
"require-dev" : { "require-dev" : {