Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR-4 autoloading standards #53

Open
dkjensen opened this issue Dec 11, 2020 · 1 comment
Open

PSR-4 autoloading standards #53

dkjensen opened this issue Dec 11, 2020 · 1 comment

Comments

@dkjensen
Copy link

When loading this library via composer, the following errors are being presented when generating the autoloader

Class IMSGlobal\LTI\Deep_Link_Message_Validator located in ./vendor/imsglobal/lti-1p3-tool/src/lti/message_validators/deep_link_message_validator.php does not comply with psr-4 autoloading standard. Skipping.
Class IMSGlobal\LTI\Resource_Message_Validator located in ./vendor/imsglobal/lti-1p3-tool/src/lti/message_validators/resource_message_validator.php does not comply with psr-4 autoloading standard. Skipping.
Class IMSGlobal\LTI\Submission_Review_Message_Validator located in ./vendor/imsglobal/lti-1p3-tool/src/lti/message_validators/submission_review_message_validator.php does not comply with psr-4 autoloading standard. Skipping.
@pammel
Copy link

pammel commented Feb 7, 2021

It doesn't inspire much confidence when IMSGlobal wants to define standards on the one hand, but doesn't adhere to standards itself (PSR-4).

JanHolger pushed a commit to JanHolger/lti-1-3-php-library that referenced this issue Jul 26, 2022
PODB-520 Improve logging on the LtiServiceConnector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants