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.1.0
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: 8.0.0
Choose a head ref
  • 7 commits
  • 53 files changed
  • 1 contributor

Commits on Mar 19, 2026

  1. chore(release): 7.1.0

    guanguans committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    cd60fab View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. refactor: Upgrade PHP version to 8.2 in configuration files

    - Updated php-version from 8.1 to 8.2 in php-cs-fixer.yml, phpstan.yml, rector.yml, and tests.yml.
    - Adjusted PHP version requirement in composer.json and README.md to reflect the upgrade.
    - Ensured compatibility with the latest PHP features and improvements.
    
    Signed-off-by: guanguans <ityaozm@gmail.com>
    guanguans committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    f0d1706 View commit details
    Browse the repository at this point in the history
  2. ci(config): Update config files

    Signed-off-by: guanguans <ityaozm@gmail.com>
    guanguans committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    206abd9 View commit details
    Browse the repository at this point in the history
  3. refactor: apply rector

    guanguans committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    5f5a2e0 View commit details
    Browse the repository at this point in the history
  4. refactor: apply phpstan

    guanguans committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    c4af07e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0bef39 View commit details
    Browse the repository at this point in the history
  6. refactor: Simplify withSudoPassword method signature

    - Combine parameters into a single line for better readability
    - Maintain functionality while improving code clarity
    guanguans committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    3156847 View commit details
    Browse the repository at this point in the history
Loading