Skip to content

Commit

Permalink
chore: move rector/rector to main dependency, remove not needed dev p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
tinect committed Dec 17, 2024
1 parent 6c96e3f commit c427f94
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 289 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See available [Shopware rules](/docs/rector_rules_overview.md)
Make sure to install both `frosh/shopware-rector` as well as `rector/rector`.

```bash
composer req rector/rector frosh/shopware-rector --dev
composer req frosh/shopware-rector --dev
```

## Use Sets
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
"type": "rector-extension",
"license": "mit",
"require": {
"php": "^8.1"
"php": "^8.1",
"rector/rector": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^2.0",
"rector/rector": "~2.0.0",
"symplify/easy-coding-standard": "~11.2",
"friendsofphp/php-cs-fixer": "^3.57",
"tracy/tracy": "^2.9",
"symfony/var-dumper": "*"
"friendsofphp/php-cs-fixer": "^3.57"
},
"conflict": {
"rector/rector": "<2.0"
Expand Down
Loading

0 comments on commit c427f94

Please sign in to comment.