tainacan-theme/composer.json

16 lines
296 B
JSON
Raw Normal View History

{
"repositories":[
{
"type":"composer",
2018-04-04 17:52:15 +00:00
"url":"https://packagist.org"
}
],
"require": {
2022-03-18 19:56:46 +00:00
"twbs/bootstrap": "4.*"
},
"scripts": {
"post-install-cmd": "bash install.sh",
"post-update-cmd": "bash install.sh"
}
}