Skip to content

Commit

Permalink
Allow phpstan/extension-installer to run on newer Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 1, 2022
1 parent fde6b9d commit 504b355
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 @@ -30,5 +30,10 @@
"psr-4": {
"DaveRandom\\CallbackValidator\\Test\\": "tests/"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit 504b355

Please sign in to comment.