Skip to content

Commit 10f50a3

Browse files
Upgraded rector again
1 parent ef403a6 commit 10f50a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
$parameters->set('import_doc_blocks', false);
8989
$parameters->set('php_version_features', '7.1');
9090
$parameters->set('paths', [__DIR__.'/src', __DIR__.'/tests']);
91-
$parameters->set('exclude_paths', __DIR__.'/tests/MockedClient.php'); // TODO: remove
9291
$parameters->set('sets', ['php52', 'php53', 'php54', 'php55', 'php56', 'php70', 'php71', 'phpunit40', 'phpunit50', 'phpunit60', 'phpunit70', 'phpunit75']);
9392

9493
$services = $containerConfigurator->services();

vendor-bin/rector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5",
4-
"rector/rector-prefixed": "0.7.61"
4+
"rector/rector-prefixed": "0.8.42"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)