Skip to content

Commit

Permalink
chore(phpat): install codely fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Oct 3, 2023
1 parent ff40d42 commit 6d8f299
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 4 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"rector/rector": "^0.18.4",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-symfony": "^5.0",
"psalm/plugin-phpunit": "^0.18.4"
"psalm/plugin-phpunit": "^0.18.4",
"phpat/phpat": "dev-add-has_one_public_method"
},
"autoload": {
"psr-4": {
Expand All @@ -80,5 +81,11 @@
"allow-plugins": {
"ocramius/package-versions": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/CodelyTV/phpat"
}
]
}
65 changes: 63 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d8f299

Please sign in to comment.