Skip to content

Commit

Permalink
cleanup #2 , tests allow config
Browse files Browse the repository at this point in the history
  • Loading branch information
SalihBorucu committed Jan 27, 2023
1 parent 1086b0b commit b258b10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
"test-coverage": "vendor/bin/pest --coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
Expand Down
Empty file removed phpstan-baseline.neon
Empty file.
14 changes: 0 additions & 14 deletions phpstan.neon.dist

This file was deleted.

0 comments on commit b258b10

Please sign in to comment.