Skip to content

Commit f2b63c2

Browse files
committed
feat: allow Promise v3
1 parent f33e4d5 commit f2b63c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"google/common-protos": "^4.9",
2828
"google/protobuf": "^4.31.1",
2929
"grpc/grpc": "^1.57",
30-
"internal/promise": "^2.12",
30+
"internal/promise": "^2.12 || ^3.4",
3131
"nesbot/carbon": "^2.72.6 || ^3.8.4",
3232
"psr/log": "^2.0 || ^3.0.2",
3333
"ramsey/uuid": "^4.7.6",
@@ -49,7 +49,10 @@
4949
"GPBMetadata\\Temporal\\Api\\Testservice\\": "testing/api/testservice/GPBMetadata/Temporal/Api/Testservice",
5050
"Temporal\\Testing\\": "testing/src",
5151
"Temporal\\": "src"
52-
}
52+
},
53+
"files": [
54+
"src/include.php"
55+
]
5356
},
5457
"require-dev": {
5558
"buggregator/trap": "^1.13.0",

0 commit comments

Comments
 (0)