Skip to content

Commit b5f1e9f

Browse files
Update composer and travis dependencies
1 parent 773ab0a commit b5f1e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ matrix:
1515
- php: 7.2
1616
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-stable'
1717
- php: 7.2
18-
env: LARAVEL='6.0.*' TESTBENCH='4.0.*' COMPOSER_FLAGS='--prefer-lowest'
18+
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
1919
- php: 7.2
20-
env: LARAVEL='6.0.*' TESTBENCH='4.0.*' COMPOSER_FLAGS='--prefer-stable'
20+
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
2121
- php: 7.3
2222
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-lowest'
2323
- php: 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^8.0",
35-
"orchestra/testbench": "~3.8.0|^4.0.0"
35+
"orchestra/testbench": "~3.8.0|^4.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)