The autoload class map won't include the oauth-php classes, and when used without require('lib/Semantics3.php'); oauth-php classes are not loaded. Wont be better to use "autoload": { "files": ["lib/Semantics3.php"] } in composer.json file instead of "autoload": { "classmap": ["lib/Semantics3/"] }
The autoload class map won't include the oauth-php classes, and when used without require('lib/Semantics3.php'); oauth-php classes are not loaded.
Wont be better to use
"autoload": {
"files": ["lib/Semantics3.php"]
}
in composer.json file instead of
"autoload": {
"classmap": ["lib/Semantics3/"]
}