Skip to content

Commit f0a2628

Browse files
committed
remove support from php 8.0
1 parent 92353a3 commit f0a2628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Laravel Persian Validation package offers comprehensive validation for the P
1212
## Requirement
1313

1414
* Laravel 9.x | 10.x
15-
* PHP 8.0 | 8.1 | 8.2
15+
* PHP 8.1 | 8.2
1616

1717
## Install
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^8.1",
2525
"illuminate/support": "^9.0|^10.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)