Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hotrush committed Apr 10, 2018
1 parent 69050f5 commit 444aec8
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 440 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=7.1",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/http-client": "0.4.*",
"react/http": "0.4.*",
"react/promise": "~2.1"
"react/event-loop": "0.5.*",
"react/http-client": "0.5.*",
"react/http": "0.8.*",
"react/promise": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 444aec8

Please sign in to comment.