File tree Expand file tree Collapse file tree 3 files changed +345
-356
lines changed Expand file tree Collapse file tree 3 files changed +345
-356
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
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=7.0 " ,
14
- "illuminate/support" : " 5.5 .*" ,
15
- "illuminate/console" : " 5.5 .*" ,
16
- "illuminated/helper-functions" : " 5.5 .*" ,
13
+ "php" : " ^7.1.3 " ,
14
+ "illuminate/support" : " 5.6 .*" ,
15
+ "illuminate/console" : " 5.6 .*" ,
16
+ "illuminated/helper-functions" : " 5.6 .*" ,
17
17
"monolog/monolog" : " ^1.12" ,
18
18
"psr/http-message" : " ^1.0" ,
19
19
"psr/log" : " ^1.0" ,
20
- "symfony/finder" : " ^3.3 "
20
+ "symfony/finder" : " ^4.0 "
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^6 .0" ,
23
+ "phpunit/phpunit" : " ^7 .0" ,
24
24
"mockery/mockery" : " ^1.0" ,
25
25
"guzzlehttp/guzzle" : " ^6.0" ,
26
- "orchestra/testbench" : " 3.5 .*" ,
27
- "illuminated/testing-tools" : " 5.5 .*"
26
+ "orchestra/testbench" : " 3.6 .*" ,
27
+ "illuminated/testing-tools" : " 5.6 .*"
28
28
},
29
29
"autoload" : {
30
30
"files" : [" integrations/autoload.php" ],
You can’t perform that action at this time.
0 commit comments