Skip to content

Commit efb12d2

Browse files
committed
Update to stable reactphp/http v1.8.0
1 parent 245a589 commit efb12d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"require": {
2020
"php": ">=5.3",
21-
"react/promise": "^3@dev || ^2.2.1 || ^1.2.1"
21+
"react/promise": "^3 || ^2.2.1 || ^1.2.1"
2222
},
2323
"require-dev": {
2424
"clue/block-react": "^1.5",
2525
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
2626
"react/event-loop": "^1.2",
27-
"react/http": "^1.8@dev"
27+
"react/http": "^1.8"
2828
}
2929
}

0 commit comments

Comments
 (0)