Skip to content

Conversation

@dependabot-preview
Copy link

Updates the requirements on symfony/property-info to permit the latest version.

Changelog

Sourced from symfony/property-info's changelog.

CHANGELOG

5.1.0

  • Add support for extracting accessor and mutator via PHP Reflection

4.3.0

  • Added the ability to extract private and protected properties and methods on ReflectionExtractor
  • Added the ability to extract property type based on its initial value

4.2.0

  • added PropertyInitializableExtractorInterface to test if a property can be initialized through the constructor (implemented by ReflectionExtractor)

3.3.0

  • Added PropertyInfoPass
Commits
  • 8c2e9d2 Merge branch '4.4' into 5.0
  • e6355ba Merge branch '4.3' into 4.4
  • 169aafe Merge branch '3.4' into 4.3
  • 8f33b3f bug #35134 [PropertyInfo] Fix BC issue in phpDoc Reflection library (jaapio)
  • c644823 Update year in license files
  • 97169ac Fix BC issue in phpDoc Reflection library
  • f0bf8d7 Allow PHP ^7.2.5
  • bcce3a2 Merge branch '4.4'
  • 8afd280 Merge branch '4.3' into 4.4
  • 460242f [PropertyInfo] Fixed type extraction for nullable collections of non-nullable...
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [symfony/property-info](https://github.com/symfony/property-info) to permit the latest version.
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/master/CHANGELOG.md)
- [Commits](symfony/property-info@v4.3.0...v5.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant