Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpcompatibility/php-compatibility requirement from ~8.2 to ~9.3 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2022

Updates the requirements on phpcompatibility/php-compatibility to permit the latest version.

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. 👏

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

Updates the requirements on [phpcompatibility/php-compatibility](https://github.com/PHPCompatibility/PHPCompatibility) to permit the latest version.
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibility/releases)
- [Changelog](https://github.com/PHPCompatibility/PHPCompatibility/blob/develop/CHANGELOG.md)
- [Commits](PHPCompatibility/PHPCompatibility@8.2.0...9.3.5)

---
updated-dependencies:
- dependency-name: phpcompatibility/php-compatibility
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 8, 2022
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants