Composer: Replace package with own fork

Published:

Note to self...

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/me/ToroPHP"
    }
  ],
  "require": {
    "torophp/torophp": "dev-master"
  }
}