Skip to content

Commit

Permalink
Added support laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sadegh19b committed Oct 30, 2020
1 parent 8fcea41 commit b9ba2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6|^7"
"illuminate/support": "^6|^7|^8"
},
"require-dev" : {
"phpunit/phpunit": "^8"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Laravel Persian Validation Provides validation for Persian alphabet, number and

## Requirement

* Laravel 6,7
* Laravel 6, 7, 8
* PHP 7.2 >=

## Install
Expand Down

0 comments on commit b9ba2fa

Please sign in to comment.