Skip to content

Commit d1b2e0f

Browse files
committed
Update to stable Socket v1.15.0 release
1 parent 9cae74a commit d1b2e0f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react/event-loop": "^1.2",
1818
"react/promise": "^3 || ^2.0 || ^1.1",
1919
"react/promise-timer": "^1.10",
20-
"react/socket": "dev-cancel-happy as 1.15.0"
20+
"react/socket": "^1.15"
2121
},
2222
"require-dev": {
2323
"phpstan/phpstan": "1.10.15 || 1.4.10",
@@ -29,11 +29,5 @@
2929
},
3030
"autoload-dev": {
3131
"psr-4": { "Clue\\Tests\\React\\Redis\\": "tests/" }
32-
},
33-
"repositories": {
34-
"clue": {
35-
"type": "vcs",
36-
"url": "https://github.com/clue-labs/socket"
37-
}
3832
}
3933
}

0 commit comments

Comments
 (0)