From 4949b8795813940c1e9c243ad422884b1677f26c Mon Sep 17 00:00:00 2001 From: David Dan Date: Mon, 23 Oct 2017 11:50:19 -0400 Subject: [PATCH] Removed unnecessary pawl repository --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index aed6121d..6faf5d49 100644 --- a/composer.json +++ b/composer.json @@ -38,11 +38,5 @@ }, "require-dev": { "phpunit/phpunit": "^5.5.4" - }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/mbonneau/Pawl" } - ] }