Skip to content

Commit 389defb

Browse files
committed
updated testing package requirements
1 parent 833bf27 commit 389defb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
All 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

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
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
}

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)