Skip to content

Commit c0eef55

Browse files
committed
react/http should be a required package not require-dev
1 parent 439dfa6 commit c0eef55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"require": {
1414
"php": "^8.2",
1515
"react/event-loop": "^1.2",
16+
"react/http": "v1.10.0",
1617
"ext-curl": "*",
1718
"psr/http-message":"^1.0.1",
1819
"guzzlehttp/psr7": "^2.6"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "^9.5",
22-
"react/http": "^1.10",
2323
"react/dns": "*",
2424
"react/async": "^4 || ^3 || ^2",
2525
"react/promise-stream": "^1.4",

0 commit comments

Comments
 (0)