Skip to content

Commit

Permalink
Merge pull request #76 from clue-labs/promise-v3
Browse files Browse the repository at this point in the history
Forward compatibility with upcoming Promise v3
  • Loading branch information
SimonFrings authored Sep 29, 2022
2 parents d55d009 + b84c29b commit 3909651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"php": ">=5.3",
"clue/json-stream": "^0.1",
"react/event-loop": "^1.2",
"react/http": "^1.5",
"react/promise": "^2.0 || ^1.1",
"react/promise-stream": "^1.0",
"react/socket": "^1.9",
"react/http": "^1.8",
"react/promise": "^3 || ^2.0 || ^1.1",
"react/promise-stream": "^1.4",
"react/socket": "^1.12",
"react/stream": "^1.2",
"rize/uri-template": "^0.3"
},
"require-dev": {
"clue/block-react": "^1.0 || ^0.3",
"clue/block-react": "^1.5",
"clue/caret-notation": "^0.2",
"clue/tar-react": "^0.2",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
Expand Down

0 comments on commit 3909651

Please sign in to comment.