Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
this should just work
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Apr 26, 2015
1 parent 1c49060 commit ba9dd39
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@
],
"repositories": [
{
"type": "package",
"package": {
"version": "master",
"name": "cboden/ratchet",
"source": {
"url": "https://github.com/CupOfTea696/Ratchet.git",
"type": "git",
"reference": "master"
}
}
"type": "vcs",
"url": "https://github.com/CupOfTea696/Ratchet"
}
],
"require": {
"cupoftea/package": "~1.0",
"php": ">=5.4.0",
"cboden/ratchet": "master"
"cboden/ratchet": "dev-master"
},
"suggest": {
"react/zmq": "Allows pushing messages form server to client. v0.3.* recommended."
Expand Down

0 comments on commit ba9dd39

Please sign in to comment.