Skip to content

Commit 936553a

Browse files
committed
* Update .travis.yml
* Update composer.json
1 parent 95e84e7 commit 936553a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '5.6'
43
- '7.1'
54
- '7.2'
65
before_install:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"fzaninotto/faker": "~1.4",
3434
"mockery/mockery": "0.9.*",
35-
"phpunit/phpunit": "~6.0",
36-
"orchestra/testbench": "~3.4"
35+
"phpunit/phpunit": "~7.0",
36+
"orchestra/testbench": "3.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)