Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Only use latest socket lib for tests
  • Loading branch information
cboden committed Sep 10, 2017
commit 139b9b859e31985bb6aa07e6f3342368f8f4c2ee
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
},
"require-dev": {
"react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5 || ^0.4.4",
"react/socket": "^1.0 || ^0.8",
"clue/block-react": "^1.2",
"phpunit/phpunit": "^5.0 || ^4.8.10"
},
Expand Down