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

chore(deps): bump symfony 7.x #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

phramz
Copy link

@phramz phramz commented Jan 19, 2024

Bump dependencies for Symfony 7.x compat

@@ -11,22 +11,22 @@
],
"require": {
"php": ">=8.0.5",
"bref/bref": "^1.3",
"bref/bref": "^1.3 || ^2.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not so sure we can just bump this and have it work.

Copy link
Author

@phramz phramz Jan 19, 2024

Choose a reason for hiding this comment

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

v1.3 has dependencies to symfony 6.x components, so we cannot bump the symfony on our side

"clue/arguments": "^2.1",
"guzzlehttp/psr7": "^1.8 || ^2.0",
"illuminate/contracts": "^8.33",
"illuminate/contracts": "^8.33 || ^9.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why Laravel 9 here?

Copy link
Author

@phramz phramz Jan 19, 2024

Choose a reason for hiding this comment

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

same here ... v8.33 has conflicting dependencies to psr/container v1.x and psr/simple-cache v2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants