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 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
1111This project is licensed under an Apache 2.0 license which you can find
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments