Skip to content

Commit

Permalink
[cleanup] Decouple changelog generator (#5412)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 5950865 commit a64a344
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 538 deletions.
25 changes: 0 additions & 25 deletions bin/generate-changelog.php

This file was deleted.

7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"composer/xdebug-handler": "^3.0.3",
"doctrine/inflector": "^2.0.6",
"fidry/cpu-core-counter": "^0.5.1",
"illuminate/container": "^10.20",
"illuminate/container": "^10.39",
"nette/utils": "^3.2",
"nikic/php-parser": "^4.18.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.23",
"phpstan/phpdoc-parser": "^1.24",
"phpstan/phpstan": "^1.10.50",
"react/event-loop": "^1.5",
"react/promise": "^2.10",
Expand All @@ -43,7 +43,6 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"nategood/httpful": "^0.3.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
Expand All @@ -52,7 +51,6 @@
"phpunit/phpunit": "^10.1",
"rector/phpstan-rules": "^0.7.1",
"rector/rector-generator": "^0.7",
"robiningelbrecht/phpunit-pretty-print": "^1.2.2",
"spatie/enum": "^3.13",
"symplify/easy-ci": "^11.3",
"symplify/easy-coding-standard": "^12.0",
Expand Down Expand Up @@ -93,7 +91,6 @@
"rules-tests",
"tests"
],
"Rector\\Utils\\Tests\\": "utils-tests",
"Rector\\RuleDocGenerator\\": "utils/RuleDocGenerator/src",
"E2e\\Parallel\\Reflection\\Resolver\\": [
"e2e/parallel-reflection-resolver/src/",
Expand Down
1 change: 0 additions & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
__DIR__ . '/rules-tests',
__DIR__ . '/tests',
__DIR__ . '/utils',
__DIR__ . '/utils-tests',
__DIR__ . '/config',
__DIR__ . '/ecs.php',
__DIR__ . '/rector.php',
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ parameters:
- tests
- rules-tests
- utils
- utils-tests

scanDirectories:
- stubs
Expand Down
7 changes: 0 additions & 7 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,9 @@
<testsuite name="main">
<directory>tests</directory>
<directory>rules-tests</directory>
<directory>utils-tests</directory>
</testsuite>
</testsuites>

<extensions>
<bootstrap class="RobinIngelbrecht\PHPUnitPrettyPrint\PhpUnitExtension">
<parameter name="enableByDefault" value="false"/>
</bootstrap>
</extensions>

<php>
<ini name="memory_limit" value="-1"/>
</php>
Expand Down

This file was deleted.

This file was deleted.

107 changes: 0 additions & 107 deletions utils/ChangelogGenerator/Changelog/ChangelogContentsFactory.php

This file was deleted.

139 changes: 0 additions & 139 deletions utils/ChangelogGenerator/Command/GenerateChangelogCommand.php

This file was deleted.

0 comments on commit a64a344

Please sign in to comment.