File tree Expand file tree Collapse file tree 3 files changed +1200
-484
lines changed Expand file tree Collapse file tree 3 files changed +1200
-484
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Laravel Validator Rules - Timezone
7
7
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.
9
9
10
10
### License
11
11
This project is licensed under an Apache 2.0 license which you can find
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"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 "
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~5.7"
19
+ "phpunit/phpunit" : " ~5.7|^9.0 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments