Skip to content

Commit 24b93ed

Browse files
authored
Update composer allow-plugins directive (#168)
* Update composer allow-plugins directive * fix json * fix json
1 parent 45ba0fe commit 24b93ed

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
@@ -48,5 +48,10 @@
4848
},
4949
"scripts": {
5050
"test": "vendor/bin/phpunit"
51+
},
52+
"config": {
53+
"allow-plugins": {
54+
"kylekatarnls/update-helper": true
55+
}
5156
}
5257
}

0 commit comments

Comments
 (0)