Skip to content

Commit

Permalink
Use maintained phpspec-code-coverage package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Oct 7, 2019
1 parent d72c3c2 commit 91f7531
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.xml]
[*.{xml,yml}]
indent_size = 2
2 changes: 1 addition & 1 deletion .phpspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ suites:
main: XmlTv

extensions:
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension:
format:
- html
- clover
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@
"ext-xmlwriter": "*"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"friendsofphp/php-cs-fixer": "^2.14",
"leanphp/phpspec-code-coverage": "dev-master",
"phpspec/phpspec": "^5.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jaylinski/phpspec-code-coverage"
}
],
"autoload": {
"psr-4": {
"XmlTv\\": "src/"
Expand Down
223 changes: 114 additions & 109 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91f7531

Please sign in to comment.