neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Update zendframework/zend-servicemanager requirement from ^2.7 to ^2.7 || ^3.0 #67

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on zendframework/zend-servicemanager to permit the latest version.

Release notes *Sourced from [zendframework/zend-servicemanager's releases](https://github.com/zendframework/zend-servicemanager/releases).* > ## zend-servicemanager 3.1.2 > ## Added > - Nothing. > > ## Deprecated > - Nothing. > > ## Removed > - Nothing. > > ## Fixed > - [#167](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/pull/167) fixes how exception codes are provided to ServiceNotCreatedException. Previously, the code was provided as-is. However, some PHP internal exception classes, notably PDOException, can sometimes return other values (such as strings), which can lead to fatal errors when instantiating the new exception. The patch provided casts exception codes to integers to prevent these errors.
Changelog *Sourced from [zendframework/zend-servicemanager's changelog](https://github.com/zendframework/zend-servicemanager/blob/master/CHANGELOG.md).* > ## 3.1.2 - 2016-12-19 > > ### Added > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#167](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/pull/167) fixes > how exception codes are provided to ServiceNotCreatedException. Previously, > the code was provided as-is. However, some PHP internal exception classes, > notably PDOException, can sometimes return other values (such as strings), > which can lead to fatal errors when instantiating the new exception. The > patch provided casts exception codes to integers to prevent these errors. > > ## 3.1.1 - 2016-07-15 > > ### Added > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#136](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/pull/136) removes > several imports to classes in subnamespaces within the `ServiceManager` > classfile, removing potential name resolution conflicts that occurred in edge > cases when testing. > > ## 3.1.0 - 2016-06-01 > > ### Added > > - [#103](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/pull/103) Allowing > installation of `ocramius/proxy-manager` `^2.0` together with > ... (truncated)
Commits - [`8a60789`](https://github.com/zendframework/zend-servicemanager/commit/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38) Merge branch 'hotfix/167' - [`1f7791f`](https://github.com/zendframework/zend-servicemanager/commit/1f7791fded73e76004e2035b782b49052f0340fa) Added CHANGELOG for [#167](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/issues/167) - [`c63e3b9`](https://github.com/zendframework/zend-servicemanager/commit/c63e3b935019da0cd603c2d3214992bfe1a8602c) Minor CS/consistency changes - [`36f38ff`](https://github.com/zendframework/zend-servicemanager/commit/36f38ff34cc8a1991b506c87614f1a8d7dd5a151) Merge pull request [#167](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/issues/167) from kokspflanze/bugfix/pdoexception_code_return_string - [`b6b646b`](https://github.com/zendframework/zend-servicemanager/commit/b6b646b0962cb6a2b4019b5ca2e3d565a470225d) Merge branch 'hotfix/163' - [`9a9f816`](https://github.com/zendframework/zend-servicemanager/commit/9a9f8160d90e563d59605f5ef75fe72cfde98325) Merge pull request [#163](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/issues/163) from divix1988/master - [`69882b8`](https://github.com/zendframework/zend-servicemanager/commit/69882b8463db10b1862f931f4988aa9a101fcbb0) Merge branch 'hotfix/166' - [`58e52fe`](https://github.com/zendframework/zend-servicemanager/commit/58e52fe83e2b63ec1c1dfc4eb0c5289b719c8f31) Exclude log directory - [`4d68890`](https://github.com/zendframework/zend-servicemanager/commit/4d68890f4093b3b26b8bd391a6c033c74b0a5ce1) Merge pull request [#166](https://github-redirect.dependabot.com/zendframework/zend-servicemanager/issues/166) from Koopzington/new-coding-standard - [`63b0109`](https://github.com/zendframework/zend-servicemanager/commit/63b0109c7fc45b7e0fd047226f44d9b1e85c2e52) set 2016 in [@​copyright](https://github.com/copyright) - Additional commits viewable in [compare view](https://github.com/zendframework/zend-servicemanager/compare/release-2.7.0...release-3.1.2)


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 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)