-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Asset] Fix JsonManifest when there is no dependency on HttpClient #39865
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
Conversation
9fc7f35
to
4821b0e
Compare
Hey! I had a quick look at this PR, I think it is alright. I think @jschaedl has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a bugfix to me, can you please target the corresponding bugfix branch?
src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php
Outdated
Show resolved
Hide resolved
Hi @nicolas-grekas, This has been introduced in the 5.x branch for the 5.3. |
Yes please: |
76e185f
to
63d9bd1
Compare
src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php
Show resolved
Hide resolved
src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php
Outdated
Show resolved
Hide resolved
137ddab
to
e96c325
Compare
src/Symfony/Component/Asset/Tests/VersionStrategy/JsonManifestVersionStrategyTest.php
Outdated
Show resolved
Hide resolved
e96c325
to
e0e691a
Compare
Thank you @maxhelias. |
Recently on my project, I don't have any more dependency on HttpClient and the tests on the 5.x I have this error :
I think this should also be the case for the RemoteJsonManifestVersionStrategy but I don't have a use case to try it.It's related to #39484