Skip to content

Commit

Permalink
Merge pull request #1 from n4ss1m/main
Browse files Browse the repository at this point in the history
Broadened compatibility for illuminate/validation to support Laravel …
  • Loading branch information
n4ss1m authored Dec 13, 2024
2 parents c43bd59 + 22c47e6 commit a67a687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'
pull_request:
branches: [ "*" ]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/validation": "^11.34"
"illuminate/validation": "^9|^10|^11"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit a67a687

Please sign in to comment.