Skip to content

Commit

Permalink
Updated pact-php to v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o-borovets committed Jun 27, 2019
1 parent 0b3a931 commit fc79923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.idea/
vendor/

build/
!build/.gitkeep

vendor/
infection.phar.asc

composer.lock
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit fc79923

Please sign in to comment.