Skip to content

Commit

Permalink
Merge pull request #35 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 2, 2022
2 parents d6fd3dd + 6b3bb75 commit 3a523ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": ">=5.3",
"clue/socks-react": "^1.0",
"clue/socks-react": "^1.4",
"react/child-process": "^0.6",
"react/event-loop": "^1.2",
"react/promise": "^2.1 || ^1.2.1",
"react/socket": "^1.9",
"react/promise": "^3 || ^2.1 || ^1.2.1",
"react/socket": "^1.12.0",
"react/stream": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.3",
"clue/block-react": "^1.5",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36",
"react/http": "^1.5",
"react/mysql": "^0.5.5"
Expand Down

0 comments on commit 3a523ad

Please sign in to comment.