You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: