Skip to content

Commit

Permalink
Fix support for composer 2.2.1+ (#66)
Browse files Browse the repository at this point in the history
Composer 2.2.1+ requires plugins to be allowed
  • Loading branch information
Universal-Omega authored Dec 9, 2023
1 parent fabd2a7 commit a2bac51
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 @@ -44,5 +44,10 @@
"require-dev": {
"vimeo/psalm": "*",
"phpstan/phpstan": "^1.0.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit a2bac51

Please sign in to comment.