diff --git a/CHANGELOG.md b/CHANGELOG.md index 0008fe2..e4330cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,9 @@ All notable changes to `laravel-validation-rules/us-phone` will be documented in this file. +### 1.0.1 +- Improved test coverage. +- Fixed README instructions + ### 1.0.0 - Initial release and connected with packagist diff --git a/composer.json b/composer.json index 032021f..cbdbe73 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,12 @@ "minimum-stability": "stable", "require": { "illuminate/contracts": "^5.5", + "illuminate/support": "^5.5", "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^6.0", - "orchestra/testbench": "^3.2" + "phpunit/phpunit": "^6.3", + "orchestra/testbench": "^3.5" }, "suggest": { } diff --git a/phpunit.xml b/phpunit.xml index 42fe541..79da56d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,7 +10,7 @@ processIsolation="false" stopOnFailure="false"> - + tests/