File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
6
5
- 7.2
7
6
- 7.3
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=7.0 " ,
18
+ "php" : " ^7.1.3 " ,
19
19
"ext-json" : " *" ,
20
20
"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 " ,
24
24
"league/oauth1-client" : " ~1.0"
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ~1.0" ,
28
- "phpunit/phpunit" : " ~6 .0"
28
+ "phpunit/phpunit" : " ~7 .0"
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
convertNoticesToExceptions =" true"
8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
- stopOnError =" false"
11
10
stopOnFailure =" false"
12
- syntaxCheck =" true"
13
- verbose =" true"
14
11
>
15
12
<testsuites >
16
13
<testsuite name =" Package Test Suite" >
You can’t perform that action at this time.
0 commit comments