Skip to content

Commit

Permalink
Merge branch '2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Sep 8, 2024
2 parents 4509fb3 + 9a6ccf8 commit bbef330
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions docs/2.5/extensions/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 5 additions & 4 deletions docs/2.6/extensions/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbef330

Please sign in to comment.