Release notes
*Sourced from [zendframework/zend-stdlib's releases](https://github.com/zendframework/zend-stdlib/releases).*
> ## zend-stdlib 3.2.1
> Added
> -----
>
> - Nothing.
>
> Changed
> -------
>
> - Nothing.
>
> Deprecated
> ----------
>
> - Nothing.
>
> Removed
> -------
>
> - Nothing.
>
> Fixed
> -----
>
> - [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial`
> property is also serialized.
>
> - [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/91) fixes behavior in the `ArrayObject` implementation that was not
> compatible with PHP 7.3.
Changelog
*Sourced from [zendframework/zend-stdlib's changelog](https://github.com/zendframework/zend-stdlib/blob/master/CHANGELOG.md).*
> ## 3.2.1 - 2018-08-28
>
> ### Added
>
> - Nothing.
>
> ### Changed
>
> - Nothing.
>
> ### Deprecated
>
> - Nothing.
>
> ### Removed
>
> - Nothing.
>
> ### Fixed
>
> - [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial`
> property is also serialized.
>
> - [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/91) fixes behavior in the `ArrayObject` implementation that was not
> compatible with PHP 7.3.
Commits
- [`6653600`](https://github.com/zendframework/zend-stdlib/commit/66536006722aff9e62d1b331025089b7ec71c065) 3.2.2 readiness
- [`62884ef`](https://github.com/zendframework/zend-stdlib/commit/62884ef55c75b1346a2ea333d1ec65f268f42397) Merge branch 'hotfix/92'
- [`929dba4`](https://github.com/zendframework/zend-stdlib/commit/929dba4a76d284d15013ea4097271cb3e76961c2) Merge pull request [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/issues/92) from azjezz/patch-1
- [`818a81c`](https://github.com/zendframework/zend-stdlib/commit/818a81c4c354a711f7d2b81d54749125b86f190f) Merge branch 'hotfix/91'
- [`f2e16f0`](https://github.com/zendframework/zend-stdlib/commit/f2e16f03a45952b49ada9e72984b6a95699e5409) Edits CHANGELOG entry for [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/issues/91)
- [`7035b4e`](https://github.com/zendframework/zend-stdlib/commit/7035b4e27445f3110a578304da7e3e09bd5a95e8) Update SplPriorityQueueTest.php
- [`ef97c48`](https://github.com/zendframework/zend-stdlib/commit/ef97c48ead25e12270f4ecbcd45f0fcab1e55acd) Update CHANGELOG.md
- [`4900805`](https://github.com/zendframework/zend-stdlib/commit/49008052ce60da840636a4f20503406e3faa22ae) Update SplPriorityQueueTest.php
- [`5b60b2d`](https://github.com/zendframework/zend-stdlib/commit/5b60b2d653164157b2bfbe9b0a8b5cbe883b62a9) Update SplPriorityQueueTest.php
- [`18759fb`](https://github.com/zendframework/zend-stdlib/commit/18759fb69ec3c9e2cf29c85137c893f75319d192) Update SplPriorityQueue.php
- Additional commits viewable in [compare view](https://github.com/zendframework/zend-stdlib/compare/release-3.2.0...release-3.2.1)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
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)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps zendframework/zend-stdlib from 3.2.0 to 3.2.1.
Release notes
*Sourced from [zendframework/zend-stdlib's releases](https://github.com/zendframework/zend-stdlib/releases).* > ## zend-stdlib 3.2.1 > Added > ----- > > - Nothing. > > Changed > ------- > > - Nothing. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial` > property is also serialized. > > - [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/91) fixes behavior in the `ArrayObject` implementation that was not > compatible with PHP 7.3.Changelog
*Sourced from [zendframework/zend-stdlib's changelog](https://github.com/zendframework/zend-stdlib/blob/master/CHANGELOG.md).* > ## 3.2.1 - 2018-08-28 > > ### Added > > - Nothing. > > ### Changed > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial` > property is also serialized. > > - [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/pull/91) fixes behavior in the `ArrayObject` implementation that was not > compatible with PHP 7.3.Commits
- [`6653600`](https://github.com/zendframework/zend-stdlib/commit/66536006722aff9e62d1b331025089b7ec71c065) 3.2.2 readiness - [`62884ef`](https://github.com/zendframework/zend-stdlib/commit/62884ef55c75b1346a2ea333d1ec65f268f42397) Merge branch 'hotfix/92' - [`929dba4`](https://github.com/zendframework/zend-stdlib/commit/929dba4a76d284d15013ea4097271cb3e76961c2) Merge pull request [#92](https://github-redirect.dependabot.com/zendframework/zend-stdlib/issues/92) from azjezz/patch-1 - [`818a81c`](https://github.com/zendframework/zend-stdlib/commit/818a81c4c354a711f7d2b81d54749125b86f190f) Merge branch 'hotfix/91' - [`f2e16f0`](https://github.com/zendframework/zend-stdlib/commit/f2e16f03a45952b49ada9e72984b6a95699e5409) Edits CHANGELOG entry for [#91](https://github-redirect.dependabot.com/zendframework/zend-stdlib/issues/91) - [`7035b4e`](https://github.com/zendframework/zend-stdlib/commit/7035b4e27445f3110a578304da7e3e09bd5a95e8) Update SplPriorityQueueTest.php - [`ef97c48`](https://github.com/zendframework/zend-stdlib/commit/ef97c48ead25e12270f4ecbcd45f0fcab1e55acd) Update CHANGELOG.md - [`4900805`](https://github.com/zendframework/zend-stdlib/commit/49008052ce60da840636a4f20503406e3faa22ae) Update SplPriorityQueueTest.php - [`5b60b2d`](https://github.com/zendframework/zend-stdlib/commit/5b60b2d653164157b2bfbe9b0a8b5cbe883b62a9) Update SplPriorityQueueTest.php - [`18759fb`](https://github.com/zendframework/zend-stdlib/commit/18759fb69ec3c9e2cf29c85137c893f75319d192) Update SplPriorityQueue.php - Additional commits viewable in [compare view](https://github.com/zendframework/zend-stdlib/compare/release-3.2.0...release-3.2.1)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.