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.2
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.0.3
Choose a head ref
  • 11 commits
  • 41 files changed
  • 2 contributors

Commits on Dec 3, 2025

  1. chore(release): 7.0.2

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

Commits on Dec 4, 2025

  1. chore(composer): Rename rector process commands for consistency

    - Updated command names for rector processes to use a consistent naming convention.
    - Changed "rector:process-soar-options" to "rector:process-options" for clarity.
    - Ensured all related commands reflect this change to maintain uniformity.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    10aa8bf View commit details
    Browse the repository at this point in the history
  2. chore(github): Remove deprecated GitHub configuration files

    - Remove .github/config.yml and .github/stale.yml as they are no longer used by this repository
    - The deleted files contained automation configurations for todo, new-issue-welcome, first-pr-merge, request-info, update-docs, and stale-bot features
    - This cleanup reduces confusion and maintenance for GitHub automation
    - No code changes; this only affects repository configuration
    - Consider reintroducing automation via updated GitHub Actions workflows if needed in the future
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    d678beb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. style(namespaces): Prefix global class references with leading backsl…

    …ashes
    
    - Use leading backslashes for all global class references (e.g. \ComposerBump, \ReflectionClass) to ensure correct resolution.
    - Qualify SensitiveParameter with a leading backslash in composer-dependency-analyser.php.
    - Apply fully-qualified global names in tests and config to prevent conflicts.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b9fd990 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. style: apply php-cs-fixer

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

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    441750f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. chore(deps): bump actions/cache from 4 to 5

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    a4b8b9a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Merge pull request #184 from guanguans/dependabot/github_actions/acti…

    …ons/cache-5
    
    chore(deps): bump actions/cache from 4 to 5
    guanguans authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    0fd6855 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    4002af3 View commit details
    Browse the repository at this point in the history
  2. ci(tests): Update PHP version in CI configuration

    - Change PHP version from 8.4 to 8.5 in tests.yml
    - Remove conflict declaration for pestphp/pest in composer.json
    - Update PHPUnit cache configuration in phpunit.xml.dist
    - Adjust cache directory and result file settings for better organization
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a1ab5dc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. ci(deps): Add new dependencies to composer.json

    - Added "mrpunyapal/rector-pest" version "^0.1.5" for improved testing capabilities.
    - Included "spatie/invade" version "^2.1" for enhanced functionality.
    - Updated the "monorepo-builder:release" command to include "@git-chglog" for better release management.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    f0e6e5e View commit details
    Browse the repository at this point in the history
Loading