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: andersao/laravel-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: andersao/laravel-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Copy the full SHA
    57bdc9f View commit details

Commits on May 5, 2024

  1. Merge pull request #52 from laravel-shift/l11-compatibility

    Laravel 11.x Compatibility
    andersao authored May 5, 2024
    Copy the full SHA
    d990a2c View commit details

Commits on Feb 16, 2025

  1. Copy the full SHA
    d15e107 View commit details

Commits on Mar 7, 2025

  1. Merge pull request #54 from laravel-shift/l12-compatibility

    Laravel 12.x Compatibility
    andersao authored Mar 7, 2025
    Copy the full SHA
    fc6ecaa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 composer.json
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
},
"autoload": {
"psr-4": {