Skip to content

Commit

Permalink
Forward compatibility with react/promise 3
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 29, 2019
1 parent 529a5f8 commit ffd7b3c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"react/dns": "^1.1",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0",
"react/promise": "dev-master as 2.999.999",
"react/promise-timer": "dev-promise-3 as 1.6.0",
"react/stream": "^1.1"
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/WyriHaximus-labs/promise-timer"
}
],
"autoload": {
"psr-4": {
"React\\Socket\\": "src"
Expand Down

0 comments on commit ffd7b3c

Please sign in to comment.