File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2424 "php" : " >=8.1" ,
2525 "ext-curl" : " *" ,
2626 "ext-json" : " *" ,
27- "google/common-protos" : " ^1.4 || ^2.2 || ^3.2 || ^ 4.9" ,
28- "google/protobuf" : " ^4.31.0 " ,
27+ "google/common-protos" : " ^4.9" ,
28+ "google/protobuf" : " ^4.31.1 " ,
2929 "grpc/grpc" : " ^1.57" ,
3030 "nesbot/carbon" : " ^2.72.6 || ^3.8.4" ,
3131 "psr/log" : " ^2.0 || ^3.0.2" ,
Original file line number Diff line number Diff line change 1818use Spiral \Attributes \Composite \SelectiveReader ;
1919use Spiral \Attributes \ReaderInterface ;
2020use Temporal \Api \Enums \V1 \HistoryEventFilterType ;
21- use Temporal \Api \Workflow \V1 \WorkflowExecutionInfo ;
2221use Temporal \Api \Workflowservice \V1 \CountWorkflowExecutionsRequest ;
2322use Temporal \Api \Workflowservice \V1 \GetWorkflowExecutionHistoryRequest ;
2423use Temporal \Api \Workflowservice \V1 \ListWorkflowExecutionsRequest ;
Original file line number Diff line number Diff line change 88use Temporal \Api \Common \V1 \SearchAttributes ;
99use Temporal \Api \Common \V1 \WorkerVersionStamp ;
1010use Temporal \Api \Common \V1 \WorkflowExecution ;
11- use Temporal \Api \Workflow \V1 \ResetPointInfo ;
1211use Temporal \Api \Workflow \V1 \ResetPoints ;
1312use Temporal \Api \Workflow \V1 \WorkflowExecutionInfo ;
1413use Temporal \Common \WorkerVersionStamp as WorkerVersionStampDto ;
Original file line number Diff line number Diff line change 1414use Temporal \DataConverter \DataConverterInterface ;
1515use Temporal \Exception \ProtocolException ;
1616use RoadRunner \Temporal \DTO \V1 \Frame ;
17- use RoadRunner \Temporal \DTO \V1 \Message ;
1817use Temporal \Worker \Transport \Codec \ProtoCodec \Decoder ;
1918use Temporal \Worker \Transport \Codec \ProtoCodec \Encoder ;
2019use Temporal \Worker \Transport \Command \CommandInterface ;
You can’t perform that action at this time.
0 commit comments