odiaseo / synergy-solarium

ZF3 Solarium Integration
0 stars 2 forks source link

Bump laminas/laminas-config from 2.6.0 to 3.5.0 #19

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laminas/laminas-config from 2.6.0 to 3.5.0.

Release notes

Sourced from laminas/laminas-config's releases.

3.5.0

Release Notes for 3.5.0

Added

  • Adds a typedMode flag to the INI reader to support the built-in INI_SCANNER_TYPED flag on parse_ini_file(). This allows integer, boolean, and null values to be returned as the appropriate types, rather than all being returned as strings.

3.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

laminas-config 3.4.0

Added

  • #9 adds support for the upcoming PHP 8.0 release.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #9 removes support for PHP versions prior to PHP 7.3.

  • #9 removes support for laminas-servicemanager v2 releases.

Fixed

  • Nothing.
Commits
  • f91cd6f Merge pull request #10 from jcsanyi/ini-scanner-mode
  • 9ea16e6 qa: remove annotations where types work, update indentation
  • 26ea88a docs: one sentence per line
  • 3d9852b Add type hinting
  • 42eba75 Add support for INI_SCANNER_TYPED
  • eff2f8d docs: remove CHANGELOG.md
  • adf5c9f qa: fix expected error type when running under PHP 8
  • 8af89d1 qa: ensure tests run correctly when run by root
  • dc3390a qa: commit a lockfile, and fix PHP 8 constraint
  • a3acd07 qa: switch to Laminas CI and Release workflows
  • Additional commits viewable in compare view


Dependabot compatibility score

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[bot] commented 3 years ago

Superseded by #26.