Skip to content

Commit

Permalink
change vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAYEC77 committed Jul 29, 2016
1 parent 49b613c commit 5e94a4f
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 512 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/vendor/*

## Directory-based project format:
.idea/
.idea/

.DS_Store
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
"require": {
"yiisoft/yii2-bootstrap": "*",
"rmrevin/yii2-fontawesome": ">=2.10.0",
"bower-asset/startbootstrap-sb-admin-2": ">=1.0.4"
"bower-asset/metisMenu": "1.1.3"
},
"autoload": {
"psr-4": {
"nullref\\sbadmin\\": "src/"
}
},
"extra": {
"asset-vcs-driver-options": {
"github-no-api": true
},
"asset-pattern-skip-version": "(-build|-patch)"
}
}
Loading

0 comments on commit 5e94a4f

Please sign in to comment.