We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e812d72 commit 1636d22Copy full SHA for 1636d22
src/Turbo/CHANGELOG.md
@@ -1,11 +1,10 @@
1
# CHANGELOG
2
3
-## 3.0
+## 2.1
4
5
- `TurboStreamResponse` and `AddTurboStreamFormatSubscriber` have been removed, use native content negotiation instead:
6
7
```php
8
- use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
9
use Symfony\UX\Turbo\TurboBundle;
10
11
class TaskController extends AbstractController
src/Turbo/TurboBundle.php
@@ -29,7 +29,6 @@ final class TurboBundle extends Bundle
29
30
public function boot(): void
31
{
32
- // TODO: remove this hack when HttpFoundation 6.1 will be required https://github.com/symfony/symfony/pull/44980
33
(new Request())->setFormat(self::STREAM_FORMAT, self::STREAM_MEDIA_TYPE);
34
}
35
0 commit comments