File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4343use Phpactor \LanguageServer \Middleware \ResponseHandlingMiddleware ;
4444use Phpactor \LanguageServer \Service \DiagnosticsService ;
4545use Psr \Log \AbstractLogger ;
46- use function Safe \fopen ;
4746
4847require __DIR__ . '/../vendor/autoload.php ' ;
4948
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ^8.0 " ,
12+ "php" : " ^8.1 " ,
1313 "amphp/socket" : " ^1.1" ,
1414 "dantleech/argument-resolver" : " ^1.1" ,
1515 "dantleech/invoke" : " ^2.0" ,
1616 "phpactor/language-server-protocol" : " ^3.17" ,
1717 "psr/event-dispatcher" : " ^1.0" ,
1818 "psr/log" : " ^1.0" ,
19- "ramsey/uuid" : " ^4.0" ,
20- "thecodingmachine/safe" : " ^1.1"
19+ "ramsey/uuid" : " ^4.0"
2120 },
2221 "require-dev" : {
2322 "amphp/phpunit-util" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments