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