From 880f5dd7508d630483c105068a680b1a3cecbeb4 Mon Sep 17 00:00:00 2001 From: Jamie Isaacs Date: Fri, 26 Sep 2014 13:33:56 -0700 Subject: [PATCH] Removing vcs repository This project is now in Packagist. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index dc5e899..5ed242a 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,6 @@ Add the following lines to your ``composer.json`` file. ```JSON { - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/pdt256/shipping.git" - } - ], "require": { "pdt256/shipping": "dev-master" }