gared/symfony-lts
Composer 安装命令:
composer require gared/symfony-lts
包简介
Package to keep your symfony packages on the latest lts version
README 文档
README
This package is intended for projects that want to stay on the latest Symfony LTS version.
It is especially useful when you do not use symfony/flex, but still want reliable dependency updates that keep your Symfony stack aligned with the current LTS line.
Why this package exists
Keeping Symfony dependencies on the latest LTS can be harder without the tooling and recipes provided by Flex.
This package provides a practical way to express and enforce LTS-oriented dependency constraints so your project remains on the supported LTS track.
Dependabot workaround
A primary goal of this package is to act as a workaround for Dependabot auto-update workflows.
By using this package, Dependabot can resolve updates in a way that is compatible with a latest-LTS policy, reducing manual intervention in pull requests.
See this issue for more information: dependabot/dependabot-core#4631
Usage
Add this package to your project dependencies, then run your regular Composer update process (locally, in CI, or through Dependabot PRs).
Composer commands:
composer require "gared/symfony-lts:^7.4" # for Symfony 7.4 LTS composer require "gared/symfony-lts:^6.4" # for Symfony 6.4 LTS composer update
统计信息
- 总下载量: 1.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-12