Skip to content

Commit

Permalink
Add rector/rector-php-parser to require in composer.json (#2932)
Browse files Browse the repository at this point in the history
* Add rector/rector-php-parser to require in composer.json

* add rectorphp/rector-php-parser to packages-tests
  • Loading branch information
samsonasik committed Sep 17, 2022
1 parent 85a0183 commit 5cd60b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- rectorphp/rector-cakephp
- rectorphp/rector-phpoffice
- rectorphp/rector-downgrade-php
- rectorphp/rector-php-parser

steps:
# see https://github.com/actions/checkout#usage
Expand Down
3 changes: 2 additions & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"rector/rector-doctrine": "*",
"rector/rector-cakephp": "*",
"rector/rector-laravel": "*",
"rector/rector-phpoffice": "*"
"rector/rector-phpoffice": "*",
"rector/rector-php-parser": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"rector/rector-doctrine": "dev-main",
"rector/rector-downgrade-php": "dev-main",
"rector/rector-laravel": "dev-main",
"rector/rector-php-parser": "dev-main",
"rector/rector-phpoffice": "dev-main",
"rector/rector-phpunit": "dev-main",
"rector/rector-symfony": "dev-main",
Expand Down

0 comments on commit 5cd60b2

Please sign in to comment.