We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33e4d5 commit f2b63c2Copy full SHA for f2b63c2
composer.json
@@ -27,7 +27,7 @@
27
"google/common-protos": "^4.9",
28
"google/protobuf": "^4.31.1",
29
"grpc/grpc": "^1.57",
30
- "internal/promise": "^2.12",
+ "internal/promise": "^2.12 || ^3.4",
31
"nesbot/carbon": "^2.72.6 || ^3.8.4",
32
"psr/log": "^2.0 || ^3.0.2",
33
"ramsey/uuid": "^4.7.6",
@@ -49,7 +49,10 @@
49
"GPBMetadata\\Temporal\\Api\\Testservice\\": "testing/api/testservice/GPBMetadata/Temporal/Api/Testservice",
50
"Temporal\\Testing\\": "testing/src",
51
"Temporal\\": "src"
52
- }
+ },
53
+ "files": [
54
+ "src/include.php"
55
+ ]
56
},
57
"require-dev": {
58
"buggregator/trap": "^1.13.0",
0 commit comments