Skip to content

Commit

Permalink
Merge pull request #6 from hasanmonfared/master
Browse files Browse the repository at this point in the history
Upgrade package for laravel 9
  • Loading branch information
sadegh19b authored Mar 14, 2022
2 parents 293b0ca + 26594e7 commit 1595bc8
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 1595bc8

Please sign in to comment.