8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Fix namespace error in profiler #300

Closed gregurco closed 4 years ago

gregurco commented 4 years ago
Q A
Bug fix yes
New feature no
BC breaks no
Deprecations no
Tests pass yes
Fixed tickets #299
License MIT
robob4him commented 4 years ago

Looking for a release with this in it. Can this roll sometime soon?

In the meantime if anyone is needing a workaround:

// config/packages/twig.yaml
twig:
    // ...
+    paths:
+        'vendor/eightpoints/guzzle-bundle/src/Resources/views': 'EightPointsGuzzleBundle'
gregurco commented 4 years ago

@robob4him we have 1 PR in review. Better to do a release after merging it. Please wait few days.

gregurco commented 4 years ago

@robob4him new was released: https://github.com/8p/EightPointsGuzzleBundle/releases/tag/v8.1.0