We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcd4a8 commit c90ba89Copy full SHA for c90ba89
README.md
@@ -5,7 +5,7 @@
5
6
# Laravel Validator Rules - Timezone
7
8
-This rule will validate that a given timezone is valid within the systems datetime database.
+This rule will validate that a given timezone is valid within the systems date-time database.
9
10
### License
11
This project is licensed under an Apache 2.0 license which you can find
composer.json
@@ -12,11 +12,11 @@
12
}
13
],
14
"require": {
15
- "illuminate/validation": "^5.5|^6.0",
16
- "illuminate/translation": "^5.5|^6.0"
+ "illuminate/validation": "^5.5|^6.0|^7.0",
+ "illuminate/translation": "^5.5|^6.0|^7.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "~5.7"
+ "phpunit/phpunit": "~5.7|^9.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments