Skip to content

Commit

Permalink
allow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 23, 2024
1 parent 93b3732 commit 133fe20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"test-coverage": "vendor/bin/pest --coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 133fe20

Please sign in to comment.