Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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

"laminas/laminas-diactoros": "^2.5",
"laminas/laminas-httphandlerrunner": "^1.5 || ^2.9",
"nyholm/psr7": "^1.3",
"nyholm/psr7-server": "^1.0",
"react/http": "^1.2",
"spiral/roadrunner": "^2.0",
"symfony/console": "^5.2 || ^6.0",
"symfony/dependency-injection": "^5.2 || ^6.0",
"symfony/http-foundation": "^5.3 || ^6.0",
"symfony/console": "^5.2 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.2 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.3 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0",
"symfony/runtime": "^5.3 || ^6.0"
"symfony/runtime": "^5.3 || ^6.0 || ^7.0"
},
"require-dev": {
"guzzlehttp/test-server": "^0.1",
Expand Down