Skip to content

Commit 06c694e

Browse files
committed
Updated the StateManager and added a dependency to generate random uuid
1 parent 128605d commit 06c694e

File tree

4 files changed

+522
-204
lines changed

4 files changed

+522
-204
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"php": "^8.0",
3535
"php-etl/pipeline-contracts": "^0.3.0",
3636
"php-etl/bucket": "^0.2.0",
37-
"bunny/bunny": "*"
37+
"bunny/bunny": "*",
38+
"ramsey/uuid": "^4.2"
3839
},
3940
"require-dev": {
4041
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)