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.0
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.1
Choose a head ref
  • 16 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 24, 2025

  1. Composer: bump PHP Parallel Lint

    Mostly to ensure the version installed will be compatible with all PHP version supported by this tool. (v1.4.0 added support for PHP 8.4)
    
    Ref: https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.4.0
    jrfnl committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    78f3be1 View commit details
    Browse the repository at this point in the history
  2. README: be explicit about PHPCS 4.x support

    Includes a minor language tweak to the introduction text, removing some ablist language.
    jrfnl committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b4d16f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e5a99 View commit details
    Browse the repository at this point in the history
  4. GH Actions: try to fix builds failing due to rate limiting

    Even though the workflows already set `env: COMPOSER_AUTH` since #200, we are still running into rate limiting issues.
    
    This commit applies the [instruction from `setup-php`](https://github.com/shivammathur/setup-php#github-composer-authentication) on how to solve this. 🤞
    jrfnl committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    2ac35e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Add CHANGELOG.md file

    The contents is based on the existing releases, with only minor ordering tweaks to follow the "Keep a changelog" categorization.
    
    This commit includes removing the configuration and script for the previously used changelog generation tooling.
    
    Potherca and me discussed this today and decided to go for manually crafted changelogs from now on as:
    1. The previous changelogs contained a lot of "noise" about non-user facing changes.
    2. The changelog generation tooling did not run on Windows, making it less useful as not all maintainers could run it.
    jrfnl committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ca882ae View commit details
    Browse the repository at this point in the history
  2. Move release-checklist to separate file & update it

    The updated release checklist presumes the changes in PR #243 will be accepted.
    
    The release checklist follows a similar format as other release checklists in this organisation.
    jrfnl committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    0775f62 View commit details
    Browse the repository at this point in the history
  3. Fix "The provided cwd "../squizlabs/php_codesniffer" does not exist." (

    …#245)
    
    Revert one of the modernizations previously made in #234 due to it causing issues in Drupal installations.
    
    I'm very curious why the reported issue only appears to happen with a Drupal setup (and I cannot reproduce it, nor do our tests fail). All the same, this should fix it.
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    2d64426 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #238 from PHPCSStandards/feature/composer-bump-par…

    …allel-lint
    
    Composer: bump PHP Parallel Lint
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a103167 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #240 from PHPCSStandards/feature/readme-be-explici…

    …t-about-phpcs-4-support
    
    README: be explicit about PHPCS 4.x support
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    02fc361 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #241 from PHPCSStandards/feature/ghactions-attempt…

    …-to-get-round-rate-limits
    
    GH Actions: try to fix builds failing due to rate limiting
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a58aee0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #242 from PHPCSStandards/feature/update-version-fo…

    …r-tests_
    
    Tests/PHPCSVersions: update for new PHPCS releases
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    b1d54ec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #243 from PHPCSStandards/feature/add-changelog-file

    Add CHANGELOG.md file
    jrfnl authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    01a2600 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f86b3e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Changelog for the 1.1.1 release

    Includes minor touching up of some headers and fixing a couple of broken links in the changelog file.
    jrfnl committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    d969990 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from PHPCSStandards/feature/update-and-move-r…

    …elease-checklist
    
    Move release-checklist to separate file & update it
    jrfnl authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    9d5e43d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #246 from PHPCSStandards/feature/changelog-1.1.1

    Changelog for the 1.1.1 release
    jrfnl authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6e0fa42 View commit details
    Browse the repository at this point in the history
Loading