Merged
Conversation
Contributor
|
Hi Artgris, is there any chance you're working on the Symfony 8 topic? Your bundle is really helpful, and it would be a shame if this were the end, even though CK Editor 4 is also being discontinued. |
Contributor
|
https://github.com/jolicode/MediaBundle is the way |
pfpro
added a commit
to pfpro/FileManagerBundle
that referenced
this pull request
Mar 4, 2026
- Update Routing\Annotation\Route to Routing\Attribute\Route - Add ^8.0 to all Symfony dependency constraints Based on artgris#160 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pfpro
added a commit
to pfpro/FileManagerBundle
that referenced
this pull request
Mar 4, 2026
- Update Routing\Annotation\Route to Routing\Attribute\Route - Add ^8.0 to all Symfony dependency constraints Based on artgris#160 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
... one more try: i created a new pull request, which covers the migration to symfony 8.0. please merge it: |
artgris
pushed a commit
that referenced
this pull request
Mar 5, 2026
* feat: add Symfony 8.0 support - Update Routing\Annotation\Route to Routing\Attribute\Route - Add ^8.0 to all Symfony dependency constraints Based on #160 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: resolve Symfony 7.2+ deprecations (Extension class, null handling) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: replace removed Request::get() with Request::query->get() Request::get() was deprecated in Symfony 6 and removed in Symfony 7, causing HTTP 500 on the file manager page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Symfony 8