Skip to content

Commit

Permalink
Allow roadrunner-bridge v4 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Sep 10, 2024
1 parent 866f3c3 commit eec5051
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"issues": "https://github.com/spiral/temporal-bridge/issues",
"source": "https://github.com/spiral/temporal-bridge",
"docs": "https://spiral.dev/docs",
"forum": "https://forum.spiral.dev",
"chat": "https://discord.gg/V6EK4he"
},
"license": "MIT",
Expand Down Expand Up @@ -43,17 +42,19 @@
],
"require": {
"php": "^8.1",
"spiral/boot": "^3.13",
"spiral/attributes": "^2.8 || ^3.1.5",
"spiral/tokenizer": "^3.13",
"spiral/scaffolder": "^3.13",
"spiral/roadrunner-bridge": "^2.0 || ^3.6",
"spiral/boot": "^3.14",
"spiral/core": "^3.14",
"spiral/roadrunner-bridge": "^3.7 || ^4.0",
"spiral/scaffolder": "^3.14",
"spiral/tokenizer": "^3.14",
"temporal/sdk": "^2.10"
},
"require-dev": {
"spiral/framework": "^3.13",
"spiral/framework": "^3.14",
"spiral/dumper": "^3.3",
"spiral/testing": "^2.8",
"vimeo/psalm": "^5.23"
"vimeo/psalm": "^5.26"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eec5051

Please sign in to comment.