From 98b873ba763a6945d9e381370610454ab1c75866 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 28 Nov 2019 11:12:50 +0100 Subject: [PATCH] Remove ocular from dependencies and use the phar. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8bac6ef..ed8224c 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,7 @@ "drupol/php-conventions": "^1", "friends-of-phpspec/phpspec-code-coverage": "^4.3", "infection/infection": "^0.13.6 || ^0.14.4", - "phpspec/phpspec": "^5.0 || ^6.0", - "scrutinizer/ocular": "^1.6" + "phpspec/phpspec": "^5.0 || ^6.0" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation",