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

PSR4 Error #4

Open
roccomilluzzo opened this issue Oct 1, 2021 · 2 comments
Open

PSR4 Error #4

roccomilluzzo opened this issue Oct 1, 2021 · 2 comments
Assignees

Comments

@roccomilluzzo
Copy link

The API.php class has a PSR4 error that prevents laravel from autoloading it, the namespace is IGD\Trustpilot instead of IGD\Trustpilot\API and also after that you need to remove use IGD\Trustpilot\Api; from ResourceApi.php

In that way I managed it to work

Best Regards

@bellu
Copy link

bellu commented Mar 23, 2023

Looking at the commit, the problem should be already solved.
But using composer we're still downloading an old version because they didn't provide a new release.
Adding "minimum-stability": "dev" to composer fix the problem, because in this way you can download the dev-master branch where the issues has been solved.

@igddev can you provide a new release with the last commit?
So i can get the rid of the minimum stability in my composer :)

@jobbrown
Copy link
Contributor

@jimmyt2003 Can you take a look at this also please?

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

4 participants