Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit ebc12d8

Browse files
authored
Merge pull request #8 from karriereat/dev/replace-code-coverage-package
Replace code-coverage-package
2 parents 9cedfdf + 62051ee commit ebc12d8

File tree

3 files changed

+94
-73
lines changed

3 files changed

+94
-73
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [v4.2.0] - 2019-11-04
5+
### Changed
6+
- Replaced package `leanphp/phpspec-code-coverage` with `friends-of-phpspec/phpspec-code-coverage`
7+
8+
##[v4.1.0] - 2018-09-10
9+
### Removed
10+
- PHP 7.0 Support

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.1",
2020
"friendsofphp/php-cs-fixer": "^2.13",
2121
"karriere/phpspec-matchers": "^2.0",
22-
"leanphp/phpspec-code-coverage": "^4.2",
22+
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
2323
"phpmd/phpmd": "^2.6",
2424
"phpspec/phpspec": "^4.3",
2525
"squizlabs/php_codesniffer": "^3.3",

composer.lock

+83-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)