Skip to content

Commit

Permalink
Merge pull request #10 from ergebnis/feature/test-util
Browse files Browse the repository at this point in the history
Enhancement: Use ergebnis/test-util instead of localheinz/test-util
  • Loading branch information
localheinz committed Dec 7, 2019
2 parents a941255 + a3c1cdb commit 55a05e9
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 100 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,11 +18,11 @@
"localheinz/php-cs-fixer-config": "*"
},
"require-dev": {
"ergebnis/test-util": "~0.9.0",
"infection/infection": "~0.14.2",
"jangregor/phpstan-prophecy": "~0.4.2",
"localheinz/composer-normalize": "^1.3.1",
"localheinz/phpstan-rules": "~0.13.0",
"localheinz/test-util": "~0.8.0",
"phpstan/phpstan": "~0.11.19",
"phpstan/phpstan-deprecation-rules": "~0.11.2",
"phpstan/phpstan-strict-rules": "~0.11.1",
Expand Down
205 changes: 107 additions & 98 deletions composer.lock

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

2 changes: 1 addition & 1 deletion test/AutoReview/SrcCodeTest.php
Expand Up @@ -13,7 +13,7 @@

namespace Ergebnis\PhpCsFixer\Config\Test\AutoReview;

use Localheinz\Test\Util\Helper;
use Ergebnis\Test\Util\Helper;
use PHPUnit\Framework;

/**
Expand Down

0 comments on commit 55a05e9

Please sign in to comment.