diff --git a/docs/2.5/extensions/embed.md b/docs/2.5/extensions/embed.md index efd8b4979d..818fb16344 100644 --- a/docs/2.5/extensions/embed.md +++ b/docs/2.5/extensions/embed.md @@ -111,10 +111,11 @@ To use that library, you'll need to `composer install embed/embed` and then pass configuration option, as shown in the [**Usage**](#usage) section above. Note: `embed/embed` *requires* a PSR-17 implementation to be installed. If you do not have one installed, the library will not work. By default these libraries are detected automatically: - * [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) - * [guzzle/psr7](https://github.com/guzzle/psr7) - * [nyholm/psr7](https://github.com/Nyholm/psr7) - * [sunrise/http-message](https://github.com/sunrise-php/http-message) + +- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) +- [guzzle/psr7](https://github.com/guzzle/psr7) +- [nyholm/psr7](https://github.com/Nyholm/psr7) +- [sunrise/http-message](https://github.com/sunrise-php/http-message) Need to customize the maximum width/height of the embedded content? You can do that by instantiating the service provided by `embed/embed`, [configuring it as needed](https://github.com/oscarotero/Embed#settings), and passing that customized instance into the adapter: diff --git a/docs/2.6/extensions/embed.md b/docs/2.6/extensions/embed.md index 4cfcfb39ef..c52d854fed 100644 --- a/docs/2.6/extensions/embed.md +++ b/docs/2.6/extensions/embed.md @@ -111,10 +111,11 @@ To use that library, you'll need to `composer install embed/embed` and then pass configuration option, as shown in the [**Usage**](#usage) section above. Note: `embed/embed` *requires* a PSR-17 implementation to be installed. If you do not have one installed, the library will not work. By default these libraries are detected automatically: - * [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) - * [guzzle/psr7](https://github.com/guzzle/psr7) - * [nyholm/psr7](https://github.com/Nyholm/psr7) - * [sunrise/http-message](https://github.com/sunrise-php/http-message) + +- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) +- [guzzle/psr7](https://github.com/guzzle/psr7) +- [nyholm/psr7](https://github.com/Nyholm/psr7) +- [sunrise/http-message](https://github.com/sunrise-php/http-message) Need to customize the maximum width/height of the embedded content? You can do that by instantiating the service provided by `embed/embed`, [configuring it as needed](https://github.com/oscarotero/Embed#settings), and passing that customized instance into the adapter: