Skip to content

Commit 41a28c0

Browse files
committed
Deprecate custom cloudevent in favor of official implementation
Signed-off-by: Hendrik Heil <[email protected]>
1 parent f0d66c3 commit 41a28c0

File tree

4 files changed

+566
-256
lines changed

4 files changed

+566
-256
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"php-di/php-di": "^6.3",
2626
"psr/log": "^1.1",
2727
"psr/http-server-middleware": ">=1.0.1",
28-
"jetbrains/phpstorm-attributes": "1.0"
28+
"jetbrains/phpstorm-attributes": "1.0",
29+
"cloudevents/sdk-php": "^1.0"
2930
},
3031
"require-dev": {
3132
"ext-xdebug": "*",

0 commit comments

Comments
 (0)