Skip to content

Commit

Permalink
Merge pull request #4 from smart-gamma/update-pact-php
Browse files Browse the repository at this point in the history
Update pact-php to v5
  • Loading branch information
o-borovets authored Jun 27, 2019
2 parents 9b6fece + fc79923 commit c259440
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
test: ## Run phpunit tests
vendor/bin/phpspec run

test-coverage: ## Run phpunit tests
test-coverage: ## Run phpunit tests
phpdbg -qrr vendor/bin/phpspec run

test-mutator:
infection --threads=4 --min-msi=60 --only-covered --log-verbosity=2 --test-framework=phpspec
infection --threads=4 --min-msi=60 --only-covered --log-verbosity=2 --test-framework=phpspec

phpstan:
vendor/bin/phpstan analyse -l max src

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": "[email protected]: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 c259440

Please sign in to comment.