Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
updating composer file to bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjan92 committed Feb 4, 2019
1 parent 6e2e8d1 commit 31e7826
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 329 deletions.
16 changes: 10 additions & 6 deletions composer.json
Expand Up @@ -12,6 +12,7 @@
"type": "yii2-extension",
"license": "BSD-3-Clause",
"homepage": "https://github.com/2amigos//yii2-file-input-widget",
"minimum-stability": "dev",
"authors": [
{
"name": "2amigOS! Consulting Group",
Expand All @@ -22,7 +23,7 @@
],
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-bootstrap4": "~1.0.0",
"jasny/bootstrap": "~3.1.0",
"kartik-v/bootstrap-fileinput": "~4.1.0"
},
Expand All @@ -34,14 +35,17 @@
"dosamigos\\fileinput\\": "src"
}
},
"config": {
"fxp-asset" : {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 31e7826

Please sign in to comment.