Skip to content

Commit 444aec8

Browse files
committed
update dependencies
1 parent 69050f5 commit 444aec8

4 files changed

Lines changed: 557 additions & 440 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6.0",
13+
"php": ">=7.1",
1414
"react/dns": "0.4.*",
15-
"react/event-loop": "0.4.*",
16-
"react/http-client": "0.4.*",
17-
"react/http": "0.4.*",
18-
"react/promise": "~2.1"
15+
"react/event-loop": "0.5.*",
16+
"react/http-client": "0.5.*",
17+
"react/http": "0.8.*",
18+
"react/promise": "~2.5"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^4.0|^5.0"
21+
"phpunit/phpunit": "^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)