Releases: php-http/discovery
Releases · php-http/discovery
1.15.3
- #224 - Fix regression with Magento classloader
1.15.2
- #219 - Fix handling of replaced packages
1.15.1
- #214 - Fix resolving deps for psr/http-message-implementation
- #216 - Fix keeping platform requirements when rebooting composer
- #217 - Set extra.plugin-optional composer flag
1.15.0
- #209 - Add generic
Psr17Factory
class
- #208 - Add composer plugin to auto-install missing implementations.
When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one.
This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.
1.14.3
- #207 - Updates Exception to extend Throwable solving static analysis errors for consumers
1.14.2
- #202 - Avoid error when the Symfony PSR-18 client exists but its dependencies are not installed
1.14.1
- #199 - Fixes message factory discovery for
laminas-diactoros ^2.7
1.14.0
- Remove the deprecated puli, as it has been unmaintained for a long time and is not compatible with composer 2 #195
1.13.0
- Support discovering PSR-17 factories of
slim/psr7
package #192
1.12.0
- Support discovering HttpClient of
php-http/guzzle7-adapter
#189