Skip to content

Commit

Permalink
updated testing package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Sep 12, 2017
1 parent 833bf27 commit 389defb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -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": {
}
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -10,7 +10,7 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Zenapply Test Suite">
<testsuite name="Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 389defb

Please sign in to comment.