Skip to content

Commit

Permalink
Giving up on php5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtconner committed Mar 2, 2020
1 parent 6507c70 commit 9c065dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.2
- 7.4

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"illuminate/support": ">=5.0|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "5.*|3.*",
"phpunit/phpunit": "8.*|5.*",
"orchestra/testbench": "5.*",
"phpunit/phpunit": "8.*",
"mockery/mockery": "1.*"
},
"autoload": {
Expand Down

0 comments on commit 9c065dd

Please sign in to comment.