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": {
|
2018-04-18 12:51:21 +00:00
|
|
|
"twbs/bootstrap": "4.*",
|
2018-03-29 17:59:55 +00:00
|
|
|
"wp-bootstrap/wp-bootstrap-navwalker": "*"
|
2018-01-24 19:09:23 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": "bash install.sh",
|
|
|
|
"post-update-cmd": "bash install.sh"
|
|
|
|
}
|
|
|
|
}
|