From b8ebd1fbdd1fbbce6b3d5b5735d609c5821651e8 Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Fri, 3 Mar 2017 20:21:26 +0100 Subject: [PATCH] phpspec/prophecy --- composer.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index e74ce01..e595d07 100644 --- a/composer.json +++ b/composer.json @@ -82,13 +82,13 @@ "container-interop/container-interop": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^5.3", + "phpunit/phpunit": "^6.0", "phpunit/php-invoker": "^1.1.4", "fabpot/php-cs-fixer": "^1.11", "bookdown/bookdown": "1.x-dev as 1.0.0", "prooph/bookdown-template": "^0.2.0", "satooshi/php-coveralls": "^1.0", - "phpspec/prophecy": "dev-patch-1 as 1.6.2" + "phpspec/prophecy": "^1.7" }, "suggest": { }, @@ -119,11 +119,5 @@ "phpunit.xml*", "test" ] - }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/prolic/prophecy.git" - } - ] + } }