Skip to content

Commit

Permalink
Move Nette extension from the core to the community (#2746)
Browse files Browse the repository at this point in the history
* move nette to community

* remove astral
  • Loading branch information
TomasVotruba authored Aug 9, 2022
1 parent b9cc90c commit c8c3e82
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
fail-fast: false
matrix:
repository_name:
# must be repository name, e.g. https://github.com/rectorphp/rector-nette
# must be repository name, e.g. https://github.com/rectorphp/rector-symfony
- rectorphp/rector-symfony
- rectorphp/rector-phpunit
- rectorphp/rector-doctrine
- rectorphp/rector-laravel
- rectorphp/rector-nette
- rectorphp/rector-cakephp
- rectorphp/rector-phpoffice
- rectorphp/rector-downgrade-php
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"rector/rector-downgrade-php": "dev-main",
"rector/rector-generator": "dev-main",
"rector/rector-laravel": "dev-main",
"rector/rector-nette": "dev-main",
"rector/rector-phpoffice": "dev-main",
"rector/rector-phpunit": "dev-main",
"rector/rector-symfony": "dev-main",
Expand Down
6 changes: 0 additions & 6 deletions dev-docs/packages_ci_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/code_analysis.yaml/badge.svg)

## Nette

* https://github.com/rectorphp/rector-nette
* ![](https://github.com/rectorphp/rector-nette/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-nette/actions/workflows/code_analysis.yaml/badge.svg)

## Symfony

* https://github.com/rectorphp/rector-symfony
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Rector\CodingStyle\Rector\MethodCall\PreferThisOrSelfMethodCallRector;
use Rector\CodingStyle\ValueObject\ReturnArrayClassMethodToYield;
use Rector\Config\RectorConfig;
use Rector\Nette\Set\NetteSetList;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -23,7 +22,6 @@
SetList::TYPE_DECLARATION,
SetList::EARLY_RETURN,
SetList::TYPE_DECLARATION_STRICT,
NetteSetList::NETTE_CODE_QUALITY,
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
SetList::CODING_STYLE,
]);
Expand Down

0 comments on commit c8c3e82

Please sign in to comment.