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

CLI-1192: Pin symfony/console #1624

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
versioning-strategy: lockfile-only
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if they don't break tests and weren't responsible for this near-regression in the first place, the idea of unattended major updates makes me shudder. Plus it becomes difficult to pin dependencies.

schedule:
interval: "weekly"
groups:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react/event-loop": "^1.1",
"symfony/cache": "^6.3",
"symfony/config": "^6.3",
"symfony/console": "6.3.4",
"symfony/console": "6.3.2",
"symfony/dependency-injection": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/event-dispatcher": "^6.3",
Expand Down
54 changes: 27 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.