HttplugBundle
HttplugBundle copied to clipboard
Symfony Framework Integration for HTTPlug
| Q | A | ------------ | --- | Bug? | yes | New Feature? | no | Version | 1.8.1 Without using cache plugin:  Now do this ```diff...
| Q | A | --------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Related tickets...
| Q | A | --------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Related tickets...
| Q | A | ------------ | --- | Bug? | no | New Feature? | no | Version | BC breaking change: Next major Classes like the factories are...
| Q | A | ------------ | --- | Bug? | no | New Feature? | yes | Version | 1.10.0 #### Actual Behavior On each client we configure, we...
| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets...
phpstan has been added in #456 increase the level 1 step at a time and fix the issues.
for version 2, we should raise the PHP version. Lets do ^8.1 and only allow Symfony : ^6.4|^7.1. Check code for BC things for old symfony versions.
as per [discusssion](https://github.com/php-http/HttplugBundle/pull/456#discussion_r1634924700) we should add a composer require the vcr plugin in a first step of the phpstan job, to have it validate correctly. the php tests would discover...