File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78env :
89 matrix :
Original file line number Diff line number Diff line change 2121 "php" : " ^7.2" ,
2222 "ext-json" : " *" ,
2323 "guzzlehttp/guzzle" : " ^6.3" ,
24- "illuminate/notifications" : " ^6.0" ,
25- "illuminate/support" : " ^6.0" ,
26- "illuminate/queue" : " ^6.0" ,
27- "illuminate/console" : " ^6.0" ,
24+ "illuminate/notifications" : " ^6.0 || ^7.0 " ,
25+ "illuminate/support" : " ^6.0 || ^7.0 " ,
26+ "illuminate/queue" : " ^6.0 || ^7.0 " ,
27+ "illuminate/console" : " ^6.0 || ^7.0 " ,
2828 "textalk/websocket" : " ^1.2"
2929 },
3030 "require-dev" : {
31- "mockery/mockery" : " ^1.0 " ,
32- "orchestra/testbench" : " ^4 .0" ,
33- "phpunit/phpunit" : " ^8.0 "
31+ "mockery/mockery" : " ^1.3 " ,
32+ "orchestra/testbench" : " ^5 .0" ,
33+ "phpunit/phpunit" : " ^8.5 "
3434 },
3535 "autoload" : {
3636 "psr-4" : {
You can’t perform that action at this time.
0 commit comments