From 389defb22c64b577c43d06cb86cf8828eb50a679 Mon Sep 17 00:00:00 2001 From: Tyler Arbon Date: Tue, 12 Sep 2017 11:20:22 -0600 Subject: [PATCH] updated testing package requirements --- CHANGELOG.md | 4 ++++ composer.json | 5 +++-- phpunit.xml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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/