Skip to content

Commit c90ba89

Browse files
committed
Add Laravel 7 support
1 parent afcd4a8 commit c90ba89

File tree

3 files changed

+1200
-484
lines changed

3 files changed

+1200
-484
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Laravel Validator Rules - Timezone
77

8-
This rule will validate that a given timezone is valid within the systems datetime database.
8+
This rule will validate that a given timezone is valid within the systems date-time database.
99

1010
### License
1111
This project is licensed under an Apache 2.0 license which you can find

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/validation": "^5.5|^6.0",
16-
"illuminate/translation": "^5.5|^6.0"
15+
"illuminate/validation": "^5.5|^6.0|^7.0",
16+
"illuminate/translation": "^5.5|^6.0|^7.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~5.7"
19+
"phpunit/phpunit": "~5.7|^9.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)