Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ergebnis/phpstan-rules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.11.0
Choose a base ref
...
head repository: ergebnis/phpstan-rules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.12.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 25, 2025

  1. github-actions(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4

    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.3 to 2.35.4.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.35.3...2.35.4)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.35.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    51308ff View commit details
    Browse the repository at this point in the history
  2. github-actions(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v5.4.3...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    d960f15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from ergebnis/dependabot/github_actions/shiva…

    …mmathur/setup-php-2.35.4
    
    github-actions(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4
    ergebnis-bot authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    2b1b307 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #975 from ergebnis/dependabot/github_actions/codec…

    …ov/codecov-action-5.5.0
    
    github-actions(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0
    ergebnis-bot authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    685e629 View commit details
    Browse the repository at this point in the history
  5. composer(deps-dev): Bump ergebnis/phpunit-slow-test-detector

    Bumps [ergebnis/phpunit-slow-test-detector](https://github.com/ergebnis/phpunit-slow-test-detector) from 2.19.1 to 2.20.0.
    - [Release notes](https://github.com/ergebnis/phpunit-slow-test-detector/releases)
    - [Changelog](https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/CHANGELOG.md)
    - [Commits](ergebnis/phpunit-slow-test-detector@2.19.1...2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: ergebnis/phpunit-slow-test-detector
      dependency-version: 2.20.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    35cee02 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #976 from ergebnis/dependabot/composer/ergebnis/ph…

    …punit-slow-test-detector-2.20.0
    
    composer(deps-dev): Bump ergebnis/phpunit-slow-test-detector from 2.19.1 to 2.20.0
    ergebnis-bot authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    34c5483 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. composer(deps-dev): Bump ergebnis/php-cs-fixer-config

    Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 6.52.0 to 6.53.0.
    - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases)
    - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/main/CHANGELOG.md)
    - [Commits](ergebnis/php-cs-fixer-config@6.52.0...6.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: ergebnis/php-cs-fixer-config
      dependency-version: 6.53.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    d455696 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #973 from ergebnis/dependabot/composer/ergebnis/ph…

    …p-cs-fixer-config-6.53.0
    
    composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.52.0 to 6.53.0
    ergebnis-bot authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    847a621 View commit details
    Browse the repository at this point in the history
  3. Fix: Remove nette/di

    localheinz committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    7d03852 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    130b010 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #977 from ergebnis/feature/php85

    Enhancement: Add support for PHP 8.5
    localheinz authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    f8792f6 View commit details
    Browse the repository at this point in the history
  6. Fix: Slide

    localheinz committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    121fe08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4e0121 View commit details
    Browse the repository at this point in the history
Loading