Skip to content

Commit 7857e70

Browse files
author
Johann Saunier
committed
Composer replace ratchet to do not duplicate package
1 parent 934efa9 commit 7857e70

File tree

3 files changed

+4
-1827
lines changed

3 files changed

+4
-1827
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/vendor/
2-
composer.lock
2+
composer.lock

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"gos/pnctl-event-loop-emitter" : "~0.1",
2525
"gos/ratchet": "~0.3.0"
2626
},
27+
"replace" : {
28+
"cboden/ratchet": "~0.3.0"
29+
},
2730
"autoload": {
2831
"psr-4": { "Gos\\Bundle\\WebSocketBundle\\": "" }
2932
},

0 commit comments

Comments
 (0)