Skip to content

Commit

Permalink
Allow composer plugins for dev dependency codesniffer to fix travis b…
Browse files Browse the repository at this point in the history
…uilds. (#19468)
  • Loading branch information
diosmosis authored and sgiehl committed Jul 8, 2022
1 parent 3dcbc92 commit b79050d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -28,7 +28,10 @@
"php": "7.2.9"
},
"prepend-autoloader": false,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=7.2.5",
Expand Down

0 comments on commit b79050d

Please sign in to comment.