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: guanguans/soar-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.3
Choose a base ref
...
head repository: guanguans/soar-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.0
Choose a head ref
  • 13 commits
  • 72 files changed
  • 2 contributors

Commits on Dec 27, 2025

  1. chore(release): 7.0.3

    guanguans committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    972c052 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. chore(deps-dev): update rector/jack requirement || ^0.5

    Updates the requirements on [rector/jack](https://github.com/rectorphp/jack) to permit the latest version.
    - [Release notes](https://github.com/rectorphp/jack/releases)
    - [Commits](rectorphp/jack@0.4.0...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: rector/jack
      dependency-version: 0.5.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    d6f3752 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. Configuration menu
    Copy the full SHA
    59f40d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0de56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #185 from guanguans/dependabot/composer/rector/jac…

    …k-tw-0.4or-tw-0.5
    
    chore(deps-dev): update rector/jack requirement from ^0.4 to ^0.4 || ^0.5
    guanguans authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    9fff097 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. style: apply php-cs-fixer

    guanguans committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    fec02b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. refactor(SoarBench): Update BeforeMethods attribute syntax

    - Change the BeforeMethods attribute to use an array syntax for consistency.
    - Adjust the handling of class names to ensure proper casing with lcfirst.
    - Comment out unnecessary parameters for clarity and maintainability.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    3108cf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. chore(deps-dev): update shipmonk/dead-code-detector requirement || ^0.15

    Updates the requirements on [shipmonk/dead-code-detector](https://github.com/shipmonk-rnd/dead-code-detector) to permit the latest version.
    - [Release notes](https://github.com/shipmonk-rnd/dead-code-detector/releases)
    - [Commits](shipmonk-rnd/dead-code-detector@0.14.0...0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: shipmonk/dead-code-detector
      dependency-version: 0.15.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    1d63690 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Merge pull request #186 from guanguans/dependabot/composer/shipmonk/d…

    …ead-code-detector-tw-0.14or-tw-0.15
    
    chore(deps-dev): update shipmonk/dead-code-detector requirement from ^0.14 to ^0.14 || ^0.15
    guanguans authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    c7f4d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. chore(deps-dev): Bump dependencies in composer.json

    - Update ergebnis/composer-normalize to version ^2.50
    - Update guanguans/monorepo-builder-worker to version ^2.2 || ^3.0
    - Update mrpunyapal/rector-pest to version ^0.2
    - Update phpro/grumphp-shim to version ^2.19
    - Update ergebnis/php-cs-fixer-config to version ^6.60
    - Update ergebnis/rector-rules to version ^1.14
    - Update php-mock/php-mock-phpunit to version ^2.15
    - Update phpunit/phpunit to support versions ^10.5 || ^11.0 || ^12.0 || ^13.0
    - Update shipmonk/dead-code-detector to version ^0.15
    - Update spatie/pest-plugin-snapshots to version ^2.3
    - Update spaze/phpstan-disallowed-calls to version ^4.9
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    5b0df8e View commit details
    Browse the repository at this point in the history
  2. refactor: apply rector

    guanguans committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    b151111 View commit details
    Browse the repository at this point in the history
  3. refactor(Concerns): Rename WithRunable to WithRunnable

    - Correct the spelling of the trait and its references across files.
    - Update the JSON configuration to reflect the correct spelling.
    - Ensures consistency and clarity in the codebase.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    0887d3c View commit details
    Browse the repository at this point in the history
  4. ci(ci): Update action references and enhance CI configurations

    - Change issues-translate-action reference to dromara/issues-translate-action
    - Set COMPOSER_NO_SECURITY_BLOCKING environment variable in multiple CI files
    - Add php-cs-fixer, phpstan, and rector steps for dry-run and error format outputs
    - Upload phpstan analysis results in SARIF format to GitHub
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    b23c7c8 View commit details
    Browse the repository at this point in the history
Loading