|
{
|
|
"repositories":[
|
|
{
|
|
"type":"composer",
|
|
"url":"https://packagist.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"twbs/bootstrap": "4.*",
|
|
"fabianobn/slick": "v1.8.*",
|
|
"fabianobn/ekko-lightbox": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "bash install.sh",
|
|
"post-update-cmd": "bash install.sh"
|
|
}
|
|
}
|