From 94a9ab3d3c1f79c5359967638248d40ab39a75d2 Mon Sep 17 00:00:00 2001 From: Nicky Robinson Date: Mon, 24 Oct 2016 16:02:58 -0400 Subject: [PATCH] Undo accidental composer.json commit --- composer.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3acc923..cd988a1 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,6 @@ "omnipay/common": "~2.0" }, "require-dev": { - "omnipay/tests": "~2.0", - "mattb/psalm": "0.10.*" - }, - "repositories": [ - { - "type": "git", - "url": "git@github.vimeows.com:mattb/psalm.git" - } - ] + "omnipay/tests": "~2.0" + } }