Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Bump phpcompatibility/php-compatibility from 9.3.1 to 9.3.5 #54

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 22, 2020

Bumps phpcompatibility/php-compatibility from 9.3.1 to 9.3.5.

Release notes

Sourced from phpcompatibility/php-compatibility's releases.

PHPCompatibility 9.3.5

See all related issues and PRs in the 9.3.5 milestone.

Added

  • PHPCompatibility.Classes.NewClasses sniff: recognize the new FFI extension related classes as introduced in PHP 7.4. #949
  • PHPCompatibility.IniDirectives.NewIniDirectives sniff: detect use of the new FFI extension related ini directives as introduced in PHP 7.4. #949

Changed

  • 📝 PHPCompatibility.Syntax.NewShortArray: improved clarity of the error message and made it consistent with other error messages in this standard. #934
  • 📝 PHPCompatibility.Interfaces.NewInterfaces: updated the URL which is mentioned in select error messages. #942
  • ♻️ Another slew of code documentation fixes. #937, #939, #940, #941, #943, #944, #951, #950. Fixes #734.
  • 💚 Travis: various tweaks. The builds against PHP 7.4 are no longer allowed to fail. #935, #938 For running the sniffs on PHP 7.4, it is recommended to use PHP_CodeSniffer 3.5.0+ as PHP_CodeSniffer itself is not compatible with PHP 7.4 until version 3.5.0.

Fixed

  • 🐛 PHPCompatibility.Classes.NewClasses: two new PHP 7.4 classes were being checked as if they were Exceptions. #945

Credits

Thanks go out to William Entriken for their contribution to this version. 👏

PHPCompatibility 9.3.4

See all related issues and PRs in the 9.3.4 milestone.

Fixed

  • 🐛 PHPCompatibility.Keywords.ForbiddenNames: false positive for list when used in a foreach() condition. #930. Fixes #928, #929

Credits

Thanks go out to Sergii Bondarenko for their contribution to this version. 👏

PHPCompatibility 9.3.3

See all related issues and PRs in the 9.3.3 milestone.

Added

  • PHPCompatibility.Constants.NewConstants sniff: detection of yet more (undocumented) PHP 7.2 Sodium constants. #924
  • PHPCompatibility.Keywords.ForbiddenNames sniff: detect the use of more reserved keywords which are not allowed to be used to name certain constructs. #923. Fixes #922

Fixed

  • 🐛 PHPCompatibility.FunctionNameRestrictions.RemovedPHP4StyleConstructors: false positive detecting PHP4-style constructors when declared in interfaces. The class implementing the interface will not have the same name as the interface, so the actual method would not be regarded as a PHP4 style constructor. #921

Credits

Thanks go out to Nikhil for their contribution to this version. 👏

PHPCompatibility 9.3.2

See all related issues and PRs in the 9.3.2 milestone.

Added

  • PHPCompatibility.Constants.NewConstants sniff: detection of the PHP 7.2 SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13 constant. #915
... (truncated)
Changelog

Sourced from phpcompatibility/php-compatibility's changelog.

[9.3.5] - 2019-12-27

See all related issues and PRs in the [9.3.5 milestone].

Added

  • PHPCompatibility.Classes.NewClasses sniff: recognize the new FFI extension related classes as introduced in PHP 7.4. #949
  • PHPCompatibility.IniDirectives.NewIniDirectives sniff: detect use of the new FFI extension related ini directives as introduced in PHP 7.4. #949

Changed

  • 📝 PHPCompatibility.Syntax.NewShortArray: improved clarity of the error message and made it consistent with other error messages in this standard. #934
  • 📝 PHPCompatibility.Interfaces.NewInterfaces: updated the URL which is mentioned in select error messages. #942
  • ♻️ Another slew of code documentation fixes. #937, #939, #940, #941, #943, #944, #951, #950. Fixes #734.
  • 💚 Travis: various tweaks. The builds against PHP 7.4 are no longer allowed to fail. #935, #938 For running the sniffs on PHP 7.4, it is recommended to use PHP_CodeSniffer 3.5.0+ as PHP_CodeSniffer itself is not compatible with PHP 7.4 until version 3.5.0.

Fixed

  • 🐛 PHPCompatibility.Classes.NewClasses: two new PHP 7.4 classes were being checked as if they were Exceptions. #945

Credits

Thanks go out to [William Entriken] for their contribution to this version. 👏

[9.3.4] - 2019-11-15

See all related issues and PRs in the [9.3.4 milestone].

Fixed

  • 🐛 PHPCompatibility.Keywords.ForbiddenNames: false positive for list when used in a foreach() condition. #930. Fixes #928, #929

Credits

Thanks go out to [Sergii Bondarenko] for their contribution to this version. 👏

[9.3.3] - 2019-11-11

See all related issues and PRs in the [9.3.3 milestone].

Added

  • PHPCompatibility.Constants.NewConstants sniff: detection of yet more (undocumented) PHP 7.2 Sodium constants. #924
  • PHPCompatibility.Keywords.ForbiddenNames sniff: detect the use of more reserved keywords which are not allowed to be used to name certain constructs. #923. Fixes #922

Fixed

  • 🐛 PHPCompatibility.FunctionNameRestrictions.RemovedPHP4StyleConstructors: false positive detecting PHP4-style constructors when declared in interfaces. The class implementing the interface will not have the same name as the interface, so the actual method would not be regarded as a PHP4 style constructor. #921

Credits

Thanks go out to [Nikhil] for their contribution to this version. 👏

[9.3.2] - 2019-10-16

... (truncated)
Commits
  • 9fb3244 Merge pull request #954 from PHPCompatibility/develop
  • 1eeea36 Merge pull request #953 from PHPCompatibility/feature/changelog-9.3.5
  • f02d76a Changelog for PHPCompatibility 9.3.5
  • c9ce6ef Merge pull request #952 from PHPCompatibility/feature/update-gitattributes
  • d50f3ff Merge pull request #951 from PHPCompatibility/feature/doc-minor-tweaks
  • b023084 Merge pull request #950 from PHPCompatibility/feature/docs/improve-use-intern...
  • d9aa4b4 Merge pull request #949 from PHPCompatibility/php-7.4/add-ffi-extension-detec...
  • e5aae19 Documentation: various minor tweaks
  • 112045e .gitattributes: treat the test case files same as PHP files
  • e757a91 Documentation: improve use of @internal tags
  • 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 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:

  • 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)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 22, 2020
@pull-assistant
Copy link

pull-assistant bot commented Jun 22, 2020

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Bump phpcompatibility/php-compatibility from 9.3.1 to 9.3.5

     Merge branch 'master' into dependabot/composer/phpcompatibility/php-co...

Powered by Pull Assistant. Last update ab51e8c ... 8878072. Read the comment docs.

@codeclimate
Copy link

codeclimate bot commented Jun 22, 2020

Code Climate has analyzed commit ab51e8c and detected 0 issues on this pull request.

View more on Code Climate.

@Remzi1993 Remzi1993 merged commit 9628185 into master Jul 20, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpcompatibility/php-compatibility-9.3.5 branch July 20, 2020 09:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant