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 dependency spaze/phpstan-disallowed-calls to v4 #57

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
spaze/phpstan-disallowed-calls ^3.2 -> ^4.0 age adoption passing confidence

Release Notes

spaze/phpstan-disallowed-calls (spaze/phpstan-disallowed-calls)

v4.0.0: Support & require PHPStan 2.0

Compare Source

This major release supports and requires PHPStan 2.0 (#​267)

As mentioned in the UPGRADING.md guide:

It's not feasible to try to support both PHPStan 1.x and PHPStan 2.x with the same extension code.

You can learn more about PHPStan 2.0 in the release notes or in the blog post and don't forget to get yourself an elephpant and a t-shirt!

v3.5.1: Support PHP 8.4

Compare Source

That's it. That's the release.

v3.5.0: Disallow create_function and support PHPStan 1.12.6, getting ready for 2.0

Compare Source

  • Add create_function as a disallowed function call (#​261, thanks @​BackEndTea)
  • Process ClassConstFetch where $class is Name only for enums to correctly support PHPStan 1.12.6 (#​266)

Internal changes:

  • Add phpstan/phpstan-deprecation-rules in expectation of PHPStan 2.0 (#​263)
  • Fix test class name (#​260, spotted by @​szepeviktor, thanks)

Configuration

📅 Schedule: Branch creation - "after 9am on monday,before 12am on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Abouhassane as a code owner November 11, 2024 17:25
Copy link
Contributor Author

renovate bot commented Nov 11, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update spaze/phpstan-disallowed-calls:4.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency phpstan/phpstan is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires spaze/phpstan-disallowed-calls ^4.0 -> satisfiable by spaze/phpstan-disallowed-calls[v4.0.0].
    - spaze/phpstan-disallowed-calls v4.0.0 requires phpstan/phpstan ^2.0 -> found phpstan/phpstan[2.0.0, 2.0.1] but it conflicts with your root composer.json require (^1.10).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants