From 8cf421e1fcae66ee4a8ed6d8c007d26f501c0f1d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Jul 2022 14:09:22 +0300 Subject: readability: depend on psr/http-factory --- plugins/af_readability/vendor/psr/http-factory/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/af_readability/vendor/psr/http-factory/README.md (limited to 'plugins/af_readability/vendor/psr/http-factory/README.md') diff --git a/plugins/af_readability/vendor/psr/http-factory/README.md b/plugins/af_readability/vendor/psr/http-factory/README.md new file mode 100644 index 000000000..41d362a62 --- /dev/null +++ b/plugins/af_readability/vendor/psr/http-factory/README.md @@ -0,0 +1,10 @@ +HTTP Factories +============== + +This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17]. +Please refer to the specification for a description. + +You can find implementations of the specification by looking for packages providing the +[psr/http-factory-implementation](https://packagist.org/providers/psr/http-factory-implementation) virtual package. + +[psr-17]: https://www.php-fig.org/psr/psr-17/ -- cgit v1.2.3