Skip to content

Commit

Permalink
added support for "illuminate/validation" 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Mar 6, 2025
1 parent d5db380 commit e53f466
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
| Q | A
| ------------------------- | ---
| This Package Version | 1.?.?
| Laravel Framework Version | 11.?.?
| Laravel Framework Version | 12.?.?
| PHP version |
| Operating system |
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Laravel Model Validation Rules
==============================

1.0.3 Under Development
-----------------------

- Enh: Added support for "illuminate/validation" 12.0 (klimov-paul)


1.0.2, March 25, 2024
---------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"illuminate/validation": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
"illuminate/validation": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
},
"require-dev": {
"illuminate/database": "*",
Expand Down

0 comments on commit e53f466

Please sign in to comment.