Skip to content

Commit 2047d23

Browse files
fix(deps): Move react/http to required dependencies
1 parent 1b2fdde commit 2047d23

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
@@ -19,6 +19,7 @@
1919
"psr/log": "^1.0 || ^2.0 || ^3.0",
2020
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
2121
"react/event-loop": "^1.5",
22+
"react/http": "^1.11",
2223
"react/stream": "^1.4",
2324
"symfony/finder": "^6.4 || ^7.2"
2425
},
@@ -27,7 +28,6 @@
2728
"mockery/mockery": "^1.6",
2829
"pestphp/pest": "^2.36.0|^3.5.0",
2930
"react/async": "^4.0",
30-
"react/http": "^1.11",
3131
"symfony/var-dumper": "^6.4.11|^7.1.5"
3232
},
3333
"suggest": {

0 commit comments

Comments
 (0)