Thanks to visit codestin.com
Credit goes to github.com

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: illuminate/validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: illuminate/validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.x
Choose a head ref
  • 10 commits
  • 3 files changed
  • 6 contributors

Commits on Jan 6, 2025

  1. [10.x] Backport 11.x PHP 8.4 fix for str_getcsv deprecation (#54074)

    * Backport 11.x PHP 8.4 compat fix to str_getcsv
    
    * Fix indent
    aka-tpayne authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    99c9b32 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. [10.x] Fix attribute name used on Validator instance within certain…

    … rule classes (#54943)
    
    Backport PR #54845 to Laravel 10
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    472e5c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. StyleCI fixes

    GrahamCampbell committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    15a51d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8211a28 View commit details
    Browse the repository at this point in the history
  3. StyleCI fixes

    GrahamCampbell committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ac906ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87b25b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd6a85a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. [11.x] Fix validation to not throw incompatible validation exception …

    …(#55963)
    
    * [11.x] Fix validation to not throw incompatible validation exception
    
    fixes #55944
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    3bbb80e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. [11.x] Chore: Decouple Str::random() from Validator (#56852)

    * add support for flushing the global state of Illuminate\Validation\Validator
    
    * Update InteractsWithTestCaseLifecycle.php
    
    * Update Validator.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    michaeldyrynda and taylorotwell authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b285665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    076ebfb View commit details
    Browse the repository at this point in the history
Loading