Skip to content

Commit

Permalink
DX: Add composer keywords (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Feb 28, 2023
1 parent 3c34abb commit a85934b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "rector/rector",
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"license": "MIT",
"keywords": ["dev", "refactoring", "automation", "migration"],
"bin": [
"bin/rector"
],
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"bin/rector"
],
"license": "MIT",
"keywords": ["refactoring", "automation", "migration"],
"homepage": "https://getrector.org",
"require": {
"php": "^8.1",
Expand Down

0 comments on commit a85934b

Please sign in to comment.