HttplugBundle icon indicating copy to clipboard operation
HttplugBundle copied to clipboard

Symfony Framework Integration for HTTPlug

Results 10 HttplugBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------ | --- | Bug? | yes | New Feature? | no | Version | 1.8.1 Without using cache plugin: ![](https://user-images.githubusercontent.com/496233/34642824-1b3573b8-f31a-11e7-8cde-87a15a09b7b4.png) Now do this ```diff...

bug

| 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...