Skip to content

Commit

Permalink
Update composer allow-plugins directive (#168)
Browse files Browse the repository at this point in the history
* Update composer allow-plugins directive

* fix json

* fix json
  • Loading branch information
bytestream authored Oct 2, 2022
1 parent 45ba0fe commit 24b93ed
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 @@ -48,5 +48,10 @@
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}

0 comments on commit 24b93ed

Please sign in to comment.