Skip to content

Commit

Permalink
Merge pull request shlinkio#14 from acelaya-forks/feature/infection-u…
Browse files Browse the repository at this point in the history
…pdate

Updated to infection 0.26
  • Loading branch information
acelaya authored Jan 10, 2022
2 parents d0533ca + 165c38a commit 82a99a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
## [0.2.0] - 2022-01-10
### Added
* [#12](https://github.com/shlinkio/shlink-php-client/issues/12) Created `ShlinkClientBuilder` and `SingletonShlinkClientBuilder`, which can be used to create client instances at runtime.

### Changed
* *Nothing*
* Updated to infection 0.26, enabling HTML reports.
* Added explicitly enabled composer plugins to composer.json.

### Deprecated
* *Nothing*
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
"infection/infection": "^0.25",
"infection/infection": "^0.26",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.5.4",
Expand Down Expand Up @@ -72,6 +72,10 @@
"infect:show:ci": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing with existing reports and logs and shows applied mutators</>"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
}
}
}
5 changes: 3 additions & 2 deletions infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"timeout": 5,
"logs": {
"text": "build/infection/infection-log.txt",
"html": "build/infection/infection-log.html",
"summary": "build/infection/summary-log.txt",
"debug": "build/infection/debug-log.txt",
"badge": {
"branch": "main"
"stryker": {
"badge": "main"
}
},
"tmpDir": "build/infection/temp",
Expand Down

0 comments on commit 82a99a9

Please sign in to comment.