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 ekino/phpstan-banned-code requirement from ^1.0 to ^1.0 || ^2.0 #90

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Updates the requirements on ekino/phpstan-banned-code to permit the latest version.

Release notes

Sourced from ekino/phpstan-banned-code's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: ekino/phpstan-banned-code@v1.0.0...v2.0.0

Changelog

Sourced from ekino/phpstan-banned-code's changelog.

v2.0.0

  • Drop support for PHP ^7.3 || ^8.0, support now only ^8.1
  • Force usage of native sprintf function
  • Added rule to ban shell execution via backticks
  • Added rule to ban print statements
  • Allow Composer plugin ergebnis/composer-normalize
  • Add Composer keyword for asking user to add this package to require-dev instead of require
  • Normalize leading backslashes in banned function names

v1.0.0

  • Improve PHPStan configuration file
  • Updated to PHPStan 1.0
  • Updated to PHPUnit 9.5
  • Drop support for PHP 7.2

v0.5.0

  • Migrate from Travis to GitHub Actions
  • Fix deprecated PHP-CS rules

v0.4.0

  • Drop support for PHP 7.1
  • Added support of dd function
  • Replaced deprecated localheinz/composer-normalize in favor of ergebnis one
  • Allow PHP ^8.0
  • Switch to the new security checker
  • Upgrade friendsofphp/php-cs-fixer

v0.3.1

  • Fix deprecated config inside extension.neon file
  • Fix tests by adding nikic/php-parser as a required dev dependency

v0.3.0

  • Updated to PHPStan 0.12
  • Added testing on PHP 7.4

v0.2.0

... (truncated)

Commits
  • bab2937 Merge pull request #64 from brociani/fix-ci
  • c908c9c fix(ci): use sprintf native function
  • 65a5752 Normalize leading backslashes in banned function names (#30)
  • ac7406a chore(composer): add keyword for asking user to add this package to require-d...
  • 06252b2 fix(composer): allow plugin ergebnis/composer-normalize (#58)
  • c3fe363 Merge pull request #57 from BitScout/add-rule-to-ban-print
  • f68d448 feat(ban): Add ban on print statements
  • d3bca55 Merge pull request #56 from BitScout/22-detect-shell-exec-via-backticks
  • cc5e609 feat(ban): Add rule to ban shell execution via backticks
  • 5416d33 Merge pull request #55 from BitScout/fix-array-column-build-fail
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [ekino/phpstan-banned-code](https://github.com/ekino/phpstan-banned-code) to permit the latest version.
- [Release notes](https://github.com/ekino/phpstan-banned-code/releases)
- [Changelog](https://github.com/ekino/phpstan-banned-code/blob/master/CHANGELOG.md)
- [Commits](ekino/phpstan-banned-code@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: ekino/phpstan-banned-code
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2024
@Spomky
Copy link
Contributor

Spomky commented Aug 13, 2024

@mergify queue

Copy link
Contributor

mergify bot commented Aug 13, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at e0528f7

@mergify mergify bot merged commit e0528f7 into 4.5.x Aug 13, 2024
13 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/composer/ekino/phpstan-banned-code-tw-1.0or-tw-2.0 branch August 13, 2024 12:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant