Skip to content

Commit 389e4ea

Browse files
authored
Merge pull request #224 from WyriHaximus/middleware-request-body-buffer-missing-dependencie
react/promise-stream has moved from dev dependency to normal dependency
2 parents abdf36e + 04dd9d2 commit 389e4ea

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
@@ -9,7 +9,8 @@
99
"react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
1010
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6",
1111
"react/promise": "^2.3 || ^1.2.1",
12-
"evenement/evenement": "^3.0 || ^2.0 || ^1.0"
12+
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
13+
"react/promise-stream": "^0.1.1"
1314
},
1415
"autoload": {
1516
"psr-4": {
@@ -18,7 +19,6 @@
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "^4.8.10||^5.0",
21-
"react/promise-stream": "^0.1.1",
2222
"react/socket": "^1.0 || ^0.8 || ^0.7",
2323
"clue/block-react": "^1.1"
2424
}

0 commit comments

Comments
 (0)