Skip to content

Commit

Permalink
upgrade doc now custom renderers with bootstrap option is included in…
Browse files Browse the repository at this point in the history
… official PHPMD 3.x (phpmd/phpmd#1197)
  • Loading branch information
llaville committed Jul 24, 2024
1 parent b1ce9b7 commit 1a28078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions docs/converter/phpmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ Until this feature is [GA][general-availability] into official PHPMD repository,

```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/llaville/phpmd"
}
],
"minimum-stability": "dev",
"require-dev": {
"phpmd/phpmd": "dev-feature/3.x-custom-renderer as 3.x-dev"
"phpmd/phpmd": "3.x-dev"
}
}
```
Expand Down
8 changes: 1 addition & 7 deletions vendor-bin/phpmd/composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/llaville/phpmd"
}
],
"minimum-stability": "dev",
"require-dev": {
"phpmd/phpmd": "dev-feature/3.x-custom-renderer as 3.x-dev"
"phpmd/phpmd": "3.x-dev"
}
}

0 comments on commit 1a28078

Please sign in to comment.