Skip to content

Commit

Permalink
Merge pull request #455 from jakzal/phpat-as-phpstan-ext
Browse files Browse the repository at this point in the history
Change the phpat installation method to phpstan extension
  • Loading branch information
jakzal authored Sep 25, 2022
2 parents 4ed7a28 + e4785f5 commit 554b83b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
14 changes: 0 additions & 14 deletions resources/architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@
"test": "phparkitect --version",
"tags": ["architecture"]
},
{
"name": "phpat",
"summary": "Easy to use architecture testing tool",
"website": "https://github.com/carlosas/phpat",
"command": {
"composer-bin-plugin": {
"package": "phpat/phpat",
"namespace": "tools",
"links": {"%target-dir%/phpat": "phpat"}
}
},
"test": "which phpat",
"tags": ["architecture"]
},
{
"name": "phpda",
"summary": "Generates dependency graphs",
Expand Down
13 changes: 13 additions & 0 deletions resources/phpstan.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@
"test": "composer global bin phpstan show pepakriz/phpstan-exception-rules",
"tags": ["phpstan"]
},
{
"name": "phpat",
"summary": "Easy to use architecture testing tool",
"website": "https://github.com/carlosas/phpat",
"command": {
"composer-bin-plugin": {
"package": "phpat/phpat",
"namespace": "phpstan"
}
},
"test": "composer global bin phpstan show phpat/phpat",
"tags": ["phpstan", "architecture"]
},
{
"name": "phpstan-larastan",
"summary": "Separate installation of phpstan for larastan",
Expand Down

0 comments on commit 554b83b

Please sign in to comment.