Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on phpat/phpat to permit the latest version.

Release notes

Sourced from phpat/phpat's releases.

v0.12.0

Changelog

Sourced from phpat/phpat's changelog.

0.12.0

  • Remove deprecated selector modifiers
  • Bump minimum PHP version to 8.1
  • Bump minimum PHPStan version to 2.1
  • Add ShouldBeEnum and ShouldNotBeEnum assertions

0.11.10

  • Fix ShouldHaveOnlyOnePublicMethodNamed assertion

0.11.9

  • Fix ShouldBeNamed assertion
  • Add isStandardClass selector

0.11.8

  • Add PHP 8.3 missing built-in classes
  • Catch instanceof in dependency rules

0.11.7

  • Add withFilepath selector
  • Rollback param name for ShouldBeNamed assertion

0.11.6

  • Add missing rule identifier to Declaration assertions
  • Fix support for regex in ShouldHaveOnlyOnePublicMethodNamed
  • Add support for attribute arguments in AppliesAttribute assertion

0.11.5

  • Add ShouldBeInvokable assertion
  • Fix incorrect param name for ShouldBeNamed assertion

0.11.4

  • Add ShouldHaveOnlyPublicMethodNamed assertion
  • Fix run on previous PHP versions

0.11.3

  • Fix error with getNativeReflection in latest PHPStan versions
  • Catch included traits in dependency assertions

0.11.2

  • Add AllOf() selector modifier
  • Add AnyOf() selector modifier
  • Add AtLeastCountOf() selector modifier
  • Add AtMostCountOf() selector modifier
  • Add NoneOf() selector modifier
  • Add OneOf() selector modifier
  • Deprecate AND() selector modifier

0.11.1

  • Add support for PHP 8.4
  • Manually check built-in classes to ignore them

... (truncated)

Commits
  • f1d0ecc Merge pull request #315 from carlosas/v0.12
  • d0bc35c Update CHANGELOG
  • 518c93f Bump php-cs-fixer version
  • 3bcf119 Bring down PHPUnit to v10.5
  • 9a7c4db Bump PHPUnit version to 12.3+
  • b9c092f Apply minor fixes
  • b40354e Update tests/unit/rules/ShouldNotBeEnum/EnumTest.php
  • 7ce9403 Merge branch 'master' into v0.12
  • ef51e40 Suppress ClassMustBeFinal and isSubclassOf deprecation
  • b49a03b Fix ShouldHaveOnlyOnePublicMethodNamed assertion
  • 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 [phpat/phpat](https://github.com/carlosas/phpat) to permit the latest version.
- [Release notes](https://github.com/carlosas/phpat/releases)
- [Changelog](https://github.com/carlosas/phpat/blob/main/docs/CHANGELOG.md)
- [Commits](carlosas/phpat@0.11.9...0.12.0)

---
updated-dependencies:
- dependency-name: phpat/phpat
  dependency-version: 0.12.0
  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 Sep 15, 2025
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.

1 participant