8p / EightPointsGuzzleBundle

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

Improve assets for compatibility with symfony 3.4/4.0 #172

Closed gregurco closed 6 years ago

gregurco commented 6 years ago

Assets are not installed automatically in symfony 3.4/4.0.

florianpreusner commented 6 years ago

Part 1 released in v7.3.0 (https://github.com/8p/EightPointsGuzzleBundle/releases/tag/7.3.0)

florianpreusner commented 6 years ago

Part 2 is not necessary cause assets:install will be run by framework-bundle. https://github.com/symfony/recipes-contrib/pull/512#discussion_r221609209

Thanks for the hint, @gregurco! 🙌