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: laravel/pint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.1
Choose a base ref
...
head repository: laravel/pint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 19 files changed
  • 8 contributors

Commits on May 8, 2025

  1. Update CHANGELOG

    nunomaduro authored and github-actions[bot] committed May 8, 2025
    Configuration menu
    Copy the full SHA
    579cc7a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. Feature allow configuration extension from a different base file (#373)

    * feat: allow configuration extension from a different base file
    
    * fix: typo
    
    * fix: lint issues
    
    * fix: static analyses issue
    
    * fix: another lint issue
    
    * feat: use array_replace_recursively and add more tests
    
    * fix: lint issue
    
    * Update ConfigurationJsonRepository.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    GuillaumeOnepilot and taylorotwell authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    6f113c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. [1.x] Makes Pint 40x faster (#376)

    * Adds `--parallel`
    
    * Bumps dependencies
    
    * sends build
    
    * Puts in place overrides
    
    * Uses `setUnsupportedPhpVersionAllowed`
    
    * fix
    
    * Fixes types
    
    * adds `(Experimental)`
    
    * Fixes CI
    
    * note
    
    * chore: ignores overrides on export
    
    * buillds
    
    * fix
    nunomaduro authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    6d567e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Release 1.23.0

    nunomaduro committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    9ab851d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    nunomaduro authored and github-actions[bot] committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cc940f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Bump dependencies (#379)

    Jubeki authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    4f607c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    e360ed5 View commit details
    Browse the repository at this point in the history
  2. Update Dependencies (#381)

    * Update Dependencies
    
    PHP-CS-Fixer/PHP-CS-Fixer@v3.80.0...v3.82.2
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    crynobone authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    d6127a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ef74e View commit details
    Browse the repository at this point in the history
  4. Release 1.24.0

    nunomaduro committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    0345f3b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    nunomaduro authored and github-actions[bot] committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    4efb0b2 View commit details
    Browse the repository at this point in the history
Loading