Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Autoload classmap #4

@vasil-atanasov

Description

@vasil-atanasov

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/"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions