Skip to content

Commit 7c0737f

Browse files
authored
Merge pull request #311 from driesvints/update-dependencies
[4.0] Update dependencies
2 parents e6231bb + 778f219 commit 7c0737f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76
- 7.3

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0",
18+
"php": "^7.1.3",
1919
"ext-json": "*",
2020
"guzzlehttp/guzzle": "~6.0",
21-
"illuminate/contracts": "~5.4",
22-
"illuminate/http": "~5.4",
23-
"illuminate/support": "~5.4",
21+
"illuminate/contracts": "~5.7",
22+
"illuminate/http": "~5.7",
23+
"illuminate/support": "~5.7",
2424
"league/oauth1-client": "~1.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "~1.0",
28-
"phpunit/phpunit": "~6.0"
28+
"phpunit/phpunit": "~7.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

phpunit.xml.dist

-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnError="false"
1110
stopOnFailure="false"
12-
syntaxCheck="true"
13-
verbose="true"
1411
>
1512
<testsuites>
1613
<testsuite name="Package Test Suite">

0 commit comments

Comments
 (0)