From fc7992371fe3647ae619f858d0c9edfe3e149fd1 Mon Sep 17 00:00:00 2001 From: Oleksandr Borovets Date: Thu, 27 Jun 2019 15:21:46 +0300 Subject: [PATCH] Updated pact-php to v5.0 --- .gitignore | 6 +++++- composer.json | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3455eba..53205fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ .idea/ -vendor/ + build/ !build/.gitkeep + +vendor/ infection.phar.asc + +composer.lock diff --git a/composer.json b/composer.json index 385efbc..5e404ba 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,6 @@ } ], "repositories": [ - { - "type": "vcs", - "url": "git@github.com:smart-gamma/pact-php.git" }, { "type" : "vcs", "url" : "https://github.com/samsonasik/phpspec-code-coverage", @@ -23,7 +20,7 @@ "require": { "php" : ">=7.0", "behat/behat": "^3.4", - "pact-foundation/pact-php": "dev-improved-library" + "pact-foundation/pact-php": "^5.0" }, "autoload": { "psr-4": {