File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
54 - 7.2
65 - 7.3
76
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " >=7.1 .2" ,
21+ "php" : " ^7 .2" ,
2222 "ext-json" : " *" ,
23- "guzzlehttp/guzzle" : " ~ 6.3" ,
24- "illuminate/notifications" : " ^5.6 " ,
25- "illuminate/support" : " ^5.6 " ,
26- "illuminate/queue" : " ^5.6 " ,
27- "illuminate/console" : " ^5.6 " ,
23+ "guzzlehttp/guzzle" : " ^ 6.3" ,
24+ "illuminate/notifications" : " ^6.0 " ,
25+ "illuminate/support" : " ^6.0 " ,
26+ "illuminate/queue" : " ^6.0 " ,
27+ "illuminate/console" : " ^6.0 " ,
2828 "textalk/websocket" : " ^1.2"
2929 },
3030 "require-dev" : {
3131 "mockery/mockery" : " ^1.0" ,
32- "orchestra/testbench" : " ^3.6" ,
33- "laravel/framework" : " ^5.6" ,
34- "phpunit/phpunit" : " 7.*" ,
35- "orchestra/database" : " 3.8.x-dev"
32+ "orchestra/testbench" : " ^4.0" ,
33+ "phpunit/phpunit" : " ^8.0"
3634 },
3735 "autoload" : {
3836 "psr-4" : {
You can’t perform that action at this time.
0 commit comments