File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-validation-rules/us-phone ` will be documented in this file.
44
5+ ### 1.0.1
6+ - Improved test coverage.
7+ - Fixed README instructions
8+
59### 1.0.0
610- Initial release and connected with packagist
Original file line number Diff line number Diff line change 2828 "minimum-stability" : " stable" ,
2929 "require" : {
3030 "illuminate/contracts" : " ^5.5" ,
31+ "illuminate/support" : " ^5.5" ,
3132 "php" : " ^7.0"
3233 },
3334 "require-dev" : {
34- "phpunit/phpunit" : " ^6.0 " ,
35- "orchestra/testbench" : " ^3.2 "
35+ "phpunit/phpunit" : " ^6.3 " ,
36+ "orchestra/testbench" : " ^3.5 "
3637 },
3738 "suggest" : {
3839 }
Original file line number Diff line number Diff line change 1010 processIsolation =" false"
1111 stopOnFailure =" false" >
1212 <testsuites >
13- <testsuite name =" Zenapply Test Suite" >
13+ <testsuite name =" Test Suite" >
1414 <directory >tests/</directory >
1515 </testsuite >
1616 </testsuites >
You can’t perform that action at this time.
0 commit comments