Skip to content

Commit

Permalink
Merge pull request #311 from driesvints/update-dependencies
Browse files Browse the repository at this point in the history
[4.0] Update dependencies
  • Loading branch information
taylorotwell authored Dec 18, 2018
2 parents e6231bb + 778f219 commit 7c0737f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"illuminate/contracts": "~5.4",
"illuminate/http": "~5.4",
"illuminate/support": "~5.4",
"illuminate/contracts": "~5.7",
"illuminate/http": "~5.7",
"illuminate/support": "~5.7",
"league/oauth1-client": "~1.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
<testsuites>
<testsuite name="Package Test Suite">
Expand Down

0 comments on commit 7c0737f

Please sign in to comment.