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: composer-unused/composer-unused
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.3
Choose a base ref
...
head repository: composer-unused/composer-unused
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.4
Choose a head ref
  • 6 commits
  • 16 files changed
  • 4 contributors

Commits on May 6, 2025

  1. github-actions(deps): bump shivammathur/setup-php

    Bumps the dependencies group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php).
    
    
    Updates `shivammathur/setup-php` from 2.32.0 to 2.33.0
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.32.0...2.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed May 6, 2025
    Configuration menu
    Copy the full SHA
    08ae2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d927c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. github-actions(deps): bump shivammathur/setup-php

    Bumps the dependencies group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php).
    
    
    Updates `shivammathur/setup-php` from 2.33.0 to 2.34.1
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.33.0...2.34.1)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.34.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    c5c1c98 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Remove extra dev files from vendor

    dmitryuk authored and icanhazstring committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    f8d14fe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. feat: add ConfigurationSet system for framework-specific scanning

    Enables predefined configuration sets for common frameworks to automatically
    scan additional directories beyond src/. Improves accuracy for Symfony projects
    by including bin/, config/, public/, assets/, and migrations/ directories
    where dependencies are commonly used but previously missed.
    icanhazstring committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    6b644e2 View commit details
    Browse the repository at this point in the history
  2. fix: automatically disable XDebug to prevent segmentation faults

    Integrates composer/xdebug-handler to automatically restart the process
    without XDebug when detected, preventing segmentation faults that occur
    with XDebug 3.4.3 and certain method chaining syntax patterns.
    
    The handler provides transparent XDebug disabling while allowing users
    to override this behavior with COMPOSER_UNUSED_ALLOW_XDEBUG=1 when
    debugging is needed.
    
    Fixes #688
    icanhazstring committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    28070aa View commit details
    Browse the repository at this point in the history
Loading