Skip to content

Commit 4817dfa

Browse files
authored
Merge pull request #21 from JunioraTeam/l12-compatibility
Add support for Laravel 12
2 parents e1522e0 + db373ba commit 4817dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~7.4|^8.0|^8.1|^8.2",
14-
"illuminate/support": "^6|^7|^8|^9|^10|^11"
14+
"illuminate/support": "^6|^7|^8|^9|^10|^11|^12"
1515
},
1616
"require-dev" : {
1717
"phpunit/phpunit": "^8|^9|^10"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Laravel Persian Validation Provides validation for Persian alphabet, number and
44

55
## Requirement
66

7-
* Laravel 6, 7, 8, 9, 10, 11
7+
* Laravel 6, 7, 8, 9, 10, 11, 12
88
* PHP 7.4 , 8, 8.1, 8.2
99

1010
## Install

0 commit comments

Comments
 (0)