composer: 移除 symfony/http-foundation 的直接依赖#277
Merged
overtrue merged 1 commit intoovertrue:3.xfrom Jun 24, 2024
Merged
Conversation
Contributor
Author
|
依赖 symfony/http-foundation:^5.0 实际限制了支持的 Laravel 版本,无法支持 Laravel 9 及以上版本 移除此直接依赖后能提供对 Laravel 9.x 和 Laravel 10.x 的支持 |
Owner
|
感谢! |
Owner
|
我刚才搜了一下,貌似这个 symfony/psr-http-message-bridge 都没用到 哈哈哈 |
Owner
|
应该是旧版本用到的 |
Contributor
Author
|
@overtrue 大佬,3.x 能不能打个新 Tag,方便 composer 更新 |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
项目没有直接依赖 symfony/http-foundation
项目依赖 symfony/psr-http-message-bridge 依赖了 symfony/http-foundation
移除此直接依赖能提供更大的版本兼容行