Release notes
*Sourced from slim/slim's [releases](https://github.com/slimphp/Slim/releases).*
> ## 3.10.0
> Total issues resolved: **8**
>
> - [2357: Fix minor issue in SmallChunksStream mock - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2357)
> - [2360: Fix example in README](https://github-redirect.dependabot.com/slimphp/Slim/pull/2360)
> - [2361: Use assertInternalType - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2361)
> - [2369: Test against PHP 7.2 - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2369)
> - [2388: Allow SameSite flag to be used in cookies](https://github-redirect.dependabot.com/slimphp/Slim/pull/2388)
> - [2397: Remove testing of hhvm - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2397)
> - [2411: Bug fix: Stop Slim overwriting Host header if it's defined](https://github-redirect.dependabot.com/slimphp/Slim/pull/2411)
> - [2426: Add a redirect() route shortcut, 3.x edition](https://github-redirect.dependabot.com/slimphp/Slim/pull/2426)
Commits
- [`d8aabea`](https://github.com/slimphp/Slim/commit/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748) Update VERSION to 3.10.0
- [`dbd9426`](https://github.com/slimphp/Slim/commit/dbd94263e9c21b4b5d660ec894fbcb998d8233af) Merge branch 'sg3s-allow-samesite-in-cookie' into 3.x
- [`a059122`](https://github.com/slimphp/Slim/commit/a059122c7cc6499f017bbc275dc12ac7cd64080b) Merge branch 'ellotheth-redirect-route-3' into 3.x
- [`41975a8`](https://github.com/slimphp/Slim/commit/41975a8cc2ef316c350bd161999a271e79b9f8d1) test UriInterface as a redirect destination
- [`d238cca`](https://github.com/slimphp/Slim/commit/d238ccae8e0b1b305fbf639d12f7280ed2b9b4ab) add a redirect route shortcut
- [`fa35755`](https://github.com/slimphp/Slim/commit/fa35755a8b2cdec8cd83d81aa1b8d3736ace5082) Allow SameSite flag to be used in cookies
- [`289fd6c`](https://github.com/slimphp/Slim/commit/289fd6c74002376779253171d5d73e7eaf7c95ed) Merge branch 'imjoehaines-stop-overwriting-host-header' into 3.x
- [`a5fa26a`](https://github.com/slimphp/Slim/commit/a5fa26ad52395dca882110a8180fad434ae020f4) Stop Slim overwriting Host header if it's defined
- [`d0d9655`](https://github.com/slimphp/Slim/commit/d0d9655a66c61e5fd25fdbdc2fc80a6e37af469c) Merge branch 'no-hhvm' into 3.x
- [`d13ef9a`](https://github.com/slimphp/Slim/commit/d13ef9a0c1e2b67e8ebef0ee156ba106ec80cbf9) Remove testing of hhvm
- Additional commits viewable in [compare view](https://github.com/slimphp/Slim/compare/3.9.2...3.10.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps slim/slim from 3.9.2 to 3.10.0.
Release notes
*Sourced from slim/slim's [releases](https://github.com/slimphp/Slim/releases).* > ## 3.10.0 > Total issues resolved: **8** > > - [2357: Fix minor issue in SmallChunksStream mock - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2357) > - [2360: Fix example in README](https://github-redirect.dependabot.com/slimphp/Slim/pull/2360) > - [2361: Use assertInternalType - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2361) > - [2369: Test against PHP 7.2 - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2369) > - [2388: Allow SameSite flag to be used in cookies](https://github-redirect.dependabot.com/slimphp/Slim/pull/2388) > - [2397: Remove testing of hhvm - Dev](https://github-redirect.dependabot.com/slimphp/Slim/pull/2397) > - [2411: Bug fix: Stop Slim overwriting Host header if it's defined](https://github-redirect.dependabot.com/slimphp/Slim/pull/2411) > - [2426: Add a redirect() route shortcut, 3.x edition](https://github-redirect.dependabot.com/slimphp/Slim/pull/2426)Commits
- [`d8aabea`](https://github.com/slimphp/Slim/commit/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748) Update VERSION to 3.10.0 - [`dbd9426`](https://github.com/slimphp/Slim/commit/dbd94263e9c21b4b5d660ec894fbcb998d8233af) Merge branch 'sg3s-allow-samesite-in-cookie' into 3.x - [`a059122`](https://github.com/slimphp/Slim/commit/a059122c7cc6499f017bbc275dc12ac7cd64080b) Merge branch 'ellotheth-redirect-route-3' into 3.x - [`41975a8`](https://github.com/slimphp/Slim/commit/41975a8cc2ef316c350bd161999a271e79b9f8d1) test UriInterface as a redirect destination - [`d238cca`](https://github.com/slimphp/Slim/commit/d238ccae8e0b1b305fbf639d12f7280ed2b9b4ab) add a redirect route shortcut - [`fa35755`](https://github.com/slimphp/Slim/commit/fa35755a8b2cdec8cd83d81aa1b8d3736ace5082) Allow SameSite flag to be used in cookies - [`289fd6c`](https://github.com/slimphp/Slim/commit/289fd6c74002376779253171d5d73e7eaf7c95ed) Merge branch 'imjoehaines-stop-overwriting-host-header' into 3.x - [`a5fa26a`](https://github.com/slimphp/Slim/commit/a5fa26ad52395dca882110a8180fad434ae020f4) Stop Slim overwriting Host header if it's defined - [`d0d9655`](https://github.com/slimphp/Slim/commit/d0d9655a66c61e5fd25fdbdc2fc80a6e37af469c) Merge branch 'no-hhvm' into 3.x - [`d13ef9a`](https://github.com/slimphp/Slim/commit/d13ef9a0c1e2b67e8ebef0ee156ba106ec80cbf9) Remove testing of hhvm - Additional commits viewable in [compare view](https://github.com/slimphp/Slim/compare/3.9.2...3.10.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.