Skip to content

Commit

Permalink
fix: allow pest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Sep 6, 2022
1 parent 4590934 commit 0eb3923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"prefer-stable": true,
"require-dev": {
"pestphp/pest": "^1.21"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}

0 comments on commit 0eb3923

Please sign in to comment.