Skip to content

Commit

Permalink
Upgrade package for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanmonfared committed Mar 14, 2022
1 parent 293b0ca commit 26594e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6|^7|^8"
"php": "~7.4|| ^8",
"illuminate/support": "^6|^7|^8|^9"
},
"require-dev" : {
"phpunit/phpunit": "^8"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Laravel Persian Validation Provides validation for Persian alphabet, number and

## Requirement

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

## Install

Expand Down

0 comments on commit 26594e7

Please sign in to comment.