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: PHPCSStandards/composer-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: PHPCSStandards/composer-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 9, 2025

  1. Fix fatal error when Composer EventDispatcher called programmatically

    This now reverts the second code modernization from 234 as well. Annoying, but so be it.
    
    I've also now added warnings in both places which were modernized and for which the modernizations had to be reverted to hopefully prevent this happening again.
    
    Fixes 247
    jrfnl committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    488030f View commit details
    Browse the repository at this point in the history
  2. Tests: fix two missing import use statements

    Add two import `use` statements for the PHP native `RuntimeException` class, which is used to signal certain failures in the test set up.
    
    The fact that this wasn't noticed before clearly means the tests never failed at those Exceptions before ;-)
    jrfnl committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    e7138b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c69dd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Merge pull request #250 from PHPCSStandards/feature/tests-fix-missing…

    …-use-statements
    
    Tests: fix two missing import `use` statements
    jrfnl authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    76f1a99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from PHPCSStandards/feature/247-fix-fatal-rev…

    …ert-second-codemodernization
    
    Fix fatal error when Composer EventDispatcher called programmatically
    jrfnl authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    1faffc1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #249 from PHPCSStandards/feature/changelog-1.1.2

    Changelog for the 1.1.2 release
    jrfnl authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c9d9668 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: update release date

    jrfnl committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e9cf5e4 View commit details
    Browse the repository at this point in the history
Loading