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

Compatibility Issue with Symfony 7.0 #2

Open
TheDevick opened this issue Feb 22, 2024 · 2 comments
Open

Compatibility Issue with Symfony 7.0 #2

TheDevick opened this issue Feb 22, 2024 · 2 comments

Comments

@TheDevick
Copy link

Hello,

It appears that the package has not yet been updated to support the Symfony 7.0 version.

When updating my Symfony packages in composer.json to 7.0, the composer update command throw the following error:

Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "7.0.*"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires warslett/table-builder-bundle ^0.3.0 -> satisfiable by warslett/table-builder-bundle[0.3.0].
    - warslett/table-builder-bundle 0.3.0 requires symfony/http-kernel ^5.1|^6.0 -> found symfony/http-kernel[v5.1.0, ..., v5.4.35, v6.0.0, ..., v6.4.3] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

You can have my assistance in any way possible to help the process of updating the package

And thanks for your hard work and dedication to the Symfony ecosystem.

@TheDevick
Copy link
Author

Hey @warslett @richgerdes I created a Pull Request that updates the Symfony version to 7.0.

The change was straightforward, simply adjusting the Symfony HTTP Kernel version specified in the composer.json file to 7.0. After making this adjustment, everything appears to be functioning just fine. The file src/TableBuilderBundle.php was apparently the only file that used the HTTP Kernel library, but it didn't need any change.

Thank you once again for all of your hard work and contributions to the the Table Builder package. For me, it's a very useful package.

@TheDevick
Copy link
Author

Hey @warslett @richgerdes I wanted to check in to see if there are any updates or feedbacks.

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

No branches or pull requests

1 participant