Skip to content

Commit 149fb83

Browse files
authored
Merge pull request #284 from humanmade/composer-allow-plugins-update
Add `dealerdirect/phpcodesniffer-composer-installer` to `allow-plugins` in `composer.json`
2 parents 5d9ec3c + 392c327 commit 149fb83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
},
1818
"scripts": {
1919
"test": "phpunit"
20+
},
21+
"config": {
22+
"allow-plugins": {
23+
"dealerdirect/phpcodesniffer-composer-installer": true
24+
}
2025
}
2126
}

0 commit comments

Comments
 (0)