-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Class "League\Uri\UriString" not found #1371
Comments
@jmpecx seems like a composer problem, or a bug on League/Uri, not from here |
@parallels999 Emmmm, But if I downgrade it to oauth2-server depends League/Uri, and this pr #1367 update League/Uri version to a new big version, from 6 to 7 can make so BREAK CHANGES |
The URI String class is in the uri interfaces package which is a dependency of v7 of league/uri. I'm assuming you don't have this package in your vendor directory. Is this the case? |
@Sephster No detailed inspection, but I clearly didn't delete it manually. Composer should automatically download it based on the instructions. I just rolled back to '8.5.3', and the reason this version works is that it does not rely on League/uri v7. |
If there is no feedback from others, it may be due to issues with my environment. |
That has happened to me, sometimes, I have not known how to solve it, what I have done is delete the entire vendor manually and composer update If you find the solution, let me know, so I can have that knowledge. 👀👀 |
Sorry @jmpecx, just to confirm, was v7 in your vendor dir or did it stay on an earlier version? You can run Let me know how you get on |
Closing due to lack of activity |
8.5.3 works find.
Anyone else had this problem?
The text was updated successfully, but these errors were encountered: