Skip to content

Commit

Permalink
Update orchestra/testbench version (#34)
Browse files Browse the repository at this point in the history
* Update travis PHP versions

* Update orchestra/testbench version
  • Loading branch information
emptynick authored Mar 4, 2020
1 parent 33beee3 commit 1a54df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ language: php
sudo: true

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"larapack/hooks": "~1.0.2"
},
"require-dev": {
"orchestra/testbench": "~3.0"
"orchestra/testbench": ">=3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1a54df9

Please sign in to comment.