guzzle-bundle
guzzle-bundle copied to clipboard
The Mapudo GuzzleBundle allows integrating Guzzle into Symfony projects.
Since Symfony 3.2 has an EOL at the end of january, we should change the `composer.json` to only support Symfony >= 3.3
Currently, this bundle does not allow adding multiple tags to a middleware service. This is required when the same middleware is used on multiple clients (but not all), and when...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
Actual: * There is no set up CI for checking code that will be pushed to this repository Expected: * Code pushed to this repository shall be checked via CI
Actual: * Middleware cannot be prioritized and it cannot be assured which middleware will be loaded first Expected: * Middleware can be prioritized.