php-http / HttplugBundle

Symfony Framework Integration for HTTPlug
http://httplug.io
MIT License
381 stars 50 forks source link

support cache plugin 2.x, bump to minimum 1.7 to always support psr17… #448

Closed dbu closed 7 months ago

dbu commented 7 months ago

… stream factory

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #160
Documentation -
License MIT

What's in this PR?

Set up cache plugin with psr17 stream factory to be compatible with cache plugin 2.x. Set minimum version to 1.7 because that is the first version that accets the psr17 factory.